Trace number 3694820

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUM1e2b8f542cc5dec610d6e9b4663a878b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints472
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
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.37	c model valid
0.00/0.37	c current solution ok
0.00/0.46	o 256
0.00/0.46	c (debug) using card networks
0.00/0.61	c model valid
0.00/0.61	c current solution ok
0.00/0.62	o 250
0.00/0.62	c (debug) using card networks
0.00/0.71	c model valid
0.00/0.71	c current solution ok
0.00/0.71	o 243
0.00/0.71	c (debug) using card networks
0.00/0.88	c model valid
0.00/0.88	c current solution ok
0.00/0.88	o 238
0.00/0.88	c (debug) using card networks
2.55/2.69	c model valid
2.55/2.69	c current solution ok
2.68/3.15	o 235
2.68/3.15	c (debug) using card networks
3.46/3.57	c model valid
3.46/3.57	c current solution ok
3.46/3.58	o 231
3.46/3.58	c (debug) using card networks
5.06/5.11	c model valid
5.06/5.11	c current solution ok
5.06/5.11	o 229
5.06/5.11	c (debug) using card networks
7.95/8.06	c model valid
7.95/8.06	c current solution ok
7.95/8.07	o 225
7.95/8.07	c (debug) using card networks
14.65/14.79	c model valid
14.65/14.79	c current solution ok
14.65/14.79	o 222
14.65/14.79	c (debug) using card networks
28.04/28.19	c model valid
28.04/28.19	c current solution ok
28.04/28.19	o 219
28.04/28.19	c (debug) using card networks
35.94/36.07	c model valid
35.94/36.07	c current solution ok
35.94/36.07	o 216
35.94/36.07	c (debug) using card networks
502.73/502.90	c model valid
502.73/502.90	c current solution ok
502.73/502.91	o 214
502.73/502.91	c (debug) using card networks
957.89/958.29	c model valid
957.89/958.29	c current solution ok
957.89/958.30	o 213
957.89/958.30	c (debug) using card networks
1039.56/1039.93	c model valid
1039.56/1039.93	c current solution ok
1039.56/1039.94	o 211
1039.56/1039.94	c (debug) using card networks
1800.07/1800.61	./satsolver.sh: line 5:  5638 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.61	c error: unexpected solver exit code
1800.07/1800.61	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-3694820-1338310841/watcher-3694820-1338310841 -o /tmp/evaluation-result-3694820-1338310841/solver-3694820-1338310841 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694820-1338310841.opb 340873872 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: 0.82 0.29 1.99 4/172 5539
/proc/meminfo: memFree=28969428/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0

[startup+0.0155289 s]
/proc/loadavg: 0.82 0.29 1.99 4/172 5539
/proc/meminfo: memFree=28969428/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100303 s]
/proc/loadavg: 0.82 0.29 1.99 4/172 5539
/proc/meminfo: memFree=28969428/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300258 s]
/proc/loadavg: 0.82 0.29 1.99 4/172 5539
/proc/meminfo: memFree=28969428/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700264 s]
/proc/loadavg: 0.82 0.29 1.99 4/172 5539
/proc/meminfo: memFree=28969428/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 0.82 0.29 1.99 3/180 5559
/proc/meminfo: memFree=28943168/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=0.86 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 3349 11984 0 0 39 7 36 4 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5558] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5558/stat : 5558 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297209821 9367552 266 33554432000 4194304 5064252 140736925539280 140736925538192 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5558/statm: 2287 266 226 213 0 72 0
[pid=5559] ppid=5558 vsize=13488 CPUtime=0.59 cores=0,2,4,6
/proc/5559/stat : 5559 (glucose_static) R 5558 5539 5416 0 -1 4202496 2605 0 0 0 59 0 0 0 20 0 1 0 297209821 13811712 3000 33554432000 4194304 4896791 140733346853680 140733346850888 4318650 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5559/statm: 3372 3000 78 172 0 3198 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 37560

[startup+3.10027 s]
/proc/loadavg: 0.91 0.32 1.99 3/182 5561
/proc/meminfo: memFree=28890664/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=2.68 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 3817 16632 0 0 41 7 213 7 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 14924

[startup+6.30032 s]
/proc/loadavg: 0.91 0.32 1.99 3/182 5570
/proc/meminfo: memFree=28872900/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=5.09 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 4738 25091 0 0 43 7 448 11 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5569] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5569/stat : 5569 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297210245 9367552 267 33554432000 4194304 5064252 140735280443920 140735280442832 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5569/statm: 2287 267 226 213 0 72 0
[pid=5570] ppid=5569 vsize=13832 CPUtime=1.16 cores=0,2,4,6
/proc/5570/stat : 5570 (glucose_static) R 5569 5539 5416 0 -1 4202496 2239 0 0 0 116 0 0 0 20 0 1 0 297210245 14163968 3186 33554432000 4194304 4896791 140734628841984 140734628839192 4205617 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5570/statm: 3458 3186 78 172 0 3284 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 37904

[startup+12.7003 s]
/proc/loadavg: 1.08 0.37 1.99 3/182 5573
/proc/meminfo: memFree=28883332/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=8.04 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 5207 30486 0 0 44 7 740 13 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5572] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5572/stat : 5572 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297210540 9367552 267 33554432000 4194304 5064252 140734149760768 140734149759680 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5572/statm: 2287 267 226 213 0 72 0
[pid=5573] ppid=5572 vsize=14584 CPUtime=4.6 cores=0,2,4,6
/proc/5573/stat : 5573 (glucose_static) R 5572 5539 5416 0 -1 4202496 5681 0 0 0 460 0 0 0 20 0 1 0 297210540 14934016 3301 33554432000 4194304 4896791 140734929582112 140734929579688 4224898 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5573/statm: 3646 3301 78 172 0 3472 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 38656

[startup+25.5004 s]
/proc/loadavg: 1.22 0.43 1.99 3/182 5599
/proc/meminfo: memFree=28867172/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=14.77 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 5660 38618 0 0 45 8 1409 15 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5575] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5575/stat : 5575 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297211213 9367552 267 33554432000 4194304 5064252 140735104775648 140735104774560 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5575/statm: 2287 267 226 213 0 72 0
[pid=5576] ppid=5575 vsize=22640 CPUtime=10.68 cores=0,2,4,6
/proc/5576/stat : 5576 (glucose_static) R 5575 5539 5416 0 -1 4202496 7519 0 0 0 1066 2 0 0 20 0 1 0 297211213 23183360 5023 33554432000 4194304 4896791 140736387574880 140736387572408 4224960 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5576/statm: 5660 5023 78 172 0 5486 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 46712

[startup+51.1003 s]
/proc/loadavg: 1.48 0.55 1.99 3/182 5605
/proc/meminfo: memFree=28852928/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=36.04 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 6580 57764 0 0 47 8 3528 21 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5604] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5604/stat : 5604 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297213341 9367552 267 33554432000 4194304 5064252 140734601975936 140734601974848 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5604/statm: 2287 267 226 213 0 72 0
[pid=5605] ppid=5604 vsize=23188 CPUtime=15 cores=0,2,4,6
/proc/5605/stat : 5605 (glucose_static) R 5604 5539 5416 0 -1 4202496 11265 0 0 0 1497 3 0 0 20 0 1 0 297213341 23744512 5406 33554432000 4194304 4896791 140735089724064 140735089721272 4223800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5605/statm: 5797 5406 78 172 0 5623 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 47260

[startup+102.306 s]
/proc/loadavg: 1.84 0.81 2.00 3/181 5605
/proc/meminfo: memFree=28840916/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=36.04 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 6580 57764 0 0 47 8 3528 21 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5604] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5604/stat : 5604 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297213341 9367552 267 33554432000 4194304 5064252 140734601975936 140734601974848 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5604/statm: 2287 267 226 213 0 72 0
[pid=5605] ppid=5604 vsize=46592 CPUtime=66.18 cores=0,2,4,6
/proc/5605/stat : 5605 (glucose_static) R 5604 5539 5416 0 -1 4202496 31711 0 0 0 6608 10 0 0 20 0 1 0 297213341 47710208 9581 33554432000 4194304 4896791 140735089724064 140735089721272 4225445 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5605/statm: 11648 9581 78 172 0 11474 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 70664

[startup+162.3 s]
/proc/loadavg: 1.94 1.00 2.00 3/181 5605
/proc/meminfo: memFree=28840092/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=36.04 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 6580 57764 0 0 47 8 3528 21 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5604] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5604/stat : 5604 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297213341 9367552 267 33554432000 4194304 5064252 140734601975936 140734601974848 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5604/statm: 2287 267 226 213 0 72 0
[pid=5605] ppid=5604 vsize=32012 CPUtime=126.17 cores=0,2,4,6
/proc/5605/stat : 5605 (glucose_static) R 5604 5539 5416 0 -1 4202496 48861 0 0 0 12599 18 0 0 20 0 1 0 297213341 32780288 7571 33554432000 4194304 4896791 140735089724064 140735089721592 4224980 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5605/statm: 8003 7571 78 172 0 7829 0
Current children cumulated CPU time (s) 162.21

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


[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/181 5642
/proc/meminfo: memFree=28489260/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=1039.63 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 7955 283255 0 0 51 8 103749 155 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5637] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5637/stat : 5637 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297313727 9367552 267 33554432000 4194304 5064252 140734536980416 140734536979328 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5637/statm: 2287 267 226 213 0 72 0
[pid=5638] ppid=5637 vsize=85996 CPUtime=322.25 cores=0,2,4,6
/proc/5638/stat : 5638 (glucose_static) R 5637 5539 5416 0 -1 4202496 73288 0 0 0 32183 42 0 0 20 0 1 0 297313727 88059904 19962 33554432000 4194304 4896791 140734710618160 140734710615368 4225124 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5638/statm: 21499 19962 78 172 0 21325 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 110068

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 2.00 3/181 5642
/proc/meminfo: memFree=28514028/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=1039.63 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 7955 283255 0 0 51 8 103749 155 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5637] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5637/stat : 5637 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297313727 9367552 267 33554432000 4194304 5064252 140734536980416 140734536979328 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5637/statm: 2287 267 226 213 0 72 0
[pid=5638] ppid=5637 vsize=70236 CPUtime=382.24 cores=0,2,4,6
/proc/5638/stat : 5638 (glucose_static) R 5637 5539 5416 0 -1 4202496 81033 0 0 0 38175 49 0 0 20 0 1 0 297313727 71921664 17090 33554432000 4194304 4896791 140734710618160 140734710613896 4225201 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5638/statm: 17559 17090 78 172 0 17385 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 94308

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/181 5642
/proc/meminfo: memFree=28552728/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=1039.63 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 7955 283255 0 0 51 8 103749 155 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5637] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5637/stat : 5637 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297313727 9367552 267 33554432000 4194304 5064252 140734536980416 140734536979328 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5637/statm: 2287 267 226 213 0 72 0
[pid=5638] ppid=5637 vsize=60628 CPUtime=442.21 cores=0,2,4,6
/proc/5638/stat : 5638 (glucose_static) R 5637 5539 5416 0 -1 4202496 88468 0 0 0 44165 56 0 0 20 0 1 0 297313727 62083072 14324 33554432000 4194304 4896791 140734710618160 140734710615688 4230803 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5638/statm: 15157 14324 78 172 0 14983 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 84700

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/181 5643
/proc/meminfo: memFree=28552880/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=1039.63 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 7955 283255 0 0 51 8 103749 155 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5637] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5637/stat : 5637 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297313727 9367552 267 33554432000 4194304 5064252 140734536980416 140734536979328 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5637/statm: 2287 267 226 213 0 72 0
[pid=5638] ppid=5637 vsize=95988 CPUtime=502.2 cores=0,2,4,6
/proc/5638/stat : 5638 (glucose_static) R 5637 5539 5416 0 -1 4202496 96585 0 0 0 50158 62 0 0 20 0 1 0 297313727 98291712 19577 33554432000 4194304 4896791 140734710618160 140734710615688 4224960 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5638/statm: 23997 19577 78 172 0 23823 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 120060

[startup+1602.3 s]
/proc/loadavg: 2.12 2.02 2.01 3/181 5643
/proc/meminfo: memFree=28398160/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=1039.63 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 7955 283255 0 0 51 8 103749 155 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5637] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5637/stat : 5637 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297313727 9367552 267 33554432000 4194304 5064252 140734536980416 140734536979328 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5637/statm: 2287 267 226 213 0 72 0
[pid=5638] ppid=5637 vsize=98760 CPUtime=562.17 cores=0,2,4,6
/proc/5638/stat : 5638 (glucose_static) R 5637 5539 5416 0 -1 4202496 103095 0 0 0 56149 68 0 0 20 0 1 0 297313727 101130240 22556 33554432000 4194304 4896791 140734710618160 140734710613896 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5638/statm: 24690 22556 78 172 0 24516 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 122832

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 5643
/proc/meminfo: memFree=28438828/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=1039.63 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 7955 283255 0 0 51 8 103749 155 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5637] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5637/stat : 5637 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297313727 9367552 267 33554432000 4194304 5064252 140734536980416 140734536979328 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5637/statm: 2287 267 226 213 0 72 0
[pid=5638] ppid=5637 vsize=132552 CPUtime=622.15 cores=0,2,4,6
/proc/5638/stat : 5638 (glucose_static) R 5637 5539 5416 0 -1 4202496 108984 0 0 0 62142 73 0 0 20 0 1 0 297313727 135733248 29872 33554432000 4194304 4896791 140734710618160 140734710615368 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5638/statm: 33138 29872 78 172 0 32964 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 156624

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 5643
/proc/meminfo: memFree=28335204/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=1039.63 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 7955 283255 0 0 51 8 103749 155 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5637] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5637/stat : 5637 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297313727 9367552 267 33554432000 4194304 5064252 140734536980416 140734536979328 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5637/statm: 2287 267 226 213 0 72 0
[pid=5638] ppid=5637 vsize=186276 CPUtime=682.14 cores=0,2,4,6
/proc/5638/stat : 5638 (glucose_static) R 5637 5539 5416 0 -1 4202496 114448 0 0 0 68136 78 0 0 20 0 1 0 297313727 190746624 35754 33554432000 4194304 4896791 140734710618160 140734710615368 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5638/statm: 46569 35754 78 172 0 46395 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 210348

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5646
/proc/meminfo: memFree=28443728/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=1039.63 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 7955 283255 0 0 51 8 103749 155 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5637] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5637/stat : 5637 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297313727 9367552 267 33554432000 4194304 5064252 140734536980416 140734536979328 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5637/statm: 2287 267 226 213 0 72 0
[pid=5638] ppid=5637 vsize=138320 CPUtime=742.13 cores=0,2,4,6
/proc/5638/stat : 5638 (glucose_static) R 5637 5539 5416 0 -1 4202496 119044 0 0 0 74129 84 0 0 20 0 1 0 297313727 141639680 29313 33554432000 4194304 4896791 140734710618160 140734710615368 4203862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5638/statm: 34580 29313 78 172 0 34406 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 162392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 5661
/proc/meminfo: memFree=28792512/32873852 swapFree=7624/7624
[pid=5539] ppid=5536 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5539/stat : 5539 (runPb2satCp2.sh) S 5536 5539 5416 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297209732 9367552 275 33554432000 4194304 5064252 140733315250336 140733315249248 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5539/statm: 2287 275 233 213 0 72 0
[pid=5542] ppid=5539 vsize=5776 CPUtime=1039.63 cores=0,2,4,6
/proc/5542/stat : 5542 (pb2sat) S 5539 5539 5416 0 -1 4202496 7955 283255 0 0 51 8 103749 155 20 0 1 0 297209732 5914624 1016 33554432000 4194304 5873084 140734254897104 140734254890920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5542/statm: 1444 1016 175 410 0 1026 0
[pid=5637] ppid=5542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5637/stat : 5637 (satsolver.sh) S 5542 5539 5416 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297313727 9367552 267 33554432000 4194304 5064252 140734536980416 140734536979328 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5637/statm: 2287 267 226 213 0 72 0
[pid=5638] ppid=5637 vsize=109272 CPUtime=760.44 cores=0,2,4,6
/proc/5638/stat : 5638 (glucose_static) R 5637 5539 5416 0 -1 4202496 120879 0 0 0 75958 86 0 0 20 0 1 0 297313727 111894528 25692 33554432000 4194304 4896791 140734710618160 140734710615368 4205446 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5638/statm: 27318 25692 78 172 0 27144 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 133344

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.62
CPU time (s): 1800.11
CPU user time (s): 1797.6
CPU system time (s): 2.50962
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 230604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.6
system time used= 2.50962
maximum resident set size= 184500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413080
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 271
involuntary context switches= 2905

runsolver used 3.3145 second user time and 7.76182 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-29 19:00:41
IDJOB=3694820
IDBENCH=1962
IDSOLVER=2273
FILE ID=node131/3694820-1338310841
RUNJOBID= node131-1338310841-5514
PBS_JOBID= 14632097
Free space on /tmp= 71636 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694820-1338310841/watcher-3694820-1338310841 -o /tmp/evaluation-result-3694820-1338310841/solver-3694820-1338310841 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694820-1338310841.opb 340873872 HOME HOME

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

MD5SUM BENCH= 1e2b8f542cc5dec610d6e9b4663a878b
RANDOM SEED=340873872

node131.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.805
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	: 5333.61
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.805
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.805
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		: 2666.805
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.805
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.805
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.805
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		: 2666.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28970436 kB
Buffers:          528876 kB
Cached:          2523240 kB
SwapCached:         2320 kB
Active:           909396 kB
Inactive:        2149100 kB
Active(anon):       2124 kB
Inactive(anon):     3640 kB
Active(file):     907272 kB
Inactive(file):  2145460 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099076 kB
Dirty:             33916 kB
Writeback:             0 kB
AnonPages:         10320 kB
Mapped:            13700 kB
Shmem:                 0 kB
Slab:             709112 kB
SReclaimable:     151228 kB
SUnreclaim:       557884 kB
KernelStack:        1408 kB
PageTables:         3784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     103828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71536 MiB
End job on node131 at 2012-05-29 19:30:43