Trace number 3694823

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.14 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_23.opb.PB06.opb
MD5SUM0a5749e09f3f6f40d04f442dc86d22a6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark193
Best CPU time to get the best result obtained on this benchmark1789.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 188
Optimality of the best value was proved NO
Number of variables479
Total number of constraints479
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 constraints479
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 479
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 479
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 479
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.39	c model valid
0.00/0.39	c current solution ok
0.00/0.49	o 266
0.00/0.49	c (debug) using card networks
0.00/0.65	c model valid
0.00/0.65	c current solution ok
0.00/0.66	o 255
0.00/0.66	c (debug) using card networks
1.27/1.37	c model valid
1.27/1.37	c current solution ok
1.27/1.37	o 252
1.27/1.37	c (debug) using card networks
1.36/1.46	c model valid
1.36/1.46	c current solution ok
1.36/1.47	o 246
1.36/1.47	c (debug) using card networks
2.57/2.68	c model valid
2.57/2.68	c current solution ok
2.57/2.69	o 241
2.57/2.69	c (debug) using card networks
4.55/4.60	c model valid
4.55/4.60	c current solution ok
4.55/4.61	o 239
4.55/4.61	c (debug) using card networks
6.96/7.04	c model valid
6.96/7.04	c current solution ok
6.96/7.04	o 236
6.96/7.04	c (debug) using card networks
11.97/12.00	c model valid
11.97/12.00	c current solution ok
11.97/12.01	o 231
11.97/12.01	c (debug) using card networks
23.96/24.00	c model valid
23.96/24.00	c current solution ok
23.96/24.01	o 228
23.96/24.01	c (debug) using card networks
39.25/39.31	c model valid
39.25/39.31	c current solution ok
39.25/39.31	o 225
39.25/39.31	c (debug) using card networks
87.42/87.56	c model valid
87.42/87.56	c current solution ok
87.42/87.56	o 223
87.42/87.56	c (debug) using card networks
492.61/492.88	c model valid
492.61/492.88	c current solution ok
492.61/492.89	o 221
492.61/492.89	c (debug) using card networks
1542.05/1542.53	c model valid
1542.05/1542.53	c current solution ok
1542.05/1542.55	o 220
1542.05/1542.55	c (debug) using card networks
1800.10/1800.61	./satsolver.sh: line 5: 18044 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-3694823-1338051126/watcher-3694823-1338051126 -o /tmp/evaluation-result-3694823-1338051126/solver-3694823-1338051126 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694823-1338051126.opb 658543821 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/170 17913
/proc/meminfo: memFree=28826292/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0

[startup+0.081398 s]
/proc/loadavg: 2.00 2.00 1.91 3/170 17913
/proc/meminfo: memFree=28826292/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100272 s]
/proc/loadavg: 2.00 2.00 1.91 3/170 17913
/proc/meminfo: memFree=28826292/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300237 s]
/proc/loadavg: 2.00 2.00 1.91 3/170 17913
/proc/meminfo: memFree=28826292/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700327 s]
/proc/loadavg: 2.00 2.00 1.91 3/170 17913
/proc/meminfo: memFree=28826292/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 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=28789100/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=1.46 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 3317 12719 0 0 42 8 93 3 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 14908

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 17953
/proc/meminfo: memFree=28788596/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=2.67 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 3764 16283 0 0 43 8 212 4 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 14908

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 17965
/proc/meminfo: memFree=28785924/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=4.59 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 4211 20560 0 0 44 8 401 6 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=17964] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17964/stat : 17964 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271238545 9367552 267 33554432000 4194304 5064252 140734116476064 140734116474976 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17964/statm: 2287 267 226 213 0 72 0
[pid=17965] ppid=17964 vsize=13920 CPUtime=1.67 cores=0,2,4,6
/proc/17965/stat : 17965 (glucose_static) R 17964 17913 14609 0 -1 4202496 3508 0 0 0 167 0 0 0 20 0 1 0 271238545 14254080 2887 33554432000 4194304 4896791 140734154963552 140734154961128 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17965/statm: 3480 2887 78 172 0 3306 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 37976

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 1.91 3/181 17974
/proc/meminfo: memFree=28783656/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=11.99 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 5122 33180 0 0 47 9 1134 9 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 14908

[startup+25.5004 s]
/proc/loadavg: 1.99 2.00 1.91 3/181 17983
/proc/meminfo: memFree=28784436/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=23.99 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 5586 45796 0 0 48 9 2329 13 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=17982] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271240485 9367552 267 33554432000 4194304 5064252 140736780638048 140736780636960 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17982/statm: 2287 267 226 213 0 72 0
[pid=17983] ppid=17982 vsize=12140 CPUtime=1.46 cores=0,2,4,6
/proc/17983/stat : 17983 (glucose_static) R 17982 17913 14609 0 -1 4202496 2636 0 0 0 146 0 0 0 20 0 1 0 271240486 12431360 2769 33554432000 4194304 4896791 140737216603408 140737216600616 4205551 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 3035 2769 78 172 0 2861 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 36196

[startup+51.1004 s]
/proc/loadavg: 2.05 2.01 1.91 3/181 17989
/proc/meminfo: memFree=28775128/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=39.28 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 6033 56217 0 0 49 9 3854 16 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=17988] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17988/stat : 17988 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271242016 9367552 267 33554432000 4194304 5064252 140736202859744 140736202858656 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17988/statm: 2287 267 226 213 0 72 0
[pid=17989] ppid=17988 vsize=22876 CPUtime=11.76 cores=0,2,4,6
/proc/17989/stat : 17989 (glucose_static) R 17988 17913 14609 0 -1 4202496 11628 0 0 0 1174 2 0 0 20 0 1 0 271242016 23425024 4628 33554432000 4194304 4896791 140733978385104 140733978382504 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17989/statm: 5719 4628 78 172 0 5545 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 46932

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.91 3/181 17996
/proc/meminfo: memFree=28747752/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=87.51 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 6497 87721 0 0 50 9 8665 27 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=17995] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17995/stat : 17995 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271246841 9367552 267 33554432000 4194304 5064252 140735040731040 140735040729952 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17995/statm: 2287 267 226 213 0 72 0
[pid=17996] ppid=17995 vsize=23308 CPUtime=14.71 cores=0,2,4,6
/proc/17996/stat : 17996 (glucose_static) R 17995 17913 14609 0 -1 4202496 9369 0 0 0 1468 3 0 0 20 0 1 0 271246841 23867392 5196 33554432000 4194304 4896791 140734838004976 140734838002504 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17996/statm: 5827 5196 78 172 0 5653 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 47364

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 18002
/proc/meminfo: memFree=28766792/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=87.51 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 6497 87721 0 0 50 9 8665 27 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=17995] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17995/stat : 17995 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271246841 9367552 267 33554432000 4194304 5064252 140735040731040 140735040729952 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17995/statm: 2287 267 226 213 0 72 0
[pid=17996] ppid=17995 vsize=36792 CPUtime=74.69 cores=0,2,4,6
/proc/17996/stat : 17996 (glucose_static) R 17995 17913 14609 0 -1 4202496 28822 0 0 0 7458 11 0 0 20 0 1 0 271246841 37675008 8034 33554432000 4194304 4896791 140734838004976 140734838002184 4203908 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17996/statm: 9198 8034 78 172 0 9024 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 60848

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 18002
/proc/meminfo: memFree=28737400/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=87.51 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 6497 87721 0 0 50 9 8665 27 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=17995] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6

################
# 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=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=492.72 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 6944 168653 0 0 51 9 49136 76 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=18011] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18011/stat : 18011 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271287374 9367552 267 33554432000 4194304 5064252 140737457170336 140737457169248 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18011/statm: 2287 267 226 213 0 72 0
[pid=18012] ppid=18011 vsize=93508 CPUtime=869.18 cores=0,2,4,6
/proc/18012/stat : 18012 (glucose_static) R 18011 17913 14609 0 -1 4202496 144444 0 0 0 86827 91 0 0 20 0 1 0 271287374 95752192 20316 33554432000 4194304 4896791 140735863924464 140735863921992 4203978 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18012/statm: 23377 20316 78 172 0 23203 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 117564

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 18041
/proc/meminfo: memFree=28573036/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=492.72 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 6944 168653 0 0 51 9 49136 76 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=18011] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18011/stat : 18011 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271287374 9367552 267 33554432000 4194304 5064252 140737457170336 140737457169248 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18011/statm: 2287 267 226 213 0 72 0
[pid=18012] ppid=18011 vsize=147372 CPUtime=929.17 cores=0,2,4,6
/proc/18012/stat : 18012 (glucose_static) R 18011 17913 14609 0 -1 4202496 148448 0 0 0 92822 95 0 0 20 0 1 0 271287374 150908928 32152 33554432000 4194304 4896791 140735863924464 140735863921720 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18012/statm: 36843 32152 78 172 0 36669 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 171428

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 18041
/proc/meminfo: memFree=28475716/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=492.72 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 6944 168653 0 0 51 9 49136 76 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=18011] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18011/stat : 18011 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271287374 9367552 267 33554432000 4194304 5064252 140737457170336 140737457169248 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18011/statm: 2287 267 226 213 0 72 0
[pid=18012] ppid=18011 vsize=202516 CPUtime=989.14 cores=0,2,4,6
/proc/18012/stat : 18012 (glucose_static) R 18011 17913 14609 0 -1 4202496 152906 0 0 0 98814 100 0 0 20 0 1 0 271287374 207376384 41929 33554432000 4194304 4896791 140735863924464 140735863921672 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18012/statm: 50629 41929 78 172 0 50455 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 226572

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/181 18041
/proc/meminfo: memFree=28554860/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=492.72 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 6944 168653 0 0 51 9 49136 76 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=18011] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18011/stat : 18011 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271287374 9367552 267 33554432000 4194304 5064252 140737457170336 140737457169248 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18011/statm: 2287 267 226 213 0 72 0
[pid=18012] ppid=18011 vsize=153844 CPUtime=1049.14 cores=0,2,4,6
/proc/18012/stat : 18012 (glucose_static) R 18011 17913 14609 0 -1 4202496 156437 0 0 0 104810 104 0 0 20 0 1 0 271287374 157536256 30437 33554432000 4194304 4896791 140735863924464 140735863921672 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18012/statm: 38461 30437 78 172 0 38287 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 177900

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/180 18044
/proc/meminfo: memFree=28608736/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=1542.12 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 7408 326355 0 0 53 9 153968 182 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=18043] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18043/stat : 18043 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271392339 9367552 267 33554432000 4194304 5064252 140733663016896 140733663015808 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18043/statm: 2287 267 226 213 0 72 0
[pid=18044] ppid=18043 vsize=34628 CPUtime=59.71 cores=0,2,4,6
/proc/18044/stat : 18044 (glucose_static) R 18043 17913 14609 0 -1 4202496 28488 0 0 0 5962 9 0 0 20 0 1 0 271392339 35459072 8140 33554432000 4194304 4896791 140735491871344 140735491868872 4224680 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18044/statm: 8657 8140 78 172 0 8483 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 58684

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/181 18045
/proc/meminfo: memFree=28630068/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=1542.12 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 7408 326355 0 0 53 9 153968 182 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=18043] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18043/stat : 18043 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271392339 9367552 267 33554432000 4194304 5064252 140733663016896 140733663015808 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18043/statm: 2287 267 226 213 0 72 0
[pid=18044] ppid=18043 vsize=70136 CPUtime=119.7 cores=0,2,4,6
/proc/18044/stat : 18044 (glucose_static) R 18043 17913 14609 0 -1 4202496 43231 0 0 0 11954 16 0 0 20 0 1 0 271392339 71819264 15027 33554432000 4194304 4896791 140735491871344 140735491868552 4204002 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18044/statm: 17534 15027 78 172 0 17360 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 94192

[startup+1722.3 s]
/proc/loadavg: 2.12 2.04 1.95 3/182 18048
/proc/meminfo: memFree=28590212/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=1542.12 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 7408 326355 0 0 53 9 153968 182 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=18043] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18043/stat : 18043 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271392339 9367552 267 33554432000 4194304 5064252 140733663016896 140733663015808 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18043/statm: 2287 267 226 213 0 72 0
[pid=18044] ppid=18043 vsize=73388 CPUtime=179.69 cores=0,2,4,6
/proc/18044/stat : 18044 (glucose_static) R 18043 17913 14609 0 -1 4202496 58868 0 0 0 17945 24 0 0 20 0 1 0 271392339 75149312 15286 33554432000 4194304 4896791 140735491871344 140735491867080 4204939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18044/statm: 18347 15286 78 172 0 18173 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 97444

[startup+1782.3 s]
/proc/loadavg: 2.15 2.06 1.96 3/181 18048
/proc/meminfo: memFree=28637432/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=1542.12 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 7408 326355 0 0 53 9 153968 182 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=18043] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18043/stat : 18043 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271392339 9367552 267 33554432000 4194304 5064252 140733663016896 140733663015808 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18043/statm: 2287 267 226 213 0 72 0
[pid=18044] ppid=18043 vsize=75828 CPUtime=239.67 cores=0,2,4,6
/proc/18044/stat : 18044 (glucose_static) R 18043 17913 14609 0 -1 4202496 67336 0 0 0 23938 29 0 0 20 0 1 0 271392339 77647872 16341 33554432000 4194304 4896791 140735491871344 140735491868552 4225384 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18044/statm: 18957 16341 78 172 0 18783 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 99884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.12 2.06 1.96 3/181 18048
/proc/meminfo: memFree=28582028/32873852 swapFree=6848/6848
[pid=17913] ppid=17911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17913/stat : 17913 (runPb2satCp2.sh) S 17911 17913 14609 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271238083 9367552 274 33554432000 4194304 5064252 140735312142320 140735312141232 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17913/statm: 2287 274 233 213 0 72 0
[pid=17914] ppid=17913 vsize=5760 CPUtime=1542.12 cores=0,2,4,6
/proc/17914/stat : 17914 (pb2sat) S 17913 17913 14609 0 -1 4202496 7408 326355 0 0 53 9 153968 182 20 0 1 0 271238083 5898240 1009 33554432000 4194304 5873084 140737408298736 140737408292552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17914/statm: 1440 1009 175 410 0 1022 0
[pid=18043] ppid=17914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18043/stat : 18043 (satsolver.sh) S 17914 17913 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271392339 9367552 267 33554432000 4194304 5064252 140733663016896 140733663015808 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18043/statm: 2287 267 226 213 0 72 0
[pid=18044] ppid=18043 vsize=76272 CPUtime=257.98 cores=0,2,4,6
/proc/18044/stat : 18044 (glucose_static) R 18043 17913 14609 0 -1 4202496 70084 0 0 0 25767 31 0 0 20 0 1 0 271392339 78102528 17182 33554432000 4194304 4896791 140735491871344 140735491868552 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18044/statm: 19068 17182 78 172 0 18894 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 100328

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.14
CPU user time (s): 1797.9
CPU system time (s): 2.24366
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 306320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 2.24366
maximum resident set size= 220536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404834
page faults= 0
swaps= 0
block input operations= 0
block output operations= 67112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 297
involuntary context switches= 1908

runsolver used 2.6096 second user time and 7.8988 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 0a5749e09f3f6f40d04f442dc86d22a6
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:        28835120 kB
Buffers:          269348 kB
Cached:          2974664 kB
SwapCached:            0 kB
Active:          1112896 kB
Inactive:        2141772 kB
Active(anon):      13284 kB
Inactive(anon):        0 kB
Active(file):    1099612 kB
Inactive(file):  2141772 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8616 kB
Writeback:             0 kB
AnonPages:         17336 kB
Mapped:            13708 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:     102668 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