Trace number 3696516

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.13 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_12.opb
MD5SUMfe9b3ae0ed0deb400897e8cf071ce6eb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark94
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 95
Optimality of the best value was proved NO
Number of variables1812
Total number of constraints3443
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 constraints3443
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 1307
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

16.88/16.94	c model valid
16.88/16.94	c current solution ok
19.46/19.66	o 209
19.46/19.66	c current bound: 104
1103.63/1104.00	c model valid
1103.63/1104.00	c current solution ok
1103.63/1104.06	o 104
1103.63/1104.06	c current bound: 52
1800.09/1800.61	./satsolver.sh: line 5: 15567 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.61	c error: unexpected solver exit code
1800.09/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-3696516-1338067463/watcher-3696516-1338067463 -o /tmp/evaluation-result-3696516-1338067463/solver-3696516-1338067463 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696516-1338067463.opb 1981656352 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15492
/proc/meminfo: memFree=19739072/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0

[startup+0.0957 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15492
/proc/meminfo: memFree=19739072/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100339 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15492
/proc/meminfo: memFree=19739072/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300318 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15492
/proc/meminfo: memFree=19739072/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700334 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15492
/proc/meminfo: memFree=19739072/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/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: 2.00 2.01 2.00 3/181 15496
/proc/meminfo: memFree=19559624/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=72192 CPUtime=0.74 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 12739 0 0 0 67 7 0 0 20 0 1 0 272874829 73924608 17436 33554432000 4194304 5873084 140735291624736 140735291621160 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15493/statm: 18048 17436 160 410 0 17630 0
[pid=15495] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15495/stat : 15495 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272874904 9367552 265 33554432000 4194304 5064252 140736197645168 140736197644080 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15495/statm: 2287 265 226 213 0 72 0
[pid=15496] ppid=15495 vsize=164680 CPUtime=0.74 cores=0,2,4,6
/proc/15496/stat : 15496 (glucose_static) R 15495 15492 14257 0 -1 4202496 28802 0 0 0 69 5 0 0 20 0 1 0 272874904 168632320 35005 33554432000 4194304 4896791 140735381878368 140735381875576 4401607 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15496/statm: 41170 35005 76 172 0 40996 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 255168

[startup+3.10036 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 15496
/proc/meminfo: memFree=19496352/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=72192 CPUtime=0.74 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 12739 0 0 0 67 7 0 0 20 0 1 0 272874829 73924608 17436 33554432000 4194304 5873084 140735291624736 140735291621160 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15493/statm: 18048 17436 160 410 0 17630 0
[pid=15495] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15495/stat : 15495 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272874904 9367552 265 33554432000 4194304 5064252 140736197645168 140736197644080 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15495/statm: 2287 265 226 213 0 72 0
[pid=15496] ppid=15495 vsize=166000 CPUtime=2.34 cores=0,2,4,6
/proc/15496/stat : 15496 (glucose_static) R 15495 15492 14257 0 -1 4202496 29113 0 0 0 229 5 0 0 20 0 1 0 272874904 169984000 35316 33554432000 4194304 4896791 140735381878368 140735381875576 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15496/statm: 41500 35316 76 172 0 41326 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 256488

[startup+6.30042 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 15496
/proc/meminfo: memFree=19495972/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=72192 CPUtime=0.74 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 12739 0 0 0 67 7 0 0 20 0 1 0 272874829 73924608 17436 33554432000 4194304 5873084 140735291624736 140735291621160 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15493/statm: 18048 17436 160 410 0 17630 0
[pid=15495] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15495/stat : 15495 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272874904 9367552 265 33554432000 4194304 5064252 140736197645168 140736197644080 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15495/statm: 2287 265 226 213 0 72 0
[pid=15496] ppid=15495 vsize=166264 CPUtime=5.54 cores=0,2,4,6
/proc/15496/stat : 15496 (glucose_static) R 15495 15492 14257 0 -1 4202496 29194 0 0 0 549 5 0 0 20 0 1 0 272874904 170254336 35397 33554432000 4194304 4896791 140735381878368 140735381875576 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15496/statm: 41566 35397 76 172 0 41392 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 256752

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15496
/proc/meminfo: memFree=19495872/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=72192 CPUtime=0.74 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 12739 0 0 0 67 7 0 0 20 0 1 0 272874829 73924608 17436 33554432000 4194304 5873084 140735291624736 140735291621160 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15493/statm: 18048 17436 160 410 0 17630 0
[pid=15495] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15495/stat : 15495 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272874904 9367552 265 33554432000 4194304 5064252 140736197645168 140736197644080 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15495/statm: 2287 265 226 213 0 72 0
[pid=15496] ppid=15495 vsize=166792 CPUtime=11.94 cores=0,2,4,6
/proc/15496/stat : 15496 (glucose_static) R 15495 15492 14257 0 -1 4202496 29326 0 0 0 1189 5 0 0 20 0 1 0 272874904 170795008 35529 33554432000 4194304 4896791 140735381878368 140735381875576 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15496/statm: 41698 35529 76 172 0 41524 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 257280

[startup+25.5004 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15542
/proc/meminfo: memFree=27559408/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=83316 CPUtime=19.53 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 15041 31408 0 0 121 216 1604 12 20 0 1 0 272874829 85315584 20209 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 20829 20209 171 410 0 20411 0
[pid=15539] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15539/stat : 15539 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272876796 9367552 267 33554432000 4194304 5064252 140735927208336 140735927207248 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15539/statm: 2287 267 226 213 0 72 0
[pid=15540] ppid=15539 vsize=165460 CPUtime=5.81 cores=0,2,4,6
/proc/15540/stat : 15540 (glucose_static) R 15539 15492 14257 0 -1 4202496 28725 0 0 0 576 5 0 0 20 0 1 0 272876796 169431040 34899 33554432000 4194304 4896791 140733830710128 140733830707336 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15540/statm: 41365 34899 76 172 0 41191 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 267072

[startup+51.1004 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 15545
/proc/meminfo: memFree=27487088/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=83316 CPUtime=19.53 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 15041 31408 0 0 121 216 1604 12 20 0 1 0 272874829 85315584 20209 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 20829 20209 171 410 0 20411 0
[pid=15539] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15539/stat : 15539 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272876796 9367552 267 33554432000 4194304 5064252 140735927208336 140735927207248 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15539/statm: 2287 267 226 213 0 72 0
[pid=15540] ppid=15539 vsize=165736 CPUtime=31.42 cores=0,2,4,6
/proc/15540/stat : 15540 (glucose_static) R 15539 15492 14257 0 -1 4202496 28802 0 0 0 3136 6 0 0 20 0 1 0 272876796 169713664 34976 33554432000 4194304 4896791 140733830710128 140733830707336 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15540/statm: 41434 34976 76 172 0 41260 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 267348

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 15545
/proc/meminfo: memFree=27475988/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=83316 CPUtime=19.53 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 15041 31408 0 0 121 216 1604 12 20 0 1 0 272874829 85315584 20209 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 20829 20209 171 410 0 20411 0
[pid=15539] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15539/stat : 15539 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272876796 9367552 267 33554432000 4194304 5064252 140735927208336 140735927207248 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15539/statm: 2287 267 226 213 0 72 0
[pid=15540] ppid=15539 vsize=169032 CPUtime=82.61 cores=0,2,4,6
/proc/15540/stat : 15540 (glucose_static) R 15539 15492 14257 0 -1 4202496 29885 0 0 0 8255 6 0 0 20 0 1 0 272876796 173088768 36050 33554432000 4194304 4896791 140733830710128 140733830707336 4225449 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15540/statm: 42258 36050 78 172 0 42084 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 270644

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15545
/proc/meminfo: memFree=27468460/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=83316 CPUtime=19.53 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 15041 31408 0 0 121 216 1604 12 20 0 1 0 272874829 85315584 20209 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 20829 20209 171 410 0 20411 0
[pid=15539] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15568
/proc/meminfo: memFree=27498564/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=89460 CPUtime=1103.68 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 17022 66112 0 0 128 216 109994 30 20 0 1 0 272874829 91607040 21277 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 22365 21277 171 410 0 21947 0
[pid=15566] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15566/stat : 15566 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272985235 9367552 267 33554432000 4194304 5064252 140735322338832 140735322337744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15566/statm: 2287 267 226 213 0 72 0
[pid=15567] ppid=15566 vsize=168476 CPUtime=258.16 cores=0,2,4,6
/proc/15567/stat : 15567 (glucose_static) R 15566 15492 14257 0 -1 4202496 30214 0 0 0 25810 6 0 0 20 0 1 0 272985235 172519424 36965 33554432000 4194304 4896791 140733626795696 140733626792904 4225243 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15567/statm: 42119 36965 76 172 0 41945 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 276232

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15568
/proc/meminfo: memFree=27496268/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=89460 CPUtime=1103.68 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 17022 66112 0 0 128 216 109994 30 20 0 1 0 272874829 91607040 21277 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 22365 21277 171 410 0 21947 0
[pid=15566] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15566/stat : 15566 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272985235 9367552 267 33554432000 4194304 5064252 140735322338832 140735322337744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15566/statm: 2287 267 226 213 0 72 0
[pid=15567] ppid=15566 vsize=168796 CPUtime=318.16 cores=0,2,4,6
/proc/15567/stat : 15567 (glucose_static) R 15566 15492 14257 0 -1 4202496 30269 0 0 0 31810 6 0 0 20 0 1 0 272985235 172847104 37020 33554432000 4194304 4896791 140733626795696 140733626792904 4223776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15567/statm: 42199 37020 76 172 0 42025 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 276552

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15568
/proc/meminfo: memFree=27491984/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=89460 CPUtime=1103.68 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 17022 66112 0 0 128 216 109994 30 20 0 1 0 272874829 91607040 21277 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 22365 21277 171 410 0 21947 0
[pid=15566] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15566/stat : 15566 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272985235 9367552 267 33554432000 4194304 5064252 140735322338832 140735322337744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15566/statm: 2287 267 226 213 0 72 0
[pid=15567] ppid=15566 vsize=169108 CPUtime=378.14 cores=0,2,4,6
/proc/15567/stat : 15567 (glucose_static) R 15566 15492 14257 0 -1 4202496 30329 0 0 0 37808 6 0 0 20 0 1 0 272985235 173166592 37591 33554432000 4194304 4896791 140733626795696 140733626792904 4225124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15567/statm: 42277 37591 76 172 0 42103 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 276864

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15571
/proc/meminfo: memFree=27500076/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=89460 CPUtime=1103.68 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 17022 66112 0 0 128 216 109994 30 20 0 1 0 272874829 91607040 21277 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 22365 21277 171 410 0 21947 0
[pid=15566] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15566/stat : 15566 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272985235 9367552 267 33554432000 4194304 5064252 140735322338832 140735322337744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15566/statm: 2287 267 226 213 0 72 0
[pid=15567] ppid=15566 vsize=169500 CPUtime=438.13 cores=0,2,4,6
/proc/15567/stat : 15567 (glucose_static) R 15566 15492 14257 0 -1 4202496 30399 0 0 0 43807 6 0 0 20 0 1 0 272985235 173568000 37661 33554432000 4194304 4896791 140733626795696 140733626793240 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15567/statm: 42375 37661 76 172 0 42201 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 277256

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15572
/proc/meminfo: memFree=27502724/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=89460 CPUtime=1103.68 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 17022 66112 0 0 128 216 109994 30 20 0 1 0 272874829 91607040 21277 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 22365 21277 171 410 0 21947 0
[pid=15566] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15566/stat : 15566 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272985235 9367552 267 33554432000 4194304 5064252 140735322338832 140735322337744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15566/statm: 2287 267 226 213 0 72 0
[pid=15567] ppid=15566 vsize=169640 CPUtime=498.12 cores=0,2,4,6
/proc/15567/stat : 15567 (glucose_static) R 15566 15492 14257 0 -1 4202496 31014 0 0 0 49805 7 0 0 20 0 1 0 272985235 173711360 36424 33554432000 4194304 4896791 140733626795696 140733626792904 4225148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15567/statm: 42410 36424 76 172 0 42236 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 277396

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15572
/proc/meminfo: memFree=27496456/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=89460 CPUtime=1103.68 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 17022 66112 0 0 128 216 109994 30 20 0 1 0 272874829 91607040 21277 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 22365 21277 171 410 0 21947 0
[pid=15566] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15566/stat : 15566 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272985235 9367552 267 33554432000 4194304 5064252 140735322338832 140735322337744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15566/statm: 2287 267 226 213 0 72 0
[pid=15567] ppid=15566 vsize=169952 CPUtime=558.11 cores=0,2,4,6
/proc/15567/stat : 15567 (glucose_static) R 15566 15492 14257 0 -1 4202496 31103 0 0 0 55804 7 0 0 20 0 1 0 272985235 174030848 37024 33554432000 4194304 4896791 140733626795696 140733626792904 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15567/statm: 42488 37024 76 172 0 42314 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 277708

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15583
/proc/meminfo: memFree=27494616/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=89460 CPUtime=1103.68 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 17022 66112 0 0 128 216 109994 30 20 0 1 0 272874829 91607040 21277 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 22365 21277 171 410 0 21947 0
[pid=15566] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15566/stat : 15566 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272985235 9367552 267 33554432000 4194304 5064252 140735322338832 140735322337744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15566/statm: 2287 267 226 213 0 72 0
[pid=15567] ppid=15566 vsize=170132 CPUtime=618.1 cores=0,2,4,6
/proc/15567/stat : 15567 (glucose_static) R 15566 15492 14257 0 -1 4202496 31125 0 0 0 61803 7 0 0 20 0 1 0 272985235 174215168 37046 33554432000 4194304 4896791 140733626795696 140733626792904 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15567/statm: 42533 37046 76 172 0 42359 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 277888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15583
/proc/meminfo: memFree=27499928/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=89460 CPUtime=1103.68 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 17022 66112 0 0 128 216 109994 30 20 0 1 0 272874829 91607040 21277 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 22365 21277 171 410 0 21947 0
[pid=15566] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15566/stat : 15566 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272985235 9367552 267 33554432000 4194304 5064252 140735322338832 140735322337744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15566/statm: 2287 267 226 213 0 72 0
[pid=15567] ppid=15566 vsize=170304 CPUtime=678.09 cores=0,2,4,6
/proc/15567/stat : 15567 (glucose_static) R 15566 15492 14257 0 -1 4202496 31188 0 0 0 67802 7 0 0 20 0 1 0 272985235 174391296 37657 33554432000 4194304 4896791 140733626795696 140733626792904 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15567/statm: 42576 37657 76 172 0 42402 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 278060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15583
/proc/meminfo: memFree=27499556/32873844 swapFree=6856/6856
[pid=15492] ppid=15490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15492/stat : 15492 (runPb2sat.sh) S 15490 15492 14257 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272874829 9367552 274 33554432000 4194304 5064252 140735853821808 140735853820720 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15492/statm: 2287 274 233 213 0 72 0
[pid=15493] ppid=15492 vsize=89460 CPUtime=1103.68 cores=0,2,4,6
/proc/15493/stat : 15493 (pb2sat) S 15492 15492 14257 0 -1 4202496 17022 66112 0 0 128 216 109994 30 20 0 1 0 272874829 91607040 21277 33554432000 4194304 5873084 140735291624736 140735291618552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/15493/statm: 22365 21277 171 410 0 21947 0
[pid=15566] ppid=15493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15566/stat : 15566 (satsolver.sh) S 15493 15492 14257 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272985235 9367552 267 33554432000 4194304 5064252 140735322338832 140735322337744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15566/statm: 2287 267 226 213 0 72 0
[pid=15567] ppid=15566 vsize=170624 CPUtime=696.41 cores=0,2,4,6
/proc/15567/stat : 15567 (glucose_static) R 15566 15492 14257 0 -1 4202496 31239 0 0 0 69634 7 0 0 20 0 1 0 272985235 174718976 37708 33554432000 4194304 4896791 140733626795696 140733626792904 4224663 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15567/statm: 42656 37708 76 172 0 42482 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 278380

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.62
CPU time (s): 1800.13
CPU user time (s): 1797.57
CPU system time (s): 2.55861
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 323660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.57
system time used= 2.55861
maximum resident set size= 184992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115362
page faults= 0
swaps= 0
block input operations= 0
block output operations= 254792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169
involuntary context switches= 2152

runsolver used 2.68659 second user time and 7.17891 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-26 23:24:23
IDJOB=3696516
IDBENCH=2636
IDSOLVER=2274
FILE ID=node106/3696516-1338067463
RUNJOBID= node106-1338052970-14273
PBS_JOBID= 14624417
Free space on /tmp= 71296 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_12.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696516-1338067463/watcher-3696516-1338067463 -o /tmp/evaluation-result-3696516-1338067463/solver-3696516-1338067463 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696516-1338067463.opb 1981656352 HOME HOME

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

MD5SUM BENCH= fe9b3ae0ed0deb400897e8cf071ce6eb
RANDOM SEED=1981656352

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        19738700 kB
Buffers:          302532 kB
Cached:          3606600 kB
SwapCached:            0 kB
Active:          9594700 kB
Inactive:        2716192 kB
Active(anon):    8404284 kB
Inactive(anon):        0 kB
Active(file):    1190416 kB
Inactive(file):  2716192 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9332 kB
Writeback:             0 kB
AnonPages:       8408636 kB
Mapped:            15120 kB
Shmem:               200 kB
Slab:             669492 kB
SReclaimable:     111956 kB
SUnreclaim:       557536 kB
KernelStack:        1464 kB
PageTables:        20436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8515632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8386560 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= 71112 MiB
End job on node106 at 2012-05-26 23:54:24