Trace number 3727165

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
wbo 1.72? 1799.44 1800.04

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-172.opb
MD5SUM6217a9adeb5cd4d9104428c4e3eb327a
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 variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
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 |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727165-1339019546.opb.
0.00/0.00	c Instance file HOME/instance-3727165-1339019546.opb
0.00/0.00	c File size is 315937781 bytes.
21.68/21.74	c Highest Coefficient sum: 2458
21.68/21.74	c ============================[ Problem Statistics ]=============================
21.68/21.74	c |                                                                             |
21.68/21.74	c |  Parsing time:          21.74        s                                      |
21.68/21.74	c |  Number Variables:      288080                                              |
21.68/21.74	c |  Number Clauses:        5771829                                             |
21.68/21.74	c |  Number Cardinality:    22887                                               |
21.68/21.74	c |  Number PB Constraints: 651187                                              |
21.68/21.74	c |                                                                             |
25.48/25.56	c |  Problem Type:          Decision                                            |
25.48/25.56	c |  Objective Function:    None                                                |
25.48/25.56	c |                                                                             |
25.48/25.56	c ===============================================================================
1799.44/1800.00	c ===============================================================================
1799.44/1800.00	c Wall Clock Time: 1800.00 s
1799.44/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-3727165-1339019546/watcher-3727165-1339019546 -o /tmp/evaluation-result-3727165-1339019546/solver-3727165-1339019546 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727165-1339019546.opb 

running on 4 cores: 0,2,4,6

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.00 1.99 1.69 2/177 27984
/proc/meminfo: memFree=25935116/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=311680 CPUtime=0 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) R 27982 27984 27815 0 -1 4202496 315 0 0 0 0 0 0 0 20 0 1 0 368079756 319160320 267 33554432000 4194304 5964350 140733854249328 140733864937368 5136410 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27984/statm: 77920 267 174 433 0 350 0

[startup+0.028084 s]
/proc/loadavg: 2.00 1.99 1.69 2/177 27984
/proc/meminfo: memFree=25935116/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=312576 CPUtime=0.02 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) R 27982 27984 27815 0 -1 4202496 601 0 0 0 2 0 0 0 20 0 1 0 368079756 320077824 553 33554432000 4194304 5964350 140733854249328 140733864937368 4344891 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27984/statm: 78144 553 241 433 0 574 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 312576

[startup+0.100211 s]
/proc/loadavg: 2.00 1.99 1.69 2/177 27984
/proc/meminfo: memFree=25935116/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=315948 CPUtime=0.09 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) R 27982 27984 27815 0 -1 4202496 1698 0 0 0 9 0 0 0 20 0 1 0 368079756 323530752 1617 33554432000 4194304 5964350 140733854249328 140733864937368 5073946 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27984/statm: 78987 1618 506 433 0 1417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 315948

[startup+0.300204 s]
/proc/loadavg: 2.00 1.99 1.69 2/177 27984
/proc/meminfo: memFree=25935116/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=324556 CPUtime=0.29 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) R 27982 27984 27815 0 -1 4202496 4570 0 0 0 29 0 0 0 20 0 1 0 368079756 332345344 4424 33554432000 4194304 5964350 140733854249328 140733854247816 5136410 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27984/statm: 81139 4425 1221 433 0 3569 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 324556

[startup+0.700205 s]
/proc/loadavg: 2.00 1.99 1.69 2/177 27984
/proc/meminfo: memFree=25935116/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=341260 CPUtime=0.69 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) R 27982 27984 27815 0 -1 4202496 10177 0 0 0 68 1 0 0 20 0 1 0 368079756 349450240 9902 33554432000 4194304 5964350 140733854249328 140733854247672 5109968 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27984/statm: 85315 9903 2631 433 0 7745 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 341260

[startup+1.50021 s]
/proc/loadavg: 2.00 1.99 1.69 3/178 27985
/proc/meminfo: memFree=25892692/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=374636 CPUtime=1.49 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) R 27982 27984 27815 0 -1 4202496 21308 0 0 0 146 3 0 0 20 0 1 0 368079756 383627264 20776 33554432000 4194304 5964350 140733854249328 140733854247672 5139032 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27984/statm: 93659 20776 5568 433 0 16089 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 374636

[startup+3.1002 s]
/proc/loadavg: 2.00 1.99 1.69 3/178 27985
/proc/meminfo: memFree=25857692/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=434428 CPUtime=3.08 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) R 27982 27984 27815 0 -1 4202496 42206 0 0 0 303 5 0 0 20 0 1 0 368079756 444854272 41672 33554432000 4194304 5964350 140733854249328 140733854247704 5136410 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27984/statm: 108607 41672 11265 433 0 31037 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 434428

[startup+6.3002 s]
/proc/loadavg: 2.00 1.99 1.69 3/178 27985
/proc/meminfo: memFree=25729796/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=558500 CPUtime=6.28 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) R 27982 27984 27815 0 -1 4202496 81714 0 0 0 617 11 0 0 20 0 1 0 368079756 571904000 82710 33554432000 4194304 5964350 140733854249328 140733854247816 5136410 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27984/statm: 139625 82710 22481 433 0 62055 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 558500

[startup+12.7002 s]
/proc/loadavg: 2.00 1.99 1.69 3/178 27985
/proc/meminfo: memFree=25480040/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=809636 CPUtime=12.68 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) R 27982 27984 27815 0 -1 4202496 160224 0 0 0 1245 23 0 0 20 0 1 0 368079756 829067264 165814 33554432000 4194304 5964350 140733854249328 140733854247816 5368173 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27984/statm: 202409 165815 46177 433 0 124839 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 809636

[startup+25.5003 s]
/proc/loadavg: 2.00 1.99 1.70 3/179 27986
/proc/meminfo: memFree=24899036/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=1096404 CPUtime=25.48 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 316971 0 0 0 2501 47 0 0 20 0 2 0 368079756 1122717696 256660 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 274101 256660 178 433 0 273665 0
[pid=27984/tid=27986] ppid=27982 vsize=1096404 CPUtime=3.74 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 56616 0 0 0 365 9 0 0 20 0 2 0 368081931 1122717696 256660 33554432000 4194304 5964350 140733854249328 139986490370520 4378756 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1096404

[startup+51.1003 s]
/proc/loadavg: 2.00 1.99 1.71 3/180 27998
/proc/meminfo: memFree=24182484/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=1795420 CPUtime=51.07 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 485160 0 0 0 5025 82 0 0 20 0 2 0 368079756 1838510080 431600 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 448855 431600 187 433 0 448419 0
[pid=27984/tid=27986] ppid=27982 vsize=1795420 CPUtime=29.26 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 224805 0 0 0 2883 43 0 0 20 0 2 0 368081931 1838510080 431600 33554432000 4194304 5964350 140733854249328 139986490370040 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1795420

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.72 3/179 27998
/proc/meminfo: memFree=24091272/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=1860956 CPUtime=102.27 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 497384 0 0 0 10135 92 0 0 20 0 2 0 368079756 1905618944 443824 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 465239 443824 187 433 0 464803 0
[pid=27984/tid=27986] ppid=27982 vsize=1860956 CPUtime=80.34 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 237029 0 0 0 7980 54 0 0 20 0 2 0 368081931 1905618944 443824 33554432000 4194304 5964350 140733854249328 139986490369848 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1860956

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.73 3/179 27998
/proc/meminfo: memFree=24007788/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=1926492 CPUtime=162.26 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 510558 0 0 0 16123 103 0 0 20 0 2 0 368079756 1972727808 456998 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 481623 456998 187 433 0 481187 0
[pid=27984/tid=27986] ppid=27982 vsize=1926492 CPUtime=140.18 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 250203 0 0 0 13952 66 0 0 20 0 2 0 368081931 1972727808 456998 33554432000 4194304 5964350 140733854249328 139986490370040 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1926492

[startup+222.3 s]
/proc/loadavg: 2.04 2.00 1.75 3/179 27998
/proc/meminfo: memFree=23937136/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=1992028 CPUtime=222.25 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 523812 0 0 0 22113 112 0 0 20 0 2 0 368079756 2039836672 470252 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 498007 470252 187 433 0 497571 0
[pid=27984/tid=27986] ppid=27982 vsize=1992028 CPUtime=200.03 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 263457 0 0 0 19928 75 0 0 20 0 2 0 368081931 2039836672 470252 33554432000 4194304 5964350 140733854249328 139986490369848 4400390 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1992028

[startup+282.3 s]
/proc/loadavg: 2.06 2.01 1.77 3/179 27998
/proc/meminfo: memFree=23878652/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=1992028 CPUtime=282.23 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 535105 0 0 0 28103 120 0 0 20 0 2 0 368079756 2039836672 481557 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 498007 481557 187 433 0 497571 0
[pid=27984/tid=27986] ppid=27982 vsize=1992028 CPUtime=259.87 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 274750 0 0 0 25903 84 0 0 20 0 2 0 368081931 2039836672 481557 33554432000 4194304 5964350 140733854249328 139986490370040 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 1992028

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 1.78 3/178 27998
/proc/meminfo: memFree=23825616/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2057564 CPUtime=342.23 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 545647 0 0 0 34095 128 0 0 20 0 2 0 368079756 2106945536 492136 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 514391 492136 187 433 0 513955 0
[pid=27984/tid=27986] ppid=27982 vsize=2057564 CPUtime=319.71 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 285292 0 0 0 31878 93 0 0 20 0 2 0 368081931 2106945536 492136 33554432000 4194304 5964350 140733854249328 139986490370040 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2057564

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 1.79 3/179 27999
/proc/meminfo: memFree=23779260/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2123100 CPUtime=402.21 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 555351 0 0 0 40086 135 0 0 20 0 2 0 368079756 2174054400 501919 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 530775 501919 187 433 0 530339 0
[pid=27984/tid=27986] ppid=27982 vsize=2123100 CPUtime=379.56 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 294996 0 0 0 37855 101 0 0 20 0 2 0 368081931 2174054400 501919 33554432000 4194304 5964350 140733854249328 139986490369848 4399930 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 2123100

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/180 28002
/proc/meminfo: memFree=23734640/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2123100 CPUtime=462.19 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 564196 0 0 0 46079 140 0 0 20 0 2 0 368079756 2174054400 510871 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 530775 510871 187 433 0 530339 0
[pid=27984/tid=27986] ppid=27982 vsize=2123100 CPUtime=439.4 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 303841 0 0 0 43833 107 0 0 20 0 2 0 368081931 2174054400 510871 33554432000 4194304 5964350 140733854249328 139986490369976 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 2123100

[startup+522.3 s]

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 28031
/proc/meminfo: memFree=23021188/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2581852 CPUtime=1421.82 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 677456 0 0 0 141956 226 0 0 20 0 2 0 368079756 2643816448 630174 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 645463 630174 187 433 0 645027 0
[pid=27984/tid=27986] ppid=27982 vsize=2581852 CPUtime=1396.71 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 417101 0 0 0 139463 208 0 0 20 0 2 0 368081931 2643816448 630174 33554432000 4194304 5964350 140733854249328 139986490369848 4373343 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 2581852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 28031
/proc/meminfo: memFree=22983604/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2647388 CPUtime=1481.8 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 683435 0 0 0 147949 231 0 0 20 0 2 0 368079756 2710925312 636888 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 661847 636888 187 433 0 661411 0
[pid=27984/tid=27986] ppid=27982 vsize=2647388 CPUtime=1456.54 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 423080 0 0 0 145440 214 0 0 20 0 2 0 368081931 2710925312 636888 33554432000 4194304 5964350 140733854249328 139986490370040 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 2647388

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 28031
/proc/meminfo: memFree=22946616/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2647388 CPUtime=1541.78 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 690003 0 0 0 153941 237 0 0 20 0 2 0 368079756 2710925312 643967 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 661847 643967 187 433 0 661411 0
[pid=27984/tid=27986] ppid=27982 vsize=2647388 CPUtime=1516.39 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 429648 0 0 0 151418 221 0 0 20 0 2 0 368081931 2710925312 643967 33554432000 4194304 5964350 140733854249328 139986490369848 4400548 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 2647388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 28032
/proc/meminfo: memFree=22915976/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2712924 CPUtime=1601.77 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 695400 0 0 0 159936 241 0 0 20 0 2 0 368079756 2778034176 649362 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 678231 649362 187 433 0 677795 0
[pid=27984/tid=27986] ppid=27982 vsize=2712924 CPUtime=1576.23 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 435045 0 0 0 157398 225 0 0 20 0 2 0 368081931 2778034176 649362 33554432000 4194304 5964350 140733854249328 139986490370040 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 2712924

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/180 28035
/proc/meminfo: memFree=22882736/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2712924 CPUtime=1661.76 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 701206 0 0 0 165930 246 0 0 20 0 2 0 368079756 2778034176 655168 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 678231 655168 187 433 0 677795 0
[pid=27984/tid=27986] ppid=27982 vsize=2712924 CPUtime=1636.08 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 440851 0 0 0 163377 231 0 0 20 0 2 0 368081931 2778034176 655168 33554432000 4194304 5964350 140733854249328 139986490370040 4399843 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 2712924

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/179 28035
/proc/meminfo: memFree=22847908/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2712924 CPUtime=1721.75 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 706645 0 0 0 171924 251 0 0 20 0 2 0 368079756 2778034176 660607 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 678231 660607 187 433 0 677795 0
[pid=27984/tid=27986] ppid=27982 vsize=2712924 CPUtime=1695.92 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 446290 0 0 0 169355 237 0 0 20 0 2 0 368081931 2778034176 660607 33554432000 4194304 5964350 140733854249328 139986490369848 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 2712924

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 28035
/proc/meminfo: memFree=22808624/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2778460 CPUtime=1781.74 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 711978 0 0 0 177917 257 0 0 20 0 2 0 368079756 2845143040 665940 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 694615 665940 187 433 0 694179 0
[pid=27984/tid=27986] ppid=27982 vsize=2778460 CPUtime=1755.77 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 451623 0 0 0 175333 244 0 0 20 0 2 0 368081931 2845143040 665940 33554432000 4194304 5964350 140733854249328 139986490370040 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 2778460

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 1.91 3/179 28035
/proc/meminfo: memFree=22802036/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2778460 CPUtime=1791.35 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 712927 0 0 0 178877 258 0 0 20 0 2 0 368079756 2845143040 666889 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 694615 666889 187 433 0 694179 0
[pid=27984/tid=27986] ppid=27982 vsize=2778460 CPUtime=1765.35 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 452572 0 0 0 176291 244 0 0 20 0 2 0 368081931 2845143040 666889 33554432000 4194304 5964350 140733854249328 139986490370040 4399858 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.35
Current children cumulated vsize (KiB) 2778460

[startup+1795.1 s]
/proc/loadavg: 1.93 1.99 1.91 2/172 28059
/proc/meminfo: memFree=23638408/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2778460 CPUtime=1794.55 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 713238 0 0 0 179197 258 0 0 20 0 2 0 368079756 2845143040 667200 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 694615 667200 187 433 0 694179 0
[pid=27984/tid=27986] ppid=27982 vsize=2778460 CPUtime=1768.54 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 452883 0 0 0 176610 244 0 0 20 0 2 0 368081931 2845143040 667200 33554432000 4194304 5964350 140733854249328 139986490370040 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 2778460

[startup+1798.3 s]
/proc/loadavg: 1.93 1.99 1.91 2/172 28059
/proc/meminfo: memFree=23637580/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2778460 CPUtime=1797.74 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 713569 0 0 0 179516 258 0 0 20 0 2 0 368079756 2845143040 667531 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 694615 667531 187 433 0 694179 0
[pid=27984/tid=27986] ppid=27982 vsize=2778460 CPUtime=1771.73 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 453214 0 0 0 176928 245 0 0 20 0 2 0 368081931 2845143040 667531 33554432000 4194304 5964350 140733854249328 139986490370040 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (KiB) 2778460

[startup+1799.1 s]
/proc/loadavg: 1.93 1.99 1.91 2/172 28059
/proc/meminfo: memFree=23637208/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2778460 CPUtime=1798.54 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 713663 0 0 0 179596 258 0 0 20 0 2 0 368079756 2845143040 667625 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 694615 667625 187 433 0 694179 0
[pid=27984/tid=27986] ppid=27982 vsize=2778460 CPUtime=1772.53 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 453308 0 0 0 177008 245 0 0 20 0 2 0 368081931 2845143040 667625 33554432000 4194304 5964350 140733854249328 139986490370040 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (KiB) 2778460

[startup+1799.5 s]
/proc/loadavg: 1.86 1.97 1.90 2/172 28059
/proc/meminfo: memFree=23636712/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2778460 CPUtime=1798.95 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 713703 0 0 0 179637 258 0 0 20 0 2 0 368079756 2845143040 667665 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 694615 667665 187 433 0 694179 0
[pid=27984/tid=27986] ppid=27982 vsize=2778460 CPUtime=1772.93 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 453348 0 0 0 177048 245 0 0 20 0 2 0 368081931 2845143040 667665 33554432000 4194304 5964350 140733854249328 139986490370040 4400410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (KiB) 2778460

[startup+1799.9 s]
/proc/loadavg: 1.86 1.97 1.90 2/172 28059
/proc/meminfo: memFree=23636712/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2778460 CPUtime=1799.34 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 713741 0 0 0 179676 258 0 0 20 0 2 0 368079756 2845143040 667703 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 694615 667703 187 433 0 694179 0
[pid=27984/tid=27986] ppid=27982 vsize=2778460 CPUtime=1773.33 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 453386 0 0 0 177088 245 0 0 20 0 2 0 368081931 2845143040 667703 33554432000 4194304 5964350 140733854249328 139986490370040 4400355 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.34
Current children cumulated vsize (KiB) 2778460

[startup+1800 s]
/proc/loadavg: 1.86 1.97 1.90 2/172 28059
/proc/meminfo: memFree=23636712/32873844 swapFree=7628/7628
[pid=27984] ppid=27982 vsize=2778460 CPUtime=1799.44 cores=0,2,4,6
/proc/27984/stat : 27984 (wbo1.72) S 27982 27984 27815 0 -1 4202496 713757 0 0 0 179686 258 0 0 20 0 2 0 368079756 2845143040 667719 33554432000 4194304 5964350 140733854249328 140733854248848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27984/statm: 694615 667719 187 433 0 694179 0
[pid=27984/tid=27986] ppid=27982 vsize=2778460 CPUtime=1773.43 cores=0,2,4,6
/proc/27984/task/27986/stat : 27986 (wbo1.72) R 27982 27984 27815 0 -1 4202560 453402 0 0 0 177098 245 0 0 20 0 2 0 368081931 2845143040 667719 33554432000 4194304 5964350 140733854249328 139986490370040 4409119 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 2778460

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27984 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=324525
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=890560
# CPU time returned by wait4() is 1795.22
# while last known CPU time is 1799.44
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.04
CPU time (s): 1799.44
CPU user time (s): 1796.86
CPU system time (s): 2.58
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 2778460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.32
system time used= 2.89056
maximum resident set size= 2670896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 713762
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= 435
involuntary context switches= 1852

runsolver used 3.35949 second user time and 8.83166 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-06 23:52:34
IDJOB=3727165
IDBENCH=89646
IDSOLVER=2313
FILE ID=node145/3727165-1339019546
RUNJOBID= node145-1339019546-27955
PBS_JOBID= 14643270
Free space on /tmp= 70664 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-172.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727165-1339019546/watcher-3727165-1339019546 -o /tmp/evaluation-result-3727165-1339019546/solver-3727165-1339019546 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727165-1339019546.opb

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

MD5SUM BENCH= 6217a9adeb5cd4d9104428c4e3eb327a
RANDOM SEED=320227550

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:        25935116 kB
Buffers:          464240 kB
Cached:          5273920 kB
SwapCached:            4 kB
Active:          2667864 kB
Inactive:        3391028 kB
Active(anon):     311876 kB
Inactive(anon):    10868 kB
Active(file):    2355988 kB
Inactive(file):  3380160 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:            369508 kB
Writeback:             0 kB
AnonPages:        327888 kB
Mapped:            14864 kB
Shmem:               200 kB
Slab:             737708 kB
SReclaimable:     174720 kB
SUnreclaim:       562988 kB
KernelStack:        1456 kB
PageTables:         4648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     286088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 70716 MiB
End job on node145 at 2012-06-07 00:22:34