Trace number 3694891

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.95:98.opb
MD5SUM7acfcd4d612717a490c27c9a55b3f455
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.032994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables411
Total number of constraints477
Number of constraints which are clauses387
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 411
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1129
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1129
Number of bits of the biggest sum of numbers11
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.01	c model valid
0.00/0.01	c current solution ok
0.00/0.02	o 75
0.00/0.25	c model valid
0.00/0.25	c current solution ok
0.00/0.26	o 41
0.00/0.46	c model valid
0.00/0.46	c current solution ok
0.00/0.46	o 40
0.00/0.66	c model valid
0.00/0.66	c current solution ok
0.00/0.66	o 39
0.00/0.92	c model valid
0.00/0.92	c current solution ok
0.00/0.92	o 38
1.15/1.27	c model valid
1.15/1.27	c current solution ok
1.15/1.27	o 37
55.35/55.40	c model valid
55.35/55.40	c current solution ok
55.35/55.41	o 36
55.41/55.59	c model valid
55.41/55.59	c current solution ok
55.41/55.59	o 28
74.34/74.44	c model valid
74.34/74.44	c current solution ok
74.34/74.44	o 27
76.34/76.45	c model valid
76.34/76.45	c current solution ok
76.34/76.46	o 26
144.32/144.47	c model valid
144.32/144.47	c current solution ok
144.32/144.48	o 25
147.23/147.31	c model valid
147.23/147.31	c current solution ok
147.23/147.31	o 24
1800.02/1800.41	./satsolver.sh: line 5:  8274 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.02/1800.41	c error: unexpected solver exit code
1800.02/1800.41	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-3694891-1338060155/watcher-3694891-1338060155 -o /tmp/evaluation-result-3694891-1338060155/solver-3694891-1338060155 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694891-1338060155.opb 1131381381 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8189
/proc/meminfo: memFree=29351500/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0

[startup+0.040223 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8189
/proc/meminfo: memFree=29351500/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/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.00 2.00 3/179 8189
/proc/meminfo: memFree=29351500/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300286 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8189
/proc/meminfo: memFree=29351500/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8189
/proc/meminfo: memFree=29351500/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8208
/proc/meminfo: memFree=29325728/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=1.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 13476 37571 0 0 28 4 88 10 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 21064

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8211
/proc/meminfo: memFree=29309356/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=1.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 13476 37571 0 0 28 4 88 10 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8210] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8210/stat : 8210 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272140680 9367552 267 33554432000 4194304 5064252 140735085798080 140735085796992 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8210/statm: 2287 267 226 213 0 72 0
[pid=8211] ppid=8210 vsize=36812 CPUtime=1.77 cores=0,2,4,6
/proc/8211/stat : 8211 (glucose_static) R 8210 8189 7219 0 -1 4202496 7657 0 0 0 176 1 0 0 20 0 1 0 272140681 37695488 8328 33554432000 4194304 4896791 140733884668048 140733884665624 4216457 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8211/statm: 9203 8328 78 172 0 9029 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 67024

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8211
/proc/meminfo: memFree=29305556/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=1.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 13476 37571 0 0 28 4 88 10 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8210] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8210/stat : 8210 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272140680 9367552 267 33554432000 4194304 5064252 140735085798080 140735085796992 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8210/statm: 2287 267 226 213 0 72 0
[pid=8211] ppid=8210 vsize=37300 CPUtime=4.96 cores=0,2,4,6
/proc/8211/stat : 8211 (glucose_static) R 8210 8189 7219 0 -1 4202496 8532 0 0 0 494 2 0 0 20 0 1 0 272140681 38195200 7756 33554432000 4194304 4896791 140733884668048 140733884665576 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8211/statm: 9325 7756 78 172 0 9151 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 67512

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8256
/proc/meminfo: memFree=29263332/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=1.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 13476 37571 0 0 28 4 88 10 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8210] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8210/stat : 8210 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272140680 9367552 267 33554432000 4194304 5064252 140735085798080 140735085796992 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8210/statm: 2287 267 226 213 0 72 0
[pid=8211] ppid=8210 vsize=33860 CPUtime=11.36 cores=0,2,4,6
/proc/8211/stat : 8211 (glucose_static) R 8210 8189 7219 0 -1 4202496 10160 0 0 0 1133 3 0 0 20 0 1 0 272140681 34672640 7697 33554432000 4194304 4896791 140733884668048 140733884665416 4223872 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8211/statm: 8465 7697 78 172 0 8291 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 64072

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8256
/proc/meminfo: memFree=29256196/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=1.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 13476 37571 0 0 28 4 88 10 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8210] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8210/stat : 8210 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272140680 9367552 267 33554432000 4194304 5064252 140735085798080 140735085796992 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8210/statm: 2287 267 226 213 0 72 0
[pid=8211] ppid=8210 vsize=53392 CPUtime=24.15 cores=0,2,4,6
/proc/8211/stat : 8211 (glucose_static) R 8210 8189 7219 0 -1 4202496 13185 0 0 0 2410 5 0 0 20 0 1 0 272140681 54673408 10818 33554432000 4194304 4896791 140733884668048 140733884665256 4216830 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8211/statm: 13348 10821 78 172 0 13174 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 83604

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8256
/proc/meminfo: memFree=29235548/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=1.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 13476 37571 0 0 28 4 88 10 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8210] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8210/stat : 8210 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272140680 9367552 267 33554432000 4194304 5064252 140735085798080 140735085796992 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8210/statm: 2287 267 226 213 0 72 0
[pid=8211] ppid=8210 vsize=40936 CPUtime=49.75 cores=0,2,4,6
/proc/8211/stat : 8211 (glucose_static) R 8210 8189 7219 0 -1 4202496 18213 0 0 0 4966 9 0 0 20 0 1 0 272140681 41918464 9392 33554432000 4194304 4896791 140733884668048 140733884665256 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8211/statm: 10234 9392 78 172 0 10060 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 71148

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8268
/proc/meminfo: memFree=29230720/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=76.46 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 21926 82598 0 0 46 6 7566 28 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8267] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8267/stat : 8267 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272148199 9367552 267 33554432000 4194304 5064252 140734897748112 140734897747024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8267/statm: 2287 267 226 213 0 72 0
[pid=8268] ppid=8267 vsize=46352 CPUtime=25.79 cores=0,2,4,6
/proc/8268/stat : 8268 (glucose_static) R 8267 8189 7219 0 -1 4202496 17067 0 0 0 2574 5 0 0 20 0 1 0 272148199 47464448 9117 33554432000 4194304 4896791 140736592775456 140736592772664 4224960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8268/statm: 11588 9117 78 172 0 11414 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 76564

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8274
/proc/meminfo: memFree=29229012/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=147.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 26088 118066 0 0 55 7 14626 42 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8273] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8273/stat : 8273 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272155285 9367552 267 33554432000 4194304 5064252 140733315502016 140733315500928 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8273/statm: 2287 267 226 213 0 72 0
[pid=8274] ppid=8273 vsize=37916 CPUtime=14.92 cores=0,2,4,6
/proc/8274/stat : 8274 (glucose_static) R 8273 8189 7219 0 -1 4202496 9765 0 0 0 1490 2 0 0 20 0 1 0 272155285 38825984 7762 33554432000 4194304 4896791 140733790601312 140733790598840 4225157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8274/statm: 9479 7762 78 172 0 9305 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8285
/proc/meminfo: memFree=29069500/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=147.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 26088 118066 0 0 55 7 14626 42 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8273] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8273/stat : 8273 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272155285 9367552 267 33554432000 4194304 5064252 140733315502016 140733315500928 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8273/statm: 2287 267 226 213 0 72 0
[pid=8274] ppid=8273 vsize=139436 CPUtime=1214.7 cores=0,2,4,6
/proc/8274/stat : 8274 (glucose_static) R 8273 8189 7219 0 -1 4202496 92536 0 0 0 121399 71 0 0 20 0 1 0 272155285 142782464 26839 33554432000 4194304 4896791 140733790601312 140733790598840 4203866 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8274/statm: 34859 26839 78 172 0 34685 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 169648

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8285
/proc/meminfo: memFree=29072132/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=147.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 26088 118066 0 0 55 7 14626 42 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8273] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8273/stat : 8273 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272155285 9367552 267 33554432000 4194304 5064252 140733315502016 140733315500928 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8273/statm: 2287 267 226 213 0 72 0
[pid=8274] ppid=8273 vsize=140524 CPUtime=1274.68 cores=0,2,4,6
/proc/8274/stat : 8274 (glucose_static) R 8273 8189 7219 0 -1 4202496 94731 0 0 0 127395 73 0 0 20 0 1 0 272155285 143896576 30588 33554432000 4194304 4896791 140733790601312 140733790598520 4205551 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8274/statm: 35131 30588 78 172 0 34957 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 170736

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 8285
/proc/meminfo: memFree=29049508/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=147.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 26088 118066 0 0 55 7 14626 42 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8273] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8273/stat : 8273 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272155285 9367552 267 33554432000 4194304 5064252 140733315502016 140733315500928 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8273/statm: 2287 267 226 213 0 72 0
[pid=8274] ppid=8273 vsize=141220 CPUtime=1334.67 cores=0,2,4,6
/proc/8274/stat : 8274 (glucose_static) R 8273 8189 7219 0 -1 4202496 96779 0 0 0 133392 75 0 0 20 0 1 0 272155285 144609280 32606 33554432000 4194304 4896791 140733790601312 140733790598744 4238495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8274/statm: 35305 32606 78 172 0 35131 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 171432

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 8286
/proc/meminfo: memFree=29061984/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=147.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 26088 118066 0 0 55 7 14626 42 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8273] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8273/stat : 8273 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272155285 9367552 267 33554432000 4194304 5064252 140733315502016 140733315500928 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8273/statm: 2287 267 226 213 0 72 0
[pid=8274] ppid=8273 vsize=110720 CPUtime=1394.66 cores=0,2,4,6
/proc/8274/stat : 8274 (glucose_static) R 8273 8189 7219 0 -1 4202496 100087 0 0 0 139388 78 0 0 20 0 1 0 272155285 113377280 22797 33554432000 4194304 4896791 140733790601312 140733790598840 4225171 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8274/statm: 27680 22797 78 172 0 27506 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 140932

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 8286
/proc/meminfo: memFree=29074624/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=147.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 26088 118066 0 0 55 7 14626 42 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8273] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8273/stat : 8273 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272155285 9367552 267 33554432000 4194304 5064252 140733315502016 140733315500928 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8273/statm: 2287 267 226 213 0 72 0
[pid=8274] ppid=8273 vsize=112052 CPUtime=1454.65 cores=0,2,4,6
/proc/8274/stat : 8274 (glucose_static) R 8273 8189 7219 0 -1 4202496 103265 0 0 0 145384 81 0 0 20 0 1 0 272155285 114741248 23406 33554432000 4194304 4896791 140733790601312 140733790598840 4205551 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8274/statm: 28013 23406 78 172 0 27839 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 142264

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8289
/proc/meminfo: memFree=29083076/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=147.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 26088 118066 0 0 55 7 14626 42 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8273] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8273/stat : 8273 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272155285 9367552 267 33554432000 4194304 5064252 140733315502016 140733315500928 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8273/statm: 2287 267 226 213 0 72 0
[pid=8274] ppid=8273 vsize=112964 CPUtime=1514.64 cores=0,2,4,6
/proc/8274/stat : 8274 (glucose_static) R 8273 8189 7219 0 -1 4202496 104837 0 0 0 151381 83 0 0 20 0 1 0 272155285 115675136 25521 33554432000 4194304 4896791 140733790601312 140733790598840 4224960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8274/statm: 28241 25521 78 172 0 28067 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 143176

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8289
/proc/meminfo: memFree=29048940/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=147.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 26088 118066 0 0 55 7 14626 42 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8273] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8273/stat : 8273 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272155285 9367552 267 33554432000 4194304 5064252 140733315502016 140733315500928 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8273/statm: 2287 267 226 213 0 72 0
[pid=8274] ppid=8273 vsize=143968 CPUtime=1574.63 cores=0,2,4,6
/proc/8274/stat : 8274 (glucose_static) R 8273 8189 7219 0 -1 4202496 106918 0 0 0 157376 87 0 0 20 0 1 0 272155285 147423232 27006 33554432000 4194304 4896791 140733790601312 140733790598840 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8274/statm: 35992 27006 78 172 0 35818 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 174180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8289
/proc/meminfo: memFree=29065204/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=147.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 26088 118066 0 0 55 7 14626 42 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8273] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8273/stat : 8273 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272155285 9367552 267 33554432000 4194304 5064252 140733315502016 140733315500928 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8273/statm: 2287 267 226 213 0 72 0
[pid=8274] ppid=8273 vsize=144708 CPUtime=1634.61 cores=0,2,4,6
/proc/8274/stat : 8274 (glucose_static) R 8273 8189 7219 0 -1 4202496 108654 0 0 0 163372 89 0 0 20 0 1 0 272155285 148180992 28062 33554432000 4194304 4896791 140733790601312 140733790598744 4225130 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8274/statm: 36177 28062 78 172 0 36003 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 174920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8289
/proc/meminfo: memFree=29036036/32873844 swapFree=7116/7116
[pid=8189] ppid=8187 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8189/stat : 8189 (runPb2satCp2.sh) S 8187 8189 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140548 9367552 275 33554432000 4194304 5064252 140733502248720 140733502247632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8189/statm: 2287 275 233 213 0 72 0
[pid=8190] ppid=8189 vsize=11916 CPUtime=147.3 cores=0,2,4,6
/proc/8190/stat : 8190 (pb2sat) S 8189 8189 7219 0 -1 4202496 26088 118066 0 0 55 7 14626 42 20 0 1 0 272140548 12201984 2434 33554432000 4194304 5873084 140735160230144 140735160223960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8190/statm: 2979 2434 173 410 0 2561 0
[pid=8273] ppid=8190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8273/stat : 8273 (satsolver.sh) S 8190 8189 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272155285 9367552 267 33554432000 4194304 5064252 140733315502016 140733315500928 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8273/statm: 2287 267 226 213 0 72 0
[pid=8274] ppid=8273 vsize=144924 CPUtime=1652.72 cores=0,2,4,6
/proc/8274/stat : 8274 (glucose_static) R 8273 8189 7219 0 -1 4202496 108744 0 0 0 165182 90 0 0 20 0 1 0 272155285 148402176 32751 33554432000 4194304 4896791 140733790601312 140733790598744 4225376 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8274/statm: 36231 32751 78 172 0 36057 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 175136

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1798.65
CPU system time (s): 1.40779
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 254976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.65
system time used= 1.40779
maximum resident set size= 161552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253886
page faults= 0
swaps= 0
block input operations= 0
block output operations= 81840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 213
involuntary context switches= 2205

runsolver used 8.77767 second user time and 15.3407 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-26 21:22:35
IDJOB=3694891
IDBENCH=2226
IDSOLVER=2273
FILE ID=node138/3694891-1338060155
RUNJOBID= node138-1338052933-7235
PBS_JOBID= 14624399
Free space on /tmp= 71516 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:10:4.5:0.95:98.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694891-1338060155/watcher-3694891-1338060155 -o /tmp/evaluation-result-3694891-1338060155/solver-3694891-1338060155 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694891-1338060155.opb 1131381381 HOME HOME

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

MD5SUM BENCH= 7acfcd4d612717a490c27c9a55b3f455
RANDOM SEED=1131381381

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29351764 kB
Buffers:          297576 kB
Cached:          2327336 kB
SwapCached:          232 kB
Active:           792368 kB
Inactive:        1907876 kB
Active(anon):      66404 kB
Inactive(anon):    11384 kB
Active(file):     725964 kB
Inactive(file):  1896492 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108624 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:        194944 kB
Mapped:            15172 kB
Shmem:               200 kB
Slab:             682380 kB
SReclaimable:     124796 kB
SUnreclaim:       557584 kB
KernelStack:        1520 kB
PageTables:         4236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     216392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71484 MiB
End job on node138 at 2012-05-26 21:52:35