Trace number 3696016

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 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
datasets/10orplus/normalized-xvfb.cudf.trendy.opb
MD5SUM19a31dcc7d4af59eaddbb91eafd1bc0a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3022771522395
Best CPU time to get the best result obtained on this benchmark1801.58
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21106
Total number of constraints100071
Number of constraints which are clauses98505
Number of constraints which are cardinality constraints (but not clauses)1566
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8588
Biggest coefficient in the objective function 79285326336
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234763814370998
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79285326336
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234763814370998
Number of bits of the biggest sum of numbers48
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.99	c model valid
0.00/0.99	c current solution ok
1.18/1.26	o 116159665559722
1.18/1.26	c current bound: 58079832779861
1.18/1.26	c fallback to adder encoding
1800.08/1800.51	c error: unexpected solver exit code
1800.08/1800.51	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-3696016-1338101964/watcher-3696016-1338101964 -o /tmp/evaluation-result-3696016-1338101964/solver-3696016-1338101964 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696016-1338101964.opb 1973886126 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.01 2.00 3/179 7050
/proc/meminfo: memFree=30629344/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0

[startup+0.0474639 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 7050
/proc/meminfo: memFree=30629344/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 7050
/proc/meminfo: memFree=30629344/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 7050
/proc/meminfo: memFree=30629344/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700145 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 7050
/proc/meminfo: memFree=30629344/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 7054
/proc/meminfo: memFree=30618412/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=45128 CPUtime=1.48 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) R 7050 7050 5734 0 -1 4202496 9561 4385 0 0 102 24 21 1 20 0 1 0 276322504 46211072 9825 33554432000 4194304 5873084 140736664004624 140736663999960 4394338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7051/statm: 11282 9825 179 410 0 10864 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 54276

[startup+3.10027 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 7055
/proc/meminfo: memFree=30537660/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=159816 CPUtime=3.07 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) R 7050 7050 5734 0 -1 4202496 11205 4385 0 0 258 27 21 1 20 0 1 0 276322504 163651584 37985 33554432000 4194304 5873084 140736664004624 140736663999016 4664157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7051/statm: 39954 37985 179 410 0 39536 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 168964

[startup+6.30038 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7057
/proc/meminfo: memFree=29930236/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=383716 CPUtime=2.56 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 63489 0 0 0 240 16 0 0 20 0 1 0 276322875 392925184 85169 33554432000 4194304 4896791 140734311788016 140734310736760 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 95929 85169 78 172 0 95755 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 692900

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7057
/proc/meminfo: memFree=29974980/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=388532 CPUtime=8.97 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 65344 0 0 0 880 17 0 0 20 0 1 0 276322875 397856768 86885 33554432000 4194304 4896791 140734311788016 140734311785224 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 97133 86885 78 172 0 96959 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 697716

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7057
/proc/meminfo: memFree=29934752/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=394400 CPUtime=21.76 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 66783 0 0 0 2159 17 0 0 20 0 1 0 276322875 403865600 90879 33554432000 4194304 4896791 140734311788016 140734311785560 4223846 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 98600 90880 78 172 0 98426 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 703584

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7060
/proc/meminfo: memFree=29936992/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=400624 CPUtime=47.36 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 69273 0 0 0 4713 23 0 0 20 0 1 0 276322875 410238976 90430 33554432000 4194304 4896791 140734311788016 140734311785224 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 100156 90430 78 172 0 99982 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 709808

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7083
/proc/meminfo: memFree=29918896/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=409336 CPUtime=98.56 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 72581 0 0 0 9825 31 0 0 20 0 1 0 276322875 419160064 93642 33554432000 4194304 4896791 140734311788016 140734311785592 4224722 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 102334 93642 78 172 0 102160 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 718520

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7083
/proc/meminfo: memFree=29897904/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=466832 CPUtime=158.55 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 76079 0 0 0 15816 39 0 0 20 0 1 0 276322875 478035968 97768 33554432000 4194304 4896791 140734311788016 140734311785224 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 116708 97768 78 172 0 116534 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 776016

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7083
/proc/meminfo: memFree=29880404/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 122138 0 0 0 135649 176 0 0 20 0 1 0 276322875 590307328 132654 33554432000 4194304 4896791 140734311788016 140734311785224 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 144118 132654 78 172 0 143944 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 885656

[startup+1422.3 s]
/proc/loadavg: 2.02 2.05 2.02 3/183 7141
/proc/meminfo: memFree=30050296/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=659476 CPUtime=1418.26 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 123243 0 0 0 141644 182 0 0 20 0 1 0 276322875 675303424 140367 33554432000 4194304 4896791 140734311788016 140734311785224 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 164869 140367 78 172 0 164695 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 968660

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/183 7142
/proc/meminfo: memFree=30027936/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=661580 CPUtime=1478.24 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 124296 0 0 0 147638 186 0 0 20 0 1 0 276322875 677457920 145989 33554432000 4194304 4896791 140734311788016 140734311785224 4225120 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 165395 145989 78 172 0 165221 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 970764

[startup+1542.31 s]
/proc/loadavg: 2.03 2.05 2.01 3/183 7142
/proc/meminfo: memFree=30059248/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=665584 CPUtime=1538.24 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 125698 0 0 0 153629 195 0 0 20 0 1 0 276322875 681558016 139155 33554432000 4194304 4896791 140734311788016 140734311785544 4223805 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 166396 139155 78 172 0 166222 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 974768

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 7142
/proc/meminfo: memFree=30027660/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=668420 CPUtime=1598.21 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 126933 0 0 0 159621 200 0 0 20 0 1 0 276322875 684462080 145255 33554432000 4194304 4896791 140734311788016 140734311785224 4225366 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 167105 145255 78 172 0 166931 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 977604

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 7142
/proc/meminfo: memFree=30067584/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=589128 CPUtime=1658.2 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 128360 0 0 0 165614 206 0 0 20 0 1 0 276322875 603267072 136906 33554432000 4194304 4896791 140734311788016 140734311783752 4225403 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 147282 136906 78 172 0 147108 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 898312

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 7142
/proc/meminfo: memFree=30043136/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=672412 CPUtime=1718.19 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 129566 0 0 0 171607 212 0 0 20 0 1 0 276322875 688549888 142154 33554432000 4194304 4896791 140734311788016 140734311785544 4225144 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 168103 142154 78 172 0 167929 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 981596

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 7143
/proc/meminfo: memFree=30026484/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=674064 CPUtime=1778.18 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 130524 0 0 0 177601 217 0 0 20 0 1 0 276322875 690241536 146139 33554432000 4194304 4896791 140734311788016 140734311783032 4225445 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 168516 146139 78 172 0 168342 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 983248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 7143
/proc/meminfo: memFree=29997752/32873648 swapFree=6860/6860
[pid=7050] ppid=7048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (runPb2sat.sh) S 7048 7050 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276322503 9367552 274 33554432000 4194304 5064252 140733466035040 140733466033952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7050/statm: 2287 274 233 213 0 72 0
[pid=7051] ppid=7050 vsize=290888 CPUtime=3.69 cores=0,2,4,6
/proc/7051/stat : 7051 (pb2sat) S 7050 7050 5734 0 -1 4202496 12470 4385 0 0 295 52 21 1 20 0 1 0 276322504 297869312 43617 33554432000 4194304 5873084 140736664004624 140736663998440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7051/statm: 72722 43617 179 410 0 72304 0
[pid=7056] ppid=7051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7056/stat : 7056 (satsolver.sh) S 7051 7050 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276322875 9367552 267 33554432000 4194304 5064252 140735564281120 140735564280032 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7056/statm: 2287 267 226 213 0 72 0
[pid=7057] ppid=7056 vsize=674800 CPUtime=1796.39 cores=0,2,4,6
/proc/7057/stat : 7057 (glucose_static) R 7056 7050 5734 0 -1 4202496 130700 0 0 0 179421 218 0 0 20 0 1 0 276322875 690995200 151425 33554432000 4194304 4896791 140734311788016 140734311785224 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7057/statm: 168700 151425 78 172 0 168526 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 983984

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 7050 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=170518
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=550916
# CPU time returned by wait4() is 3.72143
# 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): 1800.52
CPU time (s): 1800.08
CPU user time (s): 1797.37
CPU system time (s): 2.71
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 1113076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.17052
system time used= 0.550916
maximum resident set size= 322300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17834
page faults= 0
swaps= 0
block input operations= 0
block output operations= 313640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 18

runsolver used 3.21851 second user time and 8.74667 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-27 08:59:24
IDJOB=3696016
IDBENCH=72400
IDSOLVER=2274
FILE ID=node116/3696016-1338101964
RUNJOBID= node116-1338088521-5750
PBS_JOBID= 14624463
Free space on /tmp= 71408 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/10orplus/normalized-xvfb.cudf.trendy.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696016-1338101964/watcher-3696016-1338101964 -o /tmp/evaluation-result-3696016-1338101964/solver-3696016-1338101964 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696016-1338101964.opb 1973886126 HOME HOME

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

MD5SUM BENCH= 19a31dcc7d4af59eaddbb91eafd1bc0a
RANDOM SEED=1973886126

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:        30629608 kB
Buffers:          308284 kB
Cached:           776636 kB
SwapCached:         3244 kB
Active:          1134808 kB
Inactive:         283900 kB
Active(anon):     324776 kB
Inactive(anon):     8932 kB
Active(file):     810032 kB
Inactive(file):   274968 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103660 kB
Dirty:             12100 kB
Writeback:             0 kB
AnonPages:        448468 kB
Mapped:            13544 kB
Shmem:                96 kB
Slab:             685896 kB
SReclaimable:     130236 kB
SUnreclaim:       555660 kB
KernelStack:        1520 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     472724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    399360 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= 71296 MiB
End job on node116 at 2012-05-27 09:29:25