Trace number 3704864

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.7? 1799.44 1800.05

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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704864-1338109451.opb.
0.00/0.00	c Instance file HOME/instance-3704864-1338109451.opb
0.00/0.00	c File size is 315937781 bytes.
20.19/20.23	c Highest Coefficient sum: 2458
20.19/20.23	c ============================[ Problem Statistics ]=============================
20.19/20.23	c |                                                                             |
20.19/20.23	c |  Parsing time:          20.24        s                                      |
20.19/20.23	c |  Number Variables:      288080                                              |
20.19/20.23	c |  Number Clauses:        5771829                                             |
20.19/20.23	c |  Number Cardinality:    22887                                               |
20.19/20.23	c |  Number PB Constraints: 651187                                              |
20.19/20.23	c |                                                                             |
23.98/24.03	c |  Problem Type:          Decision                                            |
23.98/24.03	c |  Objective Function:    None                                                |
23.98/24.03	c |                                                                             |
23.98/24.03	c ===============================================================================
1799.44/1800.00	c ===============================================================================
1799.44/1800.00	c Wall Clock Time: 1800.01 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-3704864-1338109451/watcher-3704864-1338109451 -o /tmp/evaluation-result-3704864-1338109451/solver-3704864-1338109451 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704864-1338109451.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 14062
/proc/meminfo: memFree=26943368/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=311676 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) R 14060 14062 12137 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 277072609 319156224 276 33554432000 4194304 5963574 140734616323904 140733795780440 5135642 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/14062/statm: 77919 276 176 432 0 350 0

[startup+0.089994 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14062
/proc/meminfo: memFree=26943368/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=315812 CPUtime=0.08 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) R 14060 14062 12137 0 -1 4202496 1688 0 0 0 8 0 0 0 20 0 1 0 277072609 323391488 1607 33554432000 4194304 5963574 140734616323904 140733795780440 5135642 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/14062/statm: 78953 1608 503 432 0 1384 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 315812

[startup+0.100331 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14062
/proc/meminfo: memFree=26943368/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=316376 CPUtime=0.09 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) R 14060 14062 12137 0 -1 4202496 1857 0 0 0 9 0 0 0 20 0 1 0 277072609 323969024 1776 33554432000 4194304 5963574 140734616323904 140733795780440 4419071 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/14062/statm: 79094 1776 546 432 0 1525 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 316376

[startup+0.300292 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14062
/proc/meminfo: memFree=26943368/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=325476 CPUtime=0.29 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) R 14060 14062 12137 0 -1 4202496 4951 0 0 0 29 0 0 0 20 0 1 0 277072609 333287424 4805 33554432000 4194304 5963574 140734616323904 140733795780440 5135642 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/14062/statm: 81369 4806 1322 432 0 3800 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 325476

[startup+0.7003 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14062
/proc/meminfo: memFree=26943368/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=343764 CPUtime=0.69 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) R 14060 14062 12137 0 -1 4202496 11147 0 0 0 68 1 0 0 20 0 1 0 277072609 352014336 10872 33554432000 4194304 5963574 140734616323904 140734616322248 5135642 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/14062/statm: 85941 10874 2889 432 0 8372 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 343764

[startup+1.50029 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 14063
/proc/meminfo: memFree=26907160/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=381200 CPUtime=1.49 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) R 14060 14062 12137 0 -1 4202496 23316 0 0 0 147 2 0 0 20 0 1 0 277072609 390348800 22782 33554432000 4194304 5963574 140734616323904 140734616322248 5135642 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/14062/statm: 95300 22782 6075 432 0 17731 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 381200

[startup+3.10032 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 14063
/proc/meminfo: memFree=26858672/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=454156 CPUtime=3.08 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) R 14060 14062 12137 0 -1 4202496 45900 0 0 0 303 5 0 0 20 0 1 0 277072609 465055744 45874 33554432000 4194304 5963574 140734616323904 140734616322200 4349263 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/14062/statm: 113539 45875 12325 432 0 35970 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 454156

[startup+6.30032 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 14063
/proc/meminfo: memFree=26726128/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=587448 CPUtime=6.29 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) R 14060 14062 12137 0 -1 4202496 88901 0 0 0 618 11 0 0 20 0 1 0 277072609 601546752 90914 33554432000 4194304 5963574 140734616323904 140734616322392 5135642 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 146862 90914 24519 432 0 69293 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 587448

[startup+12.7003 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 14063
/proc/meminfo: memFree=26460444/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=862388 CPUtime=12.69 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) R 14060 14062 12137 0 -1 4202496 173977 0 0 0 1247 22 0 0 20 0 1 0 277072609 883085312 180580 33554432000 4194304 5963574 140734616323904 140734616322376 5135642 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 215597 180581 50513 432 0 138028 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 862388

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14064
/proc/meminfo: memFree=25629372/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=1451764 CPUtime=25.48 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 388729 0 0 0 2492 56 0 0 20 0 2 0 277072609 1486606336 347833 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 362941 347836 180 432 0 362506 0
[pid=14062/tid=14064] ppid=14060 vsize=1451764 CPUtime=5.23 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 129198 0 0 0 502 21 0 0 20 0 2 0 277074633 1486606336 347838 33554432000 4194304 5963574 140734616323904 139940488952488 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1451764

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14064
/proc/meminfo: memFree=25223644/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=1795416 CPUtime=51.08 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 484997 0 0 0 5027 81 0 0 20 0 2 0 277072609 1838505984 432168 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 448854 432168 188 432 0 448419 0
[pid=14062/tid=14064] ppid=14060 vsize=1795416 CPUtime=30.76 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 225461 0 0 0 3030 46 0 0 20 0 2 0 277074633 1838505984 432168 33554432000 4194304 5963574 140734616323904 139940488951800 4399537 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1795416

[startup+102.307 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 14064
/proc/meminfo: memFree=25153556/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=1860952 CPUtime=102.27 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 497270 0 0 0 10135 92 0 0 20 0 2 0 277072609 1905614848 444441 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 465238 444441 188 432 0 464803 0
[pid=14062/tid=14064] ppid=14060 vsize=1860952 CPUtime=81.84 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 237734 0 0 0 8126 58 0 0 20 0 2 0 277074633 1905614848 444441 33554432000 4194304 5963574 140734616323904 139940488951848 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1860952

[startup+162.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 14065
/proc/meminfo: memFree=25081876/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=1926488 CPUtime=162.26 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 510710 0 0 0 16120 106 0 0 20 0 2 0 277072609 1972723712 457881 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 481622 457881 188 432 0 481187 0
[pid=14062/tid=14064] ppid=14060 vsize=1926488 CPUtime=141.68 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 251174 0 0 0 14095 73 0 0 20 0 2 0 277074633 1972723712 457881 33554432000 4194304 5963574 140734616323904 139940488951608 4399560 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1926488

[startup+222.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/179 14065
/proc/meminfo: memFree=25007480/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=1992024 CPUtime=222.25 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 524002 0 0 0 22107 118 0 0 20 0 2 0 277072609 2039832576 471173 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 498006 471173 188 432 0 497571 0
[pid=14062/tid=14064] ppid=14060 vsize=1992024 CPUtime=201.53 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 264466 0 0 0 20067 86 0 0 20 0 2 0 277074633 2039832576 471173 33554432000 4194304 5963574 140734616323904 139940488951608 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1992024

[startup+282.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/179 14065
/proc/meminfo: memFree=24960220/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=1992024 CPUtime=282.24 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 535406 0 0 0 28094 130 0 0 20 0 2 0 277072609 2039832576 482594 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 498006 482594 188 432 0 497571 0
[pid=14062/tid=14064] ppid=14060 vsize=1992024 CPUtime=261.37 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 275870 0 0 0 26039 98 0 0 20 0 2 0 277074633 2039832576 482594 33554432000 4194304 5963574 140734616323904 139940488951800 4392454 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1992024

[startup+342.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 14065
/proc/meminfo: memFree=24903708/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2057560 CPUtime=342.22 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 546167 0 0 0 34082 140 0 0 20 0 2 0 277072609 2106941440 493415 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 514390 493415 188 432 0 513955 0
[pid=14062/tid=14064] ppid=14060 vsize=2057560 CPUtime=321.22 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 286631 0 0 0 32013 109 0 0 20 0 2 0 277074633 2106941440 493415 33554432000 4194304 5963574 140734616323904 139940488951800 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 2057560

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 14068
/proc/meminfo: memFree=24846380/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2123096 CPUtime=402.22 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 555792 0 0 0 40071 151 0 0 20 0 2 0 277072609 2174050304 503115 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 530774 503115 188 432 0 530339 0
[pid=14062/tid=14064] ppid=14060 vsize=2123096 CPUtime=381.06 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 296256 0 0 0 37986 120 0 0 20 0 2 0 277074633 2174050304 503115 33554432000 4194304 5963574 140734616323904 139940488951800 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2123096

[startup+462.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 14069
/proc/meminfo: memFree=24807632/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2123096 CPUtime=462.2 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 564896 0 0 0 46059 161 0 0 20 0 2 0 277072609 2174050304 512362 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 530774 512362 188 432 0 530339 0
[pid=14062/tid=14064] ppid=14060 vsize=2123096 CPUtime=440.9 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 305360 0 0 0 43958 132 0 0 20 0 2 0 277074633 2174050304 512362 33554432000 4194304 5963574 140734616323904 139940488951608 4392243 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 2123096

[startup+522.3 s]

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14114
/proc/meminfo: memFree=24472980/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2581848 CPUtime=1421.81 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 672671 0 0 0 141908 273 0 0 20 0 2 0 277072609 2643812352 626844 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 645462 626844 188 432 0 645027 0
[pid=14062/tid=14064] ppid=14060 vsize=2581848 CPUtime=1398.18 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 413135 0 0 0 139559 259 0 0 20 0 2 0 277074633 2643812352 626844 33554432000 4194304 5963574 140734616323904 139940488951800 4399546 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 2581848

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14114
/proc/meminfo: memFree=24454704/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2581848 CPUtime=1481.79 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 677046 0 0 0 147903 276 0 0 20 0 2 0 277072609 2643812352 631219 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 645462 631219 188 432 0 645027 0
[pid=14062/tid=14064] ppid=14060 vsize=2581848 CPUtime=1458.02 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 417510 0 0 0 145539 263 0 0 20 0 2 0 277074633 2643812352 631219 33554432000 4194304 5963574 140734616323904 139940488951800 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 2581848

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14114
/proc/meminfo: memFree=24397320/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2647384 CPUtime=1541.79 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 682099 0 0 0 153897 282 0 0 20 0 2 0 277072609 2710921216 636272 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 661846 636272 188 432 0 661411 0
[pid=14062/tid=14064] ppid=14060 vsize=2647384 CPUtime=1517.87 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 422563 0 0 0 151517 270 0 0 20 0 2 0 277074633 2710921216 636272 33554432000 4194304 5963574 140734616323904 139940488951800 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 2647384

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 14117
/proc/meminfo: memFree=24334732/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2647384 CPUtime=1601.78 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 687711 0 0 0 159889 289 0 0 20 0 2 0 277072609 2710921216 642395 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 661846 642395 188 432 0 661411 0
[pid=14062/tid=14064] ppid=14060 vsize=2647384 CPUtime=1577.71 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 428175 0 0 0 157495 276 0 0 20 0 2 0 277074633 2710921216 642395 33554432000 4194304 5963574 140734616323904 139940488951800 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 2647384

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14118
/proc/meminfo: memFree=24279256/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2647384 CPUtime=1661.77 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 692279 0 0 0 165883 294 0 0 20 0 2 0 277072609 2710921216 646963 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 661846 646963 188 432 0 661411 0
[pid=14062/tid=14064] ppid=14060 vsize=2647384 CPUtime=1637.56 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 432743 0 0 0 163473 283 0 0 20 0 2 0 277074633 2710921216 646963 33554432000 4194304 5963574 140734616323904 139940488951800 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 2647384

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14118
/proc/meminfo: memFree=24230924/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2712920 CPUtime=1721.76 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 697176 0 0 0 171875 301 0 0 20 0 2 0 277072609 2778030080 651860 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 678230 651860 188 432 0 677795 0
[pid=14062/tid=14064] ppid=14060 vsize=2712920 CPUtime=1697.41 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 437640 0 0 0 169451 290 0 0 20 0 2 0 277074633 2778030080 651860 33554432000 4194304 5963574 140734616323904 139940488951608 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 2712920

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 14118
/proc/meminfo: memFree=24208012/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2712920 CPUtime=1781.75 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 702134 0 0 0 177869 306 0 0 20 0 2 0 277072609 2778030080 656818 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 678230 656818 188 432 0 677795 0
[pid=14062/tid=14064] ppid=14060 vsize=2712920 CPUtime=1757.26 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 442598 0 0 0 175429 297 0 0 20 0 2 0 277074633 2778030080 656818 33554432000 4194304 5963574 140734616323904 139940488951608 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 2712920

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14118
/proc/meminfo: memFree=24204772/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2712920 CPUtime=1791.36 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 702893 0 0 0 178829 307 0 0 20 0 2 0 277072609 2778030080 657577 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 678230 657577 188 432 0 677795 0
[pid=14062/tid=14064] ppid=14060 vsize=2712920 CPUtime=1766.84 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 443357 0 0 0 176386 298 0 0 20 0 2 0 277074633 2778030080 657577 33554432000 4194304 5963574 140734616323904 139940488951800 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.36
Current children cumulated vsize (KiB) 2712920

[startup+1795.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14118
/proc/meminfo: memFree=24203780/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2712920 CPUtime=1794.55 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 703157 0 0 0 179148 307 0 0 20 0 2 0 277072609 2778030080 657841 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 678230 657841 188 432 0 677795 0
[pid=14062/tid=14064] ppid=14060 vsize=2712920 CPUtime=1770.03 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 443621 0 0 0 176705 298 0 0 20 0 2 0 277074633 2778030080 657841 33554432000 4194304 5963574 140734616323904 139940488951800 4402912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 2712920

[startup+1798.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14118
/proc/meminfo: memFree=24203160/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2712920 CPUtime=1797.75 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 703407 0 0 0 179468 307 0 0 20 0 2 0 277072609 2778030080 658091 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 678230 658091 188 432 0 677795 0
[pid=14062/tid=14064] ppid=14060 vsize=2712920 CPUtime=1773.21 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 443871 0 0 0 177023 298 0 0 20 0 2 0 277074633 2778030080 658091 33554432000 4194304 5963574 140734616323904 139940488951608 4399592 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.75
Current children cumulated vsize (KiB) 2712920

[startup+1799.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14118
/proc/meminfo: memFree=24202912/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2712920 CPUtime=1798.55 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 703502 0 0 0 179548 307 0 0 20 0 2 0 277072609 2778030080 658186 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 678230 658186 188 432 0 677795 0
[pid=14062/tid=14064] ppid=14060 vsize=2712920 CPUtime=1774.01 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 443966 0 0 0 177103 298 0 0 20 0 2 0 277074633 2778030080 658186 33554432000 4194304 5963574 140734616323904 139940488951608 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (KiB) 2712920

[startup+1799.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14118
/proc/meminfo: memFree=24202416/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2712920 CPUtime=1798.95 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 703503 0 0 0 179588 307 0 0 20 0 2 0 277072609 2778030080 658187 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 678230 658187 188 432 0 677795 0
[pid=14062/tid=14064] ppid=14060 vsize=2712920 CPUtime=1774.42 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 443967 0 0 0 177144 298 0 0 20 0 2 0 277074633 2778030080 658187 33554432000 4194304 5963574 140734616323904 139940488951608 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (KiB) 2712920

[startup+1799.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14118
/proc/meminfo: memFree=24202416/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2712920 CPUtime=1799.34 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 703507 0 0 0 179627 307 0 0 20 0 2 0 277072609 2778030080 658191 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 678230 658191 188 432 0 677795 0
[pid=14062/tid=14064] ppid=14060 vsize=2712920 CPUtime=1774.81 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 443971 0 0 0 177183 298 0 0 20 0 2 0 277074633 2778030080 658191 33554432000 4194304 5963574 140734616323904 139940488951608 4399546 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.34
Current children cumulated vsize (KiB) 2712920

[startup+1800 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14118
/proc/meminfo: memFree=24202416/32873648 swapFree=6848/6848
[pid=14062] ppid=14060 vsize=2712920 CPUtime=1799.44 cores=1,3,5,7
/proc/14062/stat : 14062 (wbo1.7) S 14060 14062 12137 0 -1 4202496 703509 0 0 0 179637 307 0 0 20 0 2 0 277072609 2778030080 658193 33554432000 4194304 5963574 140734616323904 140734616323424 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14062/statm: 678230 658193 188 432 0 677795 0
[pid=14062/tid=14064] ppid=14060 vsize=2712920 CPUtime=1774.91 cores=1,3,5,7
/proc/14062/task/14064/stat : 14064 (wbo1.7) R 14060 14062 12137 0 -1 4202560 443973 0 0 0 177193 298 0 0 20 0 2 0 277074633 2778030080 658193 33554432000 4194304 5963574 140734616323904 139940488951608 4399456 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) 2712920

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14062 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=813602
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=381485
# CPU time returned by wait4() is 1795.2
# 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.05
CPU time (s): 1799.44
CPU user time (s): 1796.37
CPU system time (s): 3.07
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 2712920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.81
system time used= 3.38149
maximum resident set size= 2632784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 703512
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= 442
involuntary context switches= 1835

runsolver used 5.38118 second user time and 19.994 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-27 11:04:18
IDJOB=3704864
IDBENCH=89646
IDSOLVER=2283
FILE ID=node113/3704864-1338109451
RUNJOBID= node113-1338088429-12154
PBS_JOBID= 14624460
Free space on /tmp= 71088 MiB

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

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

MD5SUM BENCH= 6217a9adeb5cd4d9104428c4e3eb327a
RANDOM SEED=521491168

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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.026
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.026
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.026
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.92
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.026
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26944144 kB
Buffers:          336168 kB
Cached:          4358328 kB
SwapCached:            0 kB
Active:          1725916 kB
Inactive:        3357996 kB
Active(anon):     391772 kB
Inactive(anon):        0 kB
Active(file):    1334144 kB
Inactive(file):  3357996 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            313972 kB
Writeback:             0 kB
AnonPages:        396124 kB
Mapped:            15052 kB
Shmem:               200 kB
Slab:             707132 kB
SReclaimable:     147672 kB
SUnreclaim:       559460 kB
KernelStack:        1440 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     154116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 71076 MiB
End job on node113 at 2012-05-27 11:34:18