Trace number 3696216

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.07 1800.92

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_0_mh_ic.opb
MD5SUMd1abf7b4963ec923523ad7cbca6393af
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4905751
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 18442352201
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 18442352201
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.37/1.40	c model valid
1.37/1.40	c current solution ok
2.48/2.55	o 388822440
2.48/2.55	c current bound: 194411232
2.48/2.55	c fallback to adder encoding
1800.07/1800.91	c error: unexpected solver exit code
1800.07/1800.91	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-3696216-1338144018/watcher-3696216-1338144018 -o /tmp/evaluation-result-3696216-1338144018/solver-3696216-1338144018 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696216-1338144018.opb 1153412265 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.07 2.02 2.00 2/180 7285
/proc/meminfo: memFree=26797224/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0

[startup+0.010044 s]
/proc/loadavg: 2.07 2.02 2.00 2/180 7285
/proc/meminfo: memFree=26797224/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100205 s]
/proc/loadavg: 2.07 2.02 2.00 2/180 7285
/proc/meminfo: memFree=26797224/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300182 s]
/proc/loadavg: 2.07 2.02 2.00 2/180 7285
/proc/meminfo: memFree=26797224/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 2.07 2.02 2.00 2/180 7285
/proc/meminfo: memFree=26797224/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 7289
/proc/meminfo: memFree=26685804/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=36456 CPUtime=1.47 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) R 7285 7285 5701 0 -1 4202496 7601 17608 0 0 69 10 64 4 20 0 1 0 280527769 37330944 8309 33554432000 4194304 5873084 140733374738832 140733374734712 5127520 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7286/statm: 9114 8309 176 410 0 8696 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 45604

[startup+3.10026 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 7289
/proc/meminfo: memFree=26741048/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=133672 CPUtime=3.07 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) R 7285 7285 5701 0 -1 4202496 15535 18122 0 0 139 97 64 7 20 0 1 0 280527769 136880128 24945 33554432000 4194304 5873084 140733374738832 140733374733224 4392867 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7286/statm: 33418 24945 182 410 0 33000 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 142820

[startup+6.30027 s]
/proc/loadavg: 2.06 2.02 2.00 2/182 7290
/proc/meminfo: memFree=26501100/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 339428

[startup+12.7003 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 7292
/proc/meminfo: memFree=25805040/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=562540 CPUtime=6.72 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 84867 0 0 0 648 24 0 0 20 0 1 0 280528366 576040960 123677 33554432000 4194304 4896791 140734885491328 140734885488536 4225550 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 140635 123677 78 172 0 140461 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 911116

[startup+25.5004 s]
/proc/loadavg: 2.18 2.05 2.01 3/184 7292
/proc/meminfo: memFree=25806216/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=564520 CPUtime=19.52 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 86732 0 0 0 1927 25 0 0 20 0 1 0 280528366 578068480 124398 33554432000 4194304 4896791 140734885491328 140734885488536 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 141130 124398 78 172 0 140956 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 913096

[startup+51.1003 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 7292
/proc/meminfo: memFree=25787624/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=567300 CPUtime=45.11 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 89820 0 0 0 4486 25 0 0 20 0 1 0 280528366 580915200 126731 33554432000 4194304 4896791 140734885491328 140734885488536 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 141825 126731 78 172 0 141651 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 915876

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/183 7293
/proc/meminfo: memFree=25755500/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=570564 CPUtime=96.3 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 91958 0 0 0 9604 26 0 0 20 0 1 0 280528366 584257536 129255 33554432000 4194304 4896791 140734885491328 140734885488536 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 142641 129255 78 172 0 142467 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 919140

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 7293
/proc/meminfo: memFree=25739872/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=572384 CPUtime=156.29 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 93584 0 0 0 15602 27 0 0 20 0 1 0 280528366 586121216 130756 33554432000 4194304 4896791 140734885491328 140734885488536 4224617 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 143096 130756 78 172 0 142922 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 920960

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 7293
/proc/meminfo: memFree=25733420/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 115359 0 0 0 141561 40 0 0 20 0 1 0 280528366 688590848 140148 33554432000 4194304 4896791 140734885491328 140734885488536 4207809 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 168113 140148 78 172 0 167939 0
Current children cumulated CPU time (s) 1421.53
Current children cumulated vsize (KiB) 1021028

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 7329
/proc/meminfo: memFree=19341528/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=673084 CPUtime=1475.99 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 115507 0 0 0 147559 40 0 0 20 0 1 0 280528366 689238016 141829 33554432000 4194304 4896791 140734885491328 140734885487064 4224999 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 168271 141829 78 172 0 168097 0
Current children cumulated CPU time (s) 1481.51
Current children cumulated vsize (KiB) 1021660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 7329
/proc/meminfo: memFree=19336468/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=673880 CPUtime=1535.98 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 115702 0 0 0 153558 40 0 0 20 0 1 0 280528366 690053120 143046 33554432000 4194304 4896791 140734885491328 140734885488552 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 168470 143046 78 172 0 168296 0
Current children cumulated CPU time (s) 1541.5
Current children cumulated vsize (KiB) 1022456

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7329
/proc/meminfo: memFree=19325016/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=674396 CPUtime=1595.98 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 115848 0 0 0 159558 40 0 0 20 0 1 0 280528366 690581504 145236 33554432000 4194304 4896791 140734885491328 140734885488856 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 168599 145236 78 172 0 168425 0
Current children cumulated CPU time (s) 1601.5
Current children cumulated vsize (KiB) 1022972

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7330
/proc/meminfo: memFree=19319384/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=675216 CPUtime=1655.96 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 117144 0 0 0 165556 40 0 0 20 0 1 0 280528366 691421184 146917 33554432000 4194304 4896791 140734885491328 140734885488536 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 168804 146917 78 172 0 168630 0
Current children cumulated CPU time (s) 1661.48
Current children cumulated vsize (KiB) 1023792

[startup+1722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7330
/proc/meminfo: memFree=19365032/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=594428 CPUtime=1715.97 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 117772 0 0 0 171554 43 0 0 20 0 1 0 280528366 608694272 135136 33554432000 4194304 4896791 140734885491328 140734885488552 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 148607 135136 78 172 0 148433 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 943004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7372
/proc/meminfo: memFree=26726976/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=594736 CPUtime=1775.95 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 119011 0 0 0 177552 43 0 0 20 0 1 0 280528366 609009664 136742 33554432000 4194304 4896791 140734885491328 140734885488856 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 148684 136742 78 172 0 148510 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (KiB) 943312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7375
/proc/meminfo: memFree=26705012/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=594868 CPUtime=1794.55 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 119049 0 0 0 179412 43 0 0 20 0 1 0 280528366 609144832 136780 33554432000 4194304 4896791 140734885491328 140734885488536 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 148717 136780 78 172 0 148543 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 943444

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7375
/proc/meminfo: memFree=26705012/32873648 swapFree=6864/6864
[pid=7285] ppid=7283 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7285/stat : 7285 (runPb2sat.sh) S 7283 7285 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280527769 9367552 275 33554432000 4194304 5064252 140733486329440 140733486328352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7285/statm: 2287 275 233 213 0 72 0
[pid=7286] ppid=7285 vsize=330280 CPUtime=5.52 cores=0,2,4,6
/proc/7286/stat : 7286 (pb2sat) S 7285 7285 5701 0 -1 4202496 17512 18122 0 0 349 132 64 7 20 0 1 0 280527769 338206720 63857 33554432000 4194304 5873084 140733374738832 140733374732648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 41 0 0
/proc/7286/statm: 82570 63857 182 410 0 82152 0
[pid=7291] ppid=7286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (satsolver.sh) S 7286 7285 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280528365 9367552 267 33554432000 4194304 5064252 140733584218560 140733584217472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2287 267 226 213 0 72 0
[pid=7292] ppid=7291 vsize=594868 CPUtime=1794.55 cores=0,2,4,6
/proc/7292/stat : 7292 (glucose_static) R 7291 7285 5701 0 -1 4202496 119049 0 0 0 179412 43 0 0 20 0 1 0 280528366 609144832 136780 33554432000 4194304 4896791 140734885491328 140734885488536 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 148717 136780 78 172 0 148543 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 943444

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7285 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=150369
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=398787
# CPU time returned by wait4() is 5.54916
# 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.92
CPU time (s): 1800.07
CPU user time (s): 1798.25
CPU system time (s): 1.82
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 1154152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.15037
system time used= 1.39879
maximum resident set size= 444556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36609
page faults= 0
swaps= 0
block input operations= 0
block output operations= 459944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 17

runsolver used 3.70444 second user time and 8.36873 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 20:40:18
IDJOB=3696216
IDBENCH=92674
IDSOLVER=2274
FILE ID=node120/3696216-1338144018
RUNJOBID= node120-1338124133-5717
PBS_JOBID= 14624508
Free space on /tmp= 71464 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_0_mh_ic.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696216-1338144018/watcher-3696216-1338144018 -o /tmp/evaluation-result-3696216-1338144018/solver-3696216-1338144018 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696216-1338144018.opb 1153412265 HOME HOME

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

MD5SUM BENCH= d1abf7b4963ec923523ad7cbca6393af
RANDOM SEED=1153412265

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:       32873648 kB
MemFree:        26797232 kB
Buffers:          334528 kB
Cached:          3782848 kB
SwapCached:          636 kB
Active:          2139512 kB
Inactive:        3106468 kB
Active(anon):    1117788 kB
Inactive(anon):    12532 kB
Active(file):    1021724 kB
Inactive(file):  3093936 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:            222836 kB
Writeback:             0 kB
AnonPages:       1220048 kB
Mapped:            15148 kB
Shmem:               120 kB
Slab:             689328 kB
SReclaimable:     133352 kB
SUnreclaim:       555976 kB
KernelStack:        1528 kB
PageTables:         6420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1473588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71384 MiB
End job on node120 at 2012-05-27 21:10:19