Trace number 3696927

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.09 1800.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_2.opb
MD5SUM24465d104818b01999b811ba346c3d8e
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-130
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -152
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63088
Sum of products size (including duplicates)126176
Number of different products31544
Sum of products size63088

Solver Data

13.78/13.80	c model valid
13.78/13.80	c current solution ok
14.91/15.20	o -88
14.91/15.20	c current bound: 456
14.91/15.20	c (debug) using card networks
1800.06/1800.71	./satsolver.sh: line 5: 24826 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.06/1800.71	c error: unexpected solver exit code
1800.06/1800.71	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-3696927-1338084249/watcher-3696927-1338084249 -o /tmp/evaluation-result-3696927-1338084249/solver-3696927-1338084249 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696927-1338084249.opb 288438445 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.00 2.00 3/179 24819
/proc/meminfo: memFree=30317848/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0

[startup+0.0189829 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24819
/proc/meminfo: memFree=30317848/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100251 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24819
/proc/meminfo: memFree=30317848/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300235 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24819
/proc/meminfo: memFree=30317848/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700242 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24819
/proc/meminfo: memFree=30317848/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/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.00 2.00 3/183 24823
/proc/meminfo: memFree=30214576/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=31128 CPUtime=0.35 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 6069 0 0 0 32 3 0 0 20 0 1 0 274550345 31875072 6735 33554432000 4194304 5873084 140734901301088 140734901297512 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24820/statm: 7782 6735 167 410 0 7364 0
[pid=24822] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24822/stat : 24822 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274550381 9367552 267 33554432000 4194304 5064252 140734541413792 140734541412704 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24822/statm: 2287 267 226 213 0 72 0
[pid=24823] ppid=24822 vsize=75244 CPUtime=1.12 cores=0,2,4,6
/proc/24823/stat : 24823 (glucose_static) R 24822 24819 21702 0 -1 4202496 16019 0 0 0 109 3 0 0 20 0 1 0 274550381 77049856 15920 33554432000 4194304 4896791 140735122138128 140735122135432 4202856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24823/statm: 18811 15920 77 172 0 18637 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 124668

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24823
/proc/meminfo: memFree=30212948/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=31128 CPUtime=0.35 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 6069 0 0 0 32 3 0 0 20 0 1 0 274550345 31875072 6735 33554432000 4194304 5873084 140734901301088 140734901297512 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24820/statm: 7782 6735 167 410 0 7364 0
[pid=24822] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24822/stat : 24822 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274550381 9367552 267 33554432000 4194304 5064252 140734541413792 140734541412704 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24822/statm: 2287 267 226 213 0 72 0
[pid=24823] ppid=24822 vsize=76036 CPUtime=2.72 cores=0,2,4,6
/proc/24823/stat : 24823 (glucose_static) R 24822 24819 21702 0 -1 4202496 16251 0 0 0 269 3 0 0 20 0 1 0 274550381 77860864 16151 33554432000 4194304 4896791 140735122138128 140735122135432 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24823/statm: 19009 16151 77 172 0 18835 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 125460

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24823
/proc/meminfo: memFree=30211468/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=31128 CPUtime=0.35 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 6069 0 0 0 32 3 0 0 20 0 1 0 274550345 31875072 6735 33554432000 4194304 5873084 140734901301088 140734901297512 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24820/statm: 7782 6735 167 410 0 7364 0
[pid=24822] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24822/stat : 24822 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274550381 9367552 267 33554432000 4194304 5064252 140734541413792 140734541412704 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24822/statm: 2287 267 226 213 0 72 0
[pid=24823] ppid=24822 vsize=76488 CPUtime=5.93 cores=0,2,4,6
/proc/24823/stat : 24823 (glucose_static) R 24822 24819 21702 0 -1 4202496 16473 0 0 0 589 4 0 0 20 0 1 0 274550381 78323712 16368 33554432000 4194304 4896791 140735122138128 140735122135336 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24823/statm: 19122 16368 77 172 0 18948 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 125912

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24823
/proc/meminfo: memFree=30207708/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=31128 CPUtime=0.35 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 6069 0 0 0 32 3 0 0 20 0 1 0 274550345 31875072 6735 33554432000 4194304 5873084 140734901301088 140734901297512 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24820/statm: 7782 6735 167 410 0 7364 0
[pid=24822] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24822/stat : 24822 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274550381 9367552 267 33554432000 4194304 5064252 140734541413792 140734541412704 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24822/statm: 2287 267 226 213 0 72 0
[pid=24823] ppid=24822 vsize=77312 CPUtime=12.33 cores=0,2,4,6
/proc/24823/stat : 24823 (glucose_static) R 24822 24819 21702 0 -1 4202496 16889 0 0 0 1229 4 0 0 20 0 1 0 274550381 79167488 16764 33554432000 4194304 4896791 140735122138128 140735122135448 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24823/statm: 19328 16764 77 172 0 19154 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 126736

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 24826
/proc/meminfo: memFree=30208344/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24825/stat : 24825 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274551868 9367552 267 33554432000 4194304 5064252 140736402046800 140736402045712 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24825/statm: 2287 267 226 213 0 72 0
[pid=24826] ppid=24825 vsize=87516 CPUtime=10.25 cores=0,2,4,6
/proc/24826/stat : 24826 (glucose_static) R 24825 24819 21702 0 -1 4202496 18010 0 0 0 1021 4 0 0 20 0 1 0 274551868 89616384 19467 33554432000 4194304 4896791 140737222830464 140737222827784 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24826/statm: 21879 19467 78 172 0 21705 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 142492

[startup+51.1004 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 24826
/proc/meminfo: memFree=30196868/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24825/stat : 24825 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274551868 9367552 267 33554432000 4194304 5064252 140736402046800 140736402045712 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24825/statm: 2287 267 226 213 0 72 0
[pid=24826] ppid=24825 vsize=89096 CPUtime=35.83 cores=0,2,4,6
/proc/24826/stat : 24826 (glucose_static) R 24825 24819 21702 0 -1 4202496 18652 0 0 0 3579 4 0 0 20 0 1 0 274551868 91234304 20389 33554432000 4194304 4896791 140737222830464 140737222827672 4224827 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24826/statm: 22274 20389 78 172 0 22100 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 144072

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 24871
/proc/meminfo: memFree=30079052/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24825/stat : 24825 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274551868 9367552 267 33554432000 4194304 5064252 140736402046800 140736402045712 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24825/statm: 2287 267 226 213 0 72 0
[pid=24826] ppid=24825 vsize=91780 CPUtime=87.03 cores=0,2,4,6
/proc/24826/stat : 24826 (glucose_static) R 24825 24819 21702 0 -1 4202496 19919 0 0 0 8697 6 0 0 20 0 1 0 274551868 93982720 21477 33554432000 4194304 4896791 140737222830464 140737222827608 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24826/statm: 22945 21477 78 172 0 22771 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 146756

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 24871
/proc/meminfo: memFree=30070460/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 24882
/proc/meminfo: memFree=29988212/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24825/stat : 24825 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274551868 9367552 267 33554432000 4194304 5064252 140736402046800 140736402045712 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24825/statm: 2287 267 226 213 0 72 0
[pid=24826] ppid=24825 vsize=150304 CPUtime=1406.78 cores=0,2,4,6
/proc/24826/stat : 24826 (glucose_static) R 24825 24819 21702 0 -1 4202496 40277 0 0 0 140648 30 0 0 20 0 1 0 274551868 153911296 33805 33554432000 4194304 4896791 140737222830464 140737222827992 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24826/statm: 37576 33805 78 172 0 37402 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 205280

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24882
/proc/meminfo: memFree=29970888/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24825/stat : 24825 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274551868 9367552 267 33554432000 4194304 5064252 140736402046800 140736402045712 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24825/statm: 2287 267 226 213 0 72 0
[pid=24826] ppid=24825 vsize=181760 CPUtime=1466.77 cores=0,2,4,6
/proc/24826/stat : 24826 (glucose_static) R 24825 24819 21702 0 -1 4202496 41044 0 0 0 146646 31 0 0 20 0 1 0 274551868 186122240 37119 33554432000 4194304 4896791 140737222830464 140737222827672 4224871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24826/statm: 45440 37119 78 172 0 45266 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 236736

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24883
/proc/meminfo: memFree=29992212/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24825/stat : 24825 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274551868 9367552 267 33554432000 4194304 5064252 140736402046800 140736402045712 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24825/statm: 2287 267 226 213 0 72 0
[pid=24826] ppid=24825 vsize=151572 CPUtime=1526.74 cores=0,2,4,6
/proc/24826/stat : 24826 (glucose_static) R 24825 24819 21702 0 -1 4202496 42239 0 0 0 152642 32 0 0 20 0 1 0 274551868 155209728 34165 33554432000 4194304 4896791 140737222830464 140737222827992 4224960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24826/statm: 37893 34165 78 172 0 37719 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 206548

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24886
/proc/meminfo: memFree=29978616/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24825/stat : 24825 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274551868 9367552 267 33554432000 4194304 5064252 140736402046800 140736402045712 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24825/statm: 2287 267 226 213 0 72 0
[pid=24826] ppid=24825 vsize=183136 CPUtime=1586.73 cores=0,2,4,6
/proc/24826/stat : 24826 (glucose_static) R 24825 24819 21702 0 -1 4202496 42997 0 0 0 158640 33 0 0 20 0 1 0 274551868 187531264 37472 33554432000 4194304 4896791 140737222830464 140737222827992 4224840 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24826/statm: 45784 37472 78 172 0 45610 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 238112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24886
/proc/meminfo: memFree=29991184/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24825/stat : 24825 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274551868 9367552 267 33554432000 4194304 5064252 140736402046800 140736402045712 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24825/statm: 2287 267 226 213 0 72 0
[pid=24826] ppid=24825 vsize=134100 CPUtime=1646.72 cores=0,2,4,6
/proc/24826/stat : 24826 (glucose_static) R 24825 24819 21702 0 -1 4202496 43696 0 0 0 164637 35 0 0 20 0 1 0 274551868 137318400 32004 33554432000 4194304 4896791 140737222830464 140737222827672 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24826/statm: 33525 32004 78 172 0 33351 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 189076

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24886
/proc/meminfo: memFree=29988108/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24825/stat : 24825 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274551868 9367552 267 33554432000 4194304 5064252 140736402046800 140736402045712 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24825/statm: 2287 267 226 213 0 72 0
[pid=24826] ppid=24825 vsize=153584 CPUtime=1706.71 cores=0,2,4,6
/proc/24826/stat : 24826 (glucose_static) R 24825 24819 21702 0 -1 4202496 44343 0 0 0 170636 35 0 0 20 0 1 0 274551868 157270016 36226 33554432000 4194304 4896791 140737222830464 140737222826200 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24826/statm: 38396 36226 78 172 0 38222 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 208560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24886
/proc/meminfo: memFree=29968396/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24825/stat : 24825 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274551868 9367552 267 33554432000 4194304 5064252 140736402046800 140736402045712 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24825/statm: 2287 267 226 213 0 72 0
[pid=24826] ppid=24825 vsize=185324 CPUtime=1766.68 cores=0,2,4,6
/proc/24826/stat : 24826 (glucose_static) R 24825 24819 21702 0 -1 4202496 45178 0 0 0 176632 36 0 0 20 0 1 0 274551868 189771776 39073 33554432000 4194304 4896791 140737222830464 140737222826200 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24826/statm: 46331 39073 78 172 0 46157 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 240300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24886
/proc/meminfo: memFree=29992672/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24825/stat : 24825 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274551868 9367552 267 33554432000 4194304 5064252 140736402046800 140736402045712 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24825/statm: 2287 267 226 213 0 72 0
[pid=24826] ppid=24825 vsize=135936 CPUtime=1785.09 cores=0,2,4,6
/proc/24826/stat : 24826 (glucose_static) R 24825 24819 21702 0 -1 4202496 45735 0 0 0 178472 37 0 0 20 0 1 0 274551868 139198464 32433 33554432000 4194304 4896791 140737222830464 140737222828040 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24826/statm: 33984 32433 78 172 0 33810 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 190912

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24886
/proc/meminfo: memFree=29992672/32873648 swapFree=7108/7108
[pid=24819] ppid=24817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (runPb2sat.sh) S 24817 24819 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550345 9367552 274 33554432000 4194304 5064252 140737226464272 140737226463184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24819/statm: 2287 274 233 213 0 72 0
[pid=24820] ppid=24819 vsize=36680 CPUtime=14.97 cores=0,2,4,6
/proc/24820/stat : 24820 (pb2sat) S 24819 24819 21702 0 -1 4202496 8128 18144 0 0 61 95 1334 7 20 0 1 0 274550345 37560320 8133 33554432000 4194304 5873084 140734901301088 140734901294904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 23 0 0
/proc/24820/statm: 9170 8133 177 410 0 8752 0
[pid=24825] ppid=24820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24825/stat : 24825 (satsolver.sh) S 24820 24819 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274551868 9367552 267 33554432000 4194304 5064252 140736402046800 140736402045712 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24825/statm: 2287 267 226 213 0 72 0
[pid=24826] ppid=24825 vsize=135936 CPUtime=1785.09 cores=0,2,4,6
/proc/24826/stat : 24826 (glucose_static) R 24825 24819 21702 0 -1 4202496 45735 0 0 0 178472 37 0 0 20 0 1 0 274551868 139198464 32433 33554432000 4194304 4896791 140737222830464 140737222828040 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24826/statm: 33984 32433 78 172 0 33810 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 190912

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.09
CPU user time (s): 1798.68
CPU system time (s): 1.41079
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 271052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.41078
maximum resident set size= 190948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72996
page faults= 0
swaps= 0
block input operations= 0
block output operations= 76048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149
involuntary context switches= 1903

runsolver used 3.62845 second user time and 8.68268 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 04:04:09
IDJOB=3696927
IDBENCH=48269
IDSOLVER=2274
FILE ID=node123/3696927-1338084249
RUNJOBID= node123-1338052409-21718
PBS_JOBID= 14624391
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 24465d104818b01999b811ba346c3d8e
RANDOM SEED=288438445

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30318492 kB
Buffers:          271748 kB
Cached:          1360184 kB
SwapCached:         2176 kB
Active:           792132 kB
Inactive:         966536 kB
Active(anon):     114968 kB
Inactive(anon):    13932 kB
Active(file):     677164 kB
Inactive(file):   952604 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104140 kB
Dirty:              9356 kB
Writeback:             0 kB
AnonPages:        170520 kB
Mapped:            15180 kB
Shmem:               100 kB
Slab:             657948 kB
SReclaimable:     102396 kB
SUnreclaim:       555552 kB
KernelStack:        1520 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     271732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71608 MiB
End job on node123 at 2012-05-27 04:34:10