Trace number 3726369

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.18 902.13

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUMecfb37e57149da15322fff965cafdd0d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-60544
Best CPU time to get the best result obtained on this benchmark1010.68
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 370126
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 370126
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726369-1338660101.opb.
0.00/0.00	c Instance file HOME/instance-3726369-1338660101.opb
0.00/0.00	c File size is 28233540 bytes.
3.39/3.48	c Cost Offset: -370126
3.39/3.48	c Highest Coefficient sum: 63883
3.39/3.48	c ============================[ Problem Statistics ]=============================
3.39/3.48	c |                                                                             |
3.39/3.48	c |  Parsing time:          3.48         s                                      |
3.39/3.48	c |  Number Variables:      400896                                              |
3.39/3.48	c |  Number Clauses:        400785                                              |
3.39/3.48	c |  Number Cardinality:    1977                                                |
3.39/3.48	c |  Number PB Constraints: 1                                                   |
3.39/3.48	c |                                                                             |
4.06/3.85	c |  Problem Type:          Optimization                                        |
4.06/3.85	c |  Objective Function:    PB Constraint                                       |
4.06/3.85	c |                                                                             |
4.06/3.85	c ===============================================================================
1800.18/902.11	c ===============================================================================
1800.18/902.11	c Wall Clock Time: 902.11 s
1800.18/902.11	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3726369-1338660101/watcher-3726369-1338660101 -o /tmp/evaluation-result-3726369-1338660101/solver-3726369-1338660101 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726369-1338660101.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.01 4.04 4.00 4/179 29831
/proc/meminfo: memFree=24943220/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=32992 CPUtime=0 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) R 29829 29831 25747 0 -1 4202496 668 0 0 0 0 0 0 0 20 0 1 0 332134530 33783808 621 33554432000 4194304 5964478 140734725714336 140734725712216 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 8248 621 169 433 0 919 0

[startup+0.0719849 s]
/proc/loadavg: 4.01 4.04 4.00 4/179 29831
/proc/meminfo: memFree=24943220/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=45416 CPUtime=0.06 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) R 29829 29831 25747 0 -1 4202496 3897 0 0 0 6 0 0 0 20 0 1 0 332134530 46505984 3735 33554432000 4194304 5964478 140734725714336 140734725712216 4344768 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 11354 3736 349 433 0 4025 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45416

[startup+0.100321 s]
/proc/loadavg: 4.01 4.04 4.00 4/179 29831
/proc/meminfo: memFree=24943220/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=50600 CPUtime=0.09 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) R 29829 29831 25747 0 -1 4202496 4750 0 0 0 9 0 0 0 20 0 1 0 332134530 51814400 4588 33554432000 4194304 5964478 140734725714336 140734725712216 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 12650 4590 432 433 0 5321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50600

[startup+0.300261 s]
/proc/loadavg: 4.01 4.04 4.00 4/179 29831
/proc/meminfo: memFree=24943220/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=69436 CPUtime=0.29 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) R 29829 29831 25747 0 -1 4202496 10572 0 0 0 28 1 0 0 20 0 1 0 332134530 71102464 10143 33554432000 4194304 5964478 140734725714336 140734725712216 4344880 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 17359 10144 958 433 0 10030 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69436

[startup+0.700261 s]
/proc/loadavg: 4.01 4.04 4.00 4/179 29831
/proc/meminfo: memFree=24943220/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=114704 CPUtime=0.68 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) R 29829 29831 25747 0 -1 4202496 22328 0 0 0 65 3 0 0 20 0 1 0 332134530 117456896 21369 33554432000 4194304 5964478 140734725714336 140734725712712 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 28676 21370 1929 433 0 21347 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 114704

[startup+1.50026 s]
/proc/loadavg: 4.01 4.04 4.00 4/180 29832
/proc/meminfo: memFree=24833524/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=208164 CPUtime=1.49 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) R 29829 29831 25747 0 -1 4202496 43807 0 0 0 142 7 0 0 20 0 1 0 332134530 213159936 43322 33554432000 4194304 5964478 140734725714336 140734725712680 4395529 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 52041 43325 3569 433 0 44712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208164

[startup+3.10027 s]
/proc/loadavg: 4.01 4.04 4.00 4/180 29832
/proc/meminfo: memFree=24740628/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=323016 CPUtime=3.08 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) R 29829 29831 25747 0 -1 4202496 72046 0 0 0 297 11 0 0 20 0 1 0 332134530 330768384 74566 33554432000 4194304 5964478 140734725714336 140734725712840 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 80754 74567 6403 433 0 73425 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 323016

[startup+6.30038 s]
/proc/loadavg: 4.01 4.04 4.00 5/182 29834
/proc/meminfo: memFree=24239316/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=890872 CPUtime=8.96 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 166668 0 0 0 847 49 0 0 20 0 3 0 332134530 912252928 184434 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 222718 184434 196 433 0 222282 0
[pid=29831/tid=29833] ppid=29829 vsize=890872 CPUtime=2.75 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 64553 0 0 0 252 23 0 0 20 0 3 0 332134879 912252928 184434 33554432000 4194304 5964478 140734725714336 140023628622184 5122358 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=890872 CPUtime=2.69 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 24327 0 0 0 256 13 0 0 20 0 3 0 332134879 912252928 184434 33554432000 4194304 5964478 140734725714336 140023618132280 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.96
Current children cumulated vsize (KiB) 890872

[startup+12.7003 s]
/proc/loadavg: 4.01 4.04 4.00 5/182 29834
/proc/meminfo: memFree=24228336/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=890872 CPUtime=21.75 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 173109 0 0 0 2123 52 0 0 20 0 3 0 332134530 912252928 188407 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 222718 188407 197 433 0 222282 0
[pid=29831/tid=29833] ppid=29829 vsize=890872 CPUtime=9.14 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 70663 0 0 0 888 26 0 0 20 0 3 0 332134879 912252928 188407 33554432000 4194304 5964478 140734725714336 140023628622168 4389129 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=890872 CPUtime=9.08 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 24658 0 0 0 895 13 0 0 20 0 3 0 332134879 912252928 188407 33554432000 4194304 5964478 140734725714336 140023618132328 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 21.75
Current children cumulated vsize (KiB) 890872

[startup+25.5004 s]
/proc/loadavg: 4.00 4.03 4.00 5/181 29834
/proc/meminfo: memFree=24173096/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=890872 CPUtime=47.35 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 179377 0 0 0 4679 56 0 0 20 0 3 0 332134530 912252928 189948 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 222718 189948 197 433 0 222282 0
[pid=29831/tid=29833] ppid=29829 vsize=890872 CPUtime=21.9 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 76722 0 0 0 2160 30 0 0 20 0 3 0 332134879 912252928 189948 33554432000 4194304 5964478 140734725714336 140023628622232 5142509 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=890872 CPUtime=21.85 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 24867 0 0 0 2172 13 0 0 20 0 3 0 332134879 912252928 189948 33554432000 4194304 5964478 140734725714336 140023618132280 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 47.35
Current children cumulated vsize (KiB) 890872

[startup+51.1004 s]
/proc/loadavg: 3.93 4.01 3.99 5/181 29875
/proc/meminfo: memFree=25190836/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=971596 CPUtime=98.54 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 183347 0 0 0 9795 59 0 0 20 0 3 0 332134530 994914304 202404 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 242899 202404 197 433 0 242463 0
[pid=29831/tid=29833] ppid=29829 vsize=971596 CPUtime=47.43 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 79371 0 0 0 4710 33 0 0 20 0 3 0 332134879 994914304 202404 33554432000 4194304 5964478 140734725714336 140023628622168 4395680 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=971596 CPUtime=47.37 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 26188 0 0 0 4724 13 0 0 20 0 3 0 332134879 994914304 202404 33554432000 4194304 5964478 140734725714336 140023618132328 4392863 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 98.54
Current children cumulated vsize (KiB) 971596

[startup+102.307 s]
/proc/loadavg: 3.97 4.01 3.99 5/181 29875
/proc/meminfo: memFree=25088884/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=971676 CPUtime=200.92 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 189650 0 0 0 20028 64 0 0 20 0 3 0 332134530 994996224 215252 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 242919 215252 197 433 0 242483 0
[pid=29831/tid=29833] ppid=29829 vsize=971676 CPUtime=98.5 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 84776 0 0 0 9813 37 0 0 20 0 3 0 332134879 994996224 215252 33554432000 4194304 5964478 140734725714336 140023628622088 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=971676 CPUtime=98.43 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 27086 0 0 0 9828 15 0 0 20 0 3 0 332134879 994996224 215252 33554432000 4194304 5964478 140734725714336 140023618132328 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 200.92
Current children cumulated vsize (KiB) 971676

[startup+162.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/181 29876
/proc/meminfo: memFree=25109956/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=938868 CPUtime=320.87 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 190960 0 0 0 32020 67 0 0 20 0 3 0 332134530 961400832 209042 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 234717 209042 197 433 0 234281 0
[pid=29831/tid=29833] ppid=29829 vsize=938868 CPUtime=158.33 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 84948 0 0 0 15794 39 0 0 20 0 3 0 332134879 961400832 209042 33554432000 4194304 5964478 140734725714336 140023628622152 4388850 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=938868 CPUtime=158.27 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 28224 0 0 0 15809 18 0 0 20 0 3 0 332134879 961400832 209042 33554432000 4194304 5964478 140734725714336 140023618132280 4387951 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 320.87
Current children cumulated vsize (KiB) 938868

[startup+222.3 s]
/proc/loadavg: 4.07 4.02 4.00 5/181 29876
/proc/meminfo: memFree=25097400/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=938868 CPUtime=440.84 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 191891 0 0 0 44015 69 0 0 20 0 3 0 332134530 961400832 211305 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 234717 211305 197 433 0 234281 0
[pid=29831/tid=29833] ppid=29829 vsize=938868 CPUtime=218.16 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 84953 0 0 0 21776 40 0 0 20 0 3 0 332134879 961400832 211305 33554432000 4194304 5964478 140734725714336 140023628622152 4222464 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=938868 CPUtime=218.11 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 29150 0 0 0 21789 22 0 0 20 0 3 0 332134879 961400832 211305 33554432000 4194304 5964478 140734725714336 140023618132280 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 440.84
Current children cumulated vsize (KiB) 938868

[startup+282.3 s]
/proc/loadavg: 4.02 4.01 4.00 5/181 29876
/proc/meminfo: memFree=25091392/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=938868 CPUtime=560.81 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 192684 0 0 0 56010 71 0 0 20 0 3 0 332134530 961400832 212085 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 234717 212085 197 433 0 234281 0
[pid=29831/tid=29833] ppid=29829 vsize=938868 CPUtime=277.99 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 84966 0 0 0 27758 41 0 0 20 0 3 0 332134879 961400832 212085 33554432000 4194304 5964478 140734725714336 140023628622152 4389160 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=938868 CPUtime=277.96 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 29930 0 0 0 27771 25 0 0 20 0 3 0 332134879 961400832 212085 33554432000 4194304 5964478 140734725714336 140023618132280 4403590 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 560.81
Current children cumulated vsize (KiB) 938868

[startup+342.3 s]
/proc/loadavg: 4.01 4.00 4.00 5/181 29876
/proc/meminfo: memFree=25068584/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=938868 CPUtime=680.78 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 193488 0 0 0 68006 72 0 0 20 0 3 0 332134530 961400832 212882 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 234717 212882 197 433 0 234281 0
[pid=29831/tid=29833] ppid=29829 vsize=938868 CPUtime=337.82 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 84973 0 0 0 33740 42 0 0 20 0 3 0 332134879 961400832 212882 33554432000 4194304 5964478 140734725714336 140023628622152 4392863 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=938868 CPUtime=337.8 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 30727 0 0 0 33753 27 0 0 20 0 3 0 332134879 961400832 212882 33554432000 4194304 5964478 140734725714336 140023618132280 4389170 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 680.78
Current children cumulated vsize (KiB) 938868

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29876
/proc/meminfo: memFree=25035220/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=938868 CPUtime=800.73 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 194474 0 0 0 79999 74 0 0 20 0 3 0 332134530 961400832 213841 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 234717 213841 197 433 0 234281 0
[pid=29831/tid=29833] ppid=29829 vsize=938868 CPUtime=397.64 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 85000 0 0 0 39721 43 0 0 20 0 3 0 332134879 961400832 213841 33554432000 4194304 5964478 140734725714336 140023628622152 4399932 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=938868 CPUtime=397.65 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 31686 0 0 0 39736 29 0 0 20 0 3 0 332134879 961400832 213841 33554432000 4194304 5964478 140734725714336 140023618132088 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 800.73
Current children cumulated vsize (KiB) 938868

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29877
/proc/meminfo: memFree=25003576/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=938868 CPUtime=920.71 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 195531 0 0 0 91993 78 0 0 20 0 3 0 332134530 961400832 215084 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 234717 215084 197 433 0 234281 0
[pid=29831/tid=29833] ppid=29829 vsize=938868 CPUtime=457.48 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 85003 0 0 0 45705 43 0 0 20 0 3 0 332134879 961400832 215084 33554432000 4194304 5964478 140734725714336 140023628622152 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=938868 CPUtime=457.49 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 32740 0 0 0 45716 33 0 0 20 0 3 0 332134879 961400832 215084 33554432000 4194304 5964478 140734725714336 140023618132280 4392863 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 920.71
Current children cumulated vsize (KiB) 938868

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/182 29880
/proc/meminfo: memFree=24850120/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=938868 CPUtime=1040.69 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 196071 0 0 0 103990 79 0 0 20 0 3 0 332134530 961400832 215622 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 234717 215622 197 433 0 234281 0
[pid=29831/tid=29833] ppid=29829 vsize=938868 CPUtime=517.32 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 85005 0 0 0 51688 44 0 0 20 0 3 0 332134879 961400832 215622 33554432000 4194304 5964478 140734725714336 140023628622152 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=938868 CPUtime=517.34 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 33278 0 0 0 51698 36 0 0 20 0 3 0 332134879 961400832 215622 33554432000 4194304 5964478 140734725714336 140023618132280 4389170 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1040.69
Current children cumulated vsize (KiB) 938868

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29880
/proc/meminfo: memFree=24837996/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=1004404 CPUtime=1160.66 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 198221 0 0 0 115982 84 0 0 20 0 3 0 332134530 1028509696 217864 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 251101 217864 197 433 0 250665 0
[pid=29831/tid=29833] ppid=29829 vsize=1004404 CPUtime=577.17 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 86389 0 0 0 57669 48 0 0 20 0 3 0 332134879 1028509696 217864 33554432000 4194304 5964478 140734725714336 140023628621816 4403727 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=1004404 CPUtime=577.18 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 34044 0 0 0 57679 39 0 0 20 0 3 0 332134879 1028509696 217864 33554432000 4194304 5964478 140734725714336 140023618132280 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1160.66
Current children cumulated vsize (KiB) 1004404

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29880
/proc/meminfo: memFree=24817380/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=1004404 CPUtime=1280.66 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 202175 0 0 0 127973 93 0 0 20 0 3 0 332134530 1028509696 221817 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 251101 221817 197 433 0 250665 0
[pid=29831/tid=29833] ppid=29829 vsize=1004404 CPUtime=637.02 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 89462 0 0 0 63648 54 0 0 20 0 3 0 332134879 1028509696 221817 33554432000 4194304 5964478 140734725714336 140023628621624 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=1004404 CPUtime=637.04 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 34925 0 0 0 63660 44 0 0 20 0 3 0 332134879 1028509696 221817 33554432000 4194304 5964478 140734725714336 140023618132280 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1280.66
Current children cumulated vsize (KiB) 1004404

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29880
/proc/meminfo: memFree=24673644/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=1086344 CPUtime=1400.63 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 222535 0 0 0 139959 104 0 0 20 0 3 0 332134530 1112416256 249950 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 271586 249950 197 433 0 271150 0
[pid=29831/tid=29833] ppid=29829 vsize=1086344 CPUtime=696.86 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 108717 0 0 0 69624 62 0 0 20 0 3 0 332134879 1112416256 249950 33554432000 4194304 5964478 140734725714336 140023628622184 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=1086344 CPUtime=696.88 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 36030 0 0 0 69639 49 0 0 20 0 3 0 332134879 1112416256 249950 33554432000 4194304 5964478 140734725714336 140023618132280 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1400.63
Current children cumulated vsize (KiB) 1086344

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 4.00 5/180 29880
/proc/meminfo: memFree=24635224/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=1086264 CPUtime=1520.62 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 225706 0 0 0 151952 110 0 0 20 0 3 0 332134530 1112334336 248720 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 271566 248720 197 433 0 271130 0
[pid=29831/tid=29833] ppid=29829 vsize=1086264 CPUtime=756.71 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 110210 0 0 0 75607 64 0 0 20 0 3 0 332134879 1112334336 248720 33554432000 4194304 5964478 140734725714336 140023628622616 4403717 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=1086264 CPUtime=756.73 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 37708 0 0 0 75619 54 0 0 20 0 3 0 332134879 1112334336 248720 33554432000 4194304 5964478 140734725714336 140023618132216 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1520.62
Current children cumulated vsize (KiB) 1086264

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29881
/proc/meminfo: memFree=24624328/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=1151800 CPUtime=1640.59 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 227146 0 0 0 163945 114 0 0 20 0 3 0 332134530 1179443200 250160 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 287950 250160 197 433 0 287514 0
[pid=29831/tid=29833] ppid=29829 vsize=1151800 CPUtime=816.55 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 110210 0 0 0 81590 65 0 0 20 0 3 0 332134879 1179443200 250160 33554432000 4194304 5964478 140734725714336 140023628622616 4400519 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=1151800 CPUtime=816.57 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 39148 0 0 0 81597 60 0 0 20 0 3 0 332134879 1179443200 250160 33554432000 4194304 5964478 140734725714336 140023618132280 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1640.59
Current children cumulated vsize (KiB) 1151800

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29881
/proc/meminfo: memFree=24601920/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=1151800 CPUtime=1760.57 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 229000 0 0 0 175939 118 0 0 20 0 3 0 332134530 1179443200 255080 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 287950 255080 197 433 0 287514 0
[pid=29831/tid=29833] ppid=29829 vsize=1151800 CPUtime=876.39 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 110822 0 0 0 87573 66 0 0 20 0 3 0 332134879 1179443200 255080 33554432000 4194304 5964478 140734725714336 140023628622168 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=1151800 CPUtime=876.41 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 40390 0 0 0 87576 65 0 0 20 0 3 0 332134879 1179443200 255080 33554432000 4194304 5964478 140734725714336 140023618132328 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1760.57
Current children cumulated vsize (KiB) 1151800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.1 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29881
/proc/meminfo: memFree=24599108/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=1151800 CPUtime=1800.18 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 229421 0 0 0 179898 120 0 0 20 0 3 0 332134530 1179443200 255501 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 287950 255501 197 433 0 287514 0
[pid=29831/tid=29833] ppid=29829 vsize=1151800 CPUtime=896.15 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 110822 0 0 0 89549 66 0 0 20 0 3 0 332134879 1179443200 255501 33554432000 4194304 5964478 140734725714336 140023628622168 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=1151800 CPUtime=896.17 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 40811 0 0 0 89551 66 0 0 20 0 3 0 332134879 1179443200 255501 33554432000 4194304 5964478 140734725714336 140023618132280 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1151800

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+902.1 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29881
/proc/meminfo: memFree=24599108/32873844 swapFree=7628/7628
[pid=29831] ppid=29829 vsize=1151800 CPUtime=1800.18 cores=1,3,5,7
/proc/29831/stat : 29831 (pwbo2.02) S 29829 29831 25747 0 -1 4202496 229421 0 0 0 179898 120 0 0 20 0 3 0 332134530 1179443200 255501 33554432000 4194304 5964478 140734725714336 140734725713856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 287950 255501 197 433 0 287514 0
[pid=29831/tid=29833] ppid=29829 vsize=1151800 CPUtime=896.15 cores=1,3,5,7
/proc/29831/task/29833/stat : 29833 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 110822 0 0 0 89549 66 0 0 20 0 3 0 332134879 1179443200 255501 33554432000 4194304 5964478 140734725714336 140023628622168 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29831/tid=29834] ppid=29829 vsize=1151800 CPUtime=896.17 cores=1,3,5,7
/proc/29831/task/29834/stat : 29834 (pwbo2.02) R 29829 29831 25747 0 -1 4202560 40811 0 0 0 89551 66 0 0 20 0 3 0 332134879 1179443200 255501 33554432000 4194304 5964478 140734725714336 140023618132280 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1151800

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29831 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=368214
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=489773
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.13
CPU time (s): 1800.18
CPU user time (s): 1798.98
CPU system time (s): 1.2
CPU usage (%): 199.548
Max. virtual memory (cumulated for all children) (KiB): 1151880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.48977
maximum resident set size= 1056700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229422
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8054
involuntary context switches= 2838

runsolver used 1.9917 second user time and 5.51416 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-02 20:01:42
IDJOB=3726369
IDBENCH=90887
IDSOLVER=2309
FILE ID=node145/3726369-1338660101
RUNJOBID= node145-1338651838-27486
PBS_JOBID= 14636435
Free space on /tmp= 70892 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726369-1338660101/watcher-3726369-1338660101 -o /tmp/evaluation-result-3726369-1338660101/solver-3726369-1338660101 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726369-1338660101.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ecfb37e57149da15322fff965cafdd0d
RANDOM SEED=71857439

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24943600 kB
Buffers:          426452 kB
Cached:          4792460 kB
SwapCached:            0 kB
Active:          3469872 kB
Inactive:        3598616 kB
Active(anon):    1840644 kB
Inactive(anon):    10928 kB
Active(file):    1629228 kB
Inactive(file):  3587688 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32864 kB
Writeback:             0 kB
AnonPages:       1862904 kB
Mapped:            14924 kB
Shmem:               200 kB
Slab:             716048 kB
SReclaimable:     157360 kB
SUnreclaim:       558688 kB
KernelStack:        1472 kB
PageTables:         7804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     208604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1441792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70860 MiB
End job on node145 at 2012-06-02 20:16:46