Trace number 3696046

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.07 1800.41

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

Solver Data

0.00/0.08	c model valid
0.00/0.08	c current solution ok
0.00/0.20	o 711055329250000008
0.00/0.20	c current bound: 355527664625000000
0.00/0.20	c fallback to adder encoding
1800.07/1800.41	c error: unexpected solver exit code
1800.07/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-3696046-1338109630/watcher-3696046-1338109630 -o /tmp/evaluation-result-3696046-1338109630/solver-3696046-1338109630 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696046-1338109630.opb 712731720 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: 2.00 2.00 2.00 3/179 9764
/proc/meminfo: memFree=29034948/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0

[startup+0.079423 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9764
/proc/meminfo: memFree=29034948/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100331 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9764
/proc/meminfo: memFree=29034948/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300288 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9764
/proc/meminfo: memFree=29034948/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9764
/proc/meminfo: memFree=29034948/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9769
/proc/meminfo: memFree=28970012/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 84980

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9771
/proc/meminfo: memFree=28719636/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=185152 CPUtime=1.89 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 33742 0 0 0 181 8 0 0 20 0 1 0 277088614 189595648 39088 33554432000 4194304 4896791 140736638969728 140736638966936 4203098 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 46288 39088 78 172 0 46114 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 279280

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9771
/proc/meminfo: memFree=28734056/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=186796 CPUtime=5.09 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 34247 0 0 0 500 9 0 0 20 0 1 0 277088614 191279104 40032 33554432000 4194304 4896791 140736638969728 140736638967256 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 46699 40032 78 172 0 46525 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 280924

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9771
/proc/meminfo: memFree=28725192/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=186324 CPUtime=11.48 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 34692 0 0 0 1139 9 0 0 20 0 1 0 277088614 190795776 39975 33554432000 4194304 4896791 140736638969728 140736638967096 4204939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 46581 39975 78 172 0 46407 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 280452

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9771
/proc/meminfo: memFree=28708940/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=186928 CPUtime=24.28 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 34930 0 0 0 2419 9 0 0 20 0 1 0 277088614 191414272 41151 33554432000 4194304 4896791 140736638969728 140736638966776 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 46732 41151 78 172 0 46558 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 281056

[startup+51.1004 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 9813
/proc/meminfo: memFree=27764256/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=188160 CPUtime=49.88 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 35253 0 0 0 4978 10 0 0 20 0 1 0 277088614 192675840 42428 33554432000 4194304 4896791 140736638969728 140736638967000 4204897 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 47040 42428 78 172 0 46866 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 282288

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 9813
/proc/meminfo: memFree=27716376/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=188720 CPUtime=101.07 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 35295 0 0 0 10097 10 0 0 20 0 1 0 277088614 193249280 42970 33554432000 4194304 4896791 140736638969728 140736638967000 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 47180 42970 78 172 0 47006 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 282848

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 9814
/proc/meminfo: memFree=27687660/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=191224 CPUtime=161.06 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 38894 0 0 0 16092 14 0 0 20 0 1 0 277088614 195813376 42309 33554432000 4194304 4896791 140736638969728 140736638966936 4223846 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 47806 42309 78 172 0 47632 0
Current children cumulated CPU time (s) 162.24

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

/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 67047 0 0 0 136027 59 0 0 20 0 1 0 277088614 248037376 56548 33554432000 4194304 4896791 140736638969728 140736638967368 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 60556 56548 78 172 0 60382 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 336352

[startup+1422.31 s]
/proc/loadavg: 2.04 2.02 2.00 3/184 9827
/proc/meminfo: memFree=27509384/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=293248 CPUtime=1420.85 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 68063 0 0 0 142025 60 0 0 20 0 1 0 277088614 300285952 66900 33554432000 4194304 4896791 140736638969728 140736638967096 4203849 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 73312 66900 78 172 0 73138 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 387376

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 9827
/proc/meminfo: memFree=27503612/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=244020 CPUtime=1480.84 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 69967 0 0 0 148021 63 0 0 20 0 1 0 277088614 249876480 52989 33554432000 4194304 4896791 140736638969728 140736638966920 4203873 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 61005 52989 78 172 0 60831 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 338148

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 9827
/proc/meminfo: memFree=27477232/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=294328 CPUtime=1540.82 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 70350 0 0 0 154018 64 0 0 20 0 1 0 277088614 301391872 66625 33554432000 4194304 4896791 140736638969728 140736638966936 4203755 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 73582 66625 78 172 0 73408 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 388456

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 9827
/proc/meminfo: memFree=27370000/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=244984 CPUtime=1600.82 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 71448 0 0 0 160015 67 0 0 20 0 1 0 277088614 250863616 54091 33554432000 4194304 4896791 140736638969728 140736638966936 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 61246 54091 78 172 0 61072 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 339112

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 9828
/proc/meminfo: memFree=27457528/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=295356 CPUtime=1660.8 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 72023 0 0 0 166013 67 0 0 20 0 1 0 277088614 302444544 63863 33554432000 4194304 4896791 140736638969728 140736638966936 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 73839 63863 78 172 0 73665 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 389484

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 9828
/proc/meminfo: memFree=27440444/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=377752 CPUtime=1720.8 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 72813 0 0 0 172011 69 0 0 20 0 1 0 277088614 386818048 76404 33554432000 4194304 4896791 140736638969728 140736638966936 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 94438 76404 78 172 0 94264 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 471880

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 9828
/proc/meminfo: memFree=27434548/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=296512 CPUtime=1780.79 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 73653 0 0 0 178008 71 0 0 20 0 1 0 277088614 303628288 62504 33554432000 4194304 4896791 140736638969728 140736638966936 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 74128 62504 78 172 0 73954 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 390640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9828
/proc/meminfo: memFree=27407184/32873844 swapFree=7384/7384
[pid=9764] ppid=9762 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9764/stat : 9764 (runPb2sat.sh) S 9762 9764 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277088494 9367552 275 33554432000 4194304 5064252 140733541517632 140733541516544 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9764/statm: 2287 275 233 213 0 72 0
[pid=9765] ppid=9764 vsize=75832 CPUtime=1.18 cores=0,2,4,6
/proc/9765/stat : 9765 (pb2sat) S 9764 9764 6783 0 -1 4202496 7041 2838 0 0 96 20 2 0 20 0 1 0 277088494 77651968 17572 33554432000 4194304 5873084 140733693112672 140733693106488 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9765/statm: 18958 17572 177 410 0 18540 0
[pid=9770] ppid=9765 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9770/stat : 9770 (satsolver.sh) S 9765 9764 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277088614 9367552 267 33554432000 4194304 5064252 140736444806656 140736444805568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9770/statm: 2287 267 226 213 0 72 0
[pid=9771] ppid=9770 vsize=296512 CPUtime=1798.89 cores=0,2,4,6
/proc/9771/stat : 9771 (glucose_static) R 9770 9764 6783 0 -1 4202496 73660 0 0 0 179818 71 0 0 20 0 1 0 277088614 303628288 64555 33554432000 4194304 4896791 140736638969728 140736638966936 4205681 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9771/statm: 74128 64555 78 172 0 73954 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 390640

Sending SIGTERM to process tree (bottom up)

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 9764 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=988849
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=214967
# CPU time returned by wait4() is 1.20382
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.16
CPU system time (s): 0.91
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 552020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.988849
system time used= 0.214967
maximum resident set size= 130496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10856
page faults= 0
swaps= 0
block input operations= 0
block output operations= 126992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 10

runsolver used 2.54661 second user time and 7.31789 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 11:07:10
IDJOB=3696046
IDBENCH=89889
IDSOLVER=2274
FILE ID=node136/3696046-1338109630
RUNJOBID= node136-1338088237-6799
PBS_JOBID= 14624456
Free space on /tmp= 71656 MiB

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

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

MD5SUM BENCH= fbc26082f2456029d803a788e5b95f10
RANDOM SEED=712731720

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:        29035328 kB
Buffers:          404720 kB
Cached:          2479860 kB
SwapCached:        24460 kB
Active:           965168 kB
Inactive:        2045896 kB
Active(anon):     100948 kB
Inactive(anon):    25096 kB
Active(file):     864220 kB
Inactive(file):  2020800 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              8960 kB
Writeback:             0 kB
AnonPages:        127860 kB
Mapped:            10480 kB
Shmem:                 0 kB
Slab:             684616 kB
SReclaimable:     126412 kB
SUnreclaim:       558204 kB
KernelStack:        1520 kB
PageTables:         4124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     237164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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= 71276 MiB
End job on node136 at 2012-05-27 11:37:11