Trace number 3727152

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-112.opb
MD5SUM7a0b627cea8cce891554469525360150
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 variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
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 568
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-3727152-1338667505.opb.
0.00/0.00	c Instance file HOME/instance-3727152-1338667505.opb
0.00/0.00	c File size is 33569425 bytes.
2.11/2.17	c Highest Coefficient sum: 568
2.11/2.17	c ============================[ Problem Statistics ]=============================
2.11/2.17	c |                                                                             |
2.11/2.17	c |  Parsing time:          2.17         s                                      |
2.11/2.17	c |  Number Variables:      33692                                               |
2.11/2.17	c |  Number Clauses:        664296                                              |
2.11/2.17	c |  Number Cardinality:    2643                                                |
2.11/2.17	c |  Number PB Constraints: 74746                                               |
2.11/2.17	c |                                                                             |
2.19/2.28	c |  Problem Type:          Decision                                            |
2.19/2.28	c |  Objective Function:    None                                                |
2.19/2.28	c |                                                                             |
2.19/2.28	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3727152-1338667505/watcher-3727152-1338667505 -o /tmp/evaluation-result-3727152-1338667505/solver-3727152-1338667505 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727152-1338667505.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.00 2.00 2.00 3/173 16164
/proc/meminfo: memFree=31023124/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=35924 CPUtime=0 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) R 16162 16164 16130 0 -1 4202496 320 0 0 0 0 0 0 0 20 0 1 0 332875082 36786176 273 33554432000 4194304 5964350 140735514694576 140737123673272 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 8981 273 175 433 0 349 0

[startup+0.0908901 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 16164
/proc/meminfo: memFree=31023124/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=40124 CPUtime=0.08 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) R 16162 16164 16130 0 -1 4202496 1671 0 0 0 8 0 0 0 20 0 1 0 332875082 41086976 1591 33554432000 4194304 5964350 140735514694576 140737123673272 4344688 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 10031 1591 493 433 0 1399 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40124

[startup+0.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 16164
/proc/meminfo: memFree=31023124/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=40572 CPUtime=0.09 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) R 16162 16164 16130 0 -1 4202496 1816 0 0 0 9 0 0 0 20 0 1 0 332875082 41545728 1736 33554432000 4194304 5964350 140735514694576 140737123673272 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 10143 1736 530 433 0 1511 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40572

[startup+0.300206 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 16164
/proc/meminfo: memFree=31023124/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=49528 CPUtime=0.29 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) R 16162 16164 16130 0 -1 4202496 4852 0 0 0 29 0 0 0 20 0 1 0 332875082 50716672 4707 33554432000 4194304 5964350 140735514694576 140737123673272 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 12382 4708 1286 433 0 3750 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49528

[startup+2.11927 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 16164
/proc/meminfo: memFree=31023124/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=130280 CPUtime=2.11 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) R 16162 16164 16130 0 -1 4202496 31066 0 0 0 207 4 0 0 20 0 1 0 332875082 133406720 30533 33554432000 4194304 5964350 140735514694576 140735514693064 4419455 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 32570 30534 8178 433 0 23938 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 130280

[startup+2.20022 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 16164
/proc/meminfo: memFree=31023124/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=179612 CPUtime=2.19 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 35170 0 0 0 214 5 0 0 20 0 2 0 332875082 183922688 26441 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 44903 26441 177 433 0 44467 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 179612

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16176
/proc/meminfo: memFree=30710648/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=242260 CPUtime=3.09 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 61208 0 0 0 299 10 0 0 20 0 2 0 332875082 248074240 50500 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 60565 50500 186 433 0 60129 0
[pid=16164/tid=16176] ppid=16162 vsize=242260 CPUtime=0.91 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 29056 0 0 0 86 5 0 0 20 0 2 0 332875299 248074240 50500 33554432000 4194304 5964350 140735514694576 140682869278520 4399944 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 242260

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16177
/proc/meminfo: memFree=30494676/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=242260 CPUtime=6.28 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 62322 0 0 0 618 10 0 0 20 0 2 0 332875082 248074240 51614 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 60565 51614 186 433 0 60129 0
[pid=16164/tid=16176] ppid=16162 vsize=242260 CPUtime=4.12 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 30170 0 0 0 405 7 0 0 20 0 2 0 332875299 248074240 51614 33554432000 4194304 5964350 140735514694576 140682869278520 4393411 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 242260

[startup+12.7069 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16177
/proc/meminfo: memFree=30479356/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=242260 CPUtime=12.69 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 63869 0 0 0 1258 11 0 0 20 0 2 0 332875082 248074240 53161 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 60565 53161 186 433 0 60129 0
[pid=16164/tid=16176] ppid=16162 vsize=242260 CPUtime=10.52 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 31717 0 0 0 1045 7 0 0 20 0 2 0 332875299 248074240 53161 33554432000 4194304 5964350 140735514694576 140682869278712 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 242260

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 16177
/proc/meminfo: memFree=30458028/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=307796 CPUtime=25.48 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 66554 0 0 0 2536 12 0 0 20 0 2 0 332875082 315183104 55846 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 76949 55846 186 433 0 76513 0
[pid=16164/tid=16176] ppid=16162 vsize=307796 CPUtime=23.31 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 34402 0 0 0 2323 8 0 0 20 0 2 0 332875299 315183104 55846 33554432000 4194304 5964350 140735514694576 140682869278520 4400462 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) 307796

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 16177
/proc/meminfo: memFree=30414596/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=307796 CPUtime=51.08 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 71335 0 0 0 5094 14 0 0 20 0 2 0 332875082 315183104 60672 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 76949 60672 186 433 0 76513 0
[pid=16164/tid=16176] ppid=16162 vsize=307796 CPUtime=48.92 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 39183 0 0 0 4881 11 0 0 20 0 2 0 332875299 315183104 60672 33554432000 4194304 5964350 140735514694576 140682869278712 4399889 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) 307796

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16177
/proc/meminfo: memFree=30341732/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=307796 CPUtime=102.24 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 79378 0 0 0 10204 20 0 0 20 0 2 0 332875082 315183104 69791 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 76949 69791 186 433 0 76513 0
[pid=16164/tid=16176] ppid=16162 vsize=307796 CPUtime=100.09 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 47226 0 0 0 9992 17 0 0 20 0 2 0 332875299 315183104 69791 33554432000 4194304 5964350 140735514694576 140682869278712 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 307796

[startup+162.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16178
/proc/meminfo: memFree=30280196/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=373332 CPUtime=162.22 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 86569 0 0 0 16195 27 0 0 20 0 2 0 332875082 382291968 77283 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 93333 77283 186 433 0 92897 0
[pid=16164/tid=16176] ppid=16162 vsize=373332 CPUtime=160.07 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 54417 0 0 0 15981 26 0 0 20 0 2 0 332875299 382291968 77283 33554432000 4194304 5964350 140735514694576 140682869278712 4400715 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 373332

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16178
/proc/meminfo: memFree=30236168/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=373332 CPUtime=222.2 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 91295 0 0 0 22189 31 0 0 20 0 2 0 332875082 382291968 82001 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 93333 82001 186 433 0 92897 0
[pid=16164/tid=16176] ppid=16162 vsize=373332 CPUtime=220.06 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 59143 0 0 0 21976 30 0 0 20 0 2 0 332875299 382291968 82001 33554432000 4194304 5964350 140735514694576 140682869278760 4399958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 373332

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16178
/proc/meminfo: memFree=30184240/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=373332 CPUtime=282.19 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 96401 0 0 0 28182 37 0 0 20 0 2 0 332875082 382291968 87107 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 93333 87107 186 433 0 92897 0
[pid=16164/tid=16176] ppid=16162 vsize=373332 CPUtime=280.06 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 64249 0 0 0 27969 37 0 0 20 0 2 0 332875299 382291968 87107 33554432000 4194304 5964350 140735514694576 140682869278520 4403290 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 373332

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16181
/proc/meminfo: memFree=30144332/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=438868 CPUtime=342.18 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 100053 0 0 0 34178 40 0 0 20 0 2 0 332875082 449400832 90758 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 109717 90758 186 433 0 109281 0
[pid=16164/tid=16176] ppid=16162 vsize=438868 CPUtime=340.07 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 67901 0 0 0 33966 41 0 0 20 0 2 0 332875299 449400832 90758 33554432000 4194304 5964350 140735514694576 140682869278712 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 438868

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16181
/proc/meminfo: memFree=30101032/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=438868 CPUtime=402.17 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 104307 0 0 0 40173 44 0 0 20 0 2 0 332875082 449400832 95012 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 109717 95012 186 433 0 109281 0
[pid=16164/tid=16176] ppid=16162 vsize=438868 CPUtime=400.07 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 72155 0 0 0 39961 46 0 0 20 0 2 0 332875299 449400832 95012 33554432000 4194304 5964350 140735514694576 140682869278712 4399858 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 438868

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16182
/proc/meminfo: memFree=30058032/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=438868 CPUtime=462.16 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 108136 0 0 0 46167 49 0 0 20 0 2 0 332875082 449400832 98841 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 109717 98841 186 433 0 109281 0

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

/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 112317 0 0 0 123901 104 0 0 20 0 2 0 332875299 583618560 136485 33554432000 4194304 5964350 140735514694576 140682869278520 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 569940

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16187
/proc/meminfo: memFree=29669004/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=635476 CPUtime=1301.96 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 147088 0 0 0 130105 91 0 0 20 0 2 0 332875082 650727424 141343 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 158869 141343 186 433 0 158433 0
[pid=16164/tid=16176] ppid=16162 vsize=635476 CPUtime=1300.02 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 114936 0 0 0 129896 106 0 0 20 0 2 0 332875299 650727424 141343 33554432000 4194304 5964350 140735514694576 140682869278520 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 635476

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16187
/proc/meminfo: memFree=29650512/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=635476 CPUtime=1361.95 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 148365 0 0 0 136101 94 0 0 20 0 2 0 332875082 650727424 142802 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 158869 142802 186 433 0 158433 0
[pid=16164/tid=16176] ppid=16162 vsize=635476 CPUtime=1360.02 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 116213 0 0 0 135892 110 0 0 20 0 2 0 332875299 650727424 142802 33554432000 4194304 5964350 140735514694576 140682869278760 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 635476

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16188
/proc/meminfo: memFree=29633764/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=635476 CPUtime=1421.92 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 149721 0 0 0 142097 95 0 0 20 0 2 0 332875082 650727424 144158 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 158869 144158 186 433 0 158433 0
[pid=16164/tid=16176] ppid=16162 vsize=635476 CPUtime=1420.02 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 117569 0 0 0 141889 113 0 0 20 0 2 0 332875299 650727424 144158 33554432000 4194304 5964350 140735514694576 140682869278520 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 635476

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16188
/proc/meminfo: memFree=29616032/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=635476 CPUtime=1481.92 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 151351 0 0 0 148095 97 0 0 20 0 2 0 332875082 650727424 145788 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 158869 145788 186 433 0 158433 0
[pid=16164/tid=16176] ppid=16162 vsize=635476 CPUtime=1480.02 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 119199 0 0 0 147887 115 0 0 20 0 2 0 332875299 650727424 145788 33554432000 4194304 5964350 140735514694576 140682869278712 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 635476

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 16191
/proc/meminfo: memFree=29598788/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=635476 CPUtime=1541.91 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 153347 0 0 0 154091 100 0 0 20 0 2 0 332875082 650727424 147784 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 158869 147784 186 433 0 158433 0
[pid=16164/tid=16176] ppid=16162 vsize=635476 CPUtime=1540.02 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 121195 0 0 0 153883 119 0 0 20 0 2 0 332875299 650727424 147784 33554432000 4194304 5964350 140735514694576 140682869278520 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 635476

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16191
/proc/meminfo: memFree=29551180/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=701012 CPUtime=1601.9 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 160887 0 0 0 160085 105 0 0 20 0 2 0 332875082 717836288 155324 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 175253 155324 186 433 0 174817 0
[pid=16164/tid=16176] ppid=16162 vsize=701012 CPUtime=1600.02 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 128735 0 0 0 159877 125 0 0 20 0 2 0 332875299 717836288 155324 33554432000 4194304 5964350 140735514694576 140682869278520 4403612 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 701012

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 16191
/proc/meminfo: memFree=29530144/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=701012 CPUtime=1661.89 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 163338 0 0 0 166084 105 0 0 20 0 2 0 332875082 717836288 157775 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 175253 157775 186 433 0 174817 0
[pid=16164/tid=16176] ppid=16162 vsize=701012 CPUtime=1660.03 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 131186 0 0 0 165876 127 0 0 20 0 2 0 332875299 717836288 157775 33554432000 4194304 5964350 140735514694576 140682869278712 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 701012

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 16192
/proc/meminfo: memFree=29507288/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=701012 CPUtime=1721.88 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 165378 0 0 0 172081 107 0 0 20 0 2 0 332875082 717836288 159815 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 175253 159815 186 433 0 174817 0
[pid=16164/tid=16176] ppid=16162 vsize=701012 CPUtime=1720.03 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 133226 0 0 0 171874 129 0 0 20 0 2 0 332875299 717836288 159815 33554432000 4194304 5964350 140735514694576 140682869278712 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 701012

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16192
/proc/meminfo: memFree=29489320/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=701012 CPUtime=1781.87 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 167286 0 0 0 178078 109 0 0 20 0 2 0 332875082 717836288 161723 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 175253 161723 186 433 0 174817 0
[pid=16164/tid=16176] ppid=16162 vsize=701012 CPUtime=1780.03 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 135134 0 0 0 177871 132 0 0 20 0 2 0 332875299 717836288 161723 33554432000 4194304 5964350 140735514694576 140682869278712 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 701012

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

[startup+1793.61 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16192
/proc/meminfo: memFree=29486468/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=701012 CPUtime=1793.17 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 167675 0 0 0 179208 109 0 0 20 0 2 0 332875082 717836288 162112 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 175253 162112 186 433 0 174817 0
[pid=16164/tid=16176] ppid=16162 vsize=701012 CPUtime=1791.34 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 135523 0 0 0 179001 133 0 0 20 0 2 0 332875299 717836288 162112 33554432000 4194304 5964350 140735514694576 140682869278712 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1793.17
Current children cumulated vsize (KiB) 701012

[startup+1796.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16192
/proc/meminfo: memFree=29485724/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=701012 CPUtime=1796.37 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 167769 0 0 0 179528 109 0 0 20 0 2 0 332875082 717836288 162206 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 175253 162206 186 433 0 174817 0
[pid=16164/tid=16176] ppid=16162 vsize=701012 CPUtime=1794.54 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 135617 0 0 0 179321 133 0 0 20 0 2 0 332875299 717836288 162206 33554432000 4194304 5964350 140735514694576 140682869278712 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1796.37
Current children cumulated vsize (KiB) 701012

[startup+1798.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16192
/proc/meminfo: memFree=29485352/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=701012 CPUtime=1797.96 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 167823 0 0 0 179687 109 0 0 20 0 2 0 332875082 717836288 162260 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 175253 162260 186 433 0 174817 0
[pid=16164/tid=16176] ppid=16162 vsize=701012 CPUtime=1796.13 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 135671 0 0 0 179480 133 0 0 20 0 2 0 332875299 717836288 162260 33554432000 4194304 5964350 140735514694576 140682869278712 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.96
Current children cumulated vsize (KiB) 701012

[startup+1799.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16192
/proc/meminfo: memFree=29484980/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=701012 CPUtime=1798.77 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 167856 0 0 0 179767 110 0 0 20 0 2 0 332875082 717836288 162293 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 175253 162293 186 433 0 174817 0
[pid=16164/tid=16176] ppid=16162 vsize=701012 CPUtime=1796.93 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 135704 0 0 0 179560 133 0 0 20 0 2 0 332875299 717836288 162293 33554432000 4194304 5964350 140735514694576 140682869278760 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (KiB) 701012

[startup+1799.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16192
/proc/meminfo: memFree=29484980/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=701012 CPUtime=1799.17 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 167869 0 0 0 179807 110 0 0 20 0 2 0 332875082 717836288 162306 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 175253 162306 186 433 0 174817 0
[pid=16164/tid=16176] ppid=16162 vsize=701012 CPUtime=1797.33 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 135717 0 0 0 179600 133 0 0 20 0 2 0 332875299 717836288 162306 33554432000 4194304 5964350 140735514694576 140682869278760 4400548 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.17
Current children cumulated vsize (KiB) 701012

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16192
/proc/meminfo: memFree=29484980/32873844 swapFree=7900/7900
[pid=16164] ppid=16162 vsize=701012 CPUtime=1799.57 cores=1,3,5,7
/proc/16164/stat : 16164 (wbo1.72) S 16162 16164 16130 0 -1 4202496 167883 0 0 0 179847 110 0 0 20 0 2 0 332875082 717836288 162320 33554432000 4194304 5964350 140735514694576 140735514694096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16164/statm: 175253 162320 186 433 0 174817 0
[pid=16164/tid=16176] ppid=16162 vsize=701012 CPUtime=1797.73 cores=1,3,5,7
/proc/16164/task/16176/stat : 16176 (wbo1.72) R 16162 16164 16130 0 -1 4202560 135731 0 0 0 179640 133 0 0 20 0 2 0 332875299 717836288 162320 33554432000 4194304 5964350 140735514694576 140682869278712 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 701012

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.93
CPU user time (s): 1798.53
CPU system time (s): 1.39479
CPU usage (%): 99.9952
Max. virtual memory (cumulated for all children) (KiB): 701012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.53
system time used= 1.39479
maximum resident set size= 649300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167888
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= 207
involuntary context switches= 2055

runsolver used 3.2885 second user time and 9.63953 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-02 22:05:06
IDJOB=3727152
IDBENCH=89805
IDSOLVER=2313
FILE ID=node137/3727152-1338667505
RUNJOBID= node137-1338667505-16147
PBS_JOBID= 14636506
Free space on /tmp= 70268 MiB

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

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

MD5SUM BENCH= 7a0b627cea8cce891554469525360150
RANDOM SEED=1706622357

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:        31024396 kB
Buffers:          151592 kB
Cached:           872220 kB
SwapCached:         5796 kB
Active:           625776 kB
Inactive:         409000 kB
Active(anon):       6284 kB
Inactive(anon):     7184 kB
Active(file):     619492 kB
Inactive(file):   401816 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:             74368 kB
Writeback:            16 kB
AnonPages:         16604 kB
Mapped:             8324 kB
Shmem:                 0 kB
Slab:             676484 kB
SReclaimable:     117516 kB
SUnreclaim:       558968 kB
KernelStack:        1408 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 70244 MiB
End job on node137 at 2012-06-02 22:35:06