Trace number 3696295

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.11 1801.71

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod008.opb
MD5SUM4dd9ac2644c29d272d2675c7fc366ed6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark0.305953
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 307
Optimality of the best value was proved YES
Number of variables319
Total number of constraints6
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 constraints6
Minimum length of a constraint186
Maximum length of a constraint231
Number of terms in the objective function 319
Biggest coefficient in the objective function 87
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 23554
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 22000
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 1027256
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.12	c fallback to adder encoding
0.00/0.78	c fallback to adder encoding
3.87/3.91	c model valid
3.87/3.91	c current solution ok
5.76/6.68	o 10096
5.76/6.68	c current bound: 5048
5.76/6.68	c fallback to adder encoding
9.69/10.67	c model valid
9.69/10.67	c current solution ok
9.80/10.71	o 5013
9.80/10.71	c current bound: 2506
9.80/10.78	c fallback to adder encoding
16.58/17.60	c model valid
16.58/17.60	c current solution ok
16.68/17.64	o 2501
16.68/17.64	c current bound: 1250
16.68/17.64	c fallback to adder encoding
21.06/22.10	c model valid
21.06/22.10	c current solution ok
21.19/22.14	o 1087
21.19/22.14	c current bound: 543
22.37/23.33	c model valid
22.37/23.33	c current solution ok
22.41/23.76	o 495
22.41/23.76	c current bound: 247
1800.06/1801.71	./satsolver.sh: line 5:  5988 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.06/1801.71	c error: unexpected solver exit code
1800.06/1801.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-3696295-1338049987/watcher-3696295-1338049987 -o /tmp/evaluation-result-3696295-1338049987/solver-3696295-1338049987 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696295-1338049987.opb 1357753140 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.91 1.65 1.80 3/179 5969
/proc/meminfo: memFree=28878052/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0

[startup+0.012062 s]
/proc/loadavg: 1.91 1.65 1.80 3/179 5969
/proc/meminfo: memFree=28878052/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 1.91 1.65 1.80 3/179 5969
/proc/meminfo: memFree=28878052/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300236 s]
/proc/loadavg: 1.91 1.65 1.80 3/179 5969
/proc/meminfo: memFree=28878052/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700175 s]
/proc/loadavg: 1.91 1.65 1.80 3/179 5969
/proc/meminfo: memFree=28878052/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 1.91 1.65 1.80 3/181 5971
/proc/meminfo: memFree=28784028/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=95296 CPUtime=1.13 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 25313 0 0 0 106 7 0 0 20 0 1 0 271124425 97583104 21905 33554432000 4194304 5873084 140735982199600 140735982196024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5970/statm: 23824 21905 168 410 0 23406 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 104444

[startup+3.10037 s]
/proc/loadavg: 1.91 1.65 1.80 3/183 5973
/proc/meminfo: memFree=28664384/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=95296 CPUtime=1.13 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 25313 0 0 0 106 7 0 0 20 0 1 0 271124425 97583104 21905 33554432000 4194304 5873084 140735982199600 140735982196024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5970/statm: 23824 21905 168 410 0 23406 0
[pid=5972] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5972/stat : 5972 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271124540 9367552 267 33554432000 4194304 5064252 140733415995328 140733415994240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5972/statm: 2287 267 226 213 0 72 0
[pid=5973] ppid=5972 vsize=114704 CPUtime=1.94 cores=1,3,5,7
/proc/5973/stat : 5973 (glucose_static) R 5972 5969 3226 0 -1 4202496 25736 0 0 0 190 4 0 0 20 0 1 0 271124540 117456896 25626 33554432000 4194304 4896791 140734993078496 140734993076008 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5973/statm: 28676 25626 78 172 0 28502 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 228296

[startup+6.30017 s]
/proc/loadavg: 1.92 1.66 1.80 3/181 5973
/proc/meminfo: memFree=28714576/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=105472 CPUtime=5.76 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 27882 27175 0 0 141 163 267 5 20 0 1 0 271124425 108003328 24425 33554432000 4194304 5873084 140735982199600 140735982194936 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 16 0 0
/proc/5970/statm: 26368 24425 176 410 0 25950 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 114620

[startup+12.7004 s]
/proc/loadavg: 1.92 1.66 1.80 3/183 5979
/proc/meminfo: memFree=28585060/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=109568 CPUtime=9.87 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 31942 53599 0 0 148 164 655 20 20 0 1 0 271124425 112197632 25117 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 19 0 0
/proc/5970/statm: 27392 25117 177 410 0 26974 0
[pid=5978] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5978/stat : 5978 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271125502 9367552 266 33554432000 4194304 5064252 140735768374384 140735768373296 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5978/statm: 2287 266 226 213 0 72 0
[pid=5979] ppid=5978 vsize=116584 CPUtime=1.91 cores=1,3,5,7
/proc/5979/stat : 5979 (glucose_static) R 5978 5969 3226 0 -1 4202496 23777 0 0 0 186 5 0 0 20 0 1 0 271125503 119382016 25796 33554432000 4194304 4896791 140737123245808 140737123243016 4224983 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5979/statm: 29146 25796 78 172 0 28972 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 244448

[startup+25.5004 s]
/proc/loadavg: 1.94 1.68 1.80 3/183 5988
/proc/meminfo: memFree=28570752/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=128592 CPUtime=1.67 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 26857 0 0 0 163 4 0 0 20 0 1 0 271126806 131678208 28923 33554432000 4194304 4896791 140737129741952 140737129739160 4225108 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5988/statm: 32148 28923 78 172 0 31974 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 264648

[startup+51.1005 s]
/proc/loadavg: 2.03 1.72 1.81 3/183 5988
/proc/meminfo: memFree=28595692/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=131112 CPUtime=27.27 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 27740 0 0 0 2722 5 0 0 20 0 1 0 271126806 134258688 29804 33554432000 4194304 4896791 140737129741952 140737129739160 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5988/statm: 32778 29804 78 172 0 32604 0
Current children cumulated CPU time (s) 49.76
Current children cumulated vsize (KiB) 267168

[startup+102.3 s]
/proc/loadavg: 2.01 1.76 1.82 3/183 5988
/proc/meminfo: memFree=28561860/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=143208 CPUtime=78.45 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 28215 0 0 0 7840 5 0 0 20 0 1 0 271126806 146644992 30881 33554432000 4194304 4896791 140737129741952 140737129739160 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5988/statm: 35802 30881 78 172 0 35628 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 279264

[startup+162.3 s]
/proc/loadavg: 2.04 1.82 1.83 3/183 5991
/proc/meminfo: memFree=28564732/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=143772 CPUtime=138.42 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 28368 0 0 0 13837 5 0 0 20 0 1 0 271126806 147222528 32051 33554432000 4194304 4896791 140737129741952 140737129739160 4224963 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5988/statm: 35943 32051 78 172 0 35769 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 279828

[startup+222.307 s]
/proc/loadavg: 2.01 1.85 1.84 3/183 5991
/proc/meminfo: memFree=28552488/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 6002
/proc/meminfo: memFree=28400540/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=155304 CPUtime=1338.23 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 43352 0 0 0 133805 18 0 0 20 0 1 0 271126806 159031296 33874 33554432000 4194304 4896791 140737129741952 140737129739528 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5988/statm: 38826 33874 78 172 0 38652 0
Current children cumulated CPU time (s) 1360.72
Current children cumulated vsize (KiB) 291360

[startup+1422.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/183 6002
/proc/meminfo: memFree=28456380/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=155440 CPUtime=1398.23 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 43405 0 0 0 139805 18 0 0 20 0 1 0 271126806 159170560 34973 33554432000 4194304 4896791 140737129741952 140737129739160 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5988/statm: 38860 34973 78 172 0 38686 0
Current children cumulated CPU time (s) 1420.72
Current children cumulated vsize (KiB) 291496

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/183 6002
/proc/meminfo: memFree=28396340/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=155708 CPUtime=1458.21 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 43449 0 0 0 145803 18 0 0 20 0 1 0 271126806 159444992 35528 33554432000 4194304 4896791 140737129741952 140737129739160 4223809 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5988/statm: 38927 35528 78 172 0 38753 0
Current children cumulated CPU time (s) 1480.7
Current children cumulated vsize (KiB) 291764

[startup+1542.31 s]
/proc/loadavg: 2.01 2.00 1.93 3/183 6003
/proc/meminfo: memFree=28435756/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=156152 CPUtime=1518.21 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 43572 0 0 0 151803 18 0 0 20 0 1 0 271126806 159899648 36673 33554432000 4194304 4896791 140737129741952 140737129739160 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5988/statm: 39038 36673 78 172 0 38864 0
Current children cumulated CPU time (s) 1540.7
Current children cumulated vsize (KiB) 292208

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 6003
/proc/meminfo: memFree=28386608/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=156288 CPUtime=1578.2 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 44175 0 0 0 157801 19 0 0 20 0 1 0 271126806 160038912 34936 33554432000 4194304 4896791 140737129741952 140737129739528 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5988/statm: 39072 34936 78 172 0 38898 0
Current children cumulated CPU time (s) 1600.69
Current children cumulated vsize (KiB) 292344

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/182 6046
/proc/meminfo: memFree=27999444/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=156452 CPUtime=1638.19 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 44217 0 0 0 163800 19 0 0 20 0 1 0 271126806 160206848 36000 33554432000 4194304 4896791 140737129741952 140737129739160 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5988/statm: 39113 36000 78 172 0 38939 0
Current children cumulated CPU time (s) 1660.68
Current children cumulated vsize (KiB) 292508

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 1.94 3/184 6071
/proc/meminfo: memFree=23649224/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=156760 CPUtime=1698.18 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 44282 0 0 0 169799 19 0 0 20 0 1 0 271126806 160522240 36576 33554432000 4194304 4896791 140737129741952 140737129739160 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5988/statm: 39190 36576 78 172 0 39016 0
Current children cumulated CPU time (s) 1720.67
Current children cumulated vsize (KiB) 292816

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/183 6071
/proc/meminfo: memFree=23608584/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=156900 CPUtime=1758.17 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 44939 0 0 0 175797 20 0 0 20 0 1 0 271126806 160665600 34817 33554432000 4194304 4896791 140737129741952 140737129739528 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5988/statm: 39225 34817 78 172 0 39051 0
Current children cumulated CPU time (s) 1780.66
Current children cumulated vsize (KiB) 292956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.02 2.02 1.94 3/183 6071
/proc/meminfo: memFree=23594244/32873660 swapFree=7108/7108
[pid=5969] ppid=5967 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5969/stat : 5969 (runPb2sat.sh) S 5967 5969 3226 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271124425 9367552 274 33554432000 4194304 5064252 140737083191424 140737083190336 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5969/statm: 2287 274 233 213 0 72 0
[pid=5970] ppid=5969 vsize=117760 CPUtime=22.49 cores=1,3,5,7
/proc/5970/stat : 5970 (pb2sat) S 5969 5969 3226 0 -1 4202496 43371 135689 0 0 170 167 1857 55 20 0 1 0 271124425 120586240 27130 33554432000 4194304 5873084 140735982199600 140735982193416 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 19 0 0
/proc/5970/statm: 29440 27130 178 410 0 29022 0
[pid=5987] ppid=5970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5987/stat : 5987 (satsolver.sh) S 5970 5969 3226 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271126806 9367552 267 33554432000 4194304 5064252 140735390773040 140735390771952 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5987/statm: 2287 267 226 213 0 72 0
[pid=5988] ppid=5987 vsize=156900 CPUtime=1777.57 cores=1,3,5,7
/proc/5988/stat : 5988 (glucose_static) R 5987 5969 3226 0 -1 4202496 44939 0 0 0 177737 20 0 0 20 0 1 0 271126806 160665600 34817 33554432000 4194304 4896791 140737129741952 140737129739528 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5988/statm: 39225 34817 78 172 0 39051 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 292956

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1801.71
CPU time (s): 1800.11
CPU user time (s): 1797.67
CPU system time (s): 2.44063
CPU usage (%): 99.9107
Max. virtual memory (cumulated for all children) (KiB): 328260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.67
system time used= 2.44063
maximum resident set size= 169236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224985
page faults= 0
swaps= 0
block input operations= 0
block output operations= 397568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128
involuntary context switches= 1948

runsolver used 5.75712 second user time and 20.2529 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-26 18:33:07
IDJOB=3696295
IDBENCH=1854
IDSOLVER=2274
FILE ID=node117/3696295-1338049987
RUNJOBID= node117-1338049839-5877
PBS_JOBID= 14624354
Free space on /tmp= 71500 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod008.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696295-1338049987/watcher-3696295-1338049987 -o /tmp/evaluation-result-3696295-1338049987/solver-3696295-1338049987 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696295-1338049987.opb 1357753140 HOME HOME

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

MD5SUM BENCH= 4dd9ac2644c29d272d2675c7fc366ed6
RANDOM SEED=1357753140

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        28879324 kB
Buffers:          272524 kB
Cached:          2852424 kB
SwapCached:            0 kB
Active:           665836 kB
Inactive:        2544372 kB
Active(anon):      87736 kB
Inactive(anon):        0 kB
Active(file):     578100 kB
Inactive(file):  2544372 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8560 kB
Writeback:             0 kB
AnonPages:        104488 kB
Mapped:            15084 kB
Shmem:               200 kB
Slab:             644216 kB
SReclaimable:      88740 kB
SUnreclaim:       555476 kB
KernelStack:        1520 kB
PageTables:         3732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     209292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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= 70724 MiB
End job on node117 at 2012-05-26 19:03:09