Trace number 3727155

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.68 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-120.opb
MD5SUM7b80ddfff13fd2a12f867bbe09bf6414
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
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-3727155-1339019550.opb.
0.00/0.00	c Instance file HOME/instance-3727155-1339019550.opb
0.00/0.00	c File size is 50888302 bytes.
3.20/3.26	c Highest Coefficient sum: 691
3.20/3.26	c ============================[ Problem Statistics ]=============================
3.20/3.26	c |                                                                             |
3.20/3.26	c |  Parsing time:          3.27         s                                      |
3.20/3.26	c |  Number Variables:      48411                                               |
3.20/3.26	c |  Number Clauses:        1009495                                             |
3.20/3.26	c |  Number Cardinality:    3524                                                |
3.20/3.26	c |  Number PB Constraints: 110271                                              |
3.20/3.26	c |                                                                             |
3.39/3.42	c |  Problem Type:          Decision                                            |
3.39/3.42	c |  Objective Function:    None                                                |
3.39/3.42	c |                                                                             |
3.39/3.42	c ===============================================================================
1799.41/1800.00	c ===============================================================================
1799.41/1800.00	c Wall Clock Time: 1800.00 s
1799.41/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-3727155-1339019550/watcher-3727155-1339019550 -o /tmp/evaluation-result-3727155-1339019550/solver-3727155-1339019550 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727155-1339019550.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.97 1.68 3/176 21607
/proc/meminfo: memFree=28757476/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=52836 CPUtime=0 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) R 21605 21607 21469 0 -1 4202496 314 0 0 0 0 0 0 0 20 0 1 0 368079706 54104064 267 33554432000 4194304 5964350 140734411093776 140733224907656 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 13209 267 170 433 0 349 0

[startup+0.023636 s]
/proc/loadavg: 2.00 1.97 1.68 3/176 21607
/proc/meminfo: memFree=28757476/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=53768 CPUtime=0.02 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) R 21605 21607 21469 0 -1 4202496 597 0 0 0 2 0 0 0 20 0 1 0 368079706 55058432 551 33554432000 4194304 5964350 140734411093776 140733224907656 4344800 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 13442 551 232 433 0 582 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 53768

[startup+0.100256 s]
/proc/loadavg: 2.00 1.97 1.68 3/176 21607
/proc/meminfo: memFree=28757476/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=57344 CPUtime=0.09 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) R 21605 21607 21469 0 -1 4202496 1797 0 0 0 9 0 0 0 20 0 1 0 368079706 58720256 1717 33554432000 4194304 5964350 140734411093776 140733224907656 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 14336 1718 524 433 0 1476 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57344

[startup+0.300247 s]
/proc/loadavg: 2.00 1.97 1.68 3/176 21607
/proc/meminfo: memFree=28757476/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=66420 CPUtime=0.29 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) R 21605 21607 21469 0 -1 4202496 4812 0 0 0 28 1 0 0 20 0 1 0 368079706 68014080 4667 33554432000 4194304 5964350 140734411093776 140733224907656 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 16605 4667 1275 433 0 3745 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66420

[startup+0.700245 s]
/proc/loadavg: 2.00 1.97 1.68 3/176 21607
/proc/meminfo: memFree=28757476/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=83892 CPUtime=0.68 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) R 21605 21607 21469 0 -1 4202496 10738 0 0 0 67 1 0 0 20 0 1 0 368079706 85905408 10464 33554432000 4194304 5964350 140734411093776 140734411092120 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 20973 10465 2772 433 0 8113 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 83892

[startup+1.50025 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 21608
/proc/meminfo: memFree=28673132/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=121224 CPUtime=1.49 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) R 21605 21607 21469 0 -1 4202496 22777 0 0 0 146 3 0 0 20 0 1 0 368079706 124133376 22244 33554432000 4194304 5964350 140734411093776 140734411092120 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 30306 22244 5917 433 0 17446 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121224

[startup+3.10025 s]
/proc/loadavg: 2.00 1.97 1.68 3/178 21609
/proc/meminfo: memFree=28573120/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=190108 CPUtime=3.09 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) R 21605 21607 21469 0 -1 4202496 44934 0 0 0 304 5 0 0 20 0 1 0 368079706 194670592 44398 33554432000 4194304 5964350 140734411093776 140734411092072 4344688 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 47527 44398 11956 433 0 34667 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190108

[startup+6.30031 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 21610
/proc/meminfo: memFree=28270600/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=359248 CPUtime=6.28 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 90781 0 0 0 615 13 0 0 20 0 2 0 368079706 367869952 77158 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 89812 77158 186 433 0 89376 0
[pid=21607/tid=21610] ppid=21605 vsize=359248 CPUtime=3.01 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 43184 0 0 0 294 7 0 0 20 0 2 0 368080032 367869952 77158 33554432000 4194304 5964350 140734411093776 140624529356600 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 359248

[startup+12.7003 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 21610
/proc/meminfo: memFree=28259984/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=359248 CPUtime=12.68 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 92373 0 0 0 1254 14 0 0 20 0 2 0 368079706 367869952 78750 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 89812 78750 186 433 0 89376 0
[pid=21607/tid=21610] ppid=21605 vsize=359248 CPUtime=9.41 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 44776 0 0 0 933 8 0 0 20 0 2 0 368080032 367869952 78750 33554432000 4194304 5964350 140734411093776 140624529356792 4400548 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 359248

[startup+25.5003 s]
/proc/loadavg: 2.00 1.97 1.69 3/179 21610
/proc/meminfo: memFree=28245476/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=359248 CPUtime=25.48 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 95546 0 0 0 2532 16 0 0 20 0 2 0 368079706 367869952 81923 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 89812 81923 186 433 0 89376 0
[pid=21607/tid=21610] ppid=21605 vsize=359248 CPUtime=22.21 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 47949 0 0 0 2211 10 0 0 20 0 2 0 368080032 367869952 81923 33554432000 4194304 5964350 140734411093776 140624529356600 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 359248

[startup+51.1003 s]
/proc/loadavg: 2.00 1.97 1.69 3/180 21623
/proc/meminfo: memFree=28216404/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=424784 CPUtime=51.08 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 101923 0 0 0 5089 19 0 0 20 0 2 0 368079706 434978816 88300 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 106196 88300 186 433 0 105760 0
[pid=21607/tid=21610] ppid=21605 vsize=424784 CPUtime=47.81 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 54326 0 0 0 4768 13 0 0 20 0 2 0 368080032 434978816 88300 33554432000 4194304 5964350 140734411093776 140624529356792 4399921 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 424784

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.71 3/179 21623
/proc/meminfo: memFree=28150612/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=424784 CPUtime=102.27 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 110269 0 0 0 10203 24 0 0 20 0 2 0 368079706 434978816 96646 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 106196 96646 186 433 0 105760 0
[pid=21607/tid=21610] ppid=21605 vsize=424784 CPUtime=99.02 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 62672 0 0 0 9882 20 0 0 20 0 2 0 368080032 434978816 96646 33554432000 4194304 5964350 140734411093776 140624529356792 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 424784

[startup+162.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/179 21623
/proc/meminfo: memFree=28070484/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=490320 CPUtime=162.26 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 118679 0 0 0 16196 30 0 0 20 0 2 0 368079706 502087680 105055 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 122580 105055 186 433 0 122144 0
[pid=21607/tid=21610] ppid=21605 vsize=490320 CPUtime=159.01 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 71082 0 0 0 15875 26 0 0 20 0 2 0 368080032 502087680 105055 33554432000 4194304 5964350 140734411093776 140624529356600 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 490320

[startup+222.3 s]
/proc/loadavg: 2.06 1.99 1.74 3/179 21623
/proc/meminfo: memFree=27995304/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=490320 CPUtime=222.24 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 125050 0 0 0 22189 35 0 0 20 0 2 0 368079706 502087680 111587 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 122580 111587 186 433 0 122144 0
[pid=21607/tid=21610] ppid=21605 vsize=490320 CPUtime=219 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 77453 0 0 0 21867 33 0 0 20 0 2 0 368080032 502087680 111587 33554432000 4194304 5964350 140734411093776 140624529356792 4399858 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 490320

[startup+282.3 s]
/proc/loadavg: 2.05 2.00 1.76 3/179 21623
/proc/meminfo: memFree=27920744/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=555856 CPUtime=282.19 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 131165 0 0 0 28179 40 0 0 20 0 2 0 368079706 569196544 118634 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 138964 118634 186 433 0 138528 0
[pid=21607/tid=21610] ppid=21605 vsize=555856 CPUtime=278.96 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 83568 0 0 0 27858 38 0 0 20 0 2 0 368080032 569196544 118634 33554432000 4194304 5964350 140734411093776 140624529356792 4400439 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 555856

[startup+342.3 s]
/proc/loadavg: 2.02 2.00 1.77 3/179 21623
/proc/meminfo: memFree=27861316/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=555856 CPUtime=342.14 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 138126 0 0 0 34169 45 0 0 20 0 2 0 368079706 569196544 125885 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 138964 125885 186 433 0 138528 0
[pid=21607/tid=21610] ppid=21605 vsize=555856 CPUtime=338.92 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 90529 0 0 0 33848 44 0 0 20 0 2 0 368080032 569196544 125885 33554432000 4194304 5964350 140734411093776 140624529356600 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 555856

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/179 21624
/proc/meminfo: memFree=27808024/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=555856 CPUtime=402.1 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 144261 0 0 0 40161 49 0 0 20 0 2 0 368079706 569196544 132037 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 138964 132037 186 433 0 138528 0
[pid=21607/tid=21610] ppid=21605 vsize=555856 CPUtime=398.88 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 96664 0 0 0 39839 49 0 0 20 0 2 0 368080032 569196544 132037 33554432000 4194304 5964350 140734411093776 140624529356792 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 555856

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/179 21627
/proc/meminfo: memFree=27754700/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=621392 CPUtime=462.07 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 150742 0 0 0 46154 53 0 0 20 0 2 0 368079706 636305408 139577 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 155348 139577 186 433 0 154912 0
[pid=21607/tid=21610] ppid=21605 vsize=621392 CPUtime=458.87 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 103145 0 0 0 45833 54 0 0 20 0 2 0 368080032 636305408 139577 33554432000 4194304 5964350 140734411093776 140624529356600 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

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

/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 163560 0 0 0 129753 124 0 0 20 0 2 0 368080032 904740864 203169 33554432000 4194304 5964350 140734411093776 140624529356792 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 883536

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21657
/proc/meminfo: memFree=27276184/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=883536 CPUtime=1361.84 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 213742 0 0 0 136072 112 0 0 20 0 2 0 368079706 904740864 205753 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 220884 205753 186 433 0 220448 0
[pid=21607/tid=21610] ppid=21605 vsize=883536 CPUtime=1358.76 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 166145 0 0 0 135749 127 0 0 20 0 2 0 368080032 904740864 205753 33554432000 4194304 5964350 140734411093776 140624529356600 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 883536

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21657
/proc/meminfo: memFree=27252804/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=883536 CPUtime=1421.84 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 216156 0 0 0 142069 115 0 0 20 0 2 0 368079706 904740864 208166 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 220884 208166 186 433 0 220448 0
[pid=21607/tid=21610] ppid=21605 vsize=883536 CPUtime=1418.77 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 168559 0 0 0 141747 130 0 0 20 0 2 0 368080032 904740864 208166 33554432000 4194304 5964350 140734411093776 140624529356792 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 883536

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21657
/proc/meminfo: memFree=27229368/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=883536 CPUtime=1481.82 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 220062 0 0 0 148066 116 0 0 20 0 2 0 368079706 904740864 212070 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 220884 212070 186 433 0 220448 0
[pid=21607/tid=21610] ppid=21605 vsize=883536 CPUtime=1478.76 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 172465 0 0 0 147743 133 0 0 20 0 2 0 368080032 904740864 212070 33554432000 4194304 5964350 140734411093776 140624529356792 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 883536

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21657
/proc/meminfo: memFree=27203700/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=949072 CPUtime=1541.81 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 223611 0 0 0 154063 118 0 0 20 0 2 0 368079706 971849728 215619 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 237268 215619 186 433 0 236832 0
[pid=21607/tid=21610] ppid=21605 vsize=949072 CPUtime=1538.76 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 176014 0 0 0 153740 136 0 0 20 0 2 0 368080032 971849728 215619 33554432000 4194304 5964350 140734411093776 140624529356600 4400029 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 949072

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21658
/proc/meminfo: memFree=27183736/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=949072 CPUtime=1601.8 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 226941 0 0 0 160058 122 0 0 20 0 2 0 368079706 971849728 218949 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 237268 218949 186 433 0 236832 0
[pid=21607/tid=21610] ppid=21605 vsize=949072 CPUtime=1598.76 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 179344 0 0 0 159736 140 0 0 20 0 2 0 368080032 971849728 218949 33554432000 4194304 5964350 140734411093776 140624529356792 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 949072

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/180 21661
/proc/meminfo: memFree=27160540/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=949072 CPUtime=1661.79 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 230691 0 0 0 166054 125 0 0 20 0 2 0 368079706 971849728 222699 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 237268 222699 186 433 0 236832 0
[pid=21607/tid=21610] ppid=21605 vsize=949072 CPUtime=1658.76 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 183094 0 0 0 165731 145 0 0 20 0 2 0 368080032 971849728 222699 33554432000 4194304 5964350 140734411093776 140624529356600 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 949072

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/179 21661
/proc/meminfo: memFree=27138064/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=949072 CPUtime=1721.77 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 234234 0 0 0 172047 130 0 0 20 0 2 0 368079706 971849728 226613 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 237268 226613 186 433 0 236832 0
[pid=21607/tid=21610] ppid=21605 vsize=949072 CPUtime=1718.74 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 186637 0 0 0 171724 150 0 0 20 0 2 0 368080032 971849728 226613 33554432000 4194304 5964350 140734411093776 140624529356792 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 949072

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21661
/proc/meminfo: memFree=27106652/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=949072 CPUtime=1781.71 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 237128 0 0 0 178039 132 0 0 20 0 2 0 368079706 971849728 230139 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 237268 230139 186 433 0 236832 0
[pid=21607/tid=21610] ppid=21605 vsize=949072 CPUtime=1778.7 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 189531 0 0 0 177716 154 0 0 20 0 2 0 368080032 971849728 230139 33554432000 4194304 5964350 140734411093776 140624529356792 4399930 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 949072

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21661
/proc/meminfo: memFree=27103908/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=949072 CPUtime=1791.31 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 237471 0 0 0 178999 132 0 0 20 0 2 0 368079706 971849728 230800 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 237268 230800 186 433 0 236832 0
[pid=21607/tid=21610] ppid=21605 vsize=949072 CPUtime=1788.3 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 189874 0 0 0 178676 154 0 0 20 0 2 0 368080032 971849728 230800 33554432000 4194304 5964350 140734411093776 140624529356792 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.31
Current children cumulated vsize (KiB) 949072

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21661
/proc/meminfo: memFree=27103288/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=949072 CPUtime=1794.51 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 237613 0 0 0 179318 133 0 0 20 0 2 0 368079706 971849728 230942 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 237268 230942 186 433 0 236832 0
[pid=21607/tid=21610] ppid=21605 vsize=949072 CPUtime=1791.5 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 190016 0 0 0 178996 154 0 0 20 0 2 0 368080032 971849728 230942 33554432000 4194304 5964350 140734411093776 140624529356792 4392783 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.51
Current children cumulated vsize (KiB) 949072

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21661
/proc/meminfo: memFree=27102792/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=949072 CPUtime=1797.71 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 237796 0 0 0 179638 133 0 0 20 0 2 0 368079706 971849728 231125 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 237268 231125 186 433 0 236832 0
[pid=21607/tid=21610] ppid=21605 vsize=949072 CPUtime=1794.69 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 190199 0 0 0 179315 154 0 0 20 0 2 0 368080032 971849728 231125 33554432000 4194304 5964350 140734411093776 140624529356840 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.71
Current children cumulated vsize (KiB) 949072

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21661
/proc/meminfo: memFree=27102296/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=949072 CPUtime=1798.51 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 238012 0 0 0 179718 133 0 0 20 0 2 0 368079706 971849728 231341 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 237268 231341 186 433 0 236832 0
[pid=21607/tid=21610] ppid=21605 vsize=949072 CPUtime=1795.49 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 190415 0 0 0 179395 154 0 0 20 0 2 0 368080032 971849728 231341 33554432000 4194304 5964350 140734411093776 140624529356600 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.51
Current children cumulated vsize (KiB) 949072

[startup+1799.5 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21661
/proc/meminfo: memFree=27101676/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=949072 CPUtime=1798.91 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 238016 0 0 0 179758 133 0 0 20 0 2 0 368079706 971849728 231345 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 237268 231345 186 433 0 236832 0
[pid=21607/tid=21610] ppid=21605 vsize=949072 CPUtime=1795.89 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 190419 0 0 0 179435 154 0 0 20 0 2 0 368080032 971849728 231345 33554432000 4194304 5964350 140734411093776 140624529356600 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.91
Current children cumulated vsize (KiB) 949072

[startup+1799.9 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21661
/proc/meminfo: memFree=27101676/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=949072 CPUtime=1799.31 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 238016 0 0 0 179798 133 0 0 20 0 2 0 368079706 971849728 231345 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 237268 231345 186 433 0 236832 0
[pid=21607/tid=21610] ppid=21605 vsize=949072 CPUtime=1796.29 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 190419 0 0 0 179475 154 0 0 20 0 2 0 368080032 971849728 231345 33554432000 4194304 5964350 140734411093776 140624529356600 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.31
Current children cumulated vsize (KiB) 949072

[startup+1800 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21661
/proc/meminfo: memFree=27101676/32873844 swapFree=7900/7900
[pid=21607] ppid=21605 vsize=949072 CPUtime=1799.41 cores=0,2,4,6
/proc/21607/stat : 21607 (wbo1.72) S 21605 21607 21469 0 -1 4202496 238017 0 0 0 179808 133 0 0 20 0 2 0 368079706 971849728 231346 33554432000 4194304 5964350 140734411093776 140734411093296 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21607/statm: 237268 231346 186 433 0 236832 0
[pid=21607/tid=21610] ppid=21605 vsize=949072 CPUtime=1796.39 cores=0,2,4,6
/proc/21607/task/21610/stat : 21610 (wbo1.72) R 21605 21607 21469 0 -1 4202560 190420 0 0 0 179485 154 0 0 20 0 2 0 368080032 971849728 231346 33554432000 4194304 5964350 140734411093776 140624529356600 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 949072

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.68
CPU user time (s): 1798.06
CPU system time (s): 1.62275
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 949072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.06
system time used= 1.62275
maximum resident set size= 925396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238020
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= 318
involuntary context switches= 2038

runsolver used 2.46762 second user time and 7.36288 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-06 23:52:32
IDJOB=3727155
IDBENCH=89735
IDSOLVER=2313
FILE ID=node137/3727155-1339019550
RUNJOBID= node137-1339019550-21579
PBS_JOBID= 14643278
Free space on /tmp= 70360 MiB

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

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

MD5SUM BENCH= 7b80ddfff13fd2a12f867bbe09bf6414
RANDOM SEED=174647250

node137.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		: 2666.600
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	: 5333.20
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		: 2666.600
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		: 2666.600
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		: 2666.600
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		: 2666.600
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		: 2666.600
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.90
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		: 2666.600
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		: 2666.600
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:       32873844 kB
MemFree:        28758484 kB
Buffers:          326140 kB
Cached:          2931824 kB
SwapCached:         5840 kB
Active:          1169380 kB
Inactive:        2113236 kB
Active(anon):      19812 kB
Inactive(anon):     7156 kB
Active(file):    1149568 kB
Inactive(file):  2106080 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097516 kB
Dirty:             98056 kB
Writeback:             0 kB
AnonPages:         28332 kB
Mapped:            15652 kB
Shmem:                 0 kB
Slab:             693880 kB
SReclaimable:     131000 kB
SUnreclaim:       562880 kB
KernelStack:        1448 kB
PageTables:         4096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     145092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70396 MiB
End job on node137 at 2012-06-07 00:22:32