Trace number 3695905

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.08 1804.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos11.opb
MD5SUMec9bba2d2c31efcadc0a4a76a4815e08
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9216
Best CPU time to get the best result obtained on this benchmark192.164
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 9216
Optimality of the best value was proved YES
Number of variables8600
Total number of constraints2806
Number of constraints which are clauses600
Number of constraints which are cardinality constraints (but not clauses)120
Number of constraints which are nor clauses,nor cardinality constraints2086
Minimum length of a constraint2
Maximum length of a constraint450
Number of terms in the objective function 5400
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 193273528140
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 193273528140
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

63.08/63.14	c fallback to adder encoding
130.72/130.81	c model valid
130.72/130.81	c current solution ok
164.92/167.81	o 96636764160
164.92/167.81	c current bound: 48318382080
164.92/167.81	c fallback to adder encoding
453.59/457.14	c model valid
453.59/457.14	c current solution ok
455.78/459.37	o 45805994016
455.78/459.37	c current bound: 22902997008
455.78/459.37	c fallback to adder encoding
930.42/934.06	c model valid
930.42/934.06	c current solution ok
932.41/936.05	o 22802333712
932.41/936.05	c current bound: 11401166856
932.41/936.05	c fallback to adder encoding
1481.53/1485.27	c model valid
1481.53/1485.27	c current solution ok
1483.52/1487.26	o 10327949322
1483.52/1487.26	c current bound: 5163974661
1483.52/1487.26	c fallback to adder encoding
1800.08/1804.71	c error: unexpected solver exit code
1800.08/1804.71	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-3695905-1338064147/watcher-3695905-1338064147 -o /tmp/evaluation-result-3695905-1338064147/solver-3695905-1338064147 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695905-1338064147.opb 787135275 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 547
/proc/meminfo: memFree=28742472/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0

[startup+0.0079101 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 547
/proc/meminfo: memFree=28742472/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100244 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 547
/proc/meminfo: memFree=28742472/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 547
/proc/meminfo: memFree=28742472/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700221 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 547
/proc/meminfo: memFree=28742472/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 549
/proc/meminfo: memFree=28733444/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=19076 CPUtime=1.49 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) R 547 547 31659 0 -1 4202496 2663 0 0 0 149 0 0 0 20 0 1 0 272538821 19533824 3168 33554432000 4194304 5873084 140733465956288 140733465944760 4746360 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/548/statm: 4769 3168 146 410 0 4351 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28224

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 549
/proc/meminfo: memFree=28748488/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=35460 CPUtime=3.09 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) R 547 547 31659 0 -1 4202496 3186 0 0 0 308 1 0 0 20 0 1 0 272538821 36311040 5216 33554432000 4194304 5873084 140733465956288 140733465953240 4327082 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/548/statm: 8865 5216 146 410 0 8447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44608

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 549
/proc/meminfo: memFree=28729560/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=68228 CPUtime=6.28 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) R 547 547 31659 0 -1 4202496 3722 0 0 0 627 1 0 0 20 0 1 0 272538821 69865472 9824 33554432000 4194304 5873084 140733465956288 140733465944680 4746376 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/548/statm: 17057 9824 146 410 0 16639 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 77376

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 549
/proc/meminfo: memFree=28685472/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=133764 CPUtime=12.69 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) R 547 547 31659 0 -1 4202496 4281 0 0 0 1266 3 0 0 20 0 1 0 272538821 136974336 18016 33554432000 4194304 5873084 140733465956288 140733465953240 4708448 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/548/statm: 33441 18016 146 410 0 33023 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 142912

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 549
/proc/meminfo: memFree=28437380/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=526980 CPUtime=25.48 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) R 547 547 31659 0 -1 4202496 5612 0 0 0 2536 12 0 0 20 0 1 0 272538821 539627520 77409 33554432000 4194304 5873084 140733465956288 140733465944952 4746184 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/548/statm: 131745 77409 146 410 0 131327 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 536128

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 550
/proc/meminfo: memFree=27774100/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=1051268 CPUtime=51.08 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) R 547 547 31659 0 -1 4202496 6706 0 0 0 5078 30 0 0 20 0 1 0 272538821 1076498432 244833 33554432000 4194304 5873084 140733465956288 140733465953656 4779359 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/548/statm: 262817 244833 146 410 0 262399 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1060416

[startup+102.307 s]
/proc/loadavg: 2.22 2.06 2.02 3/184 555
/proc/meminfo: memFree=24230300/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=2142888 CPUtime=65.31 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) S 547 547 31659 0 -1 4202496 19867 0 0 0 6296 235 0 0 20 0 1 0 272538821 2194317312 339600 33554432000 4194304 5873084 140733465956288 140733465952712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 4 0 0
/proc/548/statm: 535722 339600 172 410 0 535304 0
[pid=554] ppid=548 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/554/stat : 554 (satsolver.sh) S 548 547 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272545358 9367552 267 33554432000 4194304 5064252 140736859287040 140736859285952 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/554/statm: 2287 267 226 213 0 72 0
[pid=555] ppid=554 vsize=2167736 CPUtime=36.91 cores=0,2,4,6
/proc/555/stat : 555 (glucose_static) R 554 547 31659 0 -1 4202496 139323 0 0 0 3604 87 0 0 20 0 1 0 272545359 2219761664 447380 33554432000 4194304 4896791 140733614753424 140733614750680 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/555/statm: 541934 447380 78 172 0 541760 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 4328920

[startup+162.3 s]
/proc/loadavg: 2.43 2.13 2.04 3/181 555
/proc/meminfo: memFree=24687760/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=2152400 CPUtime=161.13 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) R 547 547 31659 0 -1 4202496 22426 173985 0 0 6888 2688 6431 106 20 0 1 0 272538821 2204057600 341979 33554432000 4194304 5873084 140733465956288 140733465951720 5127520 0 0 4096 0 0 0 0 17 2 0 0 111 0 0
/proc/548/statm: 538100 341979 179 410 0 537682 0
Current children cumulated CPU time (s) 161.13
Current children cumulated vsize (KiB) 2161548

[startup+222.3 s]
/proc/loadavg: 2.64 2.27 2.10 3/183 558
/proc/meminfo: memFree=22448448/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=2284188 CPUtime=166.13 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) S 547 547 31659 0 -1 4202496 29042 174499 0 0 7022 2822 6432 337 20 0 1 0 272538821 2339008512 361472 33554432000 4194304 5873084 140733465956288 140733465950104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 171 0 0
/proc/548/statm: 571047 361472 180 410 0 570629 0
[pid=557] ppid=548 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/557/stat : 557 (satsolver.sh) S 548 547 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272555780 9367552 266 33554432000 4194304 5064252 140735131814928 140735131813840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/557/statm: 2287 266 226 213 0 72 0
[pid=558] ppid=557 vsize=2396908 CPUtime=52.69 cores=0,2,4,6
/proc/558/stat : 558 (glucose_static) R 557 547 31659 0 -1 4202496 186116 0 0 0 5166 103 0 0 20 0 1 0 272555780 2454433792 512860 33554432000 4194304 4896791 140737264995152 140737264992584 4223805 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/558/statm: 599227 512860 78 172 0 599053 0
Current children cumulated CPU time (s) 218.82
Current children cumulated vsize (KiB) 4699392

[startup+282.3 s]
/proc/loadavg: 2.25 2.23 2.09 3/183 558
/proc/meminfo: memFree=22390804/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=2284188 CPUtime=166.13 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) S 547 547 31659 0 -1 4202496 29042 174499 0 0 7022 2822 6432 337 20 0 1 0 272538821 2339008512 361472 33554432000 4194304 5873084 140733465956288 140733465950104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 171 0 0
/proc/548/statm: 571047 361472 180 410 0 570629 0
[pid=557] ppid=548 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/557/stat : 557 (satsolver.sh) S 548 547 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272555780 9367552 266 33554432000 4194304 5064252 140735131814928 140735131813840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/557/statm: 2287 266 226 213 0 72 0
[pid=558] ppid=557 vsize=2466384 CPUtime=112.68 cores=0,2,4,6
/proc/558/stat : 558 (glucose_static) R 557 547 31659 0 -1 4202496 201662 0 0 0 11160 108 0 0 20 0 1 0 272555780 2525577216 528674 33554432000 4194304 4896791 140737264995152 140737264992696 4224229 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/558/statm: 616596 528674 78 172 0 616422 0
Current children cumulated CPU time (s) 278.81

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

/proc/609/statm: 605194 520647 78 172 0 605020 0
Current children cumulated CPU time (s) 1418.62
Current children cumulated vsize (KiB) 4760868

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.04 3/181 614
/proc/meminfo: memFree=15683116/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=2321796 CPUtime=933.64 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) S 547 547 31659 0 -1 4202496 50614 664671 0 0 7249 2852 82244 1019 20 0 1 0 272538821 2377519104 369306 33554432000 4194304 5873084 140733465956288 140733465950104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 171 0 0
/proc/548/statm: 580449 369306 180 410 0 580031 0
[pid=608] ppid=548 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/608/stat : 608 (satsolver.sh) S 548 547 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272632545 9367552 267 33554432000 4194304 5064252 140737193084592 140737193083504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/608/statm: 2287 267 226 213 0 72 0
[pid=609] ppid=608 vsize=2431380 CPUtime=544.96 cores=0,2,4,6
/proc/609/stat : 609 (glucose_static) R 608 547 31659 0 -1 4202496 194369 0 0 0 54405 91 0 0 20 0 1 0 272632545 2489733120 522821 33554432000 4194304 4896791 140736018768656 140736018765912 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/609/statm: 607845 522821 78 172 0 607671 0
Current children cumulated CPU time (s) 1478.6
Current children cumulated vsize (KiB) 4771472

[startup+1542.3 s]
/proc/loadavg: 2.20 2.09 2.06 3/181 617
/proc/meminfo: memFree=15676636/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=2321796 CPUtime=1484.73 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) S 547 547 31659 0 -1 4202496 61122 860352 0 0 7358 2867 136927 1321 20 0 1 0 272538821 2377519104 368794 33554432000 4194304 5873084 140733465956288 140733465950104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 258 0 0
/proc/548/statm: 580449 368794 180 410 0 580031 0
[pid=616] ppid=548 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/616/stat : 616 (satsolver.sh) S 548 547 31659 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272687750 9367552 267 33554432000 4194304 5064252 140736246113456 140736246112368 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/616/statm: 2287 267 226 213 0 72 0
[pid=617] ppid=616 vsize=2465852 CPUtime=52.99 cores=0,2,4,6
/proc/617/stat : 617 (glucose_static) R 616 547 31659 0 -1 4202496 199178 0 0 0 5203 96 0 0 20 0 1 0 272687751 2525032448 524848 33554432000 4194304 4896791 140735847195904 140735847193160 4225445 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/617/statm: 616463 524848 78 172 0 616289 0
Current children cumulated CPU time (s) 1537.72
Current children cumulated vsize (KiB) 4805944

[startup+1602.3 s]
/proc/loadavg: 2.08 2.07 2.05 3/181 618
/proc/meminfo: memFree=15652392/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=2321796 CPUtime=1484.73 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) S 547 547 31659 0 -1 4202496 61122 860352 0 0 7358 2867 136927 1321 20 0 1 0 272538821 2377519104 368794 33554432000 4194304 5873084 140733465956288 140733465950104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 258 0 0
/proc/548/statm: 580449 368794 180 410 0 580031 0
[pid=616] ppid=548 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/616/stat : 616 (satsolver.sh) S 548 547 31659 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272687750 9367552 267 33554432000 4194304 5064252 140736246113456 140736246112368 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/616/statm: 2287 267 226 213 0 72 0
[pid=617] ppid=616 vsize=2493160 CPUtime=112.97 cores=0,2,4,6
/proc/617/stat : 617 (glucose_static) R 616 547 31659 0 -1 4202496 205039 0 0 0 11200 97 0 0 20 0 1 0 272687751 2552995840 531099 33554432000 4194304 4896791 140735847195904 140735847193112 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/617/statm: 623290 531099 78 172 0 623116 0
Current children cumulated CPU time (s) 1597.7
Current children cumulated vsize (KiB) 4833252

[startup+1662.3 s]
/proc/loadavg: 2.03 2.06 2.05 3/181 618
/proc/meminfo: memFree=15652268/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=2321796 CPUtime=1484.73 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) S 547 547 31659 0 -1 4202496 61122 860352 0 0 7358 2867 136927 1321 20 0 1 0 272538821 2377519104 368794 33554432000 4194304 5873084 140733465956288 140733465950104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 258 0 0
/proc/548/statm: 580449 368794 180 410 0 580031 0
[pid=616] ppid=548 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/616/stat : 616 (satsolver.sh) S 548 547 31659 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272687750 9367552 267 33554432000 4194304 5064252 140736246113456 140736246112368 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/616/statm: 2287 267 226 213 0 72 0
[pid=617] ppid=616 vsize=2493160 CPUtime=172.96 cores=0,2,4,6
/proc/617/stat : 617 (glucose_static) R 616 547 31659 0 -1 4202496 205040 0 0 0 17199 97 0 0 20 0 1 0 272687751 2552995840 531100 33554432000 4194304 4896791 140735847195904 140735847193112 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/617/statm: 623290 531100 78 172 0 623116 0
Current children cumulated CPU time (s) 1657.69
Current children cumulated vsize (KiB) 4833252

[startup+1722.3 s]
/proc/loadavg: 2.08 2.06 2.05 3/181 618
/proc/meminfo: memFree=15634168/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=2321796 CPUtime=1484.73 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) S 547 547 31659 0 -1 4202496 61122 860352 0 0 7358 2867 136927 1321 20 0 1 0 272538821 2377519104 368794 33554432000 4194304 5873084 140733465956288 140733465950104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 258 0 0
/proc/548/statm: 580449 368794 180 410 0 580031 0
[pid=616] ppid=548 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/616/stat : 616 (satsolver.sh) S 548 547 31659 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272687750 9367552 267 33554432000 4194304 5064252 140736246113456 140736246112368 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/616/statm: 2287 267 226 213 0 72 0
[pid=617] ppid=616 vsize=2514584 CPUtime=232.96 cores=0,2,4,6
/proc/617/stat : 617 (glucose_static) R 616 547 31659 0 -1 4202496 210229 0 0 0 23197 99 0 0 20 0 1 0 272687751 2574934016 535647 33554432000 4194304 4896791 140735847195904 140735847191640 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/617/statm: 628646 535647 78 172 0 628472 0
Current children cumulated CPU time (s) 1717.69
Current children cumulated vsize (KiB) 4854676

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.04 3/181 618
/proc/meminfo: memFree=15631624/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=2321796 CPUtime=1484.73 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) S 547 547 31659 0 -1 4202496 61122 860352 0 0 7358 2867 136927 1321 20 0 1 0 272538821 2377519104 368794 33554432000 4194304 5873084 140733465956288 140733465950104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 258 0 0
/proc/548/statm: 580449 368794 180 410 0 580031 0
[pid=616] ppid=548 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/616/stat : 616 (satsolver.sh) S 548 547 31659 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272687750 9367552 267 33554432000 4194304 5064252 140736246113456 140736246112368 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/616/statm: 2287 267 226 213 0 72 0
[pid=617] ppid=616 vsize=2515552 CPUtime=292.95 cores=0,2,4,6
/proc/617/stat : 617 (glucose_static) R 616 547 31659 0 -1 4202496 210342 0 0 0 29196 99 0 0 20 0 1 0 272687751 2575925248 536271 33554432000 4194304 4896791 140735847195904 140735847193336 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/617/statm: 628888 536271 78 172 0 628714 0
Current children cumulated CPU time (s) 1777.68
Current children cumulated vsize (KiB) 4855644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.7 s]
/proc/loadavg: 2.02 2.04 2.04 3/181 618
/proc/meminfo: memFree=15624556/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=2321796 CPUtime=1484.73 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) S 547 547 31659 0 -1 4202496 61122 860352 0 0 7358 2867 136927 1321 20 0 1 0 272538821 2377519104 368794 33554432000 4194304 5873084 140733465956288 140733465950104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 258 0 0
/proc/548/statm: 580449 368794 180 410 0 580031 0
[pid=616] ppid=548 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/616/stat : 616 (satsolver.sh) S 548 547 31659 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272687750 9367552 267 33554432000 4194304 5064252 140736246113456 140736246112368 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/616/statm: 2287 267 226 213 0 72 0
[pid=617] ppid=616 vsize=2522868 CPUtime=315.35 cores=0,2,4,6
/proc/617/stat : 617 (glucose_static) R 616 547 31659 0 -1 4202496 212578 0 0 0 31436 99 0 0 20 0 1 0 272687751 2583416832 537909 33554432000 4194304 4896791 140735847195904 140735847193416 4203102 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/617/statm: 630717 537909 78 172 0 630543 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 4862960

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

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

[startup+1804.7 s]
/proc/loadavg: 2.02 2.04 2.04 3/181 618
/proc/meminfo: memFree=15624556/32873648 swapFree=7360/7360
[pid=547] ppid=545 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/547/stat : 547 (runPb2sat.sh) S 545 547 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272538821 9367552 275 33554432000 4194304 5064252 140736639186096 140736639185008 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/547/statm: 2287 275 233 213 0 72 0
[pid=548] ppid=547 vsize=2321796 CPUtime=1484.73 cores=0,2,4,6
/proc/548/stat : 548 (pb2sat) S 547 547 31659 0 -1 4202496 61122 860352 0 0 7358 2867 136927 1321 20 0 1 0 272538821 2377519104 368794 33554432000 4194304 5873084 140733465956288 140733465950104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 258 0 0
/proc/548/statm: 580449 368794 180 410 0 580031 0
[pid=616] ppid=548 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/616/stat : 616 (satsolver.sh) S 548 547 31659 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272687750 9367552 267 33554432000 4194304 5064252 140736246113456 140736246112368 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/616/statm: 2287 267 226 213 0 72 0
[pid=617] ppid=616 vsize=2522868 CPUtime=315.35 cores=0,2,4,6
/proc/617/stat : 617 (glucose_static) R 616 547 31659 0 -1 4202496 212578 0 0 0 31436 99 0 0 20 0 1 0 272687751 2583416832 537909 33554432000 4194304 4896791 140735847195904 140735847193416 4203102 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/617/statm: 630717 537909 78 172 0 630543 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 4862960

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1804.72
CPU time (s): 1800.08
CPU user time (s): 1757.21
CPU system time (s): 42.87
CPU usage (%): 99.7429
Max. virtual memory (cumulated for all children) (KiB): 5090120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

runsolver used 3.37049 second user time and 11.2143 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-26 22:29:07
IDJOB=3695905
IDBENCH=2335
IDSOLVER=2274
FILE ID=node149/3695905-1338064147
RUNJOBID= node149-1338051874-31675
PBS_JOBID= 14624385
Free space on /tmp= 71692 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos11.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695905-1338064147/watcher-3695905-1338064147 -o /tmp/evaluation-result-3695905-1338064147/solver-3695905-1338064147 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3695905-1338064147.opb 787135275 HOME HOME

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

MD5SUM BENCH= ec9bba2d2c31efcadc0a4a76a4815e08
RANDOM SEED=787135275

node149.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.145
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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.145
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	: 5438.55
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.145
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.145
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:        28742736 kB
Buffers:          275944 kB
Cached:          2988776 kB
SwapCached:            0 kB
Active:           781800 kB
Inactive:        2577844 kB
Active(anon):      95956 kB
Inactive(anon):        0 kB
Active(file):     685844 kB
Inactive(file):  2577844 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9328 kB
Writeback:             0 kB
AnonPages:        143340 kB
Mapped:            15136 kB
Shmem:               200 kB
Slab:             632596 kB
SReclaimable:      77036 kB
SUnreclaim:       555560 kB
KernelStack:        1520 kB
PageTables:         3888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     222424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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= 69052 MiB
End job on node149 at 2012-05-26 22:59:14