Trace number 3696881

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
pb2sat 2012-05-19? (TO) 1800.01 1800.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX15_K67_cod1.opb
MD5SUMf41730055ea486b7e933c271a5f5a655
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-80
Best CPU time to get the best result obtained on this benchmark223.147
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 903870
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 903870
Number of bits of the biggest sum of numbers20
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.39	c fallback to adder encoding
628.06/628.22	c model valid
628.06/628.22	c current solution ok
631.72/631.97	o 0
631.72/631.97	c current bound: 451935
631.72/631.97	c fallback to adder encoding
1800.01/1800.41	c error: unexpected solver exit code
1800.01/1800.41	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-3696881-1338115041/watcher-3696881-1338115041 -o /tmp/evaluation-result-3696881-1338115041/solver-3696881-1338115041 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696881-1338115041.opb 135116873 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 10144
/proc/meminfo: memFree=28937220/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0

[startup+0.08254 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 10144
/proc/meminfo: memFree=28937220/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 10144
/proc/meminfo: memFree=28937220/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 10144
/proc/meminfo: memFree=28937220/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700252 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 10144
/proc/meminfo: memFree=28937220/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 1.98 2.00 2.00 3/181 10146
/proc/meminfo: memFree=28850912/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=100068 CPUtime=1.27 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 12214 0 0 0 115 12 0 0 20 0 1 0 277629604 102469632 22430 33554432000 4194304 5873084 140736217262768 140736217259192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10145/statm: 25017 22430 171 410 0 24599 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 109216

[startup+3.10039 s]
/proc/loadavg: 1.98 2.00 2.00 3/183 10148
/proc/meminfo: memFree=28651452/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=100068 CPUtime=1.27 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 12214 0 0 0 115 12 0 0 20 0 1 0 277629604 102469632 22430 33554432000 4194304 5873084 140736217262768 140736217259192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10145/statm: 25017 22430 171 410 0 24599 0
[pid=10147] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10147/stat : 10147 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277629732 9367552 266 33554432000 4194304 5064252 140734193028272 140734193027184 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10147/statm: 2287 266 226 213 0 72 0
[pid=10148] ppid=10147 vsize=152828 CPUtime=1.8 cores=0,2,4,6
/proc/10148/stat : 10148 (glucose_static) R 10147 10144 6783 0 -1 4202496 29448 0 0 0 175 5 0 0 20 0 1 0 277629732 156495872 34527 33554432000 4194304 4896791 140737347998736 140737347995944 4401607 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10148/statm: 38207 34527 78 172 0 38033 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 271192

[startup+6.30029 s]
/proc/loadavg: 1.98 2.00 2.00 3/183 10148
/proc/meminfo: memFree=28648848/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=100068 CPUtime=1.27 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 12214 0 0 0 115 12 0 0 20 0 1 0 277629604 102469632 22430 33554432000 4194304 5873084 140736217262768 140736217259192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10145/statm: 25017 22430 171 410 0 24599 0
[pid=10147] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10147/stat : 10147 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277629732 9367552 266 33554432000 4194304 5064252 140734193028272 140734193027184 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10147/statm: 2287 266 226 213 0 72 0
[pid=10148] ppid=10147 vsize=152960 CPUtime=5.01 cores=0,2,4,6
/proc/10148/stat : 10148 (glucose_static) R 10147 10144 6783 0 -1 4202496 29822 0 0 0 495 6 0 0 20 0 1 0 277629732 156631040 34596 33554432000 4194304 4896791 140737347998736 140737347996248 4203862 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10148/statm: 38240 34596 78 172 0 38066 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 271324

[startup+12.7003 s]
/proc/loadavg: 1.98 2.00 2.00 3/183 10148
/proc/meminfo: memFree=28646328/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=100068 CPUtime=1.27 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 12214 0 0 0 115 12 0 0 20 0 1 0 277629604 102469632 22430 33554432000 4194304 5873084 140736217262768 140736217259192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10145/statm: 25017 22430 171 410 0 24599 0
[pid=10147] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10147/stat : 10147 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277629732 9367552 266 33554432000 4194304 5064252 140734193028272 140734193027184 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10147/statm: 2287 266 226 213 0 72 0
[pid=10148] ppid=10147 vsize=152960 CPUtime=11.4 cores=0,2,4,6
/proc/10148/stat : 10148 (glucose_static) R 10147 10144 6783 0 -1 4202496 29822 0 0 0 1134 6 0 0 20 0 1 0 277629732 156631040 34596 33554432000 4194304 4896791 140737347998736 140737347996248 4203775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10148/statm: 38240 34596 78 172 0 38066 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 271324

[startup+25.5004 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 10148
/proc/meminfo: memFree=28637020/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=100068 CPUtime=1.27 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 12214 0 0 0 115 12 0 0 20 0 1 0 277629604 102469632 22430 33554432000 4194304 5873084 140736217262768 140736217259192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10145/statm: 25017 22430 171 410 0 24599 0
[pid=10147] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10147/stat : 10147 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277629732 9367552 266 33554432000 4194304 5064252 140734193028272 140734193027184 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10147/statm: 2287 266 226 213 0 72 0
[pid=10148] ppid=10147 vsize=153904 CPUtime=24.2 cores=0,2,4,6
/proc/10148/stat : 10148 (glucose_static) R 10147 10144 6783 0 -1 4202496 30747 0 0 0 2414 6 0 0 20 0 1 0 277629732 157597696 35405 33554432000 4194304 4896791 140737347998736 140737347996248 4203877 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10148/statm: 38476 35405 78 172 0 38302 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 272268

[startup+51.1004 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 10148
/proc/meminfo: memFree=28626264/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=100068 CPUtime=1.27 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 12214 0 0 0 115 12 0 0 20 0 1 0 277629604 102469632 22430 33554432000 4194304 5873084 140736217262768 140736217259192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10145/statm: 25017 22430 171 410 0 24599 0
[pid=10147] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10147/stat : 10147 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277629732 9367552 266 33554432000 4194304 5064252 140734193028272 140734193027184 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10147/statm: 2287 266 226 213 0 72 0
[pid=10148] ppid=10147 vsize=173252 CPUtime=49.79 cores=0,2,4,6
/proc/10148/stat : 10148 (glucose_static) R 10147 10144 6783 0 -1 4202496 31920 0 0 0 4973 6 0 0 20 0 1 0 277629732 177410048 36481 33554432000 4194304 4896791 140737347998736 140737347995784 4203834 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10148/statm: 43313 36481 78 172 0 43139 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 291616

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 10148
/proc/meminfo: memFree=28612720/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=100068 CPUtime=1.27 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 12214 0 0 0 115 12 0 0 20 0 1 0 277629604 102469632 22430 33554432000 4194304 5873084 140736217262768 140736217259192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10145/statm: 25017 22430 171 410 0 24599 0
[pid=10147] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10147/stat : 10147 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277629732 9367552 266 33554432000 4194304 5064252 140734193028272 140734193027184 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10147/statm: 2287 266 226 213 0 72 0
[pid=10148] ppid=10147 vsize=174096 CPUtime=100.99 cores=0,2,4,6
/proc/10148/stat : 10148 (glucose_static) R 10147 10144 6783 0 -1 4202496 33432 0 0 0 10092 7 0 0 20 0 1 0 277629732 178274304 36006 33554432000 4194304 4896791 140737347998736 140737347996264 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10148/statm: 43524 36006 78 172 0 43350 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 292460

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/184 10151
/proc/meminfo: memFree=28640200/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=100068 CPUtime=1.27 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 12214 0 0 0 115 12 0 0 20 0 1 0 277629604 102469632 22430 33554432000 4194304 5873084 140736217262768 140736217259192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10145/statm: 25017 22430 171 410 0 24599 0
[pid=10147] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10147/stat : 10147 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277629732 9367552 266 33554432000 4194304 5064252 140734193028272 140734193027184 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10147/statm: 2287 266 226 213 0 72 0
[pid=10148] ppid=10147 vsize=175208 CPUtime=160.97 cores=0,2,4,6
/proc/10148/stat : 10148 (glucose_static) R 10147 10144 6783 0 -1 4202496 33902 0 0 0 16090 7 0 0 20 0 1 0 277629732 179412992 38517 33554432000 4194304 4896791 140737347998736 140737347995944 4203846 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10148/statm: 43802 38517 78 172 0 43628 0
Current children cumulated CPU time (s) 162.24

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

/proc/10156/stat : 10156 (glucose_static) R 10155 10144 6783 0 -1 4202496 106562 0 0 0 78639 34 0 0 20 0 1 0 277693146 750526464 159004 33554432000 4194304 4896791 140735991544352 140735991541624 4203749 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10156/statm: 183234 159004 78 172 0 183060 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1134448

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 10230
/proc/meminfo: memFree=27351028/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=383216 CPUtime=635.24 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 26913 38826 0 0 497 349 62658 20 20 0 1 0 277629604 392413184 82359 33554432000 4194304 5873084 140736217262768 140736217256584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 2 0 0
/proc/10145/statm: 95804 82359 180 410 0 95386 0
[pid=10155] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10155/stat : 10155 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277693146 9367552 267 33554432000 4194304 5064252 140736803428400 140736803427312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10155/statm: 2287 267 226 213 0 72 0
[pid=10156] ppid=10155 vsize=651324 CPUtime=846.72 cores=0,2,4,6
/proc/10156/stat : 10156 (glucose_static) R 10155 10144 6783 0 -1 4202496 106701 0 0 0 84635 37 0 0 20 0 1 0 277693146 666955776 152144 33554432000 4194304 4896791 140735991544352 140735991541880 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10156/statm: 162831 152144 78 172 0 162657 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 1052836

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10230
/proc/meminfo: memFree=27356228/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=383216 CPUtime=635.24 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 26913 38826 0 0 497 349 62658 20 20 0 1 0 277629604 392413184 82359 33554432000 4194304 5873084 140736217262768 140736217256584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 2 0 0
/proc/10145/statm: 95804 82359 180 410 0 95386 0
[pid=10155] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10155/stat : 10155 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277693146 9367552 267 33554432000 4194304 5064252 140736803428400 140736803427312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10155/statm: 2287 267 226 213 0 72 0
[pid=10156] ppid=10155 vsize=652184 CPUtime=906.71 cores=0,2,4,6
/proc/10156/stat : 10156 (glucose_static) R 10155 10144 6783 0 -1 4202496 108182 0 0 0 90634 37 0 0 20 0 1 0 277693146 667836416 153867 33554432000 4194304 4896791 140735991544352 140735991541560 4203775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10156/statm: 163046 153867 78 172 0 162872 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 1053696

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10230
/proc/meminfo: memFree=27347196/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=383216 CPUtime=635.24 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 26913 38826 0 0 497 349 62658 20 20 0 1 0 277629604 392413184 82359 33554432000 4194304 5873084 140736217262768 140736217256584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 2 0 0
/proc/10145/statm: 95804 82359 180 410 0 95386 0
[pid=10155] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10155/stat : 10155 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277693146 9367552 267 33554432000 4194304 5064252 140736803428400 140736803427312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10155/statm: 2287 267 226 213 0 72 0
[pid=10156] ppid=10155 vsize=734288 CPUtime=966.69 cores=0,2,4,6
/proc/10156/stat : 10156 (glucose_static) R 10155 10144 6783 0 -1 4202496 110365 0 0 0 96631 38 0 0 20 0 1 0 277693146 751910912 155776 33554432000 4194304 4896791 140735991544352 140735991540088 4203765 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10156/statm: 183572 155776 78 172 0 183398 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 1135800

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10230
/proc/meminfo: memFree=27337104/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=383216 CPUtime=635.24 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 26913 38826 0 0 497 349 62658 20 20 0 1 0 277629604 392413184 82359 33554432000 4194304 5873084 140736217262768 140736217256584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 2 0 0
/proc/10145/statm: 95804 82359 180 410 0 95386 0
[pid=10155] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10155/stat : 10155 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277693146 9367552 267 33554432000 4194304 5064252 140736803428400 140736803427312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10155/statm: 2287 267 226 213 0 72 0
[pid=10156] ppid=10155 vsize=734844 CPUtime=1026.68 cores=0,2,4,6
/proc/10156/stat : 10156 (glucose_static) R 10155 10144 6783 0 -1 4202496 110496 0 0 0 102630 38 0 0 20 0 1 0 277693146 752480256 157440 33554432000 4194304 4896791 140735991544352 140735991541880 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10156/statm: 183711 157440 78 172 0 183537 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 1136356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10230
/proc/meminfo: memFree=27326244/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=383216 CPUtime=635.24 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 26913 38826 0 0 497 349 62658 20 20 0 1 0 277629604 392413184 82359 33554432000 4194304 5873084 140736217262768 140736217256584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 2 0 0
/proc/10145/statm: 95804 82359 180 410 0 95386 0
[pid=10155] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10155/stat : 10155 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277693146 9367552 267 33554432000 4194304 5064252 140736803428400 140736803427312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10155/statm: 2287 267 226 213 0 72 0
[pid=10156] ppid=10155 vsize=735044 CPUtime=1086.68 cores=0,2,4,6
/proc/10156/stat : 10156 (glucose_static) R 10155 10144 6783 0 -1 4202496 110560 0 0 0 108629 39 0 0 20 0 1 0 277693146 752685056 158526 33554432000 4194304 4896791 140735991544352 140735991541880 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10156/statm: 183761 158526 78 172 0 183587 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 1136556

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10231
/proc/meminfo: memFree=27314144/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=383216 CPUtime=635.24 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 26913 38826 0 0 497 349 62658 20 20 0 1 0 277629604 392413184 82359 33554432000 4194304 5873084 140736217262768 140736217256584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 2 0 0
/proc/10145/statm: 95804 82359 180 410 0 95386 0
[pid=10155] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10155/stat : 10155 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277693146 9367552 267 33554432000 4194304 5064252 140736803428400 140736803427312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10155/statm: 2287 267 226 213 0 72 0
[pid=10156] ppid=10155 vsize=735680 CPUtime=1146.67 cores=0,2,4,6
/proc/10156/stat : 10156 (glucose_static) R 10155 10144 6783 0 -1 4202496 110694 0 0 0 114628 39 0 0 20 0 1 0 277693146 753336320 160193 33554432000 4194304 4896791 140735991544352 140735991541576 4203755 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10156/statm: 183920 160193 78 172 0 183746 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 1137192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10231
/proc/meminfo: memFree=27579160/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=383216 CPUtime=635.24 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 26913 38826 0 0 497 349 62658 20 20 0 1 0 277629604 392413184 82359 33554432000 4194304 5873084 140736217262768 140736217256584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 2 0 0
/proc/10145/statm: 95804 82359 180 410 0 95386 0
[pid=10155] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10155/stat : 10155 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277693146 9367552 267 33554432000 4194304 5064252 140736803428400 140736803427312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10155/statm: 2287 267 226 213 0 72 0
[pid=10156] ppid=10155 vsize=735952 CPUtime=1164.77 cores=0,2,4,6
/proc/10156/stat : 10156 (glucose_static) R 10155 10144 6783 0 -1 4202496 110775 0 0 0 116438 39 0 0 20 0 1 0 277693146 753614848 160785 33554432000 4194304 4896791 140735991544352 140735991541496 4203886 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10156/statm: 183988 160785 78 172 0 183814 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1137464

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10231
/proc/meminfo: memFree=27579160/32873844 swapFree=7384/7384
[pid=10144] ppid=10142 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10144/stat : 10144 (runPb2sat.sh) S 10142 10144 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277629604 9367552 275 33554432000 4194304 5064252 140735796582336 140735796581248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10144/statm: 2287 275 233 213 0 72 0
[pid=10145] ppid=10144 vsize=383216 CPUtime=635.24 cores=0,2,4,6
/proc/10145/stat : 10145 (pb2sat) S 10144 10144 6783 0 -1 4202496 26913 38826 0 0 497 349 62658 20 20 0 1 0 277629604 392413184 82359 33554432000 4194304 5873084 140736217262768 140736217256584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 2 0 0
/proc/10145/statm: 95804 82359 180 410 0 95386 0
[pid=10155] ppid=10145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10155/stat : 10155 (satsolver.sh) S 10145 10144 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277693146 9367552 267 33554432000 4194304 5064252 140736803428400 140736803427312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10155/statm: 2287 267 226 213 0 72 0
[pid=10156] ppid=10155 vsize=735952 CPUtime=1164.77 cores=0,2,4,6
/proc/10156/stat : 10156 (glucose_static) R 10155 10144 6783 0 -1 4202496 110775 0 0 0 116438 39 0 0 20 0 1 0 277693146 753614848 160785 33554432000 4194304 4896791 140735991544352 140735991541496 4203886 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10156/statm: 183988 160785 78 172 0 183814 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1137464

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10144 and gives
#  childrusage.ru_utime.tv_sec=631
#  childrusage.ru_utime.tv_usec=560988
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=707436
# CPU time returned by wait4() is 635.268
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.01
CPU user time (s): 1795.93
CPU system time (s): 4.08
CPU usage (%): 99.9774
Max. virtual memory (cumulated for all children) (KiB): 1264192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 631.561
system time used= 3.70744
maximum resident set size= 546632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66716
page faults= 0
swaps= 0
block input operations= 8
block output operations= 769432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46
involuntary context switches= 747

runsolver used 7.34888 second user time and 15.0967 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 12:37:22
IDJOB=3696881
IDBENCH=90367
IDSOLVER=2274
FILE ID=node136/3696881-1338115041
RUNJOBID= node136-1338088237-6799
PBS_JOBID= 14624456
Free space on /tmp= 71604 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX15_K67_cod1.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696881-1338115041/watcher-3696881-1338115041 -o /tmp/evaluation-result-3696881-1338115041/solver-3696881-1338115041 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696881-1338115041.opb 135116873 HOME HOME

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

MD5SUM BENCH= f41730055ea486b7e933c271a5f5a655
RANDOM SEED=135116873

node136.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.247
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.49
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.247
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.247
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.94
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.247
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.90
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.247
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.90
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.247
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		: 2667.247
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.247
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:        28937492 kB
Buffers:          397520 kB
Cached:          2472956 kB
SwapCached:        24460 kB
Active:           986608 kB
Inactive:        2111872 kB
Active(anon):     199360 kB
Inactive(anon):    28232 kB
Active(file):     787248 kB
Inactive(file):  2083640 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             11280 kB
Writeback:             4 kB
AnonPages:        209196 kB
Mapped:            10388 kB
Shmem:                 0 kB
Slab:             699320 kB
SReclaimable:     141104 kB
SUnreclaim:       558216 kB
KernelStack:        1488 kB
PageTables:         4580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     341228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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= 71192 MiB
End job on node136 at 2012-05-27 13:07:22