Trace number 3696894

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.01 1800.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_50null0mast_rapportOE1.0_TMAX180_K67_cod2.opb
MD5SUM4555e70390d674ec14d0ef1e0b38ebad
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-33662
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 136517
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 136517
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.44	c fallback to adder encoding
5.58/5.63	c model valid
5.58/5.63	c current solution ok
7.57/7.63	o -14372
7.57/7.63	c current bound: 61072
7.57/7.63	c fallback to adder encoding
1800.01/1800.41	c error: unexpected solver exit code
1800.01/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3696894-1338120480/watcher-3696894-1338120480 -o /tmp/evaluation-result-3696894-1338120480/solver-3696894-1338120480 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696894-1338120480.opb 1807433542 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 9775
/proc/meminfo: memFree=30542004/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0

[startup+0.015469 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9775
/proc/meminfo: memFree=30542004/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10019 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9775
/proc/meminfo: memFree=30542004/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300114 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9775
/proc/meminfo: memFree=30542004/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700158 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9775
/proc/meminfo: memFree=30542004/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9779
/proc/meminfo: memFree=30412272/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=62892 CPUtime=0.84 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 10463 0 0 0 78 6 0 0 20 0 1 0 278174080 64401408 14733 33554432000 4194304 5873084 140735077635664 140735077632088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 15723 14733 171 410 0 15305 0
[pid=9778] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9778/stat : 9778 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174165 9367552 266 33554432000 4194304 5064252 140734560812032 140734560810944 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9778/statm: 2287 266 226 213 0 72 0
[pid=9779] ppid=9778 vsize=94064 CPUtime=0.63 cores=0,2,4,6
/proc/9779/stat : 9779 (glucose_static) R 9778 9775 5734 0 -1 4202496 19065 0 0 0 59 4 0 0 20 0 1 0 278174166 96321536 19951 33554432000 4194304 4896791 140735084721792 140735083670584 4224680 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9779/statm: 23516 19951 76 172 0 23342 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 175252

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9779
/proc/meminfo: memFree=30366956/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=62892 CPUtime=0.84 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 10463 0 0 0 78 6 0 0 20 0 1 0 278174080 64401408 14733 33554432000 4194304 5873084 140735077635664 140735077632088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 15723 14733 171 410 0 15305 0
[pid=9778] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9778/stat : 9778 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174165 9367552 266 33554432000 4194304 5064252 140734560812032 140734560810944 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9778/statm: 2287 266 226 213 0 72 0
[pid=9779] ppid=9778 vsize=94428 CPUtime=2.23 cores=0,2,4,6
/proc/9779/stat : 9779 (glucose_static) R 9778 9775 5734 0 -1 4202496 19383 0 0 0 219 4 0 0 20 0 1 0 278174166 96694272 20544 33554432000 4194304 4896791 140735084721792 140735084718936 4223776 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9779/statm: 23607 20544 78 172 0 23433 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 175616

[startup+6.30015 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9779
/proc/meminfo: memFree=30360008/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=64540 CPUtime=6.28 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) R 9775 9775 5734 0 -1 4202496 11832 20637 0 0 98 64 461 5 20 0 1 0 278174080 66088960 15152 33554432000 4194304 5873084 140735077635664 140735077631096 5127520 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16135 15152 179 410 0 15717 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 73688

[startup+12.7004 s]
/proc/loadavg: 2.15 2.03 2.01 3/183 9782
/proc/meminfo: memFree=30317492/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=96536 CPUtime=5.03 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 21908 0 0 0 498 5 0 0 20 0 1 0 278174846 98852864 21451 33554432000 4194304 4896791 140734689471648 140734689469160 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9782/statm: 24134 21451 78 172 0 23960 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 181420

[startup+25.5004 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 9782
/proc/meminfo: memFree=30304156/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=98144 CPUtime=17.82 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 26053 0 0 0 1776 6 0 0 20 0 1 0 278174846 100499456 22083 33554432000 4194304 4896791 140734689471648 140734689469160 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9782/statm: 24536 22083 78 172 0 24362 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 183028

[startup+51.1003 s]
/proc/loadavg: 2.07 2.03 2.01 3/183 9782
/proc/meminfo: memFree=30267620/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=100884 CPUtime=43.41 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 32554 0 0 0 4332 9 0 0 20 0 1 0 278174846 103305216 22753 33554432000 4194304 4896791 140734689471648 140734689469224 4224722 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9782/statm: 25221 22753 78 172 0 25047 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 185768

[startup+102.307 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 9783
/proc/meminfo: memFree=30259100/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=137776 CPUtime=94.61 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 41537 0 0 0 9446 15 0 0 20 0 1 0 278174846 141082624 29292 33554432000 4194304 4896791 140734689471648 140734689468856 4225002 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9782/statm: 34444 29292 78 172 0 34270 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 222660

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 9786
/proc/meminfo: memFree=30261296/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=142132 CPUtime=154.57 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 48187 0 0 0 15437 20 0 0 20 0 1 0 278174846 145543168 28915 33554432000 4194304 4896791 140734689471648 140734689469176 4203900 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9782/statm: 35533 28915 78 172 0 35359 0
Current children cumulated CPU time (s) 162.2

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

/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 95855 0 0 0 135331 104 0 0 20 0 1 0 278174846 261074944 51184 33554432000 4194304 4896791 140734689471648 140734689467384 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9782/statm: 63739 51184 78 172 0 63565 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 339840

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9838
/proc/meminfo: memFree=29413048/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=256048 CPUtime=1414.35 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 97381 0 0 0 141327 108 0 0 20 0 1 0 278174846 262193152 51979 33554432000 4194304 4896791 140734689471648 140734689468856 4204115 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9782/statm: 64012 51979 78 172 0 63838 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 340932

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9838
/proc/meminfo: memFree=29404300/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=258720 CPUtime=1474.33 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 99443 0 0 0 147322 111 0 0 20 0 1 0 278174846 264929280 53109 33554432000 4194304 4896791 140734689471648 140734689468856 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9782/statm: 64680 53109 78 172 0 64506 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 343604

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9838
/proc/meminfo: memFree=29403356/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=261676 CPUtime=1534.32 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 100929 0 0 0 153318 114 0 0 20 0 1 0 278174846 267956224 53428 33554432000 4194304 4896791 140734689471648 140734689469176 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9782/statm: 65419 53428 78 172 0 65245 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 346560

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9839
/proc/meminfo: memFree=29403668/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=262580 CPUtime=1594.3 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 102219 0 0 0 159313 117 0 0 20 0 1 0 278174846 268881920 53449 33554432000 4194304 4896791 140734689471648 140734689469176 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9782/statm: 65645 53449 78 172 0 65471 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 347464

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9839
/proc/meminfo: memFree=29407072/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=263468 CPUtime=1654.29 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 103488 0 0 0 165308 121 0 0 20 0 1 0 278174846 269791232 52625 33554432000 4194304 4896791 140734689471648 140734689469176 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9782/statm: 65867 52625 78 172 0 65693 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 348352

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9839
/proc/meminfo: memFree=29408424/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=264248 CPUtime=1714.28 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 104566 0 0 0 171305 123 0 0 20 0 1 0 278174846 270589952 51609 33554432000 4194304 4896791 140734689471648 140734689469176 4225195 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9782/statm: 66062 51609 78 172 0 65888 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 349132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9839
/proc/meminfo: memFree=29409780/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=214888 CPUtime=1774.28 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 105135 0 0 0 177302 126 0 0 20 0 1 0 278174846 220045312 50091 33554432000 4194304 4896791 140734689471648 140734689467384 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9782/statm: 53722 50091 78 172 0 53548 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 299772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9839
/proc/meminfo: memFree=29390420/32873648 swapFree=6860/6860
[pid=9775] ppid=9773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9775/stat : 9775 (runPb2sat.sh) S 9773 9775 5734 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278174080 9367552 274 33554432000 4194304 5064252 140735983993760 140735983992672 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9775/statm: 2287 274 233 213 0 72 0
[pid=9776] ppid=9775 vsize=66588 CPUtime=7.63 cores=0,2,4,6
/proc/9776/stat : 9776 (pb2sat) S 9775 9775 5734 0 -1 4202496 12783 21151 0 0 126 166 461 10 20 0 1 0 278174080 68186112 15519 33554432000 4194304 5873084 140735077635664 140735077629480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9776/statm: 16647 15519 180 410 0 16229 0
[pid=9781] ppid=9776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9781/stat : 9781 (satsolver.sh) S 9776 9775 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278174846 9367552 265 33554432000 4194304 5064252 140733834224544 140733834223456 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9781/statm: 2287 265 226 213 0 72 0
[pid=9782] ppid=9781 vsize=264976 CPUtime=1792.38 cores=0,2,4,6
/proc/9782/stat : 9782 (glucose_static) R 9781 9775 5734 0 -1 4202496 105976 0 0 0 179111 127 0 0 20 0 1 0 278174846 271335424 55012 33554432000 4194304 4896791 140734689471648 140734689467384 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9782/statm: 66244 55012 78 172 0 66070 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 349860

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9775 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=886105
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=771730
# CPU time returned by wait4() is 7.65784
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.01
CPU user time (s): 1796.98
CPU system time (s): 3.03
CPU usage (%): 99.9775
Max. virtual memory (cumulated for all children) (KiB): 430000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.8861
system time used= 1.77173
maximum resident set size= 103704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34909
page faults= 0
swaps= 0
block input operations= 0
block output operations= 185024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 26

runsolver used 3.52246 second user time and 8.70468 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-27 14:08:00
IDJOB=3696894
IDBENCH=90860
IDSOLVER=2274
FILE ID=node116/3696894-1338120480
RUNJOBID= node116-1338088521-5750
PBS_JOBID= 14624463
Free space on /tmp= 71400 MiB

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

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

MD5SUM BENCH= 4555e70390d674ec14d0ef1e0b38ebad
RANDOM SEED=1807433542

node116.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.556
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	: 5333.11
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.556
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.556
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.54
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.556
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.556
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.92
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.556
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.92
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.556
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.90
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.556
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:        30542360 kB
Buffers:          349532 kB
Cached:           901952 kB
SwapCached:         3240 kB
Active:          1062988 kB
Inactive:         428032 kB
Active(anon):     230544 kB
Inactive(anon):     8984 kB
Active(file):     832444 kB
Inactive(file):   419048 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103664 kB
Dirty:             11088 kB
Writeback:            16 kB
AnonPages:        208932 kB
Mapped:            13644 kB
Shmem:                96 kB
Slab:             698980 kB
SReclaimable:     143400 kB
SUnreclaim:       555580 kB
KernelStack:        1496 kB
PageTables:         4536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     391120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71168 MiB
End job on node116 at 2012-05-27 14:38:01