Trace number 3694922

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
pb2satCp2 2012-05-19? (TO) 1800.09 1800.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_14.opb
MD5SUM308ce6e771b8240fefc971d6e27a7575
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark144
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 142
Optimality of the best value was proved NO
Number of variables3297
Total number of constraints6383
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 constraints6383
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1411
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1084.74/1085.01	c model valid
1084.74/1085.01	c current solution ok
1090.95/1091.45	o 193
1800.05/1800.61	./satsolver.sh: line 5: 19851 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.61	c error: unexpected solver exit code
1800.05/1800.61	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-3694922-1338066901/watcher-3694922-1338066901 -o /tmp/evaluation-result-3694922-1338066901/solver-3694922-1338066901 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694922-1338066901.opb 2069491775 HOME HOME 

running on 4 cores: 1,3,5,7

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.85 1.97 1.99 3/175 19741
/proc/meminfo: memFree=19726124/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0

[startup+0.0354051 s]
/proc/loadavg: 1.85 1.97 1.99 3/175 19741
/proc/meminfo: memFree=19726124/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100249 s]
/proc/loadavg: 1.85 1.97 1.99 3/175 19741
/proc/meminfo: memFree=19726124/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300252 s]
/proc/loadavg: 1.85 1.97 1.99 3/175 19741
/proc/meminfo: memFree=19726124/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700265 s]
/proc/loadavg: 1.85 1.97 1.99 3/175 19741
/proc/meminfo: memFree=19726124/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 1.85 1.97 1.99 3/177 19743
/proc/meminfo: memFree=19632580/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=277032 CPUtime=1.49 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) R 19741 19741 18174 0 -1 4202496 23839 0 0 0 144 5 0 0 20 0 1 0 272816059 283680768 46230 33554432000 4194304 5873084 140737133781952 140737133778136 4996870 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19742/statm: 69258 46230 153 410 0 68840 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 286180

[startup+3.10044 s]
/proc/loadavg: 1.85 1.97 1.99 3/179 19745
/proc/meminfo: memFree=19399648/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=220288 CPUtime=1.78 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 26543 0 0 0 161 17 0 0 20 0 1 0 272816059 225574912 40761 33554432000 4194304 5873084 140737133781952 140737133778376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19742/statm: 55072 40761 160 410 0 54654 0
[pid=19744] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19744/stat : 19744 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272816238 9367552 267 33554432000 4194304 5064252 140735640571200 140735640570112 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2287 267 226 213 0 72 0
[pid=19745] ppid=19744 vsize=368128 CPUtime=1.29 cores=1,3,5,7
/proc/19745/stat : 19745 (glucose_static) R 19744 19741 18174 0 -1 4202496 53534 0 0 0 115 14 0 0 20 0 1 0 272816239 376963072 77666 33554432000 4194304 4896791 140735160777504 140735160774712 4401607 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19745/statm: 92032 77667 76 172 0 91858 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 606712

[startup+6.30046 s]
/proc/loadavg: 1.86 1.97 1.99 3/179 19745
/proc/meminfo: memFree=19150132/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=220288 CPUtime=1.78 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 26543 0 0 0 161 17 0 0 20 0 1 0 272816059 225574912 40761 33554432000 4194304 5873084 140737133781952 140737133778376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19742/statm: 55072 40761 160 410 0 54654 0
[pid=19744] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19744/stat : 19744 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272816238 9367552 267 33554432000 4194304 5064252 140735640571200 140735640570112 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2287 267 226 213 0 72 0
[pid=19745] ppid=19744 vsize=389776 CPUtime=4.49 cores=1,3,5,7
/proc/19745/stat : 19745 (glucose_static) R 19744 19741 18174 0 -1 4202496 59336 0 0 0 433 16 0 0 20 0 1 0 272816239 399130624 83468 33554432000 4194304 4896791 140735160777504 140735160774712 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19745/statm: 97444 83468 76 172 0 97270 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 628360

[startup+12.7004 s]
/proc/loadavg: 1.87 1.97 1.99 3/179 19745
/proc/meminfo: memFree=19150032/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=220288 CPUtime=1.78 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 26543 0 0 0 161 17 0 0 20 0 1 0 272816059 225574912 40761 33554432000 4194304 5873084 140737133781952 140737133778376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19742/statm: 55072 40761 160 410 0 54654 0
[pid=19744] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19744/stat : 19744 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272816238 9367552 267 33554432000 4194304 5064252 140735640571200 140735640570112 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2287 267 226 213 0 72 0
[pid=19745] ppid=19744 vsize=393740 CPUtime=10.88 cores=1,3,5,7
/proc/19745/stat : 19745 (glucose_static) R 19744 19741 18174 0 -1 4202496 60421 0 0 0 1072 16 0 0 20 0 1 0 272816239 403189760 84553 33554432000 4194304 4896791 140735160777504 140735160774552 4223862 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19745/statm: 98435 84553 77 172 0 98261 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 632324

[startup+25.5005 s]
/proc/loadavg: 1.90 1.97 1.99 3/179 19745
/proc/meminfo: memFree=19149784/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=220288 CPUtime=1.78 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 26543 0 0 0 161 17 0 0 20 0 1 0 272816059 225574912 40761 33554432000 4194304 5873084 140737133781952 140737133778376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19742/statm: 55072 40761 160 410 0 54654 0
[pid=19744] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19744/stat : 19744 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272816238 9367552 267 33554432000 4194304 5064252 140735640571200 140735640570112 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2287 267 226 213 0 72 0
[pid=19745] ppid=19744 vsize=393872 CPUtime=23.68 cores=1,3,5,7
/proc/19745/stat : 19745 (glucose_static) R 19744 19741 18174 0 -1 4202496 60456 0 0 0 2352 16 0 0 20 0 1 0 272816239 403324928 84588 33554432000 4194304 4896791 140735160777504 140735160774824 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19745/statm: 98468 84588 77 172 0 98294 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 632456

[startup+51.1005 s]
/proc/loadavg: 1.93 1.97 1.99 3/179 19746
/proc/meminfo: memFree=19149288/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=220288 CPUtime=1.78 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 26543 0 0 0 161 17 0 0 20 0 1 0 272816059 225574912 40761 33554432000 4194304 5873084 140737133781952 140737133778376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19742/statm: 55072 40761 160 410 0 54654 0
[pid=19744] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19744/stat : 19744 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272816238 9367552 267 33554432000 4194304 5064252 140735640571200 140735640570112 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2287 267 226 213 0 72 0
[pid=19745] ppid=19744 vsize=394400 CPUtime=49.28 cores=1,3,5,7
/proc/19745/stat : 19745 (glucose_static) R 19744 19741 18174 0 -1 4202496 60597 0 0 0 4912 16 0 0 20 0 1 0 272816239 403865600 84729 33554432000 4194304 4896791 140735160777504 140735160774712 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19745/statm: 98600 84729 77 172 0 98426 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 632984

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.99 3/179 19746
/proc/meminfo: memFree=19146496/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=220288 CPUtime=1.78 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 26543 0 0 0 161 17 0 0 20 0 1 0 272816059 225574912 40761 33554432000 4194304 5873084 140737133781952 140737133778376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19742/statm: 55072 40761 160 410 0 54654 0
[pid=19744] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19744/stat : 19744 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272816238 9367552 267 33554432000 4194304 5064252 140735640571200 140735640570112 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2287 267 226 213 0 72 0
[pid=19745] ppid=19744 vsize=394928 CPUtime=100.48 cores=1,3,5,7
/proc/19745/stat : 19745 (glucose_static) R 19744 19741 18174 0 -1 4202496 60766 0 0 0 10031 17 0 0 20 0 1 0 272816239 404406272 85409 33554432000 4194304 4896791 140735160777504 140735160774712 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19745/statm: 98732 85409 77 172 0 98558 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 633512

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 19746
/proc/meminfo: memFree=19146496/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=220288 CPUtime=1.78 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 26543 0 0 0 161 17 0 0 20 0 1 0 272816059 225574912 40761 33554432000 4194304 5873084 140737133781952 140737133778376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19742/statm: 55072 40761 160 410 0 54654 0
[pid=19744] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19744/stat : 19744 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272816238 9367552 267 33554432000 4194304 5064252 140735640571200 140735640570112 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2287 267 226 213 0 72 0
[pid=19745] ppid=19744 vsize=394928 CPUtime=160.47 cores=1,3,5,7
/proc/19745/stat : 19745 (glucose_static) R 19744 19741 18174 0 -1 4202496 60786 0 0 0 16030 17 0 0 20 0 1 0 272816239 404406272 85429 33554432000 4194304 4896791 140735160777504 140735160774712 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19745/statm: 98732 85429 77 172 0 98558 0
Current children cumulated CPU time (s) 162.25

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/181 19858
/proc/meminfo: memFree=27140648/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=253184 CPUtime=1091.09 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 29172 63109 0 0 284 531 108261 33 20 0 1 0 272816059 259260416 47435 33554432000 4194304 5873084 140737133781952 140737133775768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/19742/statm: 63296 47435 171 410 0 62878 0
[pid=19850] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19850/stat : 19850 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272925204 9367552 267 33554432000 4194304 5064252 140735537772272 140735537771184 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19850/statm: 2287 267 226 213 0 72 0
[pid=19851] ppid=19850 vsize=395624 CPUtime=270.75 cores=1,3,5,7
/proc/19851/stat : 19851 (glucose_static) R 19850 19741 18174 0 -1 4202496 60037 0 0 0 27059 16 0 0 20 0 1 0 272925205 405118976 86541 33554432000 4194304 4896791 140735031950960 140735031948280 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19851/statm: 98906 86541 78 172 0 98732 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 667104

[startup+1422.31 s]
/proc/loadavg: 2.01 2.04 2.01 3/181 19858
/proc/meminfo: memFree=27148664/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=253184 CPUtime=1091.09 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 29172 63109 0 0 284 531 108261 33 20 0 1 0 272816059 259260416 47435 33554432000 4194304 5873084 140737133781952 140737133775768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/19742/statm: 63296 47435 171 410 0 62878 0
[pid=19850] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19850/stat : 19850 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272925204 9367552 267 33554432000 4194304 5064252 140735537772272 140735537771184 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19850/statm: 2287 267 226 213 0 72 0
[pid=19851] ppid=19850 vsize=395756 CPUtime=330.73 cores=1,3,5,7
/proc/19851/stat : 19851 (glucose_static) R 19850 19741 18174 0 -1 4202496 60077 0 0 0 33057 16 0 0 20 0 1 0 272925205 405254144 86549 33554432000 4194304 4896791 140735031950960 140735031948168 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19851/statm: 98939 86549 78 172 0 98765 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 667236

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 19858
/proc/meminfo: memFree=27146188/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=253184 CPUtime=1091.09 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 29172 63109 0 0 284 531 108261 33 20 0 1 0 272816059 259260416 47435 33554432000 4194304 5873084 140737133781952 140737133775768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/19742/statm: 63296 47435 171 410 0 62878 0
[pid=19850] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19850/stat : 19850 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272925204 9367552 267 33554432000 4194304 5064252 140735537772272 140735537771184 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19850/statm: 2287 267 226 213 0 72 0
[pid=19851] ppid=19850 vsize=395900 CPUtime=390.7 cores=1,3,5,7
/proc/19851/stat : 19851 (glucose_static) R 19850 19741 18174 0 -1 4202496 60127 0 0 0 39054 16 0 0 20 0 1 0 272925205 405401600 86667 33554432000 4194304 4896791 140735031950960 140735031948280 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19851/statm: 98975 86667 78 172 0 98801 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 667380

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 19861
/proc/meminfo: memFree=27150728/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=253184 CPUtime=1091.09 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 29172 63109 0 0 284 531 108261 33 20 0 1 0 272816059 259260416 47435 33554432000 4194304 5873084 140737133781952 140737133775768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/19742/statm: 63296 47435 171 410 0 62878 0
[pid=19850] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19850/stat : 19850 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272925204 9367552 267 33554432000 4194304 5064252 140735537772272 140735537771184 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19850/statm: 2287 267 226 213 0 72 0
[pid=19851] ppid=19850 vsize=395900 CPUtime=450.69 cores=1,3,5,7
/proc/19851/stat : 19851 (glucose_static) R 19850 19741 18174 0 -1 4202496 60135 0 0 0 45053 16 0 0 20 0 1 0 272925205 405401600 87250 33554432000 4194304 4896791 140735031950960 140735031948280 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19851/statm: 98975 87250 78 172 0 98801 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 667380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 19862
/proc/meminfo: memFree=27148740/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=253184 CPUtime=1091.09 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 29172 63109 0 0 284 531 108261 33 20 0 1 0 272816059 259260416 47435 33554432000 4194304 5873084 140737133781952 140737133775768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/19742/statm: 63296 47435 171 410 0 62878 0
[pid=19850] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19850/stat : 19850 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272925204 9367552 267 33554432000 4194304 5064252 140735537772272 140735537771184 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19850/statm: 2287 267 226 213 0 72 0
[pid=19851] ppid=19850 vsize=395900 CPUtime=510.68 cores=1,3,5,7
/proc/19851/stat : 19851 (glucose_static) R 19850 19741 18174 0 -1 4202496 60140 0 0 0 51052 16 0 0 20 0 1 0 272925205 405401600 87255 33554432000 4194304 4896791 140735031950960 140735031948280 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19851/statm: 98975 87255 78 172 0 98801 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 667380

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 19926
/proc/meminfo: memFree=27436620/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=253184 CPUtime=1091.09 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 29172 63109 0 0 284 531 108261 33 20 0 1 0 272816059 259260416 47435 33554432000 4194304 5873084 140737133781952 140737133775768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/19742/statm: 63296 47435 171 410 0 62878 0
[pid=19850] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19850/stat : 19850 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272925204 9367552 267 33554432000 4194304 5064252 140735537772272 140735537771184 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19850/statm: 2287 267 226 213 0 72 0
[pid=19851] ppid=19850 vsize=395900 CPUtime=570.67 cores=1,3,5,7
/proc/19851/stat : 19851 (glucose_static) R 19850 19741 18174 0 -1 4202496 60154 0 0 0 57051 16 0 0 20 0 1 0 272925205 405401600 87780 33554432000 4194304 4896791 140735031950960 140735031948280 4225550 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19851/statm: 98975 87780 78 172 0 98801 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 667380

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19978
/proc/meminfo: memFree=27090292/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=253184 CPUtime=1091.09 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 29172 63109 0 0 284 531 108261 33 20 0 1 0 272816059 259260416 47435 33554432000 4194304 5873084 140737133781952 140737133775768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/19742/statm: 63296 47435 171 410 0 62878 0
[pid=19850] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19850/stat : 19850 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272925204 9367552 267 33554432000 4194304 5064252 140735537772272 140735537771184 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19850/statm: 2287 267 226 213 0 72 0
[pid=19851] ppid=19850 vsize=395900 CPUtime=630.66 cores=1,3,5,7
/proc/19851/stat : 19851 (glucose_static) R 19850 19741 18174 0 -1 4202496 60162 0 0 0 63050 16 0 0 20 0 1 0 272925205 405401600 87788 33554432000 4194304 4896791 140735031950960 140735031948280 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19851/statm: 98975 87788 78 172 0 98801 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 667380

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19978
/proc/meminfo: memFree=27074816/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=253184 CPUtime=1091.09 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 29172 63109 0 0 284 531 108261 33 20 0 1 0 272816059 259260416 47435 33554432000 4194304 5873084 140737133781952 140737133775768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/19742/statm: 63296 47435 171 410 0 62878 0
[pid=19850] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19850/stat : 19850 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272925204 9367552 267 33554432000 4194304 5064252 140735537772272 140735537771184 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19850/statm: 2287 267 226 213 0 72 0
[pid=19851] ppid=19850 vsize=396208 CPUtime=690.65 cores=1,3,5,7
/proc/19851/stat : 19851 (glucose_static) R 19850 19741 18174 0 -1 4202496 60203 0 0 0 69049 16 0 0 20 0 1 0 272925205 405716992 87829 33554432000 4194304 4896791 140735031950960 140735031948328 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19851/statm: 99052 87829 78 172 0 98878 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 667688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19978
/proc/meminfo: memFree=27060048/32873852 swapFree=6848/6848
[pid=19741] ppid=19739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19741/stat : 19741 (runPb2satCp2.sh) S 19739 19741 18174 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272816059 9367552 274 33554432000 4194304 5064252 140733763809456 140733763808368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19741/statm: 2287 274 233 213 0 72 0
[pid=19742] ppid=19741 vsize=253184 CPUtime=1091.09 cores=1,3,5,7
/proc/19742/stat : 19742 (pb2sat) S 19741 19741 18174 0 -1 4202496 29172 63109 0 0 284 531 108261 33 20 0 1 0 272816059 259260416 47435 33554432000 4194304 5873084 140737133781952 140737133775768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/19742/statm: 63296 47435 171 410 0 62878 0
[pid=19850] ppid=19742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19850/stat : 19850 (satsolver.sh) S 19742 19741 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272925204 9367552 267 33554432000 4194304 5064252 140735537772272 140735537771184 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19850/statm: 2287 267 226 213 0 72 0
[pid=19851] ppid=19850 vsize=396208 CPUtime=708.96 cores=1,3,5,7
/proc/19851/stat : 19851 (glucose_static) R 19850 19741 18174 0 -1 4202496 60205 0 0 0 70880 16 0 0 20 0 1 0 272925205 405716992 87831 33554432000 4194304 4896791 140735031950960 140735031948328 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19851/statm: 99052 87831 78 172 0 98878 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 667688

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.63
CPU time (s): 1800.09
CPU user time (s): 1794.27
CPU system time (s): 5.82511
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 714344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.27
system time used= 5.82511
maximum resident set size= 413616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153473
page faults= 0
swaps= 0
block input operations= 0
block output operations= 458216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 242
involuntary context switches= 1879

runsolver used 2.80557 second user time and 7.2249 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-26 23:15:01
IDJOB=3694922
IDBENCH=2631
IDSOLVER=2273
FILE ID=node128/3694922-1338066901
RUNJOBID= node128-1338053110-18191
PBS_JOBID= 14624418
Free space on /tmp= 71188 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_14.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694922-1338066901/watcher-3694922-1338066901 -o /tmp/evaluation-result-3694922-1338066901/solver-3694922-1338066901 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694922-1338066901.opb 2069491775 HOME HOME

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

MD5SUM BENCH= 308ce6e771b8240fefc971d6e27a7575
RANDOM SEED=2069491775

node128.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.389
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.77
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.389
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.389
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.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        19726396 kB
Buffers:          333816 kB
Cached:          3576832 kB
SwapCached:            0 kB
Active:          9383312 kB
Inactive:        2931032 kB
Active(anon):    8406264 kB
Inactive(anon):        0 kB
Active(file):     977048 kB
Inactive(file):  2931032 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10272 kB
Writeback:             0 kB
AnonPages:       8416336 kB
Mapped:            15272 kB
Shmem:               204 kB
Slab:             678300 kB
SReclaimable:     120708 kB
SUnreclaim:       557592 kB
KernelStack:        1488 kB
PageTables:        20240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    8515464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8394752 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= 70964 MiB
End job on node128 at 2012-05-26 23:45:02