Trace number 3697009

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_3.opb
MD5SUM04b0fb885ddf05bea62d9eda618b3e5b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-68
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -79
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15722
Sum of products size (including duplicates)31444
Number of different products7861
Sum of products size15722

Solver Data

0.00/0.06	c model valid
0.00/0.06	c current solution ok
0.00/0.16	o 0
0.00/0.16	c current bound: 250
0.00/0.16	c (debug) using card networks
114.04/114.17	c current bound: 375
114.04/114.17	c (debug) using card networks
1800.09/1800.50	./satsolver.sh: line 5: 15487 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.50	c error: unexpected solver exit code
1800.09/1800.50	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-3697009-1338081600/watcher-3697009-1338081600 -o /tmp/evaluation-result-3697009-1338081600/solver-3697009-1338081600 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3697009-1338081600.opb 2126971862 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: 2.01 2.01 2.00 3/180 15474
/proc/meminfo: memFree=28831556/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0

[startup+0.044313 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 15474
/proc/meminfo: memFree=28831556/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100318 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 15474
/proc/meminfo: memFree=28831556/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300291 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 15474
/proc/meminfo: memFree=28831556/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700257 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 15474
/proc/meminfo: memFree=28831556/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 15481
/proc/meminfo: memFree=28816752/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=0.15 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1459 2592 0 0 6 8 1 0 20 0 1 0 274284538 5218304 887 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 887 174 410 0 856 0
[pid=15480] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15480/stat : 15480 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274284555 9367552 267 33554432000 4194304 5064252 140733790639424 140733790638336 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15480/statm: 2287 267 226 213 0 72 0
[pid=15481] ppid=15480 vsize=12336 CPUtime=1.31 cores=1,3,5,7
/proc/15481/stat : 15481 (glucose_static) R 15480 15474 11448 0 -1 4202496 3271 0 0 0 131 0 0 0 20 0 1 0 274284555 12632064 2661 33554432000 4194304 4896791 140737343696224 140737343693752 4204566 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15481/statm: 3084 2661 78 172 0 2910 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 35728

[startup+3.10038 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 15484
/proc/meminfo: memFree=28817280/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=0.15 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1459 2592 0 0 6 8 1 0 20 0 1 0 274284538 5218304 887 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 887 174 410 0 856 0
[pid=15480] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15480/stat : 15480 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274284555 9367552 267 33554432000 4194304 5064252 140733790639424 140733790638336 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15480/statm: 2287 267 226 213 0 72 0
[pid=15481] ppid=15480 vsize=14352 CPUtime=2.91 cores=1,3,5,7
/proc/15481/stat : 15481 (glucose_static) R 15480 15474 11448 0 -1 4202496 4371 0 0 0 291 0 0 0 20 0 1 0 274284555 14696448 2927 33554432000 4194304 4896791 140737343696224 140737343693608 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15481/statm: 3588 2927 78 172 0 3414 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 37744

[startup+6.3004 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 15484
/proc/meminfo: memFree=28812728/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=0.15 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1459 2592 0 0 6 8 1 0 20 0 1 0 274284538 5218304 887 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 887 174 410 0 856 0
[pid=15480] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15480/stat : 15480 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274284555 9367552 267 33554432000 4194304 5064252 140733790639424 140733790638336 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15480/statm: 2287 267 226 213 0 72 0
[pid=15481] ppid=15480 vsize=17584 CPUtime=6.11 cores=1,3,5,7
/proc/15481/stat : 15481 (glucose_static) R 15480 15474 11448 0 -1 4202496 6090 0 0 0 611 0 0 0 20 0 1 0 274284555 18006016 3518 33554432000 4194304 4896791 140737343696224 140737343693752 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15481/statm: 4396 3518 78 172 0 4222 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 40976

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/185 15484
/proc/meminfo: memFree=28811792/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=0.15 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1459 2592 0 0 6 8 1 0 20 0 1 0 274284538 5218304 887 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 887 174 410 0 856 0
[pid=15480] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15480/stat : 15480 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274284555 9367552 267 33554432000 4194304 5064252 140733790639424 140733790638336 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15480/statm: 2287 267 226 213 0 72 0
[pid=15481] ppid=15480 vsize=15664 CPUtime=12.51 cores=1,3,5,7
/proc/15481/stat : 15481 (glucose_static) R 15480 15474 11448 0 -1 4202496 9191 0 0 0 1249 2 0 0 20 0 1 0 274284555 16039936 3575 33554432000 4194304 4896791 140737343696224 140737343693752 4225514 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15481/statm: 3916 3575 78 172 0 3742 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 39056

[startup+25.5004 s]
/proc/loadavg: 2.01 2.00 2.00 3/185 15484
/proc/meminfo: memFree=28805696/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=0.15 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1459 2592 0 0 6 8 1 0 20 0 1 0 274284538 5218304 887 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 887 174 410 0 856 0
[pid=15480] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15480/stat : 15480 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274284555 9367552 267 33554432000 4194304 5064252 140733790639424 140733790638336 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15480/statm: 2287 267 226 213 0 72 0
[pid=15481] ppid=15480 vsize=19516 CPUtime=25.31 cores=1,3,5,7
/proc/15481/stat : 15481 (glucose_static) R 15480 15474 11448 0 -1 4202496 12751 0 0 0 2527 4 0 0 20 0 1 0 274284555 19984384 3950 33554432000 4194304 4896791 140737343696224 140737343693432 4203853 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15481/statm: 4879 3950 78 172 0 4705 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 42908

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 15484
/proc/meminfo: memFree=28795444/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=0.15 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1459 2592 0 0 6 8 1 0 20 0 1 0 274284538 5218304 887 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 887 174 410 0 856 0
[pid=15480] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15480/stat : 15480 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274284555 9367552 267 33554432000 4194304 5064252 140733790639424 140733790638336 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15480/statm: 2287 267 226 213 0 72 0
[pid=15481] ppid=15480 vsize=25476 CPUtime=50.9 cores=1,3,5,7
/proc/15481/stat : 15481 (glucose_static) R 15480 15474 11448 0 -1 4202496 16757 0 0 0 5085 5 0 0 20 0 1 0 274284555 26087424 5166 33554432000 4194304 4896791 140737343696224 140737343693752 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15481/statm: 6369 5166 78 172 0 6195 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 48868

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/184 15484
/proc/meminfo: memFree=28797248/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=0.15 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1459 2592 0 0 6 8 1 0 20 0 1 0 274284538 5218304 887 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 887 174 410 0 856 0
[pid=15480] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15480/stat : 15480 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274284555 9367552 267 33554432000 4194304 5064252 140733790639424 140733790638336 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15480/statm: 2287 267 226 213 0 72 0
[pid=15481] ppid=15480 vsize=27888 CPUtime=102.1 cores=1,3,5,7
/proc/15481/stat : 15481 (glucose_static) R 15480 15474 11448 0 -1 4202496 22658 0 0 0 10201 9 0 0 20 0 1 0 274284555 28557312 5765 33554432000 4194304 4896791 140737343696224 140737343691304 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15481/statm: 6972 5765 78 172 0 6798 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 51280

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 15541
/proc/meminfo: memFree=28893532/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=114.12 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1885 27022 0 0 6 8 11387 11 20 0 1 0 274284538 5218304 907 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 907 174 410 0 856 0
[pid=15486] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 15607
/proc/meminfo: memFree=28608008/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=114.12 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1885 27022 0 0 6 8 11387 11 20 0 1 0 274284538 5218304 907 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 907 174 410 0 856 0
[pid=15486] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15486/stat : 15486 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274295956 9367552 265 33554432000 4194304 5064252 140733804880688 140733804879600 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15486/statm: 2287 265 226 213 0 72 0
[pid=15487] ppid=15486 vsize=66440 CPUtime=1307.84 cores=1,3,5,7
/proc/15487/stat : 15487 (glucose_static) R 15486 15474 11448 0 -1 4202496 99442 0 0 0 130716 68 0 0 20 0 1 0 274295956 68034560 14992 33554432000 4194304 4896791 140736213236000 140736213233528 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15487/statm: 16610 14992 78 172 0 16436 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 89832

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 15607
/proc/meminfo: memFree=28549176/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=114.12 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1885 27022 0 0 6 8 11387 11 20 0 1 0 274284538 5218304 907 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 907 174 410 0 856 0
[pid=15486] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15486/stat : 15486 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274295956 9367552 265 33554432000 4194304 5064252 140733804880688 140733804879600 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15486/statm: 2287 265 226 213 0 72 0
[pid=15487] ppid=15486 vsize=116916 CPUtime=1367.82 cores=1,3,5,7
/proc/15487/stat : 15487 (glucose_static) R 15486 15474 11448 0 -1 4202496 100636 0 0 0 136713 69 0 0 20 0 1 0 274295956 119721984 27421 33554432000 4194304 4896791 140736213236000 140736213233208 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15487/statm: 29229 27421 78 172 0 29055 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 140308

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 15608
/proc/meminfo: memFree=28570468/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=114.12 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1885 27022 0 0 6 8 11387 11 20 0 1 0 274284538 5218304 907 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 907 174 410 0 856 0
[pid=15486] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15486/stat : 15486 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274295956 9367552 265 33554432000 4194304 5064252 140733804880688 140733804879600 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15486/statm: 2287 265 226 213 0 72 0
[pid=15487] ppid=15486 vsize=117316 CPUtime=1427.81 cores=1,3,5,7
/proc/15487/stat : 15487 (glucose_static) R 15486 15474 11448 0 -1 4202496 102879 0 0 0 142710 71 0 0 20 0 1 0 274295956 120131584 24910 33554432000 4194304 4896791 140736213236000 140736213233208 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15487/statm: 29329 24910 78 172 0 29155 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 140708

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/184 15608
/proc/meminfo: memFree=28567404/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=114.12 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1885 27022 0 0 6 8 11387 11 20 0 1 0 274284538 5218304 907 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 907 174 410 0 856 0
[pid=15486] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15486/stat : 15486 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274295956 9367552 265 33554432000 4194304 5064252 140733804880688 140733804879600 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15486/statm: 2287 265 226 213 0 72 0
[pid=15487] ppid=15486 vsize=118004 CPUtime=1487.8 cores=1,3,5,7
/proc/15487/stat : 15487 (glucose_static) R 15486 15474 11448 0 -1 4202496 104760 0 0 0 148707 73 0 0 20 0 1 0 274295956 120836096 22590 33554432000 4194304 4896791 140736213236000 140736213233400 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15487/statm: 29501 22590 78 172 0 29327 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 141396

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/184 15608
/proc/meminfo: memFree=28568132/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=114.12 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1885 27022 0 0 6 8 11387 11 20 0 1 0 274284538 5218304 907 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 907 174 410 0 856 0
[pid=15486] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15486/stat : 15486 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274295956 9367552 265 33554432000 4194304 5064252 140733804880688 140733804879600 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15486/statm: 2287 265 226 213 0 72 0
[pid=15487] ppid=15486 vsize=87496 CPUtime=1547.78 cores=1,3,5,7
/proc/15487/stat : 15487 (glucose_static) R 15486 15474 11448 0 -1 4202496 106457 0 0 0 154703 75 0 0 20 0 1 0 274295956 89595904 20068 33554432000 4194304 4896791 140736213236000 140736213231080 4224992 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15487/statm: 21874 20068 78 172 0 21700 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 110888

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 15817
/proc/meminfo: memFree=28820720/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=114.12 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1885 27022 0 0 6 8 11387 11 20 0 1 0 274284538 5218304 907 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 907 174 410 0 856 0
[pid=15486] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15486/stat : 15486 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274295956 9367552 265 33554432000 4194304 5064252 140733804880688 140733804879600 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15486/statm: 2287 265 226 213 0 72 0
[pid=15487] ppid=15486 vsize=68936 CPUtime=1607.78 cores=1,3,5,7
/proc/15487/stat : 15487 (glucose_static) R 15486 15474 11448 0 -1 4202496 108459 0 0 0 160700 78 0 0 20 0 1 0 274295956 70590464 15535 33554432000 4194304 4896791 140736213236000 140736213233528 4205872 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15487/statm: 17234 15535 78 172 0 17060 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 92328

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 15817
/proc/meminfo: memFree=28763272/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=114.12 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1885 27022 0 0 6 8 11387 11 20 0 1 0 274284538 5218304 907 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 907 174 410 0 856 0
[pid=15486] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15486/stat : 15486 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274295956 9367552 265 33554432000 4194304 5064252 140733804880688 140733804879600 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15486/statm: 2287 265 226 213 0 72 0
[pid=15487] ppid=15486 vsize=119280 CPUtime=1667.77 cores=1,3,5,7
/proc/15487/stat : 15487 (glucose_static) R 15486 15474 11448 0 -1 4202496 109653 0 0 0 166698 79 0 0 20 0 1 0 274295956 122142720 27456 33554432000 4194304 4896791 140736213236000 140736213231736 4225180 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15487/statm: 29820 27456 78 172 0 29646 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 142672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15817
/proc/meminfo: memFree=28809168/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=114.12 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1885 27022 0 0 6 8 11387 11 20 0 1 0 274284538 5218304 907 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 907 174 410 0 856 0
[pid=15486] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15486/stat : 15486 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274295956 9367552 265 33554432000 4194304 5064252 140733804880688 140733804879600 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15486/statm: 2287 265 226 213 0 72 0
[pid=15487] ppid=15486 vsize=69636 CPUtime=1685.97 cores=1,3,5,7
/proc/15487/stat : 15487 (glucose_static) R 15486 15474 11448 0 -1 4202496 110356 0 0 0 168517 80 0 0 20 0 1 0 274295956 71307264 14778 33554432000 4194304 4896791 140736213236000 140736213233528 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15487/statm: 17409 14778 78 172 0 17235 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 93028

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15817
/proc/meminfo: memFree=28809168/32873844 swapFree=7900/7900
[pid=15474] ppid=15472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (runPb2sat.sh) S 15472 15474 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274284538 9367552 275 33554432000 4194304 5064252 140736278255616 140736278254528 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15474/statm: 2287 275 233 213 0 72 0
[pid=15475] ppid=15474 vsize=5096 CPUtime=114.12 cores=1,3,5,7
/proc/15475/stat : 15475 (pb2sat) S 15474 15474 11448 0 -1 4202496 1885 27022 0 0 6 8 11387 11 20 0 1 0 274284538 5218304 907 33554432000 4194304 5873084 140734463265824 140734463259640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 1274 907 174 410 0 856 0
[pid=15486] ppid=15475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15486/stat : 15486 (satsolver.sh) S 15475 15474 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274295956 9367552 265 33554432000 4194304 5064252 140733804880688 140733804879600 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15486/statm: 2287 265 226 213 0 72 0
[pid=15487] ppid=15486 vsize=69636 CPUtime=1685.97 cores=1,3,5,7
/proc/15487/stat : 15487 (glucose_static) R 15486 15474 11448 0 -1 4202496 110356 0 0 0 168517 80 0 0 20 0 1 0 274295956 71307264 14778 33554432000 4194304 4896791 140736213236000 140736213233528 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15487/statm: 17409 14778 78 172 0 17235 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 93028

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.14
CPU user time (s): 1799.13
CPU system time (s): 1.01085
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 192204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.01085
maximum resident set size= 138200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140250
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138
involuntary context switches= 1855

runsolver used 8.17576 second user time and 20.3769 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 03:20:00
IDJOB=3697009
IDBENCH=48215
IDSOLVER=2274
FILE ID=node137/3697009-1338081600
RUNJOBID= node137-1338049161-11465
PBS_JOBID= 14624375
Free space on /tmp= 71272 MiB

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

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

MD5SUM BENCH= 04b0fb885ddf05bea62d9eda618b3e5b
RANDOM SEED=2126971862

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28831936 kB
Buffers:          303216 kB
Cached:          2813724 kB
SwapCached:        22060 kB
Active:          1067780 kB
Inactive:        2164128 kB
Active(anon):      94016 kB
Inactive(anon):    22684 kB
Active(file):     973764 kB
Inactive(file):  2141444 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081508 kB
Dirty:              8544 kB
Writeback:             0 kB
AnonPages:        142160 kB
Mapped:            10592 kB
Shmem:                 0 kB
Slab:             666704 kB
SReclaimable:     108404 kB
SUnreclaim:       558300 kB
KernelStack:        1528 kB
PageTables:         3928 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     228192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71432 MiB
End job on node137 at 2012-05-27 03:50:01