Trace number 3704413

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 NameAnswerCPU timeWall clock time
pwbo 2.0? 1799.54 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K196.opb
MD5SUMbcce2e1d61aa4147a6a5a8b58d6d164e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23324
Total number of constraints23718
Number of constraints which are clauses23522
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint196
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 197
Number of bits of the biggest sum of numbers8
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704413-1338104195.opb.
0.00/0.00	c Instance file HOME/instance-3704413-1338104195.opb
0.00/0.00	c File size is 1619498 bytes.
0.09/0.13	c Highest Coefficient sum: 197
0.09/0.13	c ============================[ Problem Statistics ]=============================
0.09/0.13	c |                                                                             |
0.09/0.13	c |  Parsing time:          0.13         s                                      |
0.09/0.13	c |  Number Variables:      23324                                               |
0.09/0.13	c |  Number Clauses:        23522                                               |
0.09/0.13	c |  Number Cardinality:    196                                                 |
0.09/0.13	c |  Number PB Constraints: 0                                                   |
0.09/0.13	c |                                                                             |
0.09/0.14	c |  Problem Type:          Decision                                            |
0.09/0.14	c |  Objective Function:    None                                                |
0.09/0.14	c |                                                                             |
0.09/0.14	c ===============================================================================
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/1800.00	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-3704413-1338104195/watcher-3704413-1338104195 -o /tmp/evaluation-result-3704413-1338104195/solver-3704413-1338104195 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704413-1338104195.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: 2.03 2.01 2.00 3/177 20803
/proc/meminfo: memFree=28411528/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=5996 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) R 20801 20803 17458 0 -1 4202496 602 0 0 0 0 0 0 0 20 0 1 0 276543959 6139904 554 33554432000 4194304 5965102 140735881388928 140736780254248 5007152 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 1499 554 167 433 0 667 0

[startup+0.0757969 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 20803
/proc/meminfo: memFree=28411528/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=12548 CPUtime=0.06 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) R 20801 20803 17458 0 -1 4202496 2300 0 0 0 6 0 0 0 20 0 1 0 276543959 12849152 2252 33554432000 4194304 5965102 140735881388928 140735881386872 4350598 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 3137 2253 389 433 0 2305 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12548

[startup+0.100362 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 20803
/proc/meminfo: memFree=28411528/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=13544 CPUtime=0.09 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) R 20801 20803 17458 0 -1 4202496 2624 0 0 0 9 0 0 0 20 0 1 0 276543959 13869056 2576 33554432000 4194304 5965102 140735881388928 140735881387016 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 3386 2577 469 433 0 2554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13544

[startup+0.300178 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 20803
/proc/meminfo: memFree=28411528/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=96076 CPUtime=0.29 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 7097 0 0 0 28 1 0 0 20 0 2 0 276543959 98381824 6053 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 24019 6053 190 433 0 23583 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96076

[startup+0.700137 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 20803
/proc/meminfo: memFree=28411528/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=96076 CPUtime=0.69 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 7351 0 0 0 68 1 0 0 20 0 2 0 276543959 98381824 6307 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 24019 6307 190 433 0 23583 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96076

[startup+1.50031 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 20805
/proc/meminfo: memFree=28385348/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=96076 CPUtime=1.48 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 7840 0 0 0 147 1 0 0 20 0 2 0 276543959 98381824 6796 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 24019 6796 190 433 0 23583 0
[pid=20803/tid=20805] ppid=20801 vsize=96076 CPUtime=1.35 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 4329 0 0 0 135 0 0 0 20 0 2 0 276543972 98381824 6796 33554432000 4194304 5965102 140735881388928 140657577818104 4394458 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 96076

[startup+3.10026 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 20805
/proc/meminfo: memFree=28381364/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=96076 CPUtime=3.09 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 8870 0 0 0 307 2 0 0 20 0 2 0 276543959 98381824 7826 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 24019 7826 190 433 0 23583 0
[pid=20803/tid=20805] ppid=20801 vsize=96076 CPUtime=2.94 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 5359 0 0 0 293 1 0 0 20 0 2 0 276543972 98381824 7826 33554432000 4194304 5965102 140735881388928 140657577818104 18446744073699065990 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96076

[startup+6.30035 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 20805
/proc/meminfo: memFree=28368332/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=96076 CPUtime=6.28 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 10363 0 0 0 626 2 0 0 20 0 2 0 276543959 98381824 9319 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 24019 9319 190 433 0 23583 0
[pid=20803/tid=20805] ppid=20801 vsize=96076 CPUtime=6.13 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 6852 0 0 0 612 1 0 0 20 0 2 0 276543972 98381824 9319 33554432000 4194304 5965102 140735881388928 140657577817912 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 96076

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20805
/proc/meminfo: memFree=28345036/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=96076 CPUtime=12.69 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 12793 0 0 0 1266 3 0 0 20 0 2 0 276543959 98381824 11749 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 24019 11750 190 433 0 23583 0
[pid=20803/tid=20805] ppid=20801 vsize=96076 CPUtime=12.52 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 9283 0 0 0 1250 2 0 0 20 0 2 0 276543972 98381824 11750 33554432000 4194304 5965102 140735881388928 140657577818104 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 96076

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20805
/proc/meminfo: memFree=28315476/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=96076 CPUtime=25.49 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 15138 0 0 0 2545 4 0 0 20 0 2 0 276543959 98381824 14094 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 24019 14094 190 433 0 23583 0
[pid=20803/tid=20805] ppid=20801 vsize=96076 CPUtime=25.28 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 11627 0 0 0 2525 3 0 0 20 0 2 0 276543972 98381824 14094 33554432000 4194304 5965102 140735881388928 140657577818104 4383069 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96076

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 20805
/proc/meminfo: memFree=28244004/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=161612 CPUtime=51.08 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 26731 0 0 0 5101 7 0 0 20 0 2 0 276543959 165490688 25687 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 40403 25687 190 433 0 39967 0
[pid=20803/tid=20805] ppid=20801 vsize=161612 CPUtime=50.82 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 23220 0 0 0 5076 6 0 0 20 0 2 0 276543972 165490688 25687 33554432000 4194304 5965102 140735881388928 140657577818104 4383036 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 161612

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20805
/proc/meminfo: memFree=28154396/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=161612 CPUtime=102.28 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 35930 0 0 0 10217 11 0 0 20 0 2 0 276543959 165490688 34886 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 40403 34886 190 433 0 39967 0
[pid=20803/tid=20805] ppid=20801 vsize=161612 CPUtime=101.89 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 32419 0 0 0 10178 11 0 0 20 0 2 0 276543972 165490688 34886 33554432000 4194304 5965102 140735881388928 140657577818104 4401559 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 161612

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20805
/proc/meminfo: memFree=28038236/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=228232 CPUtime=162.26 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 50077 0 0 0 16209 17 0 0 20 0 2 0 276543959 233709568 49033 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 57058 49033 190 433 0 56622 0
[pid=20803/tid=20805] ppid=20801 vsize=228232 CPUtime=161.73 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 46566 0 0 0 16155 18 0 0 20 0 2 0 276543972 233709568 49033 33554432000 4194304 5965102 140735881388928 140657577818104 4401475 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 228232

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20809
/proc/meminfo: memFree=27973020/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=228232 CPUtime=222.25 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 51659 0 0 0 22208 17 0 0 20 0 2 0 276543959 233709568 50615 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 57058 50615 190 433 0 56622 0
[pid=20803/tid=20805] ppid=20801 vsize=228232 CPUtime=221.58 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 48148 0 0 0 22139 19 0 0 20 0 2 0 276543972 233709568 50615 33554432000 4194304 5965102 140735881388928 140657577818152 4401041 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 228232

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20809
/proc/meminfo: memFree=27903108/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=294308 CPUtime=282.24 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 57626 0 0 0 28205 19 0 0 20 0 2 0 276543959 301371392 56582 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 73577 56582 190 433 0 73141 0
[pid=20803/tid=20805] ppid=20801 vsize=294308 CPUtime=281.42 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 54115 0 0 0 28120 22 0 0 20 0 2 0 276543972 301371392 56582 33554432000 4194304 5965102 140735881388928 140657577817912 4393958 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 294308

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20809
/proc/meminfo: memFree=27887240/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=294308 CPUtime=342.24 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 61755 0 0 0 34203 21 0 0 20 0 2 0 276543959 301371392 60711 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 73577 60711 190 433 0 73141 0
[pid=20803/tid=20805] ppid=20801 vsize=294308 CPUtime=341.27 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 58244 0 0 0 34102 25 0 0 20 0 2 0 276543972 301371392 60711 33554432000 4194304 5965102 140735881388928 140657577818104 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 294308

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20809
/proc/meminfo: memFree=27845368/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=359844 CPUtime=402.21 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 71983 0 0 0 40196 25 0 0 20 0 2 0 276543959 368480256 70945 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 89961 70945 190 433 0 89525 0
[pid=20803/tid=20805] ppid=20801 vsize=359844 CPUtime=401.11 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 68472 0 0 0 40081 30 0 0 20 0 2 0 276543972 368480256 70945 33554432000 4194304 5965102 140735881388928 140657577818152 4374493 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 359844

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20809
/proc/meminfo: memFree=27826920/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=359844 CPUtime=462.18 cores=1,3,5,7

################
# More data... #
################


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20858
/proc/meminfo: memFree=28193356/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=557260 CPUtime=1421.93 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 130587 0 0 0 142142 51 0 0 20 0 2 0 276543959 570634240 130078 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 139315 130078 190 433 0 138879 0
[pid=20803/tid=20805] ppid=20801 vsize=557260 CPUtime=1418.33 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 127076 0 0 0 141762 71 0 0 20 0 2 0 276543972 570634240 130078 33554432000 4194304 5965102 140735881388928 140657577818104 4382717 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 557260

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20882
/proc/meminfo: memFree=28072932/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=622796 CPUtime=1481.91 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 145933 0 0 0 148134 57 0 0 20 0 2 0 276543959 637743104 145424 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 155699 145424 190 433 0 155263 0
[pid=20803/tid=20805] ppid=20801 vsize=622796 CPUtime=1478.17 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 142422 0 0 0 147739 78 0 0 20 0 2 0 276543972 637743104 145424 33554432000 4194304 5965102 140735881388928 140657577818104 4382732 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 622796

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20882
/proc/meminfo: memFree=28005192/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=622796 CPUtime=1541.9 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 147577 0 0 0 154132 58 0 0 20 0 2 0 276543959 637743104 147106 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 155699 147106 190 433 0 155263 0
[pid=20803/tid=20805] ppid=20801 vsize=622796 CPUtime=1538 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 144066 0 0 0 153720 80 0 0 20 0 2 0 276543972 637743104 147106 33554432000 4194304 5965102 140735881388928 140657577817912 4401096 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 622796

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20882
/proc/meminfo: memFree=27995380/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=622796 CPUtime=1601.89 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 148291 0 0 0 160131 58 0 0 20 0 2 0 276543959 637743104 147823 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 155699 147823 190 433 0 155263 0
[pid=20803/tid=20805] ppid=20801 vsize=622796 CPUtime=1597.84 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 144780 0 0 0 159703 81 0 0 20 0 2 0 276543972 637743104 147823 33554432000 4194304 5965102 140735881388928 140657577817912 4383069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 622796

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20882
/proc/meminfo: memFree=27990260/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=622796 CPUtime=1661.86 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 149607 0 0 0 166127 59 0 0 20 0 2 0 276543959 637743104 149137 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 155699 149137 190 433 0 155263 0
[pid=20803/tid=20805] ppid=20801 vsize=622796 CPUtime=1657.67 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 146096 0 0 0 165684 83 0 0 20 0 2 0 276543972 637743104 149137 33554432000 4194304 5965102 140735881388928 140657577818104 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 622796

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20882
/proc/meminfo: memFree=27955044/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=688332 CPUtime=1721.85 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 158289 0 0 0 172121 64 0 0 20 0 2 0 276543959 704851968 157819 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 172083 157819 190 433 0 171647 0
[pid=20803/tid=20805] ppid=20801 vsize=688332 CPUtime=1717.51 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 154778 0 0 0 171662 89 0 0 20 0 2 0 276543972 704851968 157819 33554432000 4194304 5965102 140735881388928 140657577817912 4401559 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 688332

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20883
/proc/meminfo: memFree=27954800/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=688332 CPUtime=1781.84 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 158292 0 0 0 178120 64 0 0 20 0 2 0 276543959 704851968 157822 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 172083 157822 190 433 0 171647 0
[pid=20803/tid=20805] ppid=20801 vsize=688332 CPUtime=1777.35 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 154781 0 0 0 177645 90 0 0 20 0 2 0 276543972 704851968 157822 33554432000 4194304 5965102 140735881388928 140657577817912 4389268 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 688332

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20883
/proc/meminfo: memFree=27954800/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=688332 CPUtime=1791.45 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 158292 0 0 0 179081 64 0 0 20 0 2 0 276543959 704851968 157822 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 172083 157822 190 433 0 171647 0
[pid=20803/tid=20805] ppid=20801 vsize=688332 CPUtime=1786.93 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 154781 0 0 0 178603 90 0 0 20 0 2 0 276543972 704851968 157822 33554432000 4194304 5965102 140735881388928 140657577817912 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 688332

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20883
/proc/meminfo: memFree=27954800/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=688332 CPUtime=1794.65 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 158292 0 0 0 179401 64 0 0 20 0 2 0 276543959 704851968 157822 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 172083 157822 190 433 0 171647 0
[pid=20803/tid=20805] ppid=20801 vsize=688332 CPUtime=1790.12 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 154781 0 0 0 178922 90 0 0 20 0 2 0 276543972 704851968 157822 33554432000 4194304 5965102 140735881388928 140657577817912 4401559 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 688332

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20883
/proc/meminfo: memFree=27954800/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=688332 CPUtime=1797.84 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 158292 0 0 0 179720 64 0 0 20 0 2 0 276543959 704851968 157822 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 172083 157822 190 433 0 171647 0
[pid=20803/tid=20805] ppid=20801 vsize=688332 CPUtime=1793.31 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 154781 0 0 0 179241 90 0 0 20 0 2 0 276543972 704851968 157822 33554432000 4194304 5965102 140735881388928 140657577817912 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 688332

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20883
/proc/meminfo: memFree=27954800/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=688332 CPUtime=1798.64 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 158292 0 0 0 179800 64 0 0 20 0 2 0 276543959 704851968 157822 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 172083 157822 190 433 0 171647 0
[pid=20803/tid=20805] ppid=20801 vsize=688332 CPUtime=1794.11 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 154781 0 0 0 179321 90 0 0 20 0 2 0 276543972 704851968 157822 33554432000 4194304 5965102 140735881388928 140657577817912 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 688332

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20883
/proc/meminfo: memFree=27954800/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=688332 CPUtime=1799.05 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 158292 0 0 0 179841 64 0 0 20 0 2 0 276543959 704851968 157822 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 172083 157822 190 433 0 171647 0
[pid=20803/tid=20805] ppid=20801 vsize=688332 CPUtime=1794.51 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 154781 0 0 0 179361 90 0 0 20 0 2 0 276543972 704851968 157822 33554432000 4194304 5965102 140735881388928 140657577817912 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 688332

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20883
/proc/meminfo: memFree=27954800/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=688332 CPUtime=1799.44 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 158292 0 0 0 179880 64 0 0 20 0 2 0 276543959 704851968 157822 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 172083 157822 190 433 0 171647 0
[pid=20803/tid=20805] ppid=20801 vsize=688332 CPUtime=1794.91 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 154781 0 0 0 179401 90 0 0 20 0 2 0 276543972 704851968 157822 33554432000 4194304 5965102 140735881388928 140657577817912 4383059 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 688332

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20883
/proc/meminfo: memFree=27954800/32873648 swapFree=6604/6604
[pid=20803] ppid=20801 vsize=688332 CPUtime=1799.54 cores=1,3,5,7
/proc/20803/stat : 20803 (pwbo2.0) S 20801 20803 17458 0 -1 4202496 158292 0 0 0 179890 64 0 0 20 0 2 0 276543959 704851968 157822 33554432000 4194304 5965102 140735881388928 140735881388448 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 172083 157822 190 433 0 171647 0
[pid=20803/tid=20805] ppid=20801 vsize=688332 CPUtime=1795.01 cores=1,3,5,7
/proc/20803/task/20805/stat : 20805 (pwbo2.0) R 20801 20803 17458 0 -1 4202560 154781 0 0 0 179411 90 0 0 20 0 2 0 276543972 704851968 157822 33554432000 4194304 5965102 140735881388928 140657577817912 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 688332

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20803 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=238234
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=925859
# CPU time returned by wait4() is 1795.16
# while last known CPU time is 1799.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.54
CPU user time (s): 1798.9
CPU system time (s): 0.64
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 688332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 0.925859
maximum resident set size= 631300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158295
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= 254
involuntary context switches= 3911

runsolver used 4.82926 second user time and 19.957 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 09:36:35
IDJOB=3704413
IDBENCH=90154
IDSOLVER=2280
FILE ID=node148/3704413-1338104195
RUNJOBID= node148-1338087316-17475
PBS_JOBID= 14624438
Free space on /tmp= 71712 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K196.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704413-1338104195/watcher-3704413-1338104195 -o /tmp/evaluation-result-3704413-1338104195/solver-3704413-1338104195 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704413-1338104195.opb

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

MD5SUM BENCH= bcce2e1d61aa4147a6a5a8b58d6d164e
RANDOM SEED=1937464866

node148.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.284
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.56
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.284
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.94
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.284
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	: 5331.92
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.284
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.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28412172 kB
Buffers:          319436 kB
Cached:          2763932 kB
SwapCached:          576 kB
Active:          1035788 kB
Inactive:        2598972 kB
Active(anon):     542308 kB
Inactive(anon):    11120 kB
Active(file):     493480 kB
Inactive(file):  2587852 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              7000 kB
Writeback:             0 kB
AnonPages:        556904 kB
Mapped:            14856 kB
Shmem:                96 kB
Slab:             688900 kB
SReclaimable:     133312 kB
SUnreclaim:       555588 kB
KernelStack:        1488 kB
PageTables:         5060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     157072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node148 at 2012-05-27 10:06:35