Trace number 3694812

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.13 1800.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.opb
MD5SUM008a49e8cb0d34e0becb5a5e15efaa2a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark183
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 177
Optimality of the best value was proved NO
Number of variables465
Total number of constraints465
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 constraints465
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 465
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 465
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 465
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.33	c model valid
0.00/0.33	c current solution ok
0.00/0.41	o 244
0.00/0.41	c (debug) using card networks
0.00/0.56	c model valid
0.00/0.56	c current solution ok
0.00/0.57	o 233
0.00/0.57	c (debug) using card networks
0.00/0.66	c model valid
0.00/0.66	c current solution ok
0.00/0.66	o 230
0.00/0.66	c (debug) using card networks
1.97/2.08	c model valid
1.97/2.08	c current solution ok
1.97/2.09	o 227
1.97/2.09	c (debug) using card networks
3.55/3.67	c model valid
3.55/3.67	c current solution ok
3.55/3.67	o 220
3.55/3.67	c (debug) using card networks
8.05/8.14	c model valid
8.05/8.14	c current solution ok
8.05/8.15	o 213
8.05/8.15	c (debug) using card networks
132.41/132.50	c model valid
132.41/132.50	c current solution ok
132.41/132.51	o 211
132.41/132.51	c (debug) using card networks
231.50/231.67	c model valid
231.50/231.67	c current solution ok
231.50/231.68	o 210
231.50/231.68	c (debug) using card networks
1800.10/1800.61	./satsolver.sh: line 5: 14124 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-3694812-1338310748/watcher-3694812-1338310748 -o /tmp/evaluation-result-3694812-1338310748/solver-3694812-1338310748 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694812-1338310748.opb 709189190 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: 0.00 0.00 1.18 3/175 14038
/proc/meminfo: memFree=27943584/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0

[startup+0.069463 s]
/proc/loadavg: 0.00 0.00 1.18 3/175 14038
/proc/meminfo: memFree=27943584/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100201 s]
/proc/loadavg: 0.00 0.00 1.18 3/175 14038
/proc/meminfo: memFree=27943584/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30018 s]
/proc/loadavg: 0.00 0.00 1.18 3/175 14038
/proc/meminfo: memFree=27943584/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700219 s]
/proc/loadavg: 0.00 0.00 1.18 3/175 14038
/proc/meminfo: memFree=27943584/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 0.00 0.00 1.18 3/183 14061
/proc/meminfo: memFree=27906056/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=0.66 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 2856 9170 0 0 34 6 23 3 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14060] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14060/stat : 14060 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297199286 9367552 267 33554432000 4194304 5064252 140736529949840 140736529948752 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14060/statm: 2287 267 226 213 0 72 0
[pid=14061] ppid=14060 vsize=13488 CPUtime=0.81 cores=1,3,5,7
/proc/14061/stat : 14061 (glucose_static) R 14060 14038 13995 0 -1 4202496 2584 0 0 0 81 0 0 0 20 0 1 0 297199287 13811712 2986 33554432000 4194304 4896791 140733617428496 140733617425704 4224943 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14061/statm: 3372 2986 78 172 0 3198 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 37624

[startup+3.10036 s]
/proc/loadavg: 0.08 0.02 1.17 3/183 14067
/proc/meminfo: memFree=27905420/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=2.07 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 3324 13614 0 0 35 6 162 4 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14066] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14066/stat : 14066 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 297199429 9367552 265 33554432000 4194304 5064252 140733973402496 140733973401408 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14066/statm: 2287 265 226 213 0 72 0
[pid=14067] ppid=14066 vsize=13696 CPUtime=0.99 cores=1,3,5,7
/proc/14067/stat : 14067 (glucose_static) R 14066 14038 13995 0 -1 4202496 2674 0 0 0 99 0 0 0 20 0 1 0 297199429 14024704 3066 33554432000 4194304 4896791 140733757269152 140733757266360 4225108 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14067/statm: 3424 3066 78 172 0 3250 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 37832

[startup+6.30037 s]
/proc/loadavg: 0.08 0.02 1.17 3/183 14076
/proc/meminfo: memFree=27903524/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=3.65 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 3793 18200 0 0 36 6 318 5 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14075] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14075/stat : 14075 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297199587 9367552 266 33554432000 4194304 5064252 140736614162384 140736614161296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14075/statm: 2287 266 226 213 0 72 0
[pid=14076] ppid=14075 vsize=12436 CPUtime=2.6 cores=1,3,5,7
/proc/14076/stat : 14076 (glucose_static) R 14075 14038 13995 0 -1 4202496 4490 0 0 0 260 0 0 0 20 0 1 0 297199587 12734464 2861 33554432000 4194304 4896791 140737175930848 140737175928376 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14076/statm: 3109 2861 78 172 0 2935 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 36572

[startup+12.7004 s]
/proc/loadavg: 0.23 0.05 1.18 3/183 14085
/proc/meminfo: memFree=27901000/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=8.13 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 4243 24804 0 0 38 6 762 7 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14081] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14081/stat : 14081 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297200035 9367552 267 33554432000 4194304 5064252 140735779552928 140735779551840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14081/statm: 2287 267 226 213 0 72 0
[pid=14082] ppid=14081 vsize=17316 CPUtime=4.52 cores=1,3,5,7
/proc/14082/stat : 14082 (glucose_static) R 14081 14038 13995 0 -1 4202496 4982 0 0 0 452 0 0 0 20 0 1 0 297200035 17731584 3418 33554432000 4194304 4896791 140735936172528 140735936168264 4225168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14082/statm: 4329 3418 78 172 0 4155 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 41452

[startup+25.5005 s]
/proc/loadavg: 0.69 0.16 1.20 3/183 14088
/proc/meminfo: memFree=27894212/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=8.13 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 4243 24804 0 0 38 6 762 7 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14081] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14081/stat : 14081 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297200035 9367552 267 33554432000 4194304 5064252 140735779552928 140735779551840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14081/statm: 2287 267 226 213 0 72 0
[pid=14082] ppid=14081 vsize=19124 CPUtime=17.32 cores=1,3,5,7
/proc/14082/stat : 14082 (glucose_static) R 14081 14038 13995 0 -1 4202496 10728 0 0 0 1729 3 0 0 20 0 1 0 297200035 19582976 4426 33554432000 4194304 4896791 140735936172528 140735936168264 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14082/statm: 4781 4426 78 172 0 4607 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 43260

[startup+51.1005 s]
/proc/loadavg: 1.14 0.31 1.22 3/183 14091
/proc/meminfo: memFree=27879532/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=8.13 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 4243 24804 0 0 38 6 762 7 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14081] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14081/stat : 14081 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297200035 9367552 267 33554432000 4194304 5064252 140735779552928 140735779551840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14081/statm: 2287 267 226 213 0 72 0
[pid=14082] ppid=14081 vsize=33224 CPUtime=42.91 cores=1,3,5,7
/proc/14082/stat : 14082 (glucose_static) R 14081 14038 13995 0 -1 4202496 20926 0 0 0 4285 6 0 0 20 0 1 0 297200035 34021376 6995 33554432000 4194304 4896791 140735936172528 140735936170056 4225148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14082/statm: 8306 6995 78 172 0 8132 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 57360

[startup+102.301 s]
/proc/loadavg: 1.69 0.60 1.26 3/184 14094
/proc/meminfo: memFree=27863184/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=8.13 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 4243 24804 0 0 38 6 762 7 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14081] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14081/stat : 14081 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297200035 9367552 267 33554432000 4194304 5064252 140735779552928 140735779551840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14081/statm: 2287 267 226 213 0 72 0
[pid=14082] ppid=14081 vsize=36480 CPUtime=94.1 cores=1,3,5,7
/proc/14082/stat : 14082 (glucose_static) R 14081 14038 13995 0 -1 4202496 33724 0 0 0 9397 13 0 0 20 0 1 0 297200035 37355520 8329 33554432000 4194304 4896791 140735936172528 140735936168264 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14082/statm: 9120 8329 78 172 0 8946 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 60616

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 1.30 3/184 14121
/proc/meminfo: memFree=27854260/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=132.46 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 4695 66848 0 0 39 7 13174 26 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14120] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.79 3/183 14135
/proc/meminfo: memFree=27615548/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=231.59 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 5145 103816 0 0 40 7 23069 43 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14123] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14123/stat : 14123 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297222388 9367552 267 33554432000 4194304 5064252 140737434407008 140737434405920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14123/statm: 2287 267 226 213 0 72 0
[pid=14124] ppid=14123 vsize=139980 CPUtime=1190.29 cores=1,3,5,7
/proc/14124/stat : 14124 (glucose_static) R 14123 14038 13995 0 -1 4202496 105140 0 0 0 118928 101 0 0 20 0 1 0 297222388 143339520 30138 33554432000 4194304 4896791 140736365983760 140736365981288 4203780 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14124/statm: 34995 30138 78 172 0 34821 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 164116

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/183 14135
/proc/meminfo: memFree=27547624/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=231.59 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 5145 103816 0 0 40 7 23069 43 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14123] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14123/stat : 14123 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297222388 9367552 267 33554432000 4194304 5064252 140737434407008 140737434405920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14123/statm: 2287 267 226 213 0 72 0
[pid=14124] ppid=14123 vsize=109744 CPUtime=1250.26 cores=1,3,5,7
/proc/14124/stat : 14124 (glucose_static) R 14123 14038 13995 0 -1 4202496 107167 0 0 0 124922 104 0 0 20 0 1 0 297222388 112377856 22954 33554432000 4194304 4896791 140736365983760 140736365981016 4224670 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14124/statm: 27436 22954 78 172 0 27262 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 133880

[startup+1542.31 s]
/proc/loadavg: 2.11 2.00 1.82 3/183 14135
/proc/meminfo: memFree=27572644/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=231.59 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 5145 103816 0 0 40 7 23069 43 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14123] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14123/stat : 14123 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297222388 9367552 267 33554432000 4194304 5064252 140737434407008 140737434405920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14123/statm: 2287 267 226 213 0 72 0
[pid=14124] ppid=14123 vsize=272688 CPUtime=1310.26 cores=1,3,5,7
/proc/14124/stat : 14124 (glucose_static) R 14123 14038 13995 0 -1 4202496 108885 0 0 0 130919 107 0 0 20 0 1 0 297222388 279232512 50729 33554432000 4194304 4896791 140736365983760 140736365981048 4206159 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14124/statm: 68172 50729 78 172 0 67998 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 296824

[startup+1602.3 s]
/proc/loadavg: 2.04 2.00 1.83 3/183 14135
/proc/meminfo: memFree=27619752/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=231.59 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 5145 103816 0 0 40 7 23069 43 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14123] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14123/stat : 14123 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297222388 9367552 267 33554432000 4194304 5064252 140737434407008 140737434405920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14123/statm: 2287 267 226 213 0 72 0
[pid=14124] ppid=14123 vsize=192144 CPUtime=1370.25 cores=1,3,5,7
/proc/14124/stat : 14124 (glucose_static) R 14123 14038 13995 0 -1 4202496 110802 0 0 0 136914 111 0 0 20 0 1 0 297222388 196755456 44913 33554432000 4194304 4896791 140736365983760 140736365980968 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14124/statm: 48036 44913 78 172 0 47862 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 216280

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.84 3/183 14136
/proc/meminfo: memFree=27676096/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=231.59 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 5145 103816 0 0 40 7 23069 43 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14123] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14123/stat : 14123 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297222388 9367552 267 33554432000 4194304 5064252 140737434407008 140737434405920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14123/statm: 2287 267 226 213 0 72 0
[pid=14124] ppid=14123 vsize=193520 CPUtime=1430.23 cores=1,3,5,7
/proc/14124/stat : 14124 (glucose_static) R 14123 14038 13995 0 -1 4202496 112676 0 0 0 142908 115 0 0 20 0 1 0 297222388 198164480 38968 33554432000 4194304 4896791 140736365983760 140736365981288 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14124/statm: 48380 38968 78 172 0 48206 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 217656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/183 14136
/proc/meminfo: memFree=27713964/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=231.59 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 5145 103816 0 0 40 7 23069 43 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14123] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14123/stat : 14123 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297222388 9367552 267 33554432000 4194304 5064252 140737434407008 140737434405920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14123/statm: 2287 267 226 213 0 72 0
[pid=14124] ppid=14123 vsize=144728 CPUtime=1490.22 cores=1,3,5,7
/proc/14124/stat : 14124 (glucose_static) R 14123 14038 13995 0 -1 4202496 114568 0 0 0 148904 118 0 0 20 0 1 0 297222388 148201472 32996 33554432000 4194304 4896791 140736365983760 140736365981288 4225120 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14124/statm: 36182 32996 78 172 0 36008 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 168864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/183 14139
/proc/meminfo: memFree=27775528/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=231.59 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 5145 103816 0 0 40 7 23069 43 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14123] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14123/stat : 14123 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297222388 9367552 267 33554432000 4194304 5064252 140737434407008 140737434405920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14123/statm: 2287 267 226 213 0 72 0
[pid=14124] ppid=14123 vsize=145328 CPUtime=1550.2 cores=1,3,5,7
/proc/14124/stat : 14124 (glucose_static) R 14123 14038 13995 0 -1 4202496 116541 0 0 0 154897 123 0 0 20 0 1 0 297222388 148815872 28383 33554432000 4194304 4896791 140736365983760 140736365981336 4204510 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14124/statm: 36332 28383 78 172 0 36158 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 169464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.85 3/176 14157
/proc/meminfo: memFree=27775888/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=231.59 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 5145 103816 0 0 40 7 23069 43 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14123] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14123/stat : 14123 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297222388 9367552 267 33554432000 4194304 5064252 140737434407008 140737434405920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14123/statm: 2287 267 226 213 0 72 0
[pid=14124] ppid=14123 vsize=195416 CPUtime=1568.51 cores=1,3,5,7
/proc/14124/stat : 14124 (glucose_static) R 14123 14038 13995 0 -1 4202496 117087 0 0 0 156727 124 0 0 20 0 1 0 297222388 200105984 38638 33554432000 4194304 4896791 140736365983760 140736365981288 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14124/statm: 48854 38638 78 172 0 48680 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 219552

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.85 3/176 14157
/proc/meminfo: memFree=27775888/32873844 swapFree=7620/7620
[pid=14038] ppid=14034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14038/stat : 14038 (runPb2satCp2.sh) S 14034 14038 13995 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140737120439408 140737120438320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14038/statm: 2287 274 233 213 0 72 0
[pid=14040] ppid=14038 vsize=5840 CPUtime=231.59 cores=1,3,5,7
/proc/14040/stat : 14040 (pb2sat) S 14038 14038 13995 0 -1 4202496 5145 103816 0 0 40 7 23069 43 20 0 1 0 297199219 5980160 1007 33554432000 4194304 5873084 140734733486608 140734733480424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14040/statm: 1460 1007 175 410 0 1042 0
[pid=14123] ppid=14040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14123/stat : 14123 (satsolver.sh) S 14040 14038 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297222388 9367552 267 33554432000 4194304 5064252 140737434407008 140737434405920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14123/statm: 2287 267 226 213 0 72 0
[pid=14124] ppid=14123 vsize=195416 CPUtime=1568.51 cores=1,3,5,7
/proc/14124/stat : 14124 (glucose_static) R 14123 14038 13995 0 -1 4202496 117087 0 0 0 156727 124 0 0 20 0 1 0 297222388 200105984 38638 33554432000 4194304 4896791 140736365983760 140736365981288 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14124/statm: 48854 38638 78 172 0 48680 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 219552

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.13
CPU user time (s): 1798.38
CPU system time (s): 1.74873
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 349660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 1.74873
maximum resident set size= 268480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227036
page faults= 0
swaps= 0
block input operations= 0
block output operations= 41864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 331
involuntary context switches= 1884

runsolver used 7.09092 second user time and 11.1493 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-29 18:59:08
IDJOB=3694812
IDBENCH=1960
IDSOLVER=2273
FILE ID=node143/3694812-1338310748
RUNJOBID= node143-1338310748-14012
PBS_JOBID= 14632085
Free space on /tmp= 69164 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_12.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694812-1338310748/watcher-3694812-1338310748 -o /tmp/evaluation-result-3694812-1338310748/solver-3694812-1338310748 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694812-1338310748.opb 709189190 HOME HOME

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

MD5SUM BENCH= 008a49e8cb0d34e0becb5a5e15efaa2a
RANDOM SEED=709189190

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27944856 kB
Buffers:          450280 kB
Cached:          3592904 kB
SwapCached:            0 kB
Active:          3299764 kB
Inactive:         754480 kB
Active(anon):       2056 kB
Inactive(anon):    11300 kB
Active(file):    3297708 kB
Inactive(file):   743180 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17112 kB
Writeback:             0 kB
AnonPages:         18148 kB
Mapped:            13444 kB
Shmem:               200 kB
Slab:             734748 kB
SReclaimable:     177272 kB
SUnreclaim:       557476 kB
KernelStack:        1376 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 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= 69140 MiB
End job on node143 at 2012-05-29 19:29:09