Trace number 3696975

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.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMe3f554c192a1ee7b261cc2808827870e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

Solver Data

0.00/0.05	c model valid
0.00/0.05	c current solution ok
0.00/0.12	o 49
0.00/0.12	c current bound: 24
0.00/0.12	c (debug) using card networks
0.00/0.50	c model valid
0.00/0.50	c current solution ok
0.00/0.56	o 18
0.00/0.56	c current bound: 9
1800.04/1800.51	./satsolver.sh: line 5:  2909 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.51	c error: unexpected solver exit code
1800.04/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-3696975-1338079162/watcher-3696975-1338079162 -o /tmp/evaluation-result-3696975-1338079162/solver-3696975-1338079162 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696975-1338079162.opb 134938664 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.95 2.08 2.28 3/179 2899
/proc/meminfo: memFree=30211164/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runsolver) D 2897 2899 31659 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 274040336 12095488 52 33554432000 4194304 5436572 140733482077568 140733482073864 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/2899/statm: 2953 52 31 304 0 2645 0

[startup+0.0624621 s]
/proc/loadavg: 1.95 2.08 2.28 3/179 2899
/proc/meminfo: memFree=30211164/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100232 s]
/proc/loadavg: 1.95 2.08 2.28 3/179 2899
/proc/meminfo: memFree=30211164/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300249 s]
/proc/loadavg: 1.95 2.08 2.28 3/179 2899
/proc/meminfo: memFree=30211164/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/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.95 2.08 2.28 3/179 2899
/proc/meminfo: memFree=30211164/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 1.95 2.08 2.28 3/183 2909
/proc/meminfo: memFree=30199412/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=7620 CPUtime=0.93 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 2324 0 0 0 93 0 0 0 20 0 1 0 274040393 7802880 1496 33554432000 4194304 4896791 140735359395520 140735359393096 4230803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 1905 1496 78 172 0 1731 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 30328

[startup+3.10032 s]
/proc/loadavg: 1.95 2.08 2.28 3/183 2909
/proc/meminfo: memFree=30198420/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=9044 CPUtime=2.53 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 3257 0 0 0 253 0 0 0 20 0 1 0 274040393 9261056 1770 33554432000 4194304 4896791 140735359395520 140735359392728 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 2261 1770 78 172 0 2087 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 31752

[startup+6.30033 s]
/proc/loadavg: 1.95 2.08 2.28 3/183 2909
/proc/meminfo: memFree=30195552/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=11272 CPUtime=5.73 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 4803 0 0 0 573 0 0 0 20 0 1 0 274040393 11542528 2430 33554432000 4194304 4896791 140735359395520 140735359393048 4223833 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 2818 2430 78 172 0 2644 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 33980

[startup+12.7004 s]
/proc/loadavg: 1.96 2.08 2.28 3/183 2909
/proc/meminfo: memFree=30208840/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=14932 CPUtime=12.13 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 6458 0 0 0 1212 1 0 0 20 0 1 0 274040393 15290368 2783 33554432000 4194304 4896791 140735359395520 140735359392888 4224971 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 3733 2783 78 172 0 3559 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 37640

[startup+25.5004 s]
/proc/loadavg: 1.97 2.07 2.27 3/183 2909
/proc/meminfo: memFree=30195116/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=16512 CPUtime=24.93 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 9389 0 0 0 2491 2 0 0 20 0 1 0 274040393 16908288 3751 33554432000 4194304 4896791 140735359395520 140735359392728 4204538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 4128 3751 78 172 0 3954 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 39220

[startup+51.1004 s]
/proc/loadavg: 1.98 2.07 2.26 3/184 2912
/proc/meminfo: memFree=30200388/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=19080 CPUtime=50.52 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 13994 0 0 0 5049 3 0 0 20 0 1 0 274040393 19537920 4334 33554432000 4194304 4896791 140735359395520 140735359392728 4205537 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 4770 4334 78 172 0 4596 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 41788

[startup+102.3 s]
/proc/loadavg: 1.99 2.05 2.25 3/183 2912
/proc/meminfo: memFree=30176808/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=26684 CPUtime=101.71 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 20495 0 0 0 10166 5 0 0 20 0 1 0 274040393 27324416 5892 33554432000 4194304 4896791 140735359395520 140735359393048 4225376 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 6671 5892 78 172 0 6497 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 49392

[startup+162.3 s]
/proc/loadavg: 1.99 2.04 2.23 3/183 2912
/proc/meminfo: memFree=30162512/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 3048
/proc/meminfo: memFree=30127148/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=115288 CPUtime=1361.45 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 93418 0 0 0 136097 48 0 0 20 0 1 0 274040393 118054912 26801 33554432000 4194304 4896791 140735359395520 140735359392728 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 28822 26801 78 172 0 28648 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 137996

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 3048
/proc/meminfo: memFree=30114468/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=137900 CPUtime=1421.45 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 95737 0 0 0 142095 50 0 0 20 0 1 0 274040393 141209600 28619 33554432000 4194304 4896791 140735359395520 140735359392728 4224663 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 34475 28619 78 172 0 34301 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 160608

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/184 3048
/proc/meminfo: memFree=30130188/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=110100 CPUtime=1481.43 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 97866 0 0 0 148091 52 0 0 20 0 1 0 274040393 112742400 25176 33554432000 4194304 4896791 140735359395520 140735359393096 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 27525 25176 78 172 0 27351 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 132808

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/184 3049
/proc/meminfo: memFree=30124076/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=112900 CPUtime=1541.42 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 100059 0 0 0 154089 53 0 0 20 0 1 0 274040393 115609600 26405 33554432000 4194304 4896791 140735359395520 140735359393096 4225491 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 28225 26405 78 172 0 28051 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 135608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 3049
/proc/meminfo: memFree=30123372/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=127052 CPUtime=1601.4 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 102159 0 0 0 160085 55 0 0 20 0 1 0 274040393 130101248 28387 33554432000 4194304 4896791 140735359395520 140735359392728 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 31763 28387 78 172 0 31589 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 149760

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 3050
/proc/meminfo: memFree=30113948/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=148880 CPUtime=1661.39 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 104618 0 0 0 166083 56 0 0 20 0 1 0 274040393 152453120 30833 33554432000 4194304 4896791 140735359395520 140735359392776 4224992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 37220 30833 78 172 0 37046 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 171588

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 3050
/proc/meminfo: memFree=30087120/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=151380 CPUtime=1721.38 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 106604 0 0 0 172080 58 0 0 20 0 1 0 274040393 155013120 32078 33554432000 4194304 4896791 140735359395520 140735359392728 4225138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 37845 32078 78 172 0 37671 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 174088

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 3050
/proc/meminfo: memFree=30094828/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=153544 CPUtime=1781.37 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 108077 0 0 0 178078 59 0 0 20 0 1 0 274040393 157229056 32664 33554432000 4194304 4896791 140735359395520 140735359392776 4225384 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 38386 32664 78 172 0 38212 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 176252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 3050
/proc/meminfo: memFree=30082404/32873648 swapFree=7368/7368
[pid=2899] ppid=2897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2899/stat : 2899 (runPb2sat.sh) S 2897 2899 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274040336 9367552 275 33554432000 4194304 5064252 140737387927856 140737387926768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2899/statm: 2287 275 233 213 0 72 0
[pid=2901] ppid=2899 vsize=4412 CPUtime=0.47 cores=0,2,4,6
/proc/2901/stat : 2901 (pb2sat) S 2899 2899 31659 0 -1 4202496 1381 5354 0 0 4 5 37 1 20 0 1 0 274040337 4517888 680 33554432000 4194304 5873084 140734812794304 140734812788120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2901/statm: 1103 680 175 410 0 685 0
[pid=2908] ppid=2901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2908/stat : 2908 (satsolver.sh) S 2901 2899 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274040393 9367552 267 33554432000 4194304 5064252 140737248170144 140737248169056 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2908/statm: 2287 267 226 213 0 72 0
[pid=2909] ppid=2908 vsize=154776 CPUtime=1799.57 cores=0,2,4,6
/proc/2909/stat : 2909 (glucose_static) R 2908 2899 31659 0 -1 4202496 108380 0 0 0 179897 60 0 0 20 0 1 0 274040393 158490624 34024 33554432000 4194304 4896791 140735359395520 140735359392776 4237923 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2909/statm: 38694 34024 78 172 0 38520 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 177484

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1799.41
CPU system time (s): 0.677896
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 186468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.677896
maximum resident set size= 150284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116105
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139
involuntary context switches= 2072

runsolver used 2.6566 second user time and 7.2109 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-27 02:39:22
IDJOB=3696975
IDBENCH=48148
IDSOLVER=2274
FILE ID=node149/3696975-1338079162
RUNJOBID= node149-1338051874-31675
PBS_JOBID= 14624385
Free space on /tmp= 71688 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696975-1338079162/watcher-3696975-1338079162 -o /tmp/evaluation-result-3696975-1338079162/solver-3696975-1338079162 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696975-1338079162.opb 134938664 HOME HOME

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

MD5SUM BENCH= e3f554c192a1ee7b261cc2808827870e
RANDOM SEED=134938664

node149.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30211428 kB
Buffers:          258720 kB
Cached:          1497188 kB
SwapCached:         2088 kB
Active:           794136 kB
Inactive:        1066464 kB
Active(anon):      95176 kB
Inactive(anon):    10532 kB
Active(file):     698960 kB
Inactive(file):  1055932 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104452 kB
Dirty:              8500 kB
Writeback:             0 kB
AnonPages:        108724 kB
Mapped:            15088 kB
Shmem:                96 kB
Slab:             663896 kB
SReclaimable:     108052 kB
SUnreclaim:       555844 kB
KernelStack:        1528 kB
PageTables:         4424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     225304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71684 MiB
End job on node149 at 2012-05-27 03:09:23