Trace number 3694819

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.opb
MD5SUM80b0f13939656efa52b7dd958ee28431
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark184
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 180
Optimality of the best value was proved NO
Number of variables467
Total number of constraints466
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 constraints466
Minimum length of a constraint3
Maximum length of a constraint15
Number of terms in the objective function 467
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 467
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 467
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.41	c model valid
0.00/0.41	c current solution ok
0.00/0.51	o 244
0.00/0.51	c (debug) using card networks
0.00/0.86	c model valid
0.00/0.86	c current solution ok
0.00/0.87	o 240
0.00/0.87	c (debug) using card networks
0.98/1.05	c model valid
0.98/1.05	c current solution ok
0.98/1.06	o 237
0.98/1.06	c (debug) using card networks
1.05/1.14	c model valid
1.05/1.14	c current solution ok
1.05/1.14	o 233
1.05/1.14	c (debug) using card networks
1.13/2.07	c model valid
1.13/2.07	c current solution ok
1.13/2.07	o 231
1.13/2.07	c (debug) using card networks
2.66/2.79	c model valid
2.66/2.79	c current solution ok
2.66/2.79	o 225
2.66/2.79	c (debug) using card networks
5.77/5.82	c model valid
5.77/5.82	c current solution ok
5.77/5.82	o 223
5.77/5.82	c (debug) using card networks
7.67/7.71	c model valid
7.67/7.71	c current solution ok
7.67/7.71	o 220
7.67/7.71	c (debug) using card networks
16.36/16.48	c model valid
16.36/16.48	c current solution ok
16.36/16.48	o 218
16.36/16.48	c (debug) using card networks
33.96/34.03	c model valid
33.96/34.03	c current solution ok
33.96/34.04	o 215
33.96/34.04	c (debug) using card networks
62.65/62.73	c model valid
62.65/62.73	c current solution ok
62.65/62.74	o 213
62.65/62.74	c (debug) using card networks
122.73/122.85	c model valid
122.73/122.85	c current solution ok
122.73/122.85	o 212
122.73/122.85	c (debug) using card networks
160.92/161.08	c model valid
160.92/161.08	c current solution ok
160.92/161.09	o 211
160.92/161.09	c (debug) using card networks
407.16/407.31	c model valid
407.16/407.31	c current solution ok
407.16/407.32	o 209
407.16/407.32	c (debug) using card networks
1800.10/1800.61	./satsolver.sh: line 5: 18006 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.10/1800.61	c error: unexpected solver exit code
1800.10/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-3694819-1338051126/watcher-3694819-1338051126 -o /tmp/evaluation-result-3694819-1338051126/solver-3694819-1338051126 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694819-1338051126.opb 658543821 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17923
/proc/meminfo: memFree=28825036/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0

[startup+0.0189081 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17923
/proc/meminfo: memFree=28825036/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17923
/proc/meminfo: memFree=28825036/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17923
/proc/meminfo: memFree=28825036/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700289 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17923
/proc/meminfo: memFree=28825036/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/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: 2.00 2.00 1.91 3/181 17941
/proc/meminfo: memFree=28788728/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=1.13 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 3399 12796 0 0 43 8 58 4 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 14744

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 17956
/proc/meminfo: memFree=28797348/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=2.78 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 4326 20095 0 0 46 8 218 6 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 14744

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 17965
/proc/meminfo: memFree=28785924/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=5.81 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 4788 25948 0 0 47 8 518 8 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 14744

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 1.91 3/181 17977
/proc/meminfo: memFree=28792284/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=7.7 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 5251 30578 0 0 48 9 704 9 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=17973] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17973/stat : 17973 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271238860 9367552 266 33554432000 4194304 5064252 140734950673312 140734950672224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17973/statm: 2287 266 226 213 0 72 0
[pid=17974] ppid=17973 vsize=17464 CPUtime=4.96 cores=1,3,5,7
/proc/17974/stat : 17974 (glucose_static) R 17973 17923 14609 0 -1 4202496 4627 0 0 0 495 1 0 0 20 0 1 0 271238860 17883136 4016 33554432000 4194304 4896791 140734014526336 140734014523912 4224696 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17974/statm: 4366 4016 78 172 0 4192 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 41356

[startup+25.5004 s]
/proc/loadavg: 1.99 2.00 1.91 3/181 17983
/proc/meminfo: memFree=28784436/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=16.47 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 5714 38091 0 0 49 9 1577 12 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=17979] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17979/stat : 17979 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271239737 9367552 267 33554432000 4194304 5064252 140736795756272 140736795755184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17979/statm: 2287 267 226 213 0 72 0
[pid=17980] ppid=17979 vsize=18104 CPUtime=8.99 cores=1,3,5,7
/proc/17980/stat : 17980 (glucose_static) R 17979 17923 14609 0 -1 4202496 8632 0 0 0 897 2 0 0 20 0 1 0 271239737 18538496 3788 33554432000 4194304 4896791 140734593536416 140734593533816 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17980/statm: 4526 3788 78 172 0 4352 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 41996

[startup+51.1004 s]
/proc/loadavg: 2.05 2.01 1.91 3/181 17989
/proc/meminfo: memFree=28775128/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=34.02 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 6176 53462 0 0 50 9 3325 18 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=17985] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17985/stat : 17985 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271241492 9367552 267 33554432000 4194304 5064252 140734226240960 140734226239872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17985/statm: 2287 267 226 213 0 72 0
[pid=17986] ppid=17985 vsize=23764 CPUtime=17.02 cores=1,3,5,7
/proc/17986/stat : 17986 (glucose_static) R 17985 17923 14609 0 -1 4202496 11000 0 0 0 1699 3 0 0 20 0 1 0 271241493 24334336 4599 33554432000 4194304 4896791 140735612548528 140735612544264 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17986/statm: 5941 4599 78 172 0 5767 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 47656

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.91 3/181 17996
/proc/meminfo: memFree=28768160/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=62.72 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 6637 71266 0 0 52 9 6187 24 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=17991] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17991/stat : 17991 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271244362 9367552 266 33554432000 4194304 5064252 140733906361840 140733906360752 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17991/statm: 2287 266 226 213 0 72 0
[pid=17992] ppid=17991 vsize=22240 CPUtime=39.53 cores=1,3,5,7
/proc/17992/stat : 17992 (glucose_static) R 17991 17923 14609 0 -1 4202496 25080 0 0 0 3946 7 0 0 20 0 1 0 271244363 22773760 5111 33554432000 4194304 4896791 140733996894320 140733996891608 4203820 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17992/statm: 5560 5111 78 172 0 5386 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 46132

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 18002
/proc/meminfo: memFree=28766792/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=161.03 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 7562 126844 0 0 54 9 15994 46 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=18001] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18001/stat : 18001 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271254197 9367552 267 33554432000 4194304 5064252 140737216157280 140737216156192 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18001/statm: 2287 267 226 213 0 72 0
[pid=18002] ppid=18001 vsize=12360 CPUtime=1.18 cores=1,3,5,7
/proc/18002/stat : 18002 (glucose_static) R 18001 17923 14609 0 -1 4202496 3293 0 0 0 118 0 0 0 20 0 1 0 271254198 12656640 2816 33554432000 4194304 4896791 140734421059552 140734421056872 4225041 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18002/statm: 3090 2816 78 172 0 2916 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 36252

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 18002
/proc/meminfo: memFree=28737400/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=161.03 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 7562 126844 0 0 54 9 15994 46 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=18001] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 18041
/proc/meminfo: memFree=28589960/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=407.2 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 8025 202130 0 0 55 9 40575 81 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=18005] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18005/stat : 18005 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271278820 9367552 266 33554432000 4194304 5064252 140734649769664 140734649768576 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18005/statm: 2287 266 226 213 0 72 0
[pid=18006] ppid=18005 vsize=147248 CPUtime=954.71 cores=1,3,5,7
/proc/18006/stat : 18006 (glucose_static) R 18005 17923 14609 0 -1 4202496 132563 0 0 0 95361 110 0 0 20 0 1 0 271278820 150781952 34481 33554432000 4194304 4896791 140735163904480 140735163901688 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 36812 34481 78 172 0 36638 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 171140

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 18041
/proc/meminfo: memFree=28573036/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=407.2 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 8025 202130 0 0 55 9 40575 81 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=18005] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18005/stat : 18005 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271278820 9367552 266 33554432000 4194304 5064252 140734649769664 140734649768576 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18005/statm: 2287 266 226 213 0 72 0
[pid=18006] ppid=18005 vsize=117452 CPUtime=1014.7 cores=1,3,5,7
/proc/18006/stat : 18006 (glucose_static) R 18005 17923 14609 0 -1 4202496 137617 0 0 0 101353 117 0 0 20 0 1 0 271278820 120270848 26130 33554432000 4194304 4896791 140735163904480 140735163902008 4203806 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 29363 26130 78 172 0 29189 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 141344

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 18041
/proc/meminfo: memFree=28475716/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=407.2 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 8025 202130 0 0 55 9 40575 81 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=18005] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18005/stat : 18005 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271278820 9367552 266 33554432000 4194304 5064252 140734649769664 140734649768576 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18005/statm: 2287 266 226 213 0 72 0
[pid=18006] ppid=18005 vsize=199764 CPUtime=1074.67 cores=1,3,5,7
/proc/18006/stat : 18006 (glucose_static) R 18005 17923 14609 0 -1 4202496 141970 0 0 0 107345 122 0 0 20 0 1 0 271278820 204558336 41607 33554432000 4194304 4896791 140735163904480 140735163900216 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 49941 41607 78 172 0 49767 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 223656

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/181 18041
/proc/meminfo: memFree=28554488/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=407.2 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 8025 202130 0 0 55 9 40575 81 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=18005] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18005/stat : 18005 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271278820 9367552 266 33554432000 4194304 5064252 140734649769664 140734649768576 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18005/statm: 2287 266 226 213 0 72 0
[pid=18006] ppid=18005 vsize=151540 CPUtime=1134.66 cores=1,3,5,7
/proc/18006/stat : 18006 (glucose_static) R 18005 17923 14609 0 -1 4202496 146960 0 0 0 113337 129 0 0 20 0 1 0 271278820 155176960 32577 33554432000 4194304 4896791 140735163904480 140735163901688 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 37885 32577 78 172 0 37711 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 175432

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/180 18044
/proc/meminfo: memFree=28608736/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=407.2 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 8025 202130 0 0 55 9 40575 81 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=18005] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18005/stat : 18005 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271278820 9367552 266 33554432000 4194304 5064252 140734649769664 140734649768576 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18005/statm: 2287 266 226 213 0 72 0
[pid=18006] ppid=18005 vsize=203792 CPUtime=1194.65 cores=1,3,5,7
/proc/18006/stat : 18006 (glucose_static) R 18005 17923 14609 0 -1 4202496 150885 0 0 0 119331 134 0 0 20 0 1 0 271278820 208683008 42535 33554432000 4194304 4896791 140735163904480 140735163901688 4202758 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 50948 42535 78 172 0 50774 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 227684

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/181 18045
/proc/meminfo: memFree=28630068/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=407.2 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 8025 202130 0 0 55 9 40575 81 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=18005] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18005/stat : 18005 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271278820 9367552 266 33554432000 4194304 5064252 140734649769664 140734649768576 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18005/statm: 2287 266 226 213 0 72 0
[pid=18006] ppid=18005 vsize=123700 CPUtime=1254.64 cores=1,3,5,7
/proc/18006/stat : 18006 (glucose_static) R 18005 17923 14609 0 -1 4202496 155076 0 0 0 125324 140 0 0 20 0 1 0 271278820 126668800 29205 33554432000 4194304 4896791 140735163904480 140735163900216 4225671 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 30925 29205 78 172 0 30751 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 147592

[startup+1722.3 s]
/proc/loadavg: 2.12 2.04 1.95 3/182 18048
/proc/meminfo: memFree=28588164/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=407.2 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 8025 202130 0 0 55 9 40575 81 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=18005] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18005/stat : 18005 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271278820 9367552 266 33554432000 4194304 5064252 140734649769664 140734649768576 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18005/statm: 2287 266 226 213 0 72 0
[pid=18006] ppid=18005 vsize=207028 CPUtime=1314.61 cores=1,3,5,7
/proc/18006/stat : 18006 (glucose_static) R 18005 17923 14609 0 -1 4202496 159692 0 0 0 131316 145 0 0 20 0 1 0 271278820 211996672 40344 33554432000 4194304 4896791 140735163904480 140735163901688 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 51757 40344 78 172 0 51583 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 230920

[startup+1782.3 s]
/proc/loadavg: 2.15 2.06 1.96 3/181 18048
/proc/meminfo: memFree=28637432/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=407.2 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 8025 202130 0 0 55 9 40575 81 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=18005] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18005/stat : 18005 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271278820 9367552 266 33554432000 4194304 5064252 140734649769664 140734649768576 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18005/statm: 2287 266 226 213 0 72 0
[pid=18006] ppid=18005 vsize=107940 CPUtime=1374.6 cores=1,3,5,7
/proc/18006/stat : 18006 (glucose_static) R 18005 17923 14609 0 -1 4202496 163315 0 0 0 137310 150 0 0 20 0 1 0 271278820 110530560 26375 33554432000 4194304 4896791 140735163904480 140735163902008 4225384 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 26985 26375 78 172 0 26811 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 131832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.12 2.06 1.96 4/175 18055
/proc/meminfo: memFree=28655364/32873852 swapFree=6848/6848
[pid=17923] ppid=17921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (runPb2satCp2.sh) S 17921 17923 14609 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271238087 9367552 275 33554432000 4194304 5064252 140733428768496 140733428767408 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17923/statm: 2287 275 233 213 0 72 0
[pid=17924] ppid=17923 vsize=5596 CPUtime=407.2 cores=1,3,5,7
/proc/17924/stat : 17924 (pb2sat) S 17923 17923 14609 0 -1 4202496 8025 202130 0 0 55 9 40575 81 20 0 1 0 271238087 5730304 1011 33554432000 4194304 5873084 140737416082944 140737416076760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17924/statm: 1399 1011 175 410 0 981 0
[pid=18005] ppid=17924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18005/stat : 18005 (satsolver.sh) S 17924 17923 14609 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271278820 9367552 266 33554432000 4194304 5064252 140734649769664 140734649768576 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18005/statm: 2287 266 226 213 0 72 0
[pid=18006] ppid=18005 vsize=158672 CPUtime=1392.9 cores=1,3,5,7
/proc/18006/stat : 18006 (glucose_static) R 18005 17923 14609 0 -1 4202496 164651 0 0 0 139139 151 0 0 20 0 1 0 271278820 162480128 38963 33554432000 4194304 4896791 140735163904480 140735163901768 4225445 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 39668 38963 78 172 0 39494 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 182564

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.15
CPU user time (s): 1797.71
CPU system time (s): 2.43663
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 338896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.71
system time used= 2.43663
maximum resident set size= 235084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375794
page faults= 0
swaps= 0
block input operations= 0
block output operations= 74280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 389
involuntary context switches= 1906

runsolver used 3.44648 second user time and 9.13361 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-26 18:52:06
IDJOB=3694819
IDBENCH=1957
IDSOLVER=2273
FILE ID=node129/3694819-1338051126
RUNJOBID= node129-1338049325-17782
PBS_JOBID= 14624342
Free space on /tmp= 71128 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_19.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694819-1338051126/watcher-3694819-1338051126 -o /tmp/evaluation-result-3694819-1338051126/solver-3694819-1338051126 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694819-1338051126.opb 658543821 HOME HOME

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

MD5SUM BENCH= 80b0f13939656efa52b7dd958ee28431
RANDOM SEED=658543821

node129.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.957
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.91
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.957
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.957
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.957
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.957
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.90
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28825928 kB
Buffers:          269376 kB
Cached:          2983172 kB
SwapCached:            0 kB
Active:          1121736 kB
Inactive:        2141772 kB
Active(anon):      13544 kB
Inactive(anon):        0 kB
Active(file):    1108192 kB
Inactive(file):  2141772 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17152 kB
Writeback:             0 kB
AnonPages:         17724 kB
Mapped:            14872 kB
Shmem:               204 kB
Slab:             647960 kB
SReclaimable:      90116 kB
SUnreclaim:       557844 kB
KernelStack:        1432 kB
PageTables:         3932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     124936 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= 71112 MiB
End job on node129 at 2012-05-26 19:22:07