Trace number 3694450

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 NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.08 1801.31

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-eilB101.opb
MD5SUMfbc26082f2456029d803a788e5b95f10
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark362784496250000004
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2818
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint61
Maximum length of a constraint759
Number of terms in the objective function 2818
Biggest coefficient in the objective function 83990681000000000
Number of bits for the biggest coefficient in the objective function 57
Sum of the numbers in the objective function 88099418004000000014
Number of bits of the sum of numbers in the objective function 67
Biggest number in a constraint 83990681000000000
Number of bits of the biggest number in a constraint 57
Biggest sum of numbers in a constraint 88099418004000000014
Number of bits of the biggest sum of numbers67
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c model valid
0.00/0.08	c current solution ok
0.00/0.19	o 711055329250000008
0.00/0.19	c fallback to adder encoding
2.86/2.99	c model valid
2.86/2.99	c current solution ok
2.98/3.01	o 676242000250000010
2.98/3.01	c fallback to adder encoding
5.37/5.44	c model valid
5.37/5.44	c current solution ok
5.44/6.35	o 591708858499999999
5.44/6.35	c fallback to adder encoding
49.79/50.73	c model valid
49.79/50.73	c current solution ok
49.79/50.74	o 590323549250000006
49.79/50.74	c fallback to adder encoding
909.22/910.39	c model valid
909.22/910.39	c current solution ok
909.33/910.42	o 589514266750000003
909.33/910.42	c fallback to adder encoding
912.04/913.12	c model valid
912.04/913.12	c current solution ok
912.04/913.15	o 543613641999999996
912.04/913.15	c fallback to adder encoding
1038.01/1039.16	c model valid
1038.01/1039.16	c current solution ok
1038.01/1039.19	o 536408913750000000
1038.01/1039.19	c fallback to adder encoding
1800.08/1801.31	c error: unexpected solver exit code
1800.08/1801.31	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-3694450-1338118479/watcher-3694450-1338118479 -o /tmp/evaluation-result-3694450-1338118479/solver-3694450-1338118479 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694450-1338118479.opb 1425555804 HOME HOME 

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.05 2.07 2.04 3/177 21089
/proc/meminfo: memFree=26913348/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0

[startup+0.10022 s]
/proc/loadavg: 2.05 2.07 2.04 3/177 21089
/proc/meminfo: memFree=26913348/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200267 s]
/proc/loadavg: 2.05 2.07 2.04 3/177 21089
/proc/meminfo: memFree=26913348/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 2.05 2.07 2.04 3/177 21089
/proc/meminfo: memFree=26913348/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700238 s]
/proc/loadavg: 2.05 2.07 2.04 3/177 21089
/proc/meminfo: memFree=26913348/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.05 2.07 2.04 3/179 21094
/proc/meminfo: memFree=26840580/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=75964 CPUtime=1.18 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 6758 3004 0 0 97 19 2 0 20 0 1 0 277973362 77787136 17532 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21090/statm: 18991 17532 177 410 0 18573 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 85112

[startup+3.10026 s]
/proc/loadavg: 2.05 2.07 2.04 3/181 21096
/proc/meminfo: memFree=26622868/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=30184 CPUtime=3.09 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) R 21089 21089 10926 0 -1 4202496 12481 38870 0 0 109 20 167 13 20 0 1 0 277973362 30908416 6079 33554432000 4194304 5873084 140733749245056 140733749239080 4708467 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21090/statm: 7546 6079 177 410 0 7128 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39332

[startup+6.30024 s]
/proc/loadavg: 2.04 2.07 2.04 2/180 21100
/proc/meminfo: memFree=26735656/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=5.43 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 17733 73871 0 0 194 31 296 22 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749239368 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21100] ppid=21090 vsize=16712 CPUtime=0.01 cores=1,3,5,7
/proc/21100/stat : 21100 (cp) D 21090 21089 10926 0 -1 4202496 500 0 0 0 0 1 0 0 20 0 1 0 277973906 17113088 186 33554432000 4194304 4305796 140735838566176 140735838564120 227512501136 0 0 4096 0 18446744071580543392 0 0 17 5 0 0 83 0 0
/proc/21100/statm: 4178 186 154 28 0 74 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 137964

[startup+12.7004 s]
/proc/loadavg: 2.04 2.07 2.04 3/181 21102
/proc/meminfo: memFree=26577048/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=6.45 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 22953 74385 0 0 284 41 296 24 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21101] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21101/stat : 21101 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277974098 9367552 266 33554432000 4194304 5064252 140733245725568 140733245724480 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21101/statm: 2287 266 226 213 0 72 0
[pid=21102] ppid=21101 vsize=187476 CPUtime=5.32 cores=1,3,5,7
/proc/21102/stat : 21102 (glucose_static) R 21101 21089 10926 0 -1 4202496 33390 0 0 0 524 8 0 0 20 0 1 0 277974098 191975424 40689 33554432000 4194304 4896791 140733566631392 140733566628664 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21102/statm: 46869 40689 78 172 0 46695 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 317876

[startup+25.5004 s]
/proc/loadavg: 2.03 2.06 2.04 3/181 21102
/proc/meminfo: memFree=26594144/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=6.45 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 22953 74385 0 0 284 41 296 24 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21101] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21101/stat : 21101 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277974098 9367552 266 33554432000 4194304 5064252 140733245725568 140733245724480 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21101/statm: 2287 266 226 213 0 72 0
[pid=21102] ppid=21101 vsize=187864 CPUtime=18.12 cores=1,3,5,7
/proc/21102/stat : 21102 (glucose_static) R 21101 21089 10926 0 -1 4202496 33451 0 0 0 1804 8 0 0 20 0 1 0 277974098 192372736 41261 33554432000 4194304 4896791 140733566631392 140733566628664 4204864 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21102/statm: 46966 41261 78 172 0 46792 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 318264

[startup+51.1003 s]
/proc/loadavg: 2.08 2.07 2.04 3/181 21105
/proc/meminfo: memFree=26536020/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=79336 CPUtime=50.17 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) R 21089 21089 10926 0 -1 4202496 30309 109108 0 0 322 42 4618 35 20 0 1 0 277973362 81240064 16807 33554432000 4194304 5873084 140733749245056 140733749239128 4391086 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 19834 16807 177 410 0 19416 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 88484

[startup+102.3 s]
/proc/loadavg: 2.07 2.07 2.04 3/181 21112
/proc/meminfo: memFree=26587768/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=50.83 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 31359 109108 0 0 377 53 4618 35 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21107] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21107/stat : 21107 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277978537 9367552 266 33554432000 4194304 5064252 140735888776256 140735888775168 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21107/statm: 2287 266 226 213 0 72 0
[pid=21108] ppid=21107 vsize=187968 CPUtime=50.52 cores=1,3,5,7
/proc/21108/stat : 21108 (glucose_static) R 21107 21089 10926 0 -1 4202496 34435 0 0 0 5045 7 0 0 20 0 1 0 277978537 192479232 42212 33554432000 4194304 4896791 140734183033888 140734183031096 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21108/statm: 46992 42212 78 172 0 46818 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 318368

[startup+162.3 s]
/proc/loadavg: 2.03 2.06 2.03 3/181 21112
/proc/meminfo: memFree=26540600/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=50.83 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 31359 109108 0 0 377 53 4618 35 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21107] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21107/stat : 21107 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277978537 9367552 266 33554432000 4194304 5064252 140735888776256 140735888775168 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21107/statm: 2287 266 226 213 0 72 0
[pid=21108] ppid=21107 vsize=219316 CPUtime=110.51 cores=1,3,5,7
/proc/21108/stat : 21108 (glucose_static) R 21107 21089 10926 0 -1 4202496 34888 0 0 0 11043 8 0 0 20 0 1 0 277978537 224579584 44197 33554432000 4194304 4896791 140734183033888 140734183031416 4207807 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21108/statm: 54829 44197 78 172 0 54655 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 349716

[startup+222.307 s]
/proc/loadavg: 2.08 2.06 2.03 3/181 21115
/proc/meminfo: memFree=26516608/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=50.83 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 31359 109108 0 0 377 53 4618 35 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21107] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21107/stat : 21107 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277978537 9367552 266 33554432000 4194304 5064252 140735888776256 140735888775168 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21107/statm: 2287 266 226 213 0 72 0
[pid=21108] ppid=21107 vsize=219604 CPUtime=170.51 cores=1,3,5,7

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

/proc/21184/statm: 67671 52928 78 172 0 67497 0
Current children cumulated CPU time (s) 1361.15
Current children cumulated vsize (KiB) 401084

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21185
/proc/meminfo: memFree=26486784/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=1039.09 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 56351 225411 0 0 656 85 103089 79 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21183] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21183/stat : 21183 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278077379 9367552 266 33554432000 4194304 5064252 140735913671744 140735913670656 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21183/statm: 2287 266 226 213 0 72 0
[pid=21184] ppid=21183 vsize=270816 CPUtime=382.05 cores=1,3,5,7
/proc/21184/stat : 21184 (glucose_static) R 21183 21089 10926 0 -1 4202496 40817 0 0 0 38189 16 0 0 20 0 1 0 278077380 277315584 59631 33554432000 4194304 4896791 140733490218224 140733490215432 4207584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21184/statm: 67704 59631 78 172 0 67530 0
Current children cumulated CPU time (s) 1421.14
Current children cumulated vsize (KiB) 401216

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21185
/proc/meminfo: memFree=26527392/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=1039.09 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 56351 225411 0 0 656 85 103089 79 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21183] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21183/stat : 21183 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278077379 9367552 266 33554432000 4194304 5064252 140735913671744 140735913670656 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21183/statm: 2287 266 226 213 0 72 0
[pid=21184] ppid=21183 vsize=220864 CPUtime=442.04 cores=1,3,5,7
/proc/21184/stat : 21184 (glucose_static) R 21183 21089 10926 0 -1 4202496 41912 0 0 0 44185 19 0 0 20 0 1 0 278077380 226164736 48088 33554432000 4194304 4896791 140733490218224 140733490215752 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21184/statm: 55216 48088 78 172 0 55042 0
Current children cumulated CPU time (s) 1481.13
Current children cumulated vsize (KiB) 351264

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 21188
/proc/meminfo: memFree=26498392/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=1039.09 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 56351 225411 0 0 656 85 103089 79 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21183] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21183/stat : 21183 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278077379 9367552 266 33554432000 4194304 5064252 140735913671744 140735913670656 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21183/statm: 2287 266 226 213 0 72 0
[pid=21184] ppid=21183 vsize=270952 CPUtime=502.04 cores=1,3,5,7
/proc/21184/stat : 21184 (glucose_static) R 21183 21089 10926 0 -1 4202496 42240 0 0 0 50184 20 0 0 20 0 1 0 278077380 277454848 54547 33554432000 4194304 4896791 140733490218224 140733490215752 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21184/statm: 67738 54547 78 172 0 67564 0
Current children cumulated CPU time (s) 1541.13
Current children cumulated vsize (KiB) 401352

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 21211
/proc/meminfo: memFree=26465332/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=1039.09 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 56351 225411 0 0 656 85 103089 79 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21183] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21183/stat : 21183 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278077379 9367552 266 33554432000 4194304 5064252 140735913671744 140735913670656 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21183/statm: 2287 266 226 213 0 72 0
[pid=21184] ppid=21183 vsize=271232 CPUtime=562.02 cores=1,3,5,7
/proc/21184/stat : 21184 (glucose_static) R 21183 21089 10926 0 -1 4202496 42416 0 0 0 56182 20 0 0 20 0 1 0 278077380 277741568 61787 33554432000 4194304 4896791 140733490218224 140733490215592 4205523 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21184/statm: 67808 61787 78 172 0 67634 0
Current children cumulated CPU time (s) 1601.11
Current children cumulated vsize (KiB) 401632

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 21212
/proc/meminfo: memFree=26517360/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=1039.09 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 56351 225411 0 0 656 85 103089 79 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21183] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21183/stat : 21183 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278077379 9367552 266 33554432000 4194304 5064252 140735913671744 140735913670656 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21183/statm: 2287 266 226 213 0 72 0
[pid=21184] ppid=21183 vsize=223780 CPUtime=622.01 cores=1,3,5,7
/proc/21184/stat : 21184 (glucose_static) R 21183 21089 10926 0 -1 4202496 45464 0 0 0 62179 22 0 0 20 0 1 0 278077380 229150720 47680 33554432000 4194304 4896791 140733490218224 140733490215752 4225134 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21184/statm: 55945 47680 78 172 0 55771 0
Current children cumulated CPU time (s) 1661.1
Current children cumulated vsize (KiB) 354180

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 21212
/proc/meminfo: memFree=26497688/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=1039.09 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 56351 225411 0 0 656 85 103089 79 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21183] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21183/stat : 21183 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278077379 9367552 266 33554432000 4194304 5064252 140735913671744 140735913670656 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21183/statm: 2287 266 226 213 0 72 0
[pid=21184] ppid=21183 vsize=224524 CPUtime=682 cores=1,3,5,7
/proc/21184/stat : 21184 (glucose_static) R 21183 21089 10926 0 -1 4202496 46693 0 0 0 68178 22 0 0 20 0 1 0 278077380 229912576 51448 33554432000 4194304 4896791 140733490218224 140733490215432 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21184/statm: 56131 51448 78 172 0 55957 0
Current children cumulated CPU time (s) 1721.09
Current children cumulated vsize (KiB) 354924

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 21212
/proc/meminfo: memFree=26482636/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=1039.09 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 56351 225411 0 0 656 85 103089 79 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21183] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21183/stat : 21183 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278077379 9367552 266 33554432000 4194304 5064252 140735913671744 140735913670656 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21183/statm: 2287 266 226 213 0 72 0
[pid=21184] ppid=21183 vsize=274932 CPUtime=741.99 cores=1,3,5,7
/proc/21184/stat : 21184 (glucose_static) R 21183 21089 10926 0 -1 4202496 48039 0 0 0 74175 24 0 0 20 0 1 0 278077380 281530368 54256 33554432000 4194304 4896791 140733490218224 140733490215752 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21184/statm: 68733 54256 78 172 0 68559 0
Current children cumulated CPU time (s) 1781.08
Current children cumulated vsize (KiB) 405332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21212
/proc/meminfo: memFree=26478336/32873624 swapFree=7104/7104
[pid=21089] ppid=21087 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (runPb2satCp2.sh) S 21087 21089 10926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277973361 9367552 274 33554432000 4194304 5064252 140735480372144 140735480371056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21089/statm: 2287 274 233 213 0 72 0
[pid=21090] ppid=21089 vsize=112104 CPUtime=1039.09 cores=1,3,5,7
/proc/21090/stat : 21090 (pb2sat) S 21089 21089 10926 0 -1 4202496 56351 225411 0 0 656 85 103089 79 20 0 1 0 277973362 114794496 26535 33554432000 4194304 5873084 140733749245056 140733749238872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21090/statm: 28026 26535 177 410 0 27608 0
[pid=21183] ppid=21090 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21183/stat : 21183 (satsolver.sh) S 21090 21089 10926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278077379 9367552 266 33554432000 4194304 5064252 140735913671744 140735913670656 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21183/statm: 2287 266 226 213 0 72 0
[pid=21184] ppid=21183 vsize=275064 CPUtime=760.99 cores=1,3,5,7
/proc/21184/stat : 21184 (glucose_static) R 21183 21089 10926 0 -1 4202496 48082 0 0 0 76075 24 0 0 20 0 1 0 278077380 281665536 54810 33554432000 4194304 4896791 140733490218224 140733490215432 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21184/statm: 68766 54810 78 172 0 68592 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 405464

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21089 and gives
#  childrusage.ru_utime.tv_sec=1037
#  childrusage.ru_utime.tv_usec=459282
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=650749
# CPU time returned by wait4() is 1039.11
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.31
CPU time (s): 1800.08
CPU user time (s): 1798.2
CPU system time (s): 1.88
CPU usage (%): 99.9315
Max. virtual memory (cumulated for all children) (KiB): 483228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1037.46
system time used= 1.65075
maximum resident set size= 294892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 903752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164
involuntary context switches= 1162

runsolver used 3.17152 second user time and 11.7632 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 13:34:39
IDJOB=3694450
IDBENCH=89889
IDSOLVER=2273
FILE ID=node121/3694450-1338118479
RUNJOBID= node121-1338087182-10943
PBS_JOBID= 14624437
Free space on /tmp= 71252 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-eilB101.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694450-1338118479/watcher-3694450-1338118479 -o /tmp/evaluation-result-3694450-1338118479/solver-3694450-1338118479 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694450-1338118479.opb 1425555804 HOME HOME

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

MD5SUM BENCH= fbc26082f2456029d803a788e5b95f10
RANDOM SEED=1425555804

node121.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.042
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.08
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.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        26912976 kB
Buffers:          450872 kB
Cached:          3066920 kB
SwapCached:            0 kB
Active:          2789424 kB
Inactive:        2340000 kB
Active(anon):    1612828 kB
Inactive(anon):        0 kB
Active(file):    1176596 kB
Inactive(file):  2340000 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9000 kB
Writeback:             0 kB
AnonPages:       1709312 kB
Mapped:            15160 kB
Shmem:               200 kB
Slab:             688504 kB
SReclaimable:     132848 kB
SUnreclaim:       555656 kB
KernelStack:        1504 kB
PageTables:         6836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1815856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    475136 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= 71200 MiB
End job on node121 at 2012-05-27 14:04:40