Trace number 3696315

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.06 1804.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos16.opb
MD5SUM49459e9c72edb2754f1d384319cf8731
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark1076.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 114
Optimality of the best value was proved NO
Number of variables464
Total number of constraints1059
Number of constraints which are clauses336
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints723
Minimum length of a constraint2
Maximum length of a constraint128
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 138
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 535
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.13	c model valid
0.00/0.13	c current solution ok
0.00/0.23	o 125
0.00/0.23	c current bound: 62
30.15/30.24	c current bound: 94
736.49/740.60	c current bound: 110
1800.03/1804.31	./satsolver.sh: line 5:  3609 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1804.31	c error: unexpected solver exit code
1800.03/1804.31	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-3696315-1338049469/watcher-3696315-1338049469 -o /tmp/evaluation-result-3696315-1338049469/solver-3696315-1338049469 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696315-1338049469.opb 511699423 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.28 3/173 3577
/proc/meminfo: memFree=28892584/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0

[startup+0.0127181 s]
/proc/loadavg: 1.00 1.01 1.28 3/173 3577
/proc/meminfo: memFree=28892584/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100254 s]
/proc/loadavg: 1.00 1.01 1.28 3/173 3577
/proc/meminfo: memFree=28892584/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300256 s]
/proc/loadavg: 1.00 1.01 1.28 3/173 3577
/proc/meminfo: memFree=28892584/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 1.00 1.01 1.28 3/173 3577
/proc/meminfo: memFree=28892584/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 1.00 1.01 1.28 3/177 3584
/proc/meminfo: memFree=28842276/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=0.21 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2043 2723 0 0 9 8 4 0 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3583] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3583/stat : 3583 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271074354 9367552 267 33554432000 4194304 5064252 140734119203936 140734119202848 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3583/statm: 2287 267 226 213 0 72 0
[pid=3584] ppid=3583 vsize=10928 CPUtime=1.25 cores=1,3,5,7
/proc/3584/stat : 3584 (glucose_static) R 3583 3577 32297 0 -1 4202496 2520 0 0 0 125 0 0 0 20 0 1 0 271074354 11190272 2134 33554432000 4194304 4896791 140735174215600 140735174212808 4225344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3584/statm: 2732 2134 76 172 0 2558 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 35464

[startup+3.10039 s]
/proc/loadavg: 1.00 1.01 1.28 3/181 3595
/proc/meminfo: memFree=28810224/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=0.21 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2043 2723 0 0 9 8 4 0 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3583] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3583/stat : 3583 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271074354 9367552 267 33554432000 4194304 5064252 140734119203936 140734119202848 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3583/statm: 2287 267 226 213 0 72 0
[pid=3584] ppid=3583 vsize=11400 CPUtime=2.85 cores=1,3,5,7
/proc/3584/stat : 3584 (glucose_static) R 3583 3577 32297 0 -1 4202496 4394 0 0 0 285 0 0 0 20 0 1 0 271074354 11673600 2351 33554432000 4194304 4896791 140735174215600 140735174212920 4224975 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3584/statm: 2850 2351 78 172 0 2676 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 35936

[startup+6.30039 s]
/proc/loadavg: 1.08 1.03 1.28 3/181 3595
/proc/meminfo: memFree=28726832/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=0.21 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2043 2723 0 0 9 8 4 0 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3583] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3583/stat : 3583 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271074354 9367552 267 33554432000 4194304 5064252 140734119203936 140734119202848 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3583/statm: 2287 267 226 213 0 72 0
[pid=3584] ppid=3583 vsize=12440 CPUtime=6.05 cores=1,3,5,7
/proc/3584/stat : 3584 (glucose_static) R 3583 3577 32297 0 -1 4202496 7012 0 0 0 605 0 0 0 20 0 1 0 271074354 12738560 2868 33554432000 4194304 4896791 140735174215600 140735174213128 4225201 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3584/statm: 3110 2868 78 172 0 2936 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 36976

[startup+12.7004 s]
/proc/loadavg: 1.15 1.05 1.28 3/181 3595
/proc/meminfo: memFree=28559696/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=0.21 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2043 2723 0 0 9 8 4 0 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3583] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3583/stat : 3583 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271074354 9367552 267 33554432000 4194304 5064252 140734119203936 140734119202848 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3583/statm: 2287 267 226 213 0 72 0
[pid=3584] ppid=3583 vsize=16392 CPUtime=12.45 cores=1,3,5,7
/proc/3584/stat : 3584 (glucose_static) R 3583 3577 32297 0 -1 4202496 9610 0 0 0 1244 1 0 0 20 0 1 0 271074354 16785408 3436 33554432000 4194304 4896791 140735174215600 140735174213128 4204079 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3584/statm: 4098 3436 78 172 0 3924 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 40928

[startup+25.5004 s]
/proc/loadavg: 1.34 1.09 1.29 3/181 3595
/proc/meminfo: memFree=28236424/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=0.21 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2043 2723 0 0 9 8 4 0 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3583] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3583/stat : 3583 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271074354 9367552 267 33554432000 4194304 5064252 140734119203936 140734119202848 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3583/statm: 2287 267 226 213 0 72 0
[pid=3584] ppid=3583 vsize=15760 CPUtime=25.25 cores=1,3,5,7
/proc/3584/stat : 3584 (glucose_static) R 3583 3577 32297 0 -1 4202496 14941 0 0 0 2522 3 0 0 20 0 1 0 271074354 16138240 3360 33554432000 4194304 4896791 140735174215600 140735174213176 4225191 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3584/statm: 3940 3360 78 172 0 3766 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40296

[startup+51.1004 s]
/proc/loadavg: 1.56 1.16 1.31 3/181 3598
/proc/meminfo: memFree=27540788/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=30.22 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2099 21050 0 0 9 8 3000 5 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3597] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3597/stat : 3597 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271077355 9367552 266 33554432000 4194304 5064252 140734123346976 140734123345888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3597/statm: 2287 266 226 213 0 72 0
[pid=3598] ppid=3597 vsize=16560 CPUtime=20.83 cores=1,3,5,7
/proc/3598/stat : 3598 (glucose_static) R 3597 3577 32297 0 -1 4202496 12022 0 0 0 2082 1 0 0 20 0 1 0 271077355 16957440 3601 33554432000 4194304 4896791 140735723087952 140735723085480 4225445 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3598/statm: 4140 3601 78 172 0 3966 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 41096

[startup+102.3 s]
/proc/loadavg: 1.81 1.29 1.34 3/180 3598
/proc/meminfo: memFree=26103396/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=30.22 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2099 21050 0 0 9 8 3000 5 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3597] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3597/stat : 3597 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271077355 9367552 266 33554432000 4194304 5064252 140734123346976 140734123345888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3597/statm: 2287 266 226 213 0 72 0
[pid=3598] ppid=3597 vsize=25224 CPUtime=72.03 cores=1,3,5,7
/proc/3598/stat : 3598 (glucose_static) R 3597 3577 32297 0 -1 4202496 22374 0 0 0 7198 5 0 0 20 0 1 0 271077355 25829376 5577 33554432000 4194304 4896791 140735723087952 140735723085480 4225011 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3598/statm: 6306 5577 78 172 0 6132 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 49760

[startup+162.3 s]
/proc/loadavg: 1.93 1.42 1.38 3/182 3600
/proc/meminfo: memFree=24472272/32873648 swapFree=7108/7108
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=30.22 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2099 21050 0 0 9 8 3000 5 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3597] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.23 2.21 3/183 3672
/proc/meminfo: memFree=28960080/32873648 swapFree=7116/7116
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=736.5 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2153 88139 0 7 9 8 73592 41 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3608] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3608/stat : 3608 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271148391 9367552 266 33554432000 4194304 5064252 140733835871024 140733835869936 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3608/statm: 2287 266 226 213 0 72 0
[pid=3609] ppid=3608 vsize=47500 CPUtime=621.58 cores=1,3,5,7
/proc/3609/stat : 3609 (glucose_static) R 3608 3577 32297 0 -1 4202496 60092 0 0 0 62129 29 0 0 20 0 1 0 271148391 48640000 10235 33554432000 4194304 4896791 140733441961392 140733441958920 4225002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3609/statm: 11875 10235 78 172 0 11701 0
Current children cumulated CPU time (s) 1358.08
Current children cumulated vsize (KiB) 72036

[startup+1422.3 s]
/proc/loadavg: 2.00 2.18 2.19 3/183 3672
/proc/meminfo: memFree=28959228/32873648 swapFree=7116/7116
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=736.5 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2153 88139 0 7 9 8 73592 41 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3608] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3608/stat : 3608 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271148391 9367552 266 33554432000 4194304 5064252 140733835871024 140733835869936 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3608/statm: 2287 266 226 213 0 72 0
[pid=3609] ppid=3608 vsize=41012 CPUtime=681.58 cores=1,3,5,7
/proc/3609/stat : 3609 (glucose_static) R 3608 3577 32297 0 -1 4202496 62728 0 0 0 68127 31 0 0 20 0 1 0 271148391 41996288 9080 33554432000 4194304 4896791 140733441961392 140733441958968 4225148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3609/statm: 10253 9080 78 172 0 10079 0
Current children cumulated CPU time (s) 1418.08
Current children cumulated vsize (KiB) 65548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.15 2.17 3/183 3672
/proc/meminfo: memFree=28946736/32873648 swapFree=7116/7116
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=736.5 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2153 88139 0 7 9 8 73592 41 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3608] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3608/stat : 3608 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271148391 9367552 266 33554432000 4194304 5064252 140733835871024 140733835869936 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3608/statm: 2287 266 226 213 0 72 0
[pid=3609] ppid=3608 vsize=60800 CPUtime=741.57 cores=1,3,5,7
/proc/3609/stat : 3609 (glucose_static) R 3608 3577 32297 0 -1 4202496 65149 0 0 0 74124 33 0 0 20 0 1 0 271148391 62259200 11509 33554432000 4194304 4896791 140733441961392 140733441958920 4225361 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3609/statm: 15200 11509 78 172 0 15026 0
Current children cumulated CPU time (s) 1478.07
Current children cumulated vsize (KiB) 85336

[startup+1542.3 s]
/proc/loadavg: 2.00 2.12 2.16 3/184 3675
/proc/meminfo: memFree=28952176/32873648 swapFree=7116/7116
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=736.5 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2153 88139 0 7 9 8 73592 41 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3608] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3608/stat : 3608 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271148391 9367552 266 33554432000 4194304 5064252 140733835871024 140733835869936 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3608/statm: 2287 266 226 213 0 72 0
[pid=3609] ppid=3608 vsize=50084 CPUtime=801.56 cores=1,3,5,7
/proc/3609/stat : 3609 (glucose_static) R 3608 3577 32297 0 -1 4202496 68162 0 0 0 80121 35 0 0 20 0 1 0 271148391 51286016 10014 33554432000 4194304 4896791 140733441961392 140733441958920 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3609/statm: 12521 10014 78 172 0 12347 0
Current children cumulated CPU time (s) 1538.06
Current children cumulated vsize (KiB) 74620

[startup+1602.3 s]
/proc/loadavg: 2.00 2.09 2.15 3/183 3675
/proc/meminfo: memFree=28942508/32873648 swapFree=7116/7116
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=736.5 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2153 88139 0 7 9 8 73592 41 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3608] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3608/stat : 3608 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271148391 9367552 266 33554432000 4194304 5064252 140733835871024 140733835869936 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3608/statm: 2287 266 226 213 0 72 0
[pid=3609] ppid=3608 vsize=62144 CPUtime=861.55 cores=1,3,5,7
/proc/3609/stat : 3609 (glucose_static) R 3608 3577 32297 0 -1 4202496 70059 0 0 0 86118 37 0 0 20 0 1 0 271148391 63635456 11900 33554432000 4194304 4896791 140733441961392 140733441958920 4225361 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3609/statm: 15536 11900 78 172 0 15362 0
Current children cumulated CPU time (s) 1598.05
Current children cumulated vsize (KiB) 86680

[startup+1662.3 s]
/proc/loadavg: 2.00 2.07 2.14 3/183 3676
/proc/meminfo: memFree=28934468/32873648 swapFree=7116/7116
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=736.5 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2153 88139 0 7 9 8 73592 41 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3608] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3608/stat : 3608 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271148391 9367552 266 33554432000 4194304 5064252 140733835871024 140733835869936 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3608/statm: 2287 266 226 213 0 72 0
[pid=3609] ppid=3608 vsize=63548 CPUtime=921.54 cores=1,3,5,7
/proc/3609/stat : 3609 (glucose_static) R 3608 3577 32297 0 -1 4202496 71406 0 0 0 92116 38 0 0 20 0 1 0 271148391 65073152 13804 33554432000 4194304 4896791 140733441961392 140733441958920 4224975 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3609/statm: 15887 13804 78 172 0 15713 0
Current children cumulated CPU time (s) 1658.04
Current children cumulated vsize (KiB) 88084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.13 3/183 3676
/proc/meminfo: memFree=28944056/32873648 swapFree=7116/7116
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=736.5 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2153 88139 0 7 9 8 73592 41 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3608] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3608/stat : 3608 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271148391 9367552 266 33554432000 4194304 5064252 140733835871024 140733835869936 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3608/statm: 2287 266 226 213 0 72 0
[pid=3609] ppid=3608 vsize=52892 CPUtime=981.53 cores=1,3,5,7
/proc/3609/stat : 3609 (glucose_static) R 3608 3577 32297 0 -1 4202496 73222 0 0 0 98112 41 0 0 20 0 1 0 271148391 54161408 11883 33554432000 4194304 4896791 140733441961392 140733441958920 4225201 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3609/statm: 13223 11883 78 172 0 13049 0
Current children cumulated CPU time (s) 1718.03
Current children cumulated vsize (KiB) 77428

[startup+1782.31 s]
/proc/loadavg: 2.00 2.05 2.12 3/183 3676
/proc/meminfo: memFree=28936164/32873648 swapFree=7116/7116
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=736.5 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2153 88139 0 7 9 8 73592 41 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3608] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3608/stat : 3608 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271148391 9367552 266 33554432000 4194304 5064252 140733835871024 140733835869936 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3608/statm: 2287 266 226 213 0 72 0
[pid=3609] ppid=3608 vsize=65448 CPUtime=1041.52 cores=1,3,5,7
/proc/3609/stat : 3609 (glucose_static) R 3608 3577 32297 0 -1 4202496 75434 0 0 0 104110 42 0 0 20 0 1 0 271148391 67018752 13294 33554432000 4194304 4896791 140733441961392 140733441958920 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3609/statm: 16362 13294 78 172 0 16188 0
Current children cumulated CPU time (s) 1778.02
Current children cumulated vsize (KiB) 89984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.31 s]
/proc/loadavg: 2.00 2.04 2.11 3/183 3676
/proc/meminfo: memFree=28930144/32873648 swapFree=7116/7116
[pid=3577] ppid=3575 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (runPb2sat.sh) S 3575 3577 32297 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271074330 9367552 274 33554432000 4194304 5064252 140737265191920 140737265190832 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3577/statm: 2287 274 233 213 0 72 0
[pid=3578] ppid=3577 vsize=6240 CPUtime=736.5 cores=1,3,5,7
/proc/3578/stat : 3578 (pb2sat) S 3577 3577 32297 0 -1 4202496 2153 88139 0 7 9 8 73592 41 20 0 1 0 271074330 6389760 1069 33554432000 4194304 5873084 140735285903008 140735285896824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 1560 1069 173 410 0 1142 0
[pid=3608] ppid=3578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3608/stat : 3608 (satsolver.sh) S 3578 3577 32297 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271148391 9367552 266 33554432000 4194304 5064252 140733835871024 140733835869936 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3608/statm: 2287 266 226 213 0 72 0
[pid=3609] ppid=3608 vsize=65544 CPUtime=1063.53 cores=1,3,5,7
/proc/3609/stat : 3609 (glucose_static) R 3608 3577 32297 0 -1 4202496 75450 0 0 0 106311 42 0 0 20 0 1 0 271148391 67117056 14843 33554432000 4194304 4896791 140733441961392 140733441958824 4224975 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3609/statm: 16386 14843 78 172 0 16212 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 90080

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1804.32
CPU time (s): 1800.06
CPU user time (s): 1799.13
CPU system time (s): 0.930858
CPU usage (%): 99.764
Max. virtual memory (cumulated for all children) (KiB): 100600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 0.930858
maximum resident set size= 68828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166728
page faults= 7
swaps= 0
block input operations= 672
block output operations= 13560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115
involuntary context switches= 1871

runsolver used 6.28604 second user time and 17.9063 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-26 18:24:30
IDJOB=3696315
IDBENCH=1844
IDSOLVER=2274
FILE ID=node114/3696315-1338049469
RUNJOBID= node114-1338049469-3560
PBS_JOBID= 14624357
Free space on /tmp= 71444 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos16.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696315-1338049469/watcher-3696315-1338049469 -o /tmp/evaluation-result-3696315-1338049469/solver-3696315-1338049469 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696315-1338049469.opb 511699423 HOME HOME

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

MD5SUM BENCH= 49459e9c72edb2754f1d384319cf8731
RANDOM SEED=511699423

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28893468 kB
Buffers:          252396 kB
Cached:          2940984 kB
SwapCached:            0 kB
Active:           915520 kB
Inactive:        2292420 kB
Active(anon):      17020 kB
Inactive(anon):        0 kB
Active(file):     898500 kB
Inactive(file):  2292420 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11260 kB
Writeback:             0 kB
AnonPages:         21352 kB
Mapped:            12632 kB
Shmem:               200 kB
Slab:             634304 kB
SReclaimable:      78576 kB
SUnreclaim:       555728 kB
KernelStack:        1392 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71180 MiB
End job on node114 at 2012-05-26 18:54:34