Trace number 3694814

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 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_14.opb.PB06.opb
MD5SUM3ddf6338b9f9cf35560b94c856457c56
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables468
Total number of constraints468
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints468
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 468
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 468
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 468
Number of bits of the biggest sum of numbers9
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.37	c model valid
0.00/0.37	c current solution ok
0.00/0.49	o 255
0.00/0.49	c (debug) using card networks
0.00/0.59	c model valid
0.00/0.59	c current solution ok
0.00/0.60	o 246
0.00/0.60	c (debug) using card networks
0.00/1.01	c model valid
0.00/1.01	c current solution ok
0.00/1.02	o 236
0.00/1.02	c (debug) using card networks
1.88/1.90	c model valid
1.88/1.90	c current solution ok
1.88/1.90	o 231
1.88/1.90	c (debug) using card networks
2.86/2.95	c model valid
2.86/2.95	c current solution ok
2.86/2.96	o 224
2.86/2.96	c (debug) using card networks
10.17/10.22	c model valid
10.17/10.22	c current solution ok
10.17/10.23	o 221
10.17/10.23	c (debug) using card networks
14.55/14.69	c model valid
14.55/14.69	c current solution ok
14.66/14.70	o 218
14.66/14.70	c (debug) using card networks
303.37/303.54	c model valid
303.37/303.54	c current solution ok
303.37/303.54	o 213
303.37/303.54	c (debug) using card networks
1800.08/1800.61	c error: unexpected solver exit code
1800.08/1800.61	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-3694814-1338310748/watcher-3694814-1338310748 -o /tmp/evaluation-result-3694814-1338310748/solver-3694814-1338310748 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694814-1338310748.opb 709189190 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: 0.00 0.00 1.51 3/172 10875
/proc/meminfo: memFree=29281660/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0

[startup+0.0854229 s]
/proc/loadavg: 0.00 0.00 1.51 3/172 10875
/proc/meminfo: memFree=29281660/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 0.00 0.00 1.51 3/172 10875
/proc/meminfo: memFree=29281660/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.320967 s]
/proc/loadavg: 0.00 0.00 1.51 3/172 10875
/proc/meminfo: memFree=29281660/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700332 s]
/proc/loadavg: 0.00 0.00 1.51 3/172 10875
/proc/meminfo: memFree=29281660/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 0.00 0.00 1.51 3/183 10908
/proc/meminfo: memFree=29242884/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=1.01 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 2899 9120 0 0 38 10 50 3 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10907] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10907/stat : 10907 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297199325 9367552 266 33554432000 4194304 5064252 140735726305152 140735726304064 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10907/statm: 2287 266 226 213 0 72 0
[pid=10908] ppid=10907 vsize=13544 CPUtime=0.46 cores=1,3,5,7
/proc/10908/stat : 10908 (glucose_static) R 10907 10874 10839 0 -1 4202496 2237 0 0 0 46 0 0 0 20 0 1 0 297199325 13869056 3154 33554432000 4194304 4896791 140736363946016 140736363943336 4203064 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10908/statm: 3386 3154 78 172 0 3212 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 37612

[startup+3.10032 s]
/proc/loadavg: 0.16 0.03 1.52 3/183 10917
/proc/meminfo: memFree=29242196/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=2.96 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 3808 16154 0 0 41 10 239 6 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 14920

[startup+6.30036 s]
/proc/loadavg: 0.16 0.03 1.52 3/183 10923
/proc/meminfo: memFree=29238840/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=2.96 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 3808 16154 0 0 41 10 239 6 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10919] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10919/stat : 10919 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297199519 9367552 267 33554432000 4194304 5064252 140733716931200 140733716930112 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10919/statm: 2287 267 226 213 0 72 0
[pid=10920] ppid=10919 vsize=14364 CPUtime=3.31 cores=1,3,5,7
/proc/10920/stat : 10920 (glucose_static) R 10919 10874 10839 0 -1 4202496 3644 0 0 0 331 0 0 0 20 0 1 0 297199519 14708736 3212 33554432000 4194304 4896791 140734636994352 140734636991672 4224910 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10920/statm: 3591 3212 78 172 0 3417 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 38432

[startup+12.7004 s]
/proc/loadavg: 0.44 0.10 1.52 3/183 10932
/proc/meminfo: memFree=29239344/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=10.21 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 4255 22736 0 0 42 10 961 8 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10931] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10931/stat : 10931 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297200246 9367552 266 33554432000 4194304 5064252 140736231113328 140736231112240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10931/statm: 2287 266 226 213 0 72 0
[pid=10932] ppid=10931 vsize=14200 CPUtime=2.45 cores=1,3,5,7
/proc/10932/stat : 10932 (glucose_static) R 10931 10874 10839 0 -1 4202496 4668 0 0 0 245 0 0 0 20 0 1 0 297200246 14540800 2948 33554432000 4194304 4896791 140736876323552 140736876320760 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10932/statm: 3550 2948 78 172 0 3376 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 38268

[startup+25.5005 s]
/proc/loadavg: 0.68 0.16 1.53 3/183 10941
/proc/meminfo: memFree=29226284/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=14.67 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 4701 29703 0 0 43 10 1405 9 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10937] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10937/stat : 10937 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297200693 9367552 267 33554432000 4194304 5064252 140733718615168 140733718614080 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10937/statm: 2287 267 226 213 0 72 0
[pid=10938] ppid=10937 vsize=15664 CPUtime=10.77 cores=1,3,5,7
/proc/10938/stat : 10938 (glucose_static) R 10937 10874 10839 0 -1 4202496 9710 0 0 0 1074 3 0 0 20 0 1 0 297200693 16039936 3524 33554432000 4194304 4896791 140736133807264 140736133804840 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10938/statm: 3916 3524 78 172 0 3742 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 39732

[startup+51.1005 s]
/proc/loadavg: 1.13 0.31 1.54 3/183 10941
/proc/meminfo: memFree=29213036/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=14.67 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 4701 29703 0 0 43 10 1405 9 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10937] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10937/stat : 10937 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297200693 9367552 267 33554432000 4194304 5064252 140733718615168 140733718614080 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10937/statm: 2287 267 226 213 0 72 0
[pid=10938] ppid=10937 vsize=25608 CPUtime=36.36 cores=1,3,5,7
/proc/10938/stat : 10938 (glucose_static) R 10937 10874 10839 0 -1 4202496 21628 0 0 0 3628 8 0 0 20 0 1 0 297200693 26222592 5627 33554432000 4194304 4896791 140736133807264 140736133804792 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10938/statm: 6402 5627 78 172 0 6228 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 49676

[startup+102.301 s]
/proc/loadavg: 1.62 0.57 1.56 3/184 10947
/proc/meminfo: memFree=29196860/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=14.67 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 4701 29703 0 0 43 10 1405 9 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10937] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10937/stat : 10937 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297200693 9367552 267 33554432000 4194304 5064252 140733718615168 140733718614080 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10937/statm: 2287 267 226 213 0 72 0
[pid=10938] ppid=10937 vsize=30016 CPUtime=87.55 cores=1,3,5,7
/proc/10938/stat : 10938 (glucose_static) R 10937 10874 10839 0 -1 4202496 35402 0 0 0 8740 15 0 0 20 0 1 0 297200693 30736384 7163 33554432000 4194304 4896791 140736133807264 140736133804792 4225002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10938/statm: 7504 7163 78 172 0 7330 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 54084

[startup+162.3 s]
/proc/loadavg: 1.84 0.81 1.58 3/184 10971
/proc/meminfo: memFree=29161096/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=14.67 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 4701 29703 0 0 43 10 1405 9 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10937] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10937/stat : 10937 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297200693 9367552 267 33554432000 4194304 5064252 140733718615168 140733718614080 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10937/statm: 2287 267 226 213 0 72 0
[pid=10938] ppid=10937 vsize=74148 CPUtime=147.53 cores=1,3,5,7
/proc/10938/stat : 10938 (glucose_static) R 10937 10874 10839 0 -1 4202496 47357 0 0 0 14730 23 0 0 20 0 1 0 297200693 75927552 15119 33554432000 4194304 4896791 140736133807264 140736133803000 4204129 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10938/statm: 18537 15119 78 172 0 18363 0
Current children cumulated CPU time (s) 162.2

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

/proc/10974/stat : 10974 (glucose_static) R 10973 10874 10839 0 -1 4202496 131779 0 0 0 111741 103 0 0 20 0 1 0 297229578 135135232 31852 33554432000 4194304 4896791 140736825649952 140736825644968 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 32992 31852 78 172 0 32818 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 156036

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 1.88 3/183 10987
/proc/meminfo: memFree=29051812/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=303.44 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 5164 102087 0 0 44 10 30239 51 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10973] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10973/stat : 10973 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 297229578 9367552 265 33554432000 4194304 5064252 140736421061440 140736421060352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10973/statm: 2287 265 226 213 0 72 0
[pid=10974] ppid=10973 vsize=213996 CPUtime=1178.43 cores=1,3,5,7
/proc/10974/stat : 10974 (glucose_static) R 10973 10874 10839 0 -1 4202496 134716 0 0 0 117735 108 0 0 20 0 1 0 297229578 219131904 42646 33554432000 4194304 4896791 140736825649952 140736825647480 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 53499 42646 78 172 0 53325 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 238064

[startup+1542.31 s]
/proc/loadavg: 2.05 2.02 1.89 3/183 10987
/proc/meminfo: memFree=29017592/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=303.44 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 5164 102087 0 0 44 10 30239 51 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10973] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10973/stat : 10973 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 297229578 9367552 265 33554432000 4194304 5064252 140736421061440 140736421060352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10973/statm: 2287 265 226 213 0 72 0
[pid=10974] ppid=10973 vsize=219576 CPUtime=1238.42 cores=1,3,5,7
/proc/10974/stat : 10974 (glucose_static) R 10973 10874 10839 0 -1 4202496 137841 0 0 0 123730 112 0 0 20 0 1 0 297229578 224845824 49054 33554432000 4194304 4896791 140736825649952 140736825647160 4225388 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 54894 49054 78 172 0 54720 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 243644

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 1.90 3/183 10987
/proc/meminfo: memFree=29013396/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=303.44 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 5164 102087 0 0 44 10 30239 51 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10973] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10973/stat : 10973 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 297229578 9367552 265 33554432000 4194304 5064252 140736421061440 140736421060352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10973/statm: 2287 265 226 213 0 72 0
[pid=10974] ppid=10973 vsize=222628 CPUtime=1298.39 cores=1,3,5,7
/proc/10974/stat : 10974 (glucose_static) R 10973 10874 10839 0 -1 4202496 140811 0 0 0 129724 115 0 0 20 0 1 0 297229578 227971072 43130 33554432000 4194304 4896791 140736825649952 140736825647480 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 55657 43130 78 172 0 55483 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 246696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/183 10988
/proc/meminfo: memFree=28946360/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=303.44 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 5164 102087 0 0 44 10 30239 51 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10973] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10973/stat : 10973 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 297229578 9367552 265 33554432000 4194304 5064252 140736421061440 140736421060352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10973/statm: 2287 265 226 213 0 72 0
[pid=10974] ppid=10973 vsize=308292 CPUtime=1358.38 cores=1,3,5,7
/proc/10974/stat : 10974 (glucose_static) R 10973 10874 10839 0 -1 4202496 142286 0 0 0 135721 117 0 0 20 0 1 0 297229578 315691008 65009 33554432000 4194304 4896791 140736825649952 140736825647160 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 77073 65009 78 172 0 76899 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 332360

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 1.91 3/183 10988
/proc/meminfo: memFree=28972212/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=303.44 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 5164 102087 0 0 44 10 30239 51 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10973] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10973/stat : 10973 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 297229578 9367552 265 33554432000 4194304 5064252 140736421061440 140736421060352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10973/statm: 2287 265 226 213 0 72 0
[pid=10974] ppid=10973 vsize=309488 CPUtime=1418.36 cores=1,3,5,7
/proc/10974/stat : 10974 (glucose_static) R 10973 10874 10839 0 -1 4202496 145373 0 0 0 141714 122 0 0 20 0 1 0 297229578 316915712 59165 33554432000 4194304 4896791 140736825649952 140736825647480 4225168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 77372 59165 78 172 0 77198 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 333556

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 1.92 3/183 10988
/proc/meminfo: memFree=28972652/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=303.44 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 5164 102087 0 0 44 10 30239 51 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10973] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10973/stat : 10973 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 297229578 9367552 265 33554432000 4194304 5064252 140736421061440 140736421060352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10973/statm: 2287 265 226 213 0 72 0
[pid=10974] ppid=10973 vsize=230044 CPUtime=1478.33 cores=1,3,5,7
/proc/10974/stat : 10974 (glucose_static) R 10973 10874 10839 0 -1 4202496 147647 0 0 0 147706 127 0 0 20 0 1 0 297229578 235565056 48926 33554432000 4194304 4896791 140736825649952 140736825647208 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 57511 48926 78 172 0 57337 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 254112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.06 2.03 1.92 3/183 10988
/proc/meminfo: memFree=28940644/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=303.44 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 5164 102087 0 0 44 10 30239 51 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10973] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10973/stat : 10973 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 297229578 9367552 265 33554432000 4194304 5064252 140736421061440 140736421060352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10973/statm: 2287 265 226 213 0 72 0
[pid=10974] ppid=10973 vsize=311884 CPUtime=1496.64 cores=1,3,5,7
/proc/10974/stat : 10974 (glucose_static) R 10973 10874 10839 0 -1 4202496 147904 0 0 0 149535 129 0 0 20 0 1 0 297229578 319369216 59400 33554432000 4194304 4896791 140736825649952 140736825647384 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 77971 59400 78 172 0 77797 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 335952

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.06 2.03 1.92 3/183 10988
/proc/meminfo: memFree=28940644/32873844 swapFree=7628/7628
[pid=10874] ppid=10872 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10874/stat : 10874 (runPb2satCp2.sh) S 10872 10874 10839 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199222 9367552 274 33554432000 4194304 5064252 140734354915264 140734354914176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10874/statm: 2287 274 233 213 0 72 0
[pid=10878] ppid=10874 vsize=5772 CPUtime=303.44 cores=1,3,5,7
/proc/10878/stat : 10878 (pb2sat) S 10874 10874 10839 0 -1 4202496 5164 102087 0 0 44 10 30239 51 20 0 1 0 297199222 5910528 1023 33554432000 4194304 5873084 140735866720816 140735866714632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10878/statm: 1443 1023 175 410 0 1025 0
[pid=10973] ppid=10878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10973/stat : 10973 (satsolver.sh) S 10878 10874 10839 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 297229578 9367552 265 33554432000 4194304 5064252 140736421061440 140736421060352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10973/statm: 2287 265 226 213 0 72 0
[pid=10974] ppid=10973 vsize=311884 CPUtime=1496.64 cores=1,3,5,7
/proc/10974/stat : 10974 (glucose_static) R 10973 10874 10839 0 -1 4202496 147904 0 0 0 149535 129 0 0 20 0 1 0 297229578 319369216 59400 33554432000 4194304 4896791 140736825649952 140736825647384 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 77971 59400 78 172 0 77797 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 335952

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10874 and gives
#  childrusage.ru_utime.tv_sec=302
#  childrusage.ru_utime.tv_usec=840961
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=623905
# CPU time returned by wait4() is 303.465
# 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): 1800.62
CPU time (s): 1800.08
CPU user time (s): 1798.18
CPU system time (s): 1.9
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 365564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.841
system time used= 0.623905
maximum resident set size= 97952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108224
page faults= 0
swaps= 0
block input operations= 0
block output operations= 43936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125
involuntary context switches= 362

runsolver used 3.13852 second user time and 7.2559 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-29 18:59:08
IDJOB=3694814
IDBENCH=1959
IDSOLVER=2273
FILE ID=node145/3694814-1338310748
RUNJOBID= node145-1338310748-10856
PBS_JOBID= 14632083
Free space on /tmp= 71380 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_14.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694814-1338310748/watcher-3694814-1338310748 -o /tmp/evaluation-result-3694814-1338310748/solver-3694814-1338310748 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694814-1338310748.opb 709189190 HOME HOME

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

MD5SUM BENCH= 3ddf6338b9f9cf35560b94c856457c56
RANDOM SEED=709189190

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29282032 kB
Buffers:          406972 kB
Cached:          2321932 kB
SwapCached:            0 kB
Active:           895580 kB
Inactive:        1844204 kB
Active(anon):       2012 kB
Inactive(anon):    10912 kB
Active(file):     893568 kB
Inactive(file):  1833292 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17168 kB
Writeback:             0 kB
AnonPages:         17684 kB
Mapped:            13368 kB
Shmem:               200 kB
Slab:             712536 kB
SReclaimable:     154248 kB
SUnreclaim:       558288 kB
KernelStack:        1392 kB
PageTables:         3976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103432 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= 71352 MiB
End job on node145 at 2012-05-29 19:29:09