Trace number 3695266

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.06 1803.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/
kullmann/normalized-mul_8_3_shg.opb
MD5SUM5ce23254bdc15fb1c07c51b856e9b57c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark253.091
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5048
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint18
Maximum length of a constraint45
Number of terms in the objective function 5048
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5048
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5048
Number of bits of the biggest sum of numbers13
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

9.67/10.24	c model valid
9.67/10.24	c current solution ok
22.73/25.18	o 2296
22.73/25.18	c fallback to adder encoding
284.99/287.49	c model valid
284.99/287.49	c current solution ok
285.09/287.77	o 2295
285.09/287.77	c fallback to adder encoding
712.62/715.15	c model valid
712.62/715.15	c current solution ok
712.68/715.44	o 1639
712.68/715.44	c fallback to adder encoding
979.97/982.55	c model valid
979.97/982.55	c current solution ok
980.02/982.83	o 1638
980.02/982.83	c fallback to adder encoding
1201.72/1204.37	c model valid
1201.72/1204.37	c current solution ok
1202.02/1204.66	o 1549
1202.02/1204.66	c fallback to adder encoding
1537.26/1539.90	c model valid
1537.26/1539.90	c current solution ok
1537.45/1540.19	o 1545
1537.45/1540.19	c fallback to adder encoding
1800.06/1803.41	c error: unexpected solver exit code
1800.06/1803.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-3695266-1338123192/watcher-3695266-1338123192 -o /tmp/evaluation-result-3695266-1338123192/solver-3695266-1338123192 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695266-1338123192.opb 1208511331 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.01 1.04 1.34 2/173 10672
/proc/meminfo: memFree=29147560/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0

[startup+0.0113339 s]
/proc/loadavg: 1.01 1.04 1.34 2/173 10672
/proc/meminfo: memFree=29147560/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 1.01 1.04 1.34 2/173 10672
/proc/meminfo: memFree=29147560/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300251 s]
/proc/loadavg: 1.01 1.04 1.34 2/173 10672
/proc/meminfo: memFree=29147560/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700254 s]
/proc/loadavg: 1.01 1.04 1.34 2/173 10672
/proc/meminfo: memFree=29147560/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.01 1.04 1.34 3/179 10685
/proc/meminfo: memFree=29071100/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=85148 CPUtime=1.49 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) R 10672 10672 10638 0 -1 4202496 18189 0 0 0 146 3 0 0 20 0 1 0 278444687 87191552 19967 33554432000 4194304 5873084 140735720141920 140735720139288 4391052 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10673/statm: 21287 19967 153 410 0 20869 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94296

[startup+3.10031 s]
/proc/loadavg: 1.01 1.04 1.34 3/179 10685
/proc/meminfo: memFree=28928580/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=315900 CPUtime=3.09 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) R 10672 10672 10638 0 -1 4202496 48839 0 0 0 298 11 0 0 20 0 1 0 278444687 323481600 69468 33554432000 4194304 5873084 140735720141920 140735720135544 4920028 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10673/statm: 78975 69468 153 410 0 78557 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 325048

[startup+6.30036 s]
/proc/loadavg: 1.17 1.07 1.35 3/181 10687
/proc/meminfo: memFree=28127784/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=560404 CPUtime=4.84 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 78559 0 0 0 441 43 0 0 20 0 1 0 278444687 573853696 117803 33554432000 4194304 5873084 140735720141920 140735720138344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 50 0 0
/proc/10673/statm: 140101 117803 160 410 0 139683 0
[pid=10686] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10686/stat : 10686 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278445222 9367552 267 33554432000 4194304 5064252 140735668487680 140735668486592 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10686/statm: 2287 267 226 213 0 72 0
[pid=10687] ppid=10686 vsize=288696 CPUtime=0.92 cores=0,2,4,6
/proc/10687/stat : 10687 (glucose_static) R 10686 10672 10638 0 -1 4202496 38419 0 0 0 82 10 0 0 20 0 1 0 278445223 295624704 61725 33554432000 4194304 4896791 140734178432368 140734177381160 4229413 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10687/statm: 72174 61725 58 172 0 72000 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 867396

[startup+12.7003 s]
/proc/loadavg: 1.31 1.11 1.36 3/181 10689
/proc/meminfo: memFree=26877788/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=600472 CPUtime=12.16 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) R 10672 10672 10638 0 -1 4202496 85003 85258 0 0 578 252 352 34 20 0 1 0 278444687 614883328 127803 33554432000 4194304 5873084 140735720141920 140735720137352 5127520 0 0 4096 0 0 0 0 17 4 0 0 50 0 0
/proc/10673/statm: 150118 127803 169 410 0 149700 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 609620

[startup+25.5004 s]
/proc/loadavg: 1.62 1.18 1.38 3/179 10690
/proc/meminfo: memFree=26670936/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=639624 CPUtime=23.13 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) R 10672 10672 10638 0 -1 4202496 88383 85771 0 0 808 1078 352 75 20 0 1 0 278444687 654974976 135564 33554432000 4194304 5873084 140735720141920 140735720137256 4995947 0 0 4096 0 0 0 0 17 4 0 0 53 0 0
/proc/10673/statm: 159906 135564 177 410 0 159488 0
Current children cumulated CPU time (s) 23.13
Current children cumulated vsize (KiB) 648772

[startup+51.1005 s]
/proc/loadavg: 1.80 1.26 1.40 3/181 10692
/proc/meminfo: memFree=25648180/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=639624 CPUtime=23.21 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 89128 85771 0 0 810 1084 352 75 20 0 1 0 278444687 654974976 136076 33554432000 4194304 5873084 140735720141920 140735720135736 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 53 0 0
/proc/10673/statm: 159906 136076 177 410 0 159488 0
[pid=10691] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10691/stat : 10691 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278447244 9367552 267 33554432000 4194304 5064252 140734524185824 140734524184736 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10691/statm: 2287 267 226 213 0 72 0
[pid=10692] ppid=10691 vsize=755004 CPUtime=25.5 cores=0,2,4,6
/proc/10692/stat : 10692 (glucose_static) R 10691 10672 10638 0 -1 4202496 111753 0 0 0 2514 36 0 0 20 0 1 0 278447245 773124096 158085 33554432000 4194304 4896791 140736909458224 140736909455528 4225491 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10692/statm: 188751 158085 77 172 0 188577 0
Current children cumulated CPU time (s) 48.71
Current children cumulated vsize (KiB) 1412924

[startup+102.3 s]
/proc/loadavg: 1.99 1.40 1.44 3/183 10695
/proc/meminfo: memFree=24103232/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=639624 CPUtime=23.21 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 89128 85771 0 0 810 1084 352 75 20 0 1 0 278444687 654974976 136076 33554432000 4194304 5873084 140735720141920 140735720135736 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 53 0 0
/proc/10673/statm: 159906 136076 177 410 0 159488 0
[pid=10691] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10691/stat : 10691 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278447244 9367552 267 33554432000 4194304 5064252 140734524185824 140734524184736 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10691/statm: 2287 267 226 213 0 72 0
[pid=10692] ppid=10691 vsize=761948 CPUtime=76.69 cores=0,2,4,6
/proc/10692/stat : 10692 (glucose_static) R 10691 10672 10638 0 -1 4202496 117709 0 0 0 7632 37 0 0 20 0 1 0 278447245 780234752 160841 33554432000 4194304 4896791 140736909458224 140736909455432 4401607 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10692/statm: 190487 160841 77 172 0 190313 0
Current children cumulated CPU time (s) 99.9
Current children cumulated vsize (KiB) 1419868

[startup+162.3 s]
/proc/loadavg: 1.99 1.51 1.47 3/183 10695
/proc/meminfo: memFree=24078372/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=639624 CPUtime=23.21 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 89128 85771 0 0 810 1084 352 75 20 0 1 0 278444687 654974976 136076 33554432000 4194304 5873084 140735720141920 140735720135736 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 53 0 0
/proc/10673/statm: 159906 136076 177 410 0 159488 0
[pid=10691] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10691/stat : 10691 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278447244 9367552 267 33554432000 4194304 5064252 140734524185824 140734524184736 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10691/statm: 2287 267 226 213 0 72 0
[pid=10692] ppid=10691 vsize=769984 CPUtime=136.68 cores=0,2,4,6
/proc/10692/stat : 10692 (glucose_static) R 10691 10672 10638 0 -1 4202496 119653 0 0 0 13630 38 0 0 20 0 1 0 278447245 788463616 164829 33554432000 4194304 4896791 140736909458224 140736909455272 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10692/statm: 192496 164829 77 172 0 192322 0
Current children cumulated CPU time (s) 159.89
Current children cumulated vsize (KiB) 1427904

[startup+222.307 s]
/proc/loadavg: 1.99 1.59 1.50 3/183 10695
/proc/meminfo: memFree=24070420/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=639624 CPUtime=23.21 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 89128 85771 0 0 810 1084 352 75 20 0 1 0 278444687 654974976 136076 33554432000 4194304 5873084 140735720141920 140735720135736 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 53 0 0
/proc/10673/statm: 159906 136076 177 410 0 159488 0
[pid=10691] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10691/stat : 10691 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278447244 9367552 267 33554432000 4194304 5064252 140734524185824 140734524184736 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10691/statm: 2287 267 226 213 0 72 0
[pid=10692] ppid=10691 vsize=776360 CPUtime=196.68 cores=0,2,4,6
/proc/10692/stat : 10692 (glucose_static) R 10691 10672 10638 0 -1 4202496 127942 0 0 0 19626 42 0 0 20 0 1 0 278447245 794992640 165374 33554432000 4194304 4896791 140736909458224 140736909455736 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10692/statm: 194090 165374 77 172 0 193916 0
Current children cumulated CPU time (s) 219.89

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

/proc/10738/statm: 192916 168235 77 172 0 192742 0
Current children cumulated CPU time (s) 1419.66
Current children cumulated vsize (KiB) 1470760

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 1.85 3/183 10739
/proc/meminfo: memFree=23972956/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=680800 CPUtime=1202.42 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 127768 640368 0 0 1331 1107 117413 391 20 0 1 0 278444687 697139200 147893 33554432000 4194304 5873084 140735720141920 140735720135736 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 53 0 0
/proc/10673/statm: 170200 147893 177 410 0 169782 0
[pid=10737] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10737/stat : 10737 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278565187 9367552 267 33554432000 4194304 5064252 140734927112752 140734927111664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10737/statm: 2287 267 226 213 0 72 0
[pid=10738] ppid=10737 vsize=774988 CPUtime=277.22 cores=0,2,4,6
/proc/10738/stat : 10738 (glucose_static) R 10737 10672 10638 0 -1 4202496 136536 0 0 0 27686 36 0 0 20 0 1 0 278565188 793587712 170297 33554432000 4194304 4896791 140736972996048 140736972993192 4204062 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10738/statm: 193747 170297 77 172 0 193573 0
Current children cumulated CPU time (s) 1479.64
Current children cumulated vsize (KiB) 1474084

[startup+1542.31 s]
/proc/loadavg: 2.02 2.01 1.86 3/183 10743
/proc/meminfo: memFree=24367256/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=680800 CPUtime=1537.9 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 137019 787938 0 0 1458 1114 150750 468 20 0 1 0 278444687 697139200 147893 33554432000 4194304 5873084 140735720141920 140735720135736 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/10673/statm: 170200 147893 177 410 0 169782 0
[pid=10742] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10742/stat : 10742 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278598783 9367552 266 33554432000 4194304 5064252 140737162358256 140737162357168 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10742/statm: 2287 266 226 213 0 72 0
[pid=10743] ppid=10742 vsize=346372 CPUtime=1.1 cores=0,2,4,6
/proc/10743/stat : 10743 (glucose_static) R 10742 10672 10638 0 -1 4202496 47579 0 0 0 98 12 0 0 20 0 1 0 278598785 354684928 76409 33554432000 4194304 4896791 140737439440912 140737438389960 4401607 0 0 4096 0 0 0 0 17 2 0 0 21 0 0
/proc/10743/statm: 86593 76409 58 172 0 86419 0
Current children cumulated CPU time (s) 1539
Current children cumulated vsize (KiB) 1045468

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.87 3/183 10743
/proc/meminfo: memFree=23999448/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=680800 CPUtime=1537.9 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 137019 787938 0 0 1458 1114 150750 468 20 0 1 0 278444687 697139200 147893 33554432000 4194304 5873084 140735720141920 140735720135736 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/10673/statm: 170200 147893 177 410 0 169782 0
[pid=10742] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10742/stat : 10742 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278598783 9367552 266 33554432000 4194304 5064252 140737162358256 140737162357168 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10742/statm: 2287 266 226 213 0 72 0
[pid=10743] ppid=10742 vsize=763592 CPUtime=61.08 cores=0,2,4,6
/proc/10743/stat : 10743 (glucose_static) R 10742 10672 10638 0 -1 4202496 120947 0 0 0 6071 37 0 0 20 0 1 0 278598785 781918208 162611 33554432000 4194304 4896791 140737439440912 140737439438216 4224983 0 0 4096 0 0 0 0 17 2 0 0 21 0 0
/proc/10743/statm: 190898 162611 77 172 0 190724 0
Current children cumulated CPU time (s) 1598.98
Current children cumulated vsize (KiB) 1462688

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/184 10746
/proc/meminfo: memFree=23986040/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=680800 CPUtime=1537.9 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 137019 787938 0 0 1458 1114 150750 468 20 0 1 0 278444687 697139200 147893 33554432000 4194304 5873084 140735720141920 140735720135736 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/10673/statm: 170200 147893 177 410 0 169782 0
[pid=10742] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10742/stat : 10742 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278598783 9367552 266 33554432000 4194304 5064252 140737162358256 140737162357168 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10742/statm: 2287 266 226 213 0 72 0
[pid=10743] ppid=10742 vsize=765284 CPUtime=121.08 cores=0,2,4,6
/proc/10743/stat : 10743 (glucose_static) R 10742 10672 10638 0 -1 4202496 121366 0 0 0 12070 38 0 0 20 0 1 0 278598785 783650816 163541 33554432000 4194304 4896791 140737439440912 140737439438120 4224225 0 0 4096 0 0 0 0 17 2 0 0 21 0 0
/proc/10743/statm: 191321 163541 77 172 0 191147 0
Current children cumulated CPU time (s) 1658.98
Current children cumulated vsize (KiB) 1464380

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/182 10746
/proc/meminfo: memFree=23967384/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=680800 CPUtime=1537.9 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 137019 787938 0 0 1458 1114 150750 468 20 0 1 0 278444687 697139200 147893 33554432000 4194304 5873084 140735720141920 140735720135736 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/10673/statm: 170200 147893 177 410 0 169782 0
[pid=10742] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10742/stat : 10742 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278598783 9367552 266 33554432000 4194304 5064252 140737162358256 140737162357168 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10742/statm: 2287 266 226 213 0 72 0
[pid=10743] ppid=10742 vsize=770436 CPUtime=181.06 cores=0,2,4,6
/proc/10743/stat : 10743 (glucose_static) R 10742 10672 10638 0 -1 4202496 122635 0 0 0 18068 38 0 0 20 0 1 0 278598785 788926464 166343 33554432000 4194304 4896791 140737439440912 140737439438056 4224983 0 0 4096 0 0 0 0 17 2 0 0 21 0 0
/proc/10743/statm: 192609 166343 77 172 0 192435 0
Current children cumulated CPU time (s) 1718.96
Current children cumulated vsize (KiB) 1469532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/183 10747
/proc/meminfo: memFree=23947500/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=680800 CPUtime=1537.9 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 137019 787938 0 0 1458 1114 150750 468 20 0 1 0 278444687 697139200 147893 33554432000 4194304 5873084 140735720141920 140735720135736 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/10673/statm: 170200 147893 177 410 0 169782 0
[pid=10742] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10742/stat : 10742 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278598783 9367552 266 33554432000 4194304 5064252 140737162358256 140737162357168 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10742/statm: 2287 266 226 213 0 72 0
[pid=10743] ppid=10742 vsize=773776 CPUtime=241.06 cores=0,2,4,6
/proc/10743/stat : 10743 (glucose_static) R 10742 10672 10638 0 -1 4202496 127165 0 0 0 24067 39 0 0 20 0 1 0 278598785 792346624 168662 33554432000 4194304 4896791 140737439440912 140737439438120 4225148 0 0 4096 0 0 0 0 17 2 0 0 21 0 0
/proc/10743/statm: 193444 168662 77 172 0 193270 0
Current children cumulated CPU time (s) 1778.96
Current children cumulated vsize (KiB) 1472872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 2.00 2.00 1.89 2/178 10748
/proc/meminfo: memFree=26606420/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=680800 CPUtime=1537.9 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 137019 787938 0 0 1458 1114 150750 468 20 0 1 0 278444687 697139200 147893 33554432000 4194304 5873084 140735720141920 140735720135736 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/10673/statm: 170200 147893 177 410 0 169782 0
[pid=10742] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10742/stat : 10742 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278598783 9367552 266 33554432000 4194304 5064252 140737162358256 140737162357168 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10742/statm: 2287 266 226 213 0 72 0
[pid=10743] ppid=10742 vsize=774972 CPUtime=262.16 cores=0,2,4,6
/proc/10743/stat : 10743 (glucose_static) R 10742 10672 10638 0 -1 4202496 127511 0 0 0 26177 39 0 0 20 0 1 0 278598785 793571328 169519 33554432000 4194304 4896791 140737439440912 140737439438120 4224983 0 0 4096 0 0 0 0 17 2 0 0 21 0 0
/proc/10743/statm: 193743 169519 77 172 0 193569 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1474068

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

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

[startup+1803.4 s]
/proc/loadavg: 2.00 2.00 1.89 2/178 10748
/proc/meminfo: memFree=26606420/32873844 swapFree=7384/7384
[pid=10672] ppid=10670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10672/stat : 10672 (runPb2satCp2.sh) S 10670 10672 10638 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278444687 9367552 275 33554432000 4194304 5064252 140735961802528 140735961801440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10672/statm: 2287 275 233 213 0 72 0
[pid=10673] ppid=10672 vsize=680800 CPUtime=1537.9 cores=0,2,4,6
/proc/10673/stat : 10673 (pb2sat) S 10672 10672 10638 0 -1 4202496 137019 787938 0 0 1458 1114 150750 468 20 0 1 0 278444687 697139200 147893 33554432000 4194304 5873084 140735720141920 140735720135736 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/10673/statm: 170200 147893 177 410 0 169782 0
[pid=10742] ppid=10673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10742/stat : 10742 (satsolver.sh) S 10673 10672 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278598783 9367552 266 33554432000 4194304 5064252 140737162358256 140737162357168 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10742/statm: 2287 266 226 213 0 72 0
[pid=10743] ppid=10742 vsize=774972 CPUtime=262.16 cores=0,2,4,6
/proc/10743/stat : 10743 (glucose_static) R 10742 10672 10638 0 -1 4202496 127511 0 0 0 26177 39 0 0 20 0 1 0 278598785 793571328 169519 33554432000 4194304 4896791 140737439440912 140737439438120 4224983 0 0 4096 0 0 0 0 17 2 0 0 21 0 0
/proc/10743/statm: 193743 169519 77 172 0 193569 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1474068

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10672 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=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.42
CPU time (s): 1800.06
CPU user time (s): 1783.85
CPU system time (s): 16.21
CPU usage (%): 99.8137
Max. virtual memory (cumulated for all children) (KiB): 1605856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
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= 4
involuntary context switches= 1

runsolver used 4.00039 second user time and 10.8953 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 14:53:12
IDJOB=3695266
IDBENCH=89910
IDSOLVER=2273
FILE ID=node136/3695266-1338123192
RUNJOBID= node136-1338123192-10654
PBS_JOBID= 14624496
Free space on /tmp= 71632 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-mul_8_3_shg.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695266-1338123192/watcher-3695266-1338123192 -o /tmp/evaluation-result-3695266-1338123192/solver-3695266-1338123192 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695266-1338123192.opb 1208511331 HOME HOME

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

MD5SUM BENCH= 5ce23254bdc15fb1c07c51b856e9b57c
RANDOM SEED=1208511331

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:        29147932 kB
Buffers:          403520 kB
Cached:          2450616 kB
SwapCached:        24460 kB
Active:           752868 kB
Inactive:        2134088 kB
Active(anon):       5504 kB
Inactive(anon):    26984 kB
Active(file):     747364 kB
Inactive(file):  2107104 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             49020 kB
Writeback:             0 kB
AnonPages:         16168 kB
Mapped:             8888 kB
Shmem:                 0 kB
Slab:             701064 kB
SReclaimable:     142348 kB
SUnreclaim:       558716 kB
KernelStack:        1424 kB
PageTables:         3892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71272 MiB
End job on node136 at 2012-05-27 15:23:18