Trace number 3695911

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.13 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-gt2.opb
MD5SUMfbf213ed65afe4e66abc3948eb02a29f
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21166
Best CPU time to get the best result obtained on this benchmark4.31334
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21166
Optimality of the best value was proved NO
Number of variables556
Total number of constraints180
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints178
Minimum length of a constraint2
Maximum length of a constraint48
Number of terms in the objective function 304
Biggest coefficient in the objective function 62376
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 3092598
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 62376
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 3092598
Number of bits of the biggest sum of numbers22
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

0.00/0.08	c model valid
0.00/0.08	c current solution ok
0.00/0.21	o 384625
0.00/0.21	c current bound: 192312
0.00/0.21	c fallback to adder encoding
1.08/1.18	c model valid
1.08/1.18	c current solution ok
1.08/1.18	o 191417
1.08/1.18	c current bound: 95708
1.08/1.18	c fallback to adder encoding
5.96/6.02	c model valid
5.96/6.02	c current solution ok
5.96/6.03	o 94662
5.96/6.03	c current bound: 47331
5.96/6.03	c fallback to adder encoding
13.05/13.17	c model valid
13.05/13.17	c current solution ok
13.05/13.18	o 47132
13.05/13.18	c current bound: 23566
13.05/13.18	c fallback to adder encoding
1800.09/1800.51	./satsolver.sh: line 5: 11511 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.51	c error: unexpected solver exit code
1800.09/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-3695911-1338049161/watcher-3695911-1338049161 -o /tmp/evaluation-result-3695911-1338049161/solver-3695911-1338049161 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695911-1338049161.opb 765480940 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.00 1.23 1.61 3/173 11489
/proc/meminfo: memFree=29000952/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0

[startup+0.0804131 s]
/proc/loadavg: 1.00 1.23 1.61 3/173 11489
/proc/meminfo: memFree=29000952/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100353 s]
/proc/loadavg: 1.00 1.23 1.61 3/173 11489
/proc/meminfo: memFree=29000952/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300232 s]
/proc/loadavg: 1.00 1.23 1.61 3/173 11489
/proc/meminfo: memFree=29000952/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70024 s]
/proc/loadavg: 1.00 1.23 1.61 3/173 11489
/proc/meminfo: memFree=29000952/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/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.08 1.24 1.61 3/183 11502
/proc/meminfo: memFree=28911232/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10496 CPUtime=1.19 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 5360 9599 0 0 10 12 95 2 20 0 1 0 271040621 10747904 2062 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2624 2062 180 410 0 2206 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 19644

[startup+3.10036 s]
/proc/loadavg: 1.08 1.24 1.61 3/183 11505
/proc/meminfo: memFree=28909668/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10496 CPUtime=1.19 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 5360 9599 0 0 10 12 95 2 20 0 1 0 271040621 10747904 2062 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2624 2062 180 410 0 2206 0
[pid=11504] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11504/stat : 11504 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271040743 9367552 267 33554432000 4194304 5064252 140736399029760 140736399028672 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11504/statm: 2287 267 226 213 0 72 0
[pid=11505] ppid=11504 vsize=17100 CPUtime=1.87 cores=0,2,4,6
/proc/11505/stat : 11505 (glucose_static) R 11504 11489 11448 0 -1 4202496 5338 0 0 0 186 1 0 0 20 0 1 0 271040743 17510400 3690 33554432000 4194304 4896791 140735373613776 140735373611288 4203826 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11505/statm: 4275 3690 78 172 0 4101 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 45892

[startup+6.30042 s]
/proc/loadavg: 1.08 1.24 1.61 3/183 11505
/proc/meminfo: memFree=28899792/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10496 CPUtime=6.02 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 6546 17347 0 0 13 12 573 4 20 0 1 0 271040621 10747904 2028 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2624 2028 180 410 0 2206 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 19644

[startup+12.7004 s]
/proc/loadavg: 1.30 1.28 1.62 3/183 11508
/proc/meminfo: memFree=28895272/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10496 CPUtime=6.02 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 6546 17347 0 0 13 12 573 4 20 0 1 0 271040621 10747904 2028 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2624 2028 180 410 0 2206 0
[pid=11507] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11507/stat : 11507 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041227 9367552 265 33554432000 4194304 5064252 140733429732240 140733429731152 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11507/statm: 2287 265 226 213 0 72 0
[pid=11508] ppid=11507 vsize=17336 CPUtime=6.63 cores=0,2,4,6
/proc/11508/stat : 11508 (glucose_static) R 11507 11489 11448 0 -1 4202496 6644 0 0 0 662 1 0 0 20 0 1 0 271041227 17752064 3958 33554432000 4194304 4896791 140733427141424 140733427139000 4203956 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11508/statm: 4334 3958 78 172 0 4160 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 46128

[startup+25.5004 s]
/proc/loadavg: 1.41 1.31 1.63 3/183 11511
/proc/meminfo: memFree=28886116/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=20400 CPUtime=12.28 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 9490 0 0 0 1226 2 0 0 20 0 1 0 271041942 20889600 4641 33554432000 4194304 4896791 140734381636512 140734381633912 4225523 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 5100 4641 78 172 0 4926 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 49064

[startup+51.1004 s]
/proc/loadavg: 1.61 1.36 1.64 3/184 11514
/proc/meminfo: memFree=28866212/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=26904 CPUtime=37.87 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 17000 0 0 0 3783 4 0 0 20 0 1 0 271041942 27549696 6126 33554432000 4194304 4896791 140734381636512 140734381633720 4225212 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 6726 6126 78 172 0 6552 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 55568

[startup+102.307 s]
/proc/loadavg: 1.84 1.47 1.65 3/183 11514
/proc/meminfo: memFree=28824752/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=36552 CPUtime=89.06 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 24906 0 0 0 8899 7 0 0 20 0 1 0 271041942 37429248 8420 33554432000 4194304 4896791 140734381636512 140734381633720 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 9138 8420 78 172 0 8964 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 65216

[startup+162.3 s]
/proc/loadavg: 1.94 1.56 1.67 3/183 11514
/proc/meminfo: memFree=28810812/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=39628 CPUtime=149.05 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 32548 0 0 0 14895 10 0 0 20 0 1 0 271041942 40579072 8984 33554432000 4194304 4896791 140734381636512 140734381633800 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 9907 8984 78 172 0 9733 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 68292

[startup+222.3 s]
/proc/loadavg: 2.07 1.67 1.70 3/183 11514
/proc/meminfo: memFree=28797932/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.89 3/183 11528
/proc/meminfo: memFree=28634696/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=93908 CPUtime=1408.78 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 89954 0 0 0 140824 54 0 0 20 0 1 0 271041942 96161792 20397 33554432000 4194304 4896791 140734381636512 140734381633720 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 23477 20397 78 172 0 23303 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 122572

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/183 11528
/proc/meminfo: memFree=28633092/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=96192 CPUtime=1468.77 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 91980 0 0 0 146821 56 0 0 20 0 1 0 271041942 98500608 21883 33554432000 4194304 4896791 140734381636512 140734381633720 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 24048 21883 78 172 0 23874 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 124856

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/183 11529
/proc/meminfo: memFree=28618464/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=96384 CPUtime=1528.75 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 93614 0 0 0 152818 57 0 0 20 0 1 0 271041942 98697216 21470 33554432000 4194304 4896791 140734381636512 140734381634040 4225191 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 24096 21470 78 172 0 23922 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 125048

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/183 11529
/proc/meminfo: memFree=28635312/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=98308 CPUtime=1588.75 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 94964 0 0 0 158816 59 0 0 20 0 1 0 271041942 100667392 20673 33554432000 4194304 4896791 140734381636512 140734381634040 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 24577 20673 78 172 0 24403 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 126972

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/183 11529
/proc/meminfo: memFree=28619792/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=99232 CPUtime=1648.74 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 96425 0 0 0 164813 61 0 0 20 0 1 0 271041942 101613568 19139 33554432000 4194304 4896791 140734381636512 140734381634040 4224960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 24808 19139 78 172 0 24634 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 127896

[startup+1722.3 s]
/proc/loadavg: 2.10 2.02 1.92 3/183 11529
/proc/meminfo: memFree=28616712/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=80908 CPUtime=1708.73 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 97536 0 0 0 170810 63 0 0 20 0 1 0 271041942 82849792 18283 33554432000 4194304 4896791 140734381636512 140734381634088 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 20227 18283 78 172 0 20053 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 109572

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/183 11529
/proc/meminfo: memFree=28560120/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=130888 CPUtime=1768.72 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 98772 0 0 0 176807 65 0 0 20 0 1 0 271041942 134029312 29210 33554432000 4194304 4896791 140734381636512 140734381633768 4225379 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 32722 29210 78 172 0 32548 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 159552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.03 2.01 1.92 3/183 11529
/proc/meminfo: memFree=28581336/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=100424 CPUtime=1786.92 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 99853 0 0 0 178626 66 0 0 20 0 1 0 271041942 102834176 20147 33554432000 4194304 4896791 140734381636512 140734381634040 4225011 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 25106 20147 78 172 0 24932 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 129088

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.03 2.01 1.92 3/183 11529
/proc/meminfo: memFree=28581336/32873844 swapFree=7900/7900
[pid=11489] ppid=11486 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11489/stat : 11489 (runPb2sat.sh) S 11486 11489 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271040621 9367552 275 33554432000 4194304 5064252 140734755701872 140734755700784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11489/statm: 2287 275 233 213 0 72 0
[pid=11492] ppid=11489 vsize=10368 CPUtime=13.17 cores=0,2,4,6
/proc/11492/stat : 11492 (pb2sat) S 11489 11489 11448 0 -1 4202496 7653 25250 0 0 15 13 1282 7 20 0 1 0 271040621 10616832 1927 33554432000 4194304 5873084 140733962864064 140733962857880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11492/statm: 2592 1927 180 410 0 2174 0
[pid=11510] ppid=11492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11510/stat : 11510 (satsolver.sh) S 11492 11489 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271041942 9367552 267 33554432000 4194304 5064252 140734065229232 140734065228144 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11510/statm: 2287 267 226 213 0 72 0
[pid=11511] ppid=11510 vsize=100424 CPUtime=1786.92 cores=0,2,4,6
/proc/11511/stat : 11511 (glucose_static) R 11510 11489 11448 0 -1 4202496 99853 0 0 0 178626 66 0 0 20 0 1 0 271041942 102834176 20147 33554432000 4194304 4896791 140734381636512 140734381634040 4225011 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11511/statm: 25106 20147 78 172 0 24932 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 129088

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.13
CPU user time (s): 1799.25
CPU system time (s): 0.875866
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 189068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 0.875866
maximum resident set size= 139260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133743
page faults= 0
swaps= 0
block input operations= 0
block output operations= 30760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 166
involuntary context switches= 1870

runsolver used 5.22321 second user time and 16.8014 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-26 18:19:21
IDJOB=3695911
IDBENCH=1528
IDSOLVER=2274
FILE ID=node137/3695911-1338049161
RUNJOBID= node137-1338049161-11464
PBS_JOBID= 14624375
Free space on /tmp= 71284 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-gt2.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695911-1338049161/watcher-3695911-1338049161 -o /tmp/evaluation-result-3695911-1338049161/solver-3695911-1338049161 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3695911-1338049161.opb 765480940 HOME HOME

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

MD5SUM BENCH= fbf213ed65afe4e66abc3948eb02a29f
RANDOM SEED=765480940

node137.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.600
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.20
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.600
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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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:        29001208 kB
Buffers:          266440 kB
Cached:          2794392 kB
SwapCached:        22060 kB
Active:           943852 kB
Inactive:        2140748 kB
Active(anon):       3576 kB
Inactive(anon):    22680 kB
Active(file):     940276 kB
Inactive(file):  2118068 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             17112 kB
Writeback:             0 kB
AnonPages:         10992 kB
Mapped:             8732 kB
Shmem:                 0 kB
Slab:             646688 kB
SReclaimable:      88128 kB
SUnreclaim:       558560 kB
KernelStack:        1368 kB
PageTables:         3484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71232 MiB
End job on node137 at 2012-05-26 18:49:21