Trace number 3696439

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.12 1800.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUMf8f4f876e372c51b5109e7995e83ce5e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark761
Best CPU time to get the best result obtained on this benchmark1800.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 443
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 492823
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 492823
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

168.10/168.38	c model valid
168.10/168.38	c current solution ok
169.40/169.69	o 6690
169.40/169.69	c current bound: 3345
169.40/169.69	c fallback to adder encoding
1800.08/1800.60	./satsolver.sh: line 5:  3919 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.60	c error: unexpected solver exit code
1800.08/1800.60	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-3696439-1338052930/watcher-3696439-1338052930 -o /tmp/evaluation-result-3696439-1338052930/solver-3696439-1338052930 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696439-1338052930.opb 191254758 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.96 2.13 2.28 4/174 3900
/proc/meminfo: memFree=30025252/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0

[startup+0.0370861 s]
/proc/loadavg: 1.96 2.13 2.28 4/174 3900
/proc/meminfo: memFree=30025252/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100242 s]
/proc/loadavg: 1.96 2.13 2.28 4/174 3900
/proc/meminfo: memFree=30025252/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300251 s]
/proc/loadavg: 1.96 2.13 2.28 4/174 3900
/proc/meminfo: memFree=30025252/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700253 s]
/proc/loadavg: 1.96 2.13 2.28 4/174 3900
/proc/meminfo: memFree=30025252/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 1.96 2.13 2.28 3/179 3908
/proc/meminfo: memFree=30008512/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=20992 CPUtime=1.27 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 3663 0 0 0 125 2 0 0 20 0 1 0 271420403 21495808 3708 33554432000 4194304 5873084 140736721170304 140736721166728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 5248 3708 162 410 0 4830 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 30140

[startup+3.10033 s]
/proc/loadavg: 1.96 2.13 2.28 3/183 3912
/proc/meminfo: memFree=29900268/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=20992 CPUtime=1.27 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 3663 0 0 0 125 2 0 0 20 0 1 0 271420403 21495808 3708 33554432000 4194304 5873084 140736721170304 140736721166728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 5248 3708 162 410 0 4830 0
[pid=3911] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3911/stat : 3911 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271420544 9367552 267 33554432000 4194304 5064252 140734490899984 140734490898896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3911/statm: 2287 267 226 213 0 72 0
[pid=3912] ppid=3911 vsize=43680 CPUtime=1.67 cores=0,2,4,6
/proc/3912/stat : 3912 (glucose_static) R 3911 3900 3861 0 -1 4202496 9086 0 0 0 164 3 0 0 20 0 1 0 271420544 44728320 9983 33554432000 4194304 4896791 140737044779424 140737044776632 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3912/statm: 10920 9983 76 172 0 10746 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 82968

[startup+6.30034 s]
/proc/loadavg: 1.96 2.13 2.28 3/183 3912
/proc/meminfo: memFree=29870704/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=20992 CPUtime=1.27 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 3663 0 0 0 125 2 0 0 20 0 1 0 271420403 21495808 3708 33554432000 4194304 5873084 140736721170304 140736721166728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 5248 3708 162 410 0 4830 0
[pid=3911] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3911/stat : 3911 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271420544 9367552 267 33554432000 4194304 5064252 140734490899984 140734490898896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3911/statm: 2287 267 226 213 0 72 0
[pid=3912] ppid=3911 vsize=44160 CPUtime=4.88 cores=0,2,4,6
/proc/3912/stat : 3912 (glucose_static) R 3911 3900 3861 0 -1 4202496 11409 0 0 0 483 5 0 0 20 0 1 0 271420544 45219840 10183 33554432000 4194304 4896791 140737044779424 140737044776744 4225168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3912/statm: 11040 10183 76 172 0 10866 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 83448

[startup+12.7004 s]
/proc/loadavg: 1.97 2.13 2.28 3/183 3912
/proc/meminfo: memFree=29892932/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=20992 CPUtime=1.27 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 3663 0 0 0 125 2 0 0 20 0 1 0 271420403 21495808 3708 33554432000 4194304 5873084 140736721170304 140736721166728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 5248 3708 162 410 0 4830 0
[pid=3911] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3911/stat : 3911 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271420544 9367552 267 33554432000 4194304 5064252 140734490899984 140734490898896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3911/statm: 2287 267 226 213 0 72 0
[pid=3912] ppid=3911 vsize=56592 CPUtime=11.27 cores=0,2,4,6
/proc/3912/stat : 3912 (glucose_static) R 3911 3900 3861 0 -1 4202496 14738 0 0 0 1120 7 0 0 20 0 1 0 271420544 57950208 11295 33554432000 4194304 4896791 140737044779424 140737044776952 4225201 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3912/statm: 14148 11295 76 172 0 13974 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 95880

[startup+25.5004 s]
/proc/loadavg: 1.97 2.12 2.27 3/183 3913
/proc/meminfo: memFree=29890516/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=20992 CPUtime=1.27 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 3663 0 0 0 125 2 0 0 20 0 1 0 271420403 21495808 3708 33554432000 4194304 5873084 140736721170304 140736721166728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 5248 3708 162 410 0 4830 0
[pid=3911] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3911/stat : 3911 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271420544 9367552 267 33554432000 4194304 5064252 140734490899984 140734490898896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3911/statm: 2287 267 226 213 0 72 0
[pid=3912] ppid=3911 vsize=58156 CPUtime=24.07 cores=0,2,4,6
/proc/3912/stat : 3912 (glucose_static) R 3911 3900 3861 0 -1 4202496 19318 0 0 0 2396 11 0 0 20 0 1 0 271420544 59551744 11729 33554432000 4194304 4896791 140737044779424 140737044777000 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3912/statm: 14539 11729 76 172 0 14365 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 97444

[startup+51.1004 s]
/proc/loadavg: 1.98 2.11 2.26 3/183 3913
/proc/meminfo: memFree=29846084/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=20992 CPUtime=1.27 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 3663 0 0 0 125 2 0 0 20 0 1 0 271420403 21495808 3708 33554432000 4194304 5873084 140736721170304 140736721166728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 5248 3708 162 410 0 4830 0
[pid=3911] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3911/stat : 3911 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271420544 9367552 267 33554432000 4194304 5064252 140734490899984 140734490898896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3911/statm: 2287 267 226 213 0 72 0
[pid=3912] ppid=3911 vsize=78780 CPUtime=49.66 cores=0,2,4,6
/proc/3912/stat : 3912 (glucose_static) R 3911 3900 3861 0 -1 4202496 26685 0 0 0 4950 16 0 0 20 0 1 0 271420544 80670720 15818 33554432000 4194304 4896791 140737044779424 140737044776632 4203733 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3912/statm: 19695 15818 76 172 0 19521 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 118068

[startup+102.3 s]
/proc/loadavg: 1.99 2.09 2.25 3/183 3913
/proc/meminfo: memFree=29874852/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=20992 CPUtime=1.27 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 3663 0 0 0 125 2 0 0 20 0 1 0 271420403 21495808 3708 33554432000 4194304 5873084 140736721170304 140736721166728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 5248 3708 162 410 0 4830 0
[pid=3911] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3911/stat : 3911 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271420544 9367552 267 33554432000 4194304 5064252 140734490899984 140734490898896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3911/statm: 2287 267 226 213 0 72 0
[pid=3912] ppid=3911 vsize=62024 CPUtime=100.84 cores=0,2,4,6
/proc/3912/stat : 3912 (glucose_static) R 3911 3900 3861 0 -1 4202496 38615 0 0 0 10060 24 0 0 20 0 1 0 271420544 63512576 13754 33554432000 4194304 4896791 140737044779424 140737044776952 4203968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3912/statm: 15506 13754 76 172 0 15332 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 101312

[startup+162.3 s]
/proc/loadavg: 1.99 2.07 2.23 3/183 3913
/proc/meminfo: memFree=29822536/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=20992 CPUtime=1.27 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 3663 0 0 0 125 2 0 0 20 0 1 0 271420403 21495808 3708 33554432000 4194304 5873084 140736721170304 140736721166728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 5248 3708 162 410 0 4830 0
[pid=3911] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3911/stat : 3911 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271420544 9367552 267 33554432000 4194304 5064252 140734490899984 140734490898896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3911/statm: 2287 267 226 213 0 72 0
[pid=3912] ppid=3911 vsize=83620 CPUtime=160.84 cores=0,2,4,6
/proc/3912/stat : 3912 (glucose_static) R 3911 3900 3861 0 -1 4202496 48526 0 0 0 16049 35 0 0 20 0 1 0 271420544 85626880 19408 33554432000 4194304 4896791 140737044779424 140737044776632 4225195 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3912/statm: 20905 19408 76 172 0 20731 0
Current children cumulated CPU time (s) 162.11

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 3930
/proc/meminfo: memFree=29295092/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=109164 CPUtime=170.2 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 9087 50393 0 0 276 117 16590 37 20 0 1 0 271420403 111783936 19914 33554432000 4194304 5873084 140736721170304 140736721164120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 27291 19914 179 410 0 26873 0
[pid=3918] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271437442 9367552 267 33554432000 4194304 5064252 140735706786176 140735706785088 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3918/statm: 2287 267 226 213 0 72 0
[pid=3919] ppid=3918 vsize=224032 CPUtime=1191.65 cores=0,2,4,6
/proc/3919/stat : 3919 (glucose_static) R 3918 3900 3861 0 -1 4202496 55175 0 0 0 119119 46 0 0 20 0 1 0 271437443 229408768 51687 33554432000 4194304 4896791 140735018320528 140735018318056 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3919/statm: 56008 51687 78 172 0 55834 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 351492

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 3930
/proc/meminfo: memFree=29306956/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=109164 CPUtime=170.2 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 9087 50393 0 0 276 117 16590 37 20 0 1 0 271420403 111783936 19914 33554432000 4194304 5873084 140736721170304 140736721164120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 27291 19914 179 410 0 26873 0
[pid=3918] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271437442 9367552 267 33554432000 4194304 5064252 140735706786176 140735706785088 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3918/statm: 2287 267 226 213 0 72 0
[pid=3919] ppid=3918 vsize=275852 CPUtime=1251.65 cores=0,2,4,6
/proc/3919/stat : 3919 (glucose_static) R 3918 3900 3861 0 -1 4202496 56087 0 0 0 125116 49 0 0 20 0 1 0 271437443 282472448 63715 33554432000 4194304 4896791 140735018320528 140735018318168 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3919/statm: 68963 63715 78 172 0 68789 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 403312

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.04 3/183 3930
/proc/meminfo: memFree=29301400/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=109164 CPUtime=170.2 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 9087 50393 0 0 276 117 16590 37 20 0 1 0 271420403 111783936 19914 33554432000 4194304 5873084 140736721170304 140736721164120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 27291 19914 179 410 0 26873 0
[pid=3918] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271437442 9367552 267 33554432000 4194304 5064252 140735706786176 140735706785088 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3918/statm: 2287 267 226 213 0 72 0
[pid=3919] ppid=3918 vsize=226140 CPUtime=1311.63 cores=0,2,4,6
/proc/3919/stat : 3919 (glucose_static) R 3918 3900 3861 0 -1 4202496 57509 0 0 0 131113 50 0 0 20 0 1 0 271437443 231567360 51740 33554432000 4194304 4896791 140735018320528 140735018318056 4225246 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3919/statm: 56535 51740 78 172 0 56361 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 353600

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.04 3/183 3930
/proc/meminfo: memFree=29278684/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=109164 CPUtime=170.2 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 9087 50393 0 0 276 117 16590 37 20 0 1 0 271420403 111783936 19914 33554432000 4194304 5873084 140736721170304 140736721164120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 27291 19914 179 410 0 26873 0
[pid=3918] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271437442 9367552 267 33554432000 4194304 5064252 140735706786176 140735706785088 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3918/statm: 2287 267 226 213 0 72 0
[pid=3919] ppid=3918 vsize=277296 CPUtime=1371.63 cores=0,2,4,6
/proc/3919/stat : 3919 (glucose_static) R 3918 3900 3861 0 -1 4202496 58149 0 0 0 137111 52 0 0 20 0 1 0 271437443 283951104 65591 33554432000 4194304 4896791 140735018320528 140735018318056 4224640 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3919/statm: 69324 65591 78 172 0 69150 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 404756

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.03 3/183 3931
/proc/meminfo: memFree=29285028/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=109164 CPUtime=170.2 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 9087 50393 0 0 276 117 16590 37 20 0 1 0 271420403 111783936 19914 33554432000 4194304 5873084 140736721170304 140736721164120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 27291 19914 179 410 0 26873 0
[pid=3918] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271437442 9367552 267 33554432000 4194304 5064252 140735706786176 140735706785088 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3918/statm: 2287 267 226 213 0 72 0
[pid=3919] ppid=3918 vsize=278280 CPUtime=1431.62 cores=0,2,4,6
/proc/3919/stat : 3919 (glucose_static) R 3918 3900 3861 0 -1 4202496 60422 0 0 0 143107 55 0 0 20 0 1 0 271437443 284958720 57191 33554432000 4194304 4896791 140735018320528 140735018316264 4225514 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3919/statm: 69570 57191 78 172 0 69396 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 405740

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 3931
/proc/meminfo: memFree=29344712/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=109164 CPUtime=170.2 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 9087 50393 0 0 276 117 16590 37 20 0 1 0 271420403 111783936 19914 33554432000 4194304 5873084 140736721170304 140736721164120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 27291 19914 179 410 0 26873 0
[pid=3918] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271437442 9367552 267 33554432000 4194304 5064252 140735706786176 140735706785088 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3918/statm: 2287 267 226 213 0 72 0
[pid=3919] ppid=3918 vsize=229524 CPUtime=1491.6 cores=0,2,4,6
/proc/3919/stat : 3919 (glucose_static) R 3918 3900 3861 0 -1 4202496 62626 0 0 0 149102 58 0 0 20 0 1 0 271437443 235032576 50550 33554432000 4194304 4896791 140735018320528 140735018315608 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3919/statm: 57381 50550 78 172 0 57207 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 356984

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/184 3934
/proc/meminfo: memFree=29259436/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=109164 CPUtime=170.2 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 9087 50393 0 0 276 117 16590 37 20 0 1 0 271420403 111783936 19914 33554432000 4194304 5873084 140736721170304 140736721164120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 27291 19914 179 410 0 26873 0
[pid=3918] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271437442 9367552 267 33554432000 4194304 5064252 140735706786176 140735706785088 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3918/statm: 2287 267 226 213 0 72 0
[pid=3919] ppid=3918 vsize=279972 CPUtime=1551.59 cores=0,2,4,6
/proc/3919/stat : 3919 (glucose_static) R 3918 3900 3861 0 -1 4202496 63205 0 0 0 155100 59 0 0 20 0 1 0 271437443 286691328 65798 33554432000 4194304 4896791 140735018320528 140735018316264 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3919/statm: 69993 65798 78 172 0 69819 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 407432

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 3934
/proc/meminfo: memFree=29274980/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=109164 CPUtime=170.2 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 9087 50393 0 0 276 117 16590 37 20 0 1 0 271420403 111783936 19914 33554432000 4194304 5873084 140736721170304 140736721164120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 27291 19914 179 410 0 26873 0
[pid=3918] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271437442 9367552 267 33554432000 4194304 5064252 140735706786176 140735706785088 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3918/statm: 2287 267 226 213 0 72 0
[pid=3919] ppid=3918 vsize=231404 CPUtime=1611.59 cores=0,2,4,6
/proc/3919/stat : 3919 (glucose_static) R 3918 3900 3861 0 -1 4202496 65128 0 0 0 161097 62 0 0 20 0 1 0 271437443 236957696 51886 33554432000 4194304 4896791 140735018320528 140735018317752 4203903 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3919/statm: 57851 51886 78 172 0 57677 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 358864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.01 3/176 3958
/proc/meminfo: memFree=29633956/32873648 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (runPb2sat.sh) S 3898 3900 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420403 9367552 274 33554432000 4194304 5064252 140735723291472 140735723290384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3900/statm: 2287 274 233 213 0 72 0
[pid=3902] ppid=3900 vsize=109164 CPUtime=170.2 cores=0,2,4,6
/proc/3902/stat : 3902 (pb2sat) S 3900 3900 3861 0 -1 4202496 9087 50393 0 0 276 117 16590 37 20 0 1 0 271420403 111783936 19914 33554432000 4194304 5873084 140736721170304 140736721164120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/3902/statm: 27291 19914 179 410 0 26873 0
[pid=3918] ppid=3902 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (satsolver.sh) S 3902 3900 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271437442 9367552 267 33554432000 4194304 5064252 140735706786176 140735706785088 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3918/statm: 2287 267 226 213 0 72 0
[pid=3919] ppid=3918 vsize=231404 CPUtime=1629.88 cores=0,2,4,6
/proc/3919/stat : 3919 (glucose_static) R 3918 3900 3861 0 -1 4202496 65131 0 0 0 162926 62 0 0 20 0 1 0 271437443 236957696 53422 33554432000 4194304 4896791 140735018320528 140735018316264 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3919/statm: 57851 53422 78 172 0 57677 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 358864

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.61
CPU time (s): 1800.12
CPU user time (s): 1797.94
CPU system time (s): 2.18367
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 539424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.94
system time used= 2.18367
maximum resident set size= 351888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125598
page faults= 0
swaps= 0
block input operations= 0
block output operations= 146696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125
involuntary context switches= 2348

runsolver used 2.76558 second user time and 7.06492 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-26 19:22:10
IDJOB=3696439
IDBENCH=1963
IDSOLVER=2274
FILE ID=node114/3696439-1338052930
RUNJOBID= node114-1338052930-3877
PBS_JOBID= 14624398
Free space on /tmp= 71384 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696439-1338052930/watcher-3696439-1338052930 -o /tmp/evaluation-result-3696439-1338052930/solver-3696439-1338052930 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696439-1338052930.opb 191254758 HOME HOME

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

MD5SUM BENCH= f8f4f876e372c51b5109e7995e83ce5e
RANDOM SEED=191254758

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.91
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.242
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.242
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:        30025780 kB
Buffers:          253544 kB
Cached:          1782320 kB
SwapCached:         1984 kB
Active:          1005248 kB
Inactive:        1039460 kB
Active(anon):       3208 kB
Inactive(anon):     7592 kB
Active(file):    1002040 kB
Inactive(file):  1031868 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103716 kB
Dirty:             50556 kB
Writeback:             0 kB
AnonPages:         13172 kB
Mapped:            12600 kB
Shmem:               116 kB
Slab:             662328 kB
SReclaimable:     106272 kB
SUnreclaim:       556056 kB
KernelStack:        1384 kB
PageTables:         4652 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71332 MiB
End job on node114 at 2012-05-26 19:52:11