Trace number 3694892

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
pb2satCp2 2012-05-19? (TO) 1800.14 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.5:100.opb
MD5SUM885184c694263ba985a0dc2cd49b3440
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.160975
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables776
Total number of constraints867
Number of constraints which are clauses701
Number of constraints which are cardinality constraints (but not clauses)166
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Number of terms in the objective function 776
Biggest coefficient in the objective function 474
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 2127
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 474
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2127
Number of bits of the biggest sum of numbers12
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.02	c model valid
0.00/0.02	c current solution ok
0.00/0.04	o 113
0.00/0.04	c fallback to adder encoding
141.44/141.55	c model valid
141.44/141.55	c current solution ok
141.44/141.56	o 112
141.44/141.56	c fallback to adder encoding
385.77/385.98	c model valid
385.77/385.98	c current solution ok
385.77/385.98	o 111
385.77/385.98	c fallback to adder encoding
567.46/567.62	c model valid
567.46/567.62	c current solution ok
567.46/567.62	o 110
567.46/567.62	c fallback to adder encoding
769.20/769.43	c model valid
769.20/769.43	c current solution ok
769.20/769.44	o 107
769.20/769.44	c fallback to adder encoding
927.87/928.13	c model valid
927.87/928.13	c current solution ok
927.87/928.14	o 98
927.87/928.14	c fallback to adder encoding
1305.20/1305.50	c model valid
1305.20/1305.50	c current solution ok
1305.20/1305.51	o 97
1305.20/1305.51	c fallback to adder encoding
1511.86/1512.23	c model valid
1511.86/1512.23	c current solution ok
1511.86/1512.24	o 96
1511.86/1512.24	c fallback to adder encoding
1633.73/1634.15	c model valid
1633.73/1634.15	c current solution ok
1633.73/1634.16	o 95
1633.73/1634.16	c fallback to adder encoding
1800.09/1800.50	./satsolver.sh: line 5: 18743 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.51	c error: unexpected solver exit code
1800.09/1800.51	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-3694892-1338058512/watcher-3694892-1338058512 -o /tmp/evaluation-result-3694892-1338058512/solver-3694892-1338058512 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694892-1338058512.opb 469304022 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.02 2.00 3/177 18629
/proc/meminfo: memFree=27974120/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0

[startup+0.0399371 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 18629
/proc/meminfo: memFree=27974120/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100264 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 18629
/proc/meminfo: memFree=27974120/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300264 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 18629
/proc/meminfo: memFree=27974120/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700231 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 18629
/proc/meminfo: memFree=27974120/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 18636
/proc/meminfo: memFree=27954236/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=7224 CPUtime=0.07 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 2348 1677 0 0 5 2 0 0 20 0 1 0 271977109 7397376 1154 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 1806 1154 179 410 0 1388 0
[pid=18635] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18635/stat : 18635 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271977118 9367552 266 33554432000 4194304 5064252 140735097328192 140735097327104 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18635/statm: 2287 266 226 213 0 72 0
[pid=18636] ppid=18635 vsize=12772 CPUtime=1.4 cores=0,2,4,6
/proc/18636/stat : 18636 (glucose_static) R 18635 18629 18174 0 -1 4202496 4020 0 0 0 140 0 0 0 20 0 1 0 271977118 13078528 2789 33554432000 4194304 4896791 140736146585408 140736146582728 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 3193 2789 77 172 0 3019 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 38292

[startup+3.10036 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 18636
/proc/meminfo: memFree=27952128/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=7224 CPUtime=0.07 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 2348 1677 0 0 5 2 0 0 20 0 1 0 271977109 7397376 1154 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 1806 1154 179 410 0 1388 0
[pid=18635] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18635/stat : 18635 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271977118 9367552 266 33554432000 4194304 5064252 140735097328192 140735097327104 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18635/statm: 2287 266 226 213 0 72 0
[pid=18636] ppid=18635 vsize=15456 CPUtime=3 cores=0,2,4,6
/proc/18636/stat : 18636 (glucose_static) R 18635 18629 18174 0 -1 4202496 5635 0 0 0 300 0 0 0 20 0 1 0 271977118 15826944 3377 33554432000 4194304 4896791 140736146585408 140736146582552 4204523 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 3864 3377 78 172 0 3690 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 40976

[startup+6.30038 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 18636
/proc/meminfo: memFree=27949272/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=7224 CPUtime=0.07 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 2348 1677 0 0 5 2 0 0 20 0 1 0 271977109 7397376 1154 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 1806 1154 179 410 0 1388 0
[pid=18635] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18635/stat : 18635 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271977118 9367552 266 33554432000 4194304 5064252 140735097328192 140735097327104 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18635/statm: 2287 266 226 213 0 72 0
[pid=18636] ppid=18635 vsize=19472 CPUtime=6.2 cores=0,2,4,6
/proc/18636/stat : 18636 (glucose_static) R 18635 18629 18174 0 -1 4202496 7672 0 0 0 619 1 0 0 20 0 1 0 271977118 19939328 4382 33554432000 4194304 4896791 140736146585408 140736146582808 4225397 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 4868 4382 78 172 0 4694 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 44992

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 18636
/proc/meminfo: memFree=27944584/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=7224 CPUtime=0.07 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 2348 1677 0 0 5 2 0 0 20 0 1 0 271977109 7397376 1154 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 1806 1154 179 410 0 1388 0
[pid=18635] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18635/stat : 18635 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271977118 9367552 266 33554432000 4194304 5064252 140735097328192 140735097327104 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18635/statm: 2287 266 226 213 0 72 0
[pid=18636] ppid=18635 vsize=25572 CPUtime=12.6 cores=0,2,4,6
/proc/18636/stat : 18636 (glucose_static) R 18635 18629 18174 0 -1 4202496 10143 0 0 0 1258 2 0 0 20 0 1 0 271977118 26185728 5597 33554432000 4194304 4896791 140736146585408 140736146582952 4205523 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 6393 5597 78 172 0 6219 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 51092

[startup+25.5004 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 18636
/proc/meminfo: memFree=27937560/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=7224 CPUtime=0.07 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 2348 1677 0 0 5 2 0 0 20 0 1 0 271977109 7397376 1154 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 1806 1154 179 410 0 1388 0
[pid=18635] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18635/stat : 18635 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271977118 9367552 266 33554432000 4194304 5064252 140735097328192 140735097327104 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18635/statm: 2287 266 226 213 0 72 0
[pid=18636] ppid=18635 vsize=27676 CPUtime=25.39 cores=0,2,4,6
/proc/18636/stat : 18636 (glucose_static) R 18635 18629 18174 0 -1 4202496 13131 0 0 0 2536 3 0 0 20 0 1 0 271977118 28340224 6095 33554432000 4194304 4896791 140736146585408 140736146582984 4203006 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 6919 6095 78 172 0 6745 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 53196

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 18636
/proc/meminfo: memFree=27922932/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=7224 CPUtime=0.07 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 2348 1677 0 0 5 2 0 0 20 0 1 0 271977109 7397376 1154 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 1806 1154 179 410 0 1388 0
[pid=18635] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18635/stat : 18635 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271977118 9367552 266 33554432000 4194304 5064252 140735097328192 140735097327104 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18635/statm: 2287 266 226 213 0 72 0
[pid=18636] ppid=18635 vsize=37800 CPUtime=50.99 cores=0,2,4,6
/proc/18636/stat : 18636 (glucose_static) R 18635 18629 18174 0 -1 4202496 17441 0 0 0 5094 5 0 0 20 0 1 0 271977118 38707200 8713 33554432000 4194304 4896791 140736146585408 140736146582616 4225180 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 9450 8713 78 172 0 9276 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 63320

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 18636
/proc/meminfo: memFree=27952484/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=7224 CPUtime=0.07 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 2348 1677 0 0 5 2 0 0 20 0 1 0 271977109 7397376 1154 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 1806 1154 179 410 0 1388 0
[pid=18635] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18635/stat : 18635 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271977118 9367552 266 33554432000 4194304 5064252 140735097328192 140735097327104 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18635/statm: 2287 266 226 213 0 72 0
[pid=18636] ppid=18635 vsize=53872 CPUtime=102.19 cores=0,2,4,6
/proc/18636/stat : 18636 (glucose_static) R 18635 18629 18174 0 -1 4202496 23532 0 0 0 10210 9 0 0 20 0 1 0 271977118 55164928 12806 33554432000 4194304 4896791 140736146585408 140736146582616 4203070 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 13468 12806 78 172 0 13294 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 79392

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 18639
/proc/meminfo: memFree=27966932/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=11228 CPUtime=141.55 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 4068 30815 0 0 9 2 14130 14 20 0 1 0 271977109 11497472 2440 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 2807 2440 179 410 0 2389 0
[pid=18638] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18734
/proc/meminfo: memFree=27680720/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=11228 CPUtime=1305.26 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 12772 206282 0 0 29 6 130374 117 20 0 1 0 271977109 11497472 2440 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 2807 2440 179 410 0 2389 0
[pid=18732] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18732/stat : 18732 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272107665 9367552 267 33554432000 4194304 5064252 140735581480480 140735581479392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18732/statm: 2287 267 226 213 0 72 0
[pid=18733] ppid=18732 vsize=72148 CPUtime=116.72 cores=0,2,4,6
/proc/18733/stat : 18733 (glucose_static) R 18732 18629 18174 0 -1 4202496 23498 0 0 0 11662 10 0 0 20 0 1 0 272107665 73879552 13624 33554432000 4194304 4896791 140733328584400 140733328581608 4225201 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18733/statm: 18037 13624 78 172 0 17863 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 101672

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18734
/proc/meminfo: memFree=27688508/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=11228 CPUtime=1305.26 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 12772 206282 0 0 29 6 130374 117 20 0 1 0 271977109 11497472 2440 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 2807 2440 179 410 0 2389 0
[pid=18732] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18732/stat : 18732 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272107665 9367552 267 33554432000 4194304 5064252 140735581480480 140735581479392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18732/statm: 2287 267 226 213 0 72 0
[pid=18733] ppid=18732 vsize=44692 CPUtime=176.69 cores=0,2,4,6
/proc/18733/stat : 18733 (glucose_static) R 18732 18629 18174 0 -1 4202496 29057 0 0 0 17655 14 0 0 20 0 1 0 272107665 45764608 10617 33554432000 4194304 4896791 140733328584400 140733328581800 4204062 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18733/statm: 11173 10617 78 172 0 10999 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 74216

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 18740
/proc/meminfo: memFree=27699364/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=11228 CPUtime=1511.95 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 14513 238635 0 0 33 6 151021 135 20 0 1 0 271977109 11497472 2440 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 2807 2440 179 410 0 2389 0
[pid=18739] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272128338 9367552 267 33554432000 4194304 5064252 140735237646544 140735237645456 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18739/statm: 2287 267 226 213 0 72 0
[pid=18740] ppid=18739 vsize=35100 CPUtime=30 cores=0,2,4,6
/proc/18740/stat : 18740 (glucose_static) R 18739 18629 18174 0 -1 4202496 13958 0 0 0 2995 5 0 0 20 0 1 0 272128338 35942400 7298 33554432000 4194304 4896791 140736795599936 140736795597464 4204129 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18740/statm: 8775 7298 78 172 0 8601 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 64624

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18740
/proc/meminfo: memFree=27678712/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=11228 CPUtime=1511.95 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 14513 238635 0 0 33 6 151021 135 20 0 1 0 271977109 11497472 2440 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 2807 2440 179 410 0 2389 0
[pid=18739] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272128338 9367552 267 33554432000 4194304 5064252 140735237646544 140735237645456 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18739/statm: 2287 267 226 213 0 72 0
[pid=18740] ppid=18739 vsize=52376 CPUtime=89.98 cores=0,2,4,6
/proc/18740/stat : 18740 (glucose_static) R 18739 18629 18174 0 -1 4202496 21337 0 0 0 8989 9 0 0 20 0 1 0 272128338 53633024 11852 33554432000 4194304 4896791 140736795599936 140736795597480 4203846 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18740/statm: 13094 11852 78 172 0 12920 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 81900

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18743
/proc/meminfo: memFree=27694644/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=11228 CPUtime=1633.84 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 16254 264485 0 0 37 7 163192 148 20 0 1 0 271977109 11497472 2440 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 2807 2440 179 410 0 2389 0
[pid=18742] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18742/stat : 18742 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272140529 9367552 265 33554432000 4194304 5064252 140733281383296 140733281382208 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18742/statm: 2287 265 226 213 0 72 0
[pid=18743] ppid=18742 vsize=34660 CPUtime=28.08 cores=0,2,4,6
/proc/18743/stat : 18743 (glucose_static) R 18742 18629 18174 0 -1 4202496 14721 0 0 0 2804 4 0 0 20 0 1 0 272140530 35491840 7519 33554432000 4194304 4896791 140735560965712 140735560963112 4204099 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18743/statm: 8665 7519 78 172 0 8491 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 64184

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 18744
/proc/meminfo: memFree=27688736/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=11228 CPUtime=1633.84 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 16254 264485 0 0 37 7 163192 148 20 0 1 0 271977109 11497472 2440 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 2807 2440 179 410 0 2389 0
[pid=18742] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18742/stat : 18742 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272140529 9367552 265 33554432000 4194304 5064252 140733281383296 140733281382208 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18742/statm: 2287 265 226 213 0 72 0
[pid=18743] ppid=18742 vsize=39572 CPUtime=88.07 cores=0,2,4,6
/proc/18743/stat : 18743 (glucose_static) R 18742 18629 18174 0 -1 4202496 23974 0 0 0 8798 9 0 0 20 0 1 0 272140530 40521728 8436 33554432000 4194304 4896791 140735560965712 140735560961384 4203849 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18743/statm: 9893 8436 78 172 0 9719 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 69096

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 18744
/proc/meminfo: memFree=27663644/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=11228 CPUtime=1633.84 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 16254 264485 0 0 37 7 163192 148 20 0 1 0 271977109 11497472 2440 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 2807 2440 179 410 0 2389 0
[pid=18742] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18742/stat : 18742 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272140529 9367552 265 33554432000 4194304 5064252 140733281383296 140733281382208 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18742/statm: 2287 265 226 213 0 72 0
[pid=18743] ppid=18742 vsize=73896 CPUtime=148.05 cores=0,2,4,6
/proc/18743/stat : 18743 (glucose_static) R 18742 18629 18174 0 -1 4202496 29691 0 0 0 14792 13 0 0 20 0 1 0 272140530 75669504 14136 33554432000 4194304 4896791 140735560965712 140735560962920 4205523 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18743/statm: 18474 14136 78 172 0 18300 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 103420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 18744
/proc/meminfo: memFree=27656668/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=11228 CPUtime=1633.84 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 16254 264485 0 0 37 7 163192 148 20 0 1 0 271977109 11497472 2440 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 2807 2440 179 410 0 2389 0
[pid=18742] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18742/stat : 18742 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272140529 9367552 265 33554432000 4194304 5064252 140733281383296 140733281382208 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18742/statm: 2287 265 226 213 0 72 0
[pid=18743] ppid=18742 vsize=74700 CPUtime=166.25 cores=0,2,4,6
/proc/18743/stat : 18743 (glucose_static) R 18742 18629 18174 0 -1 4202496 31169 0 0 0 16611 14 0 0 20 0 1 0 272140530 76492800 14846 33554432000 4194304 4896791 140735560965712 140735560962920 4203856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18743/statm: 18675 14846 78 172 0 18501 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 104224

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 18744
/proc/meminfo: memFree=27656668/32873852 swapFree=6848/6848
[pid=18629] ppid=18627 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18629/stat : 18629 (runPb2satCp2.sh) S 18627 18629 18174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271977109 9367552 275 33554432000 4194304 5064252 140734793777120 140734793776032 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18629/statm: 2287 275 233 213 0 72 0
[pid=18630] ppid=18629 vsize=11228 CPUtime=1633.84 cores=0,2,4,6
/proc/18630/stat : 18630 (pb2sat) S 18629 18629 18174 0 -1 4202496 16254 264485 0 0 37 7 163192 148 20 0 1 0 271977109 11497472 2440 33554432000 4194304 5873084 140733792142928 140733792136744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18630/statm: 2807 2440 179 410 0 2389 0
[pid=18742] ppid=18630 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18742/stat : 18742 (satsolver.sh) S 18630 18629 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272140529 9367552 265 33554432000 4194304 5064252 140733281383296 140733281382208 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18742/statm: 2287 265 226 213 0 72 0
[pid=18743] ppid=18742 vsize=74700 CPUtime=166.25 cores=0,2,4,6
/proc/18743/stat : 18743 (glucose_static) R 18742 18629 18174 0 -1 4202496 31169 0 0 0 16611 14 0 0 20 0 1 0 272140530 76492800 14846 33554432000 4194304 4896791 140735560965712 140735560962920 4203856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18743/statm: 18675 14846 78 172 0 18501 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 104224

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.14
CPU user time (s): 1798.42
CPU system time (s): 1.72074
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 172988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.42
system time used= 1.72074
maximum resident set size= 109304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312895
page faults= 0
swaps= 0
block input operations= 0
block output operations= 52056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 284
involuntary context switches= 1939

runsolver used 3.3145 second user time and 7.60784 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-26 20:55:12
IDJOB=3694892
IDBENCH=2219
IDSOLVER=2273
FILE ID=node128/3694892-1338058512
RUNJOBID= node128-1338053110-18190
PBS_JOBID= 14624418
Free space on /tmp= 71172 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.5:100.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694892-1338058512/watcher-3694892-1338058512 -o /tmp/evaluation-result-3694892-1338058512/solver-3694892-1338058512 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694892-1338058512.opb 469304022 HOME HOME

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

MD5SUM BENCH= 885184c694263ba985a0dc2cd49b3440
RANDOM SEED=469304022

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        27974492 kB
Buffers:          327996 kB
Cached:          3588656 kB
SwapCached:            0 kB
Active:          1154320 kB
Inactive:        2928272 kB
Active(anon):     168564 kB
Inactive(anon):        0 kB
Active(file):     985756 kB
Inactive(file):  2928272 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8596 kB
Writeback:             0 kB
AnonPages:        295800 kB
Mapped:            15644 kB
Shmem:               204 kB
Slab:             677992 kB
SReclaimable:     120516 kB
SUnreclaim:       557476 kB
KernelStack:        1504 kB
PageTables:         4588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     336532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71112 MiB
End job on node128 at 2012-05-26 21:25:13