Trace number 3694750

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.07 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16c1.opb
MD5SUMa63171c8a8ea2fa0eedb44e836168a56
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1284
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1246
Optimality of the best value was proved NO
Number of variables3160
Total number of constraints18047
Number of constraints which are clauses18047
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 3160
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 3160
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3160
Number of bits of the biggest sum of numbers12
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.13	c model valid
0.00/0.13	c current solution ok
0.00/0.25	o 1491
0.00/0.25	c fallback to adder encoding
22.05/22.20	c model valid
22.05/22.20	c current solution ok
22.16/22.20	o 1490
22.16/22.20	c fallback to adder encoding
37.96/38.09	c model valid
37.96/38.09	c current solution ok
38.06/38.10	o 1479
38.06/38.10	c fallback to adder encoding
46.44/46.50	c model valid
46.44/46.50	c current solution ok
46.44/46.51	o 1472
46.44/46.51	c fallback to adder encoding
74.52/74.65	c model valid
74.52/74.65	c current solution ok
74.52/74.66	o 1467
74.52/74.66	c fallback to adder encoding
180.50/180.64	c model valid
180.50/180.64	c current solution ok
180.50/180.65	o 1459
180.50/180.65	c fallback to adder encoding
325.94/326.18	c model valid
325.94/326.18	c current solution ok
325.94/326.19	o 1458
325.94/326.19	c fallback to adder encoding
465.62/465.84	c model valid
465.62/465.84	c current solution ok
465.62/465.85	o 1430
465.62/465.85	c fallback to adder encoding
1351.13/1351.54	c model valid
1351.13/1351.54	c current solution ok
1351.13/1351.55	o 1429
1351.13/1351.55	c fallback to adder encoding
1800.03/1800.51	./satsolver.sh: line 5: 11121 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1800.51	c error: unexpected solver exit code
1800.03/1800.51	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-3694750-1338058358/watcher-3694750-1338058358 -o /tmp/evaluation-result-3694750-1338058358/solver-3694750-1338058358 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694750-1338058358.opb 409035948 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 11011
/proc/meminfo: memFree=28814480/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0

[startup+0.0789731 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 11011
/proc/meminfo: memFree=28814480/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10041 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 11011
/proc/meminfo: memFree=28814480/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300255 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 11011
/proc/meminfo: memFree=28814480/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700382 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 11011
/proc/meminfo: memFree=28814480/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50048 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 11018
/proc/meminfo: memFree=28746424/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=26652 CPUtime=0.43 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 5168 3325 0 0 28 12 2 1 20 0 1 0 271960200 27291648 4937 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11012/statm: 6663 4937 178 410 0 6245 0
[pid=11017] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11017/stat : 11017 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271960245 9367552 266 33554432000 4194304 5064252 140734130781840 140734130780752 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11017/statm: 2287 266 226 213 0 72 0
[pid=11018] ppid=11017 vsize=39772 CPUtime=1.04 cores=1,3,5,7
/proc/11018/stat : 11018 (glucose_static) R 11017 11011 9863 0 -1 4202496 9449 0 0 0 101 3 0 0 20 0 1 0 271960245 40726528 8792 33554432000 4194304 4896791 140735410267440 140735410265240 4401607 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11018/statm: 9943 8792 78 172 0 9769 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 84720

[startup+3.10046 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 11018
/proc/meminfo: memFree=28744440/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=26652 CPUtime=0.43 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 5168 3325 0 0 28 12 2 1 20 0 1 0 271960200 27291648 4937 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11012/statm: 6663 4937 178 410 0 6245 0
[pid=11017] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11017/stat : 11017 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271960245 9367552 266 33554432000 4194304 5064252 140734130781840 140734130780752 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11017/statm: 2287 266 226 213 0 72 0
[pid=11018] ppid=11017 vsize=40076 CPUtime=2.64 cores=1,3,5,7
/proc/11018/stat : 11018 (glucose_static) R 11017 11011 9863 0 -1 4202496 9827 0 0 0 261 3 0 0 20 0 1 0 271960245 41037824 8969 33554432000 4194304 4896791 140735410267440 140735410264952 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11018/statm: 10019 8969 78 172 0 9845 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 85024

[startup+6.30046 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 11019
/proc/meminfo: memFree=28737548/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=26652 CPUtime=0.43 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 5168 3325 0 0 28 12 2 1 20 0 1 0 271960200 27291648 4937 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11012/statm: 6663 4937 178 410 0 6245 0
[pid=11017] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11017/stat : 11017 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271960245 9367552 266 33554432000 4194304 5064252 140734130781840 140734130780752 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11017/statm: 2287 266 226 213 0 72 0
[pid=11018] ppid=11017 vsize=45620 CPUtime=5.83 cores=1,3,5,7
/proc/11018/stat : 11018 (glucose_static) R 11017 11011 9863 0 -1 4202496 10474 0 0 0 580 3 0 0 20 0 1 0 271960245 46714880 9588 33554432000 4194304 4896791 140735410267440 140735410264648 4207101 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11018/statm: 11405 9588 78 172 0 11231 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 90568

[startup+12.7005 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 11019
/proc/meminfo: memFree=28765584/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=26652 CPUtime=0.43 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 5168 3325 0 0 28 12 2 1 20 0 1 0 271960200 27291648 4937 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11012/statm: 6663 4937 178 410 0 6245 0
[pid=11017] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11017/stat : 11017 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271960245 9367552 266 33554432000 4194304 5064252 140734130781840 140734130780752 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11017/statm: 2287 266 226 213 0 72 0
[pid=11018] ppid=11017 vsize=46676 CPUtime=12.22 cores=1,3,5,7
/proc/11018/stat : 11018 (glucose_static) R 11017 11011 9863 0 -1 4202496 11641 0 0 0 1219 3 0 0 20 0 1 0 271960245 47796224 9810 33554432000 4194304 4896791 140735410267440 140735410264968 4223805 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11018/statm: 11669 9810 78 172 0 11495 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 91624

[startup+25.5005 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 11022
/proc/meminfo: memFree=28745652/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=22.38 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 8868 17117 0 0 49 15 2167 7 20 0 1 0 271960200 42483712 8813 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11012/statm: 10372 8813 178 410 0 9954 0
[pid=11021] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11021/stat : 11021 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962440 9367552 267 33554432000 4194304 5064252 140733409143472 140733409142384 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11021/statm: 2287 267 226 213 0 72 0
[pid=11022] ppid=11021 vsize=44724 CPUtime=3.08 cores=1,3,5,7
/proc/11022/stat : 11022 (glucose_static) R 11021 11011 9863 0 -1 4202496 10323 0 0 0 306 2 0 0 20 0 1 0 271962440 45797376 9086 33554432000 4194304 4896791 140734803953600 140734803950648 4223840 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11022/statm: 11181 9086 78 172 0 11007 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 104508

[startup+51.1005 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 11028
/proc/meminfo: memFree=28721124/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=46.66 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 16171 41769 0 0 90 19 4541 16 20 0 1 0 271960200 42483712 8814 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/11012/statm: 10372 8814 179 410 0 9954 0
[pid=11027] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11027/stat : 11027 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271964870 9367552 267 33554432000 4194304 5064252 140734198302624 140734198301536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11027/statm: 2287 267 226 213 0 72 0
[pid=11028] ppid=11027 vsize=45724 CPUtime=4.37 cores=1,3,5,7
/proc/11028/stat : 11028 (glucose_static) R 11027 11011 9863 0 -1 4202496 10111 0 0 0 435 2 0 0 20 0 1 0 271964871 46821376 9855 33554432000 4194304 4896791 140734638683168 140734638680376 4225514 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11028/statm: 11431 9855 77 172 0 11257 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 105508

[startup+102.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 11031
/proc/meminfo: memFree=28740316/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=74.8 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 19795 55350 0 0 110 21 7326 23 20 0 1 0 271960200 42483712 8814 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/11012/statm: 10372 8814 179 410 0 9954 0
[pid=11030] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11030/stat : 11030 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271967686 9367552 266 33554432000 4194304 5064252 140734343045504 140734343044416 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11030/statm: 2287 266 226 213 0 72 0
[pid=11031] ppid=11030 vsize=57060 CPUtime=27.43 cores=1,3,5,7
/proc/11031/stat : 11031 (glucose_static) R 11030 11011 9863 0 -1 4202496 13871 0 0 0 2738 5 0 0 20 0 1 0 271967686 58429440 11514 33554432000 4194304 4896791 140733756916960 140733756914168 4224229 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11031/statm: 14265 11514 78 172 0 14091 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 116844

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 11031
/proc/meminfo: memFree=28714280/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=74.8 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 19795 55350 0 0 110 21 7326 23 20 0 1 0 271960200 42483712 8814 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/11012/statm: 10372 8814 179 410 0 9954 0
[pid=11030] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11121
/proc/meminfo: memFree=28625412/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=1351.38 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 34347 179941 0 0 192 29 134799 118 20 0 1 0 271960200 42483712 8814 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/11012/statm: 10372 8814 179 410 0 9954 0
[pid=11120] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11120/stat : 11120 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272095375 9367552 266 33554432000 4194304 5064252 140734425230320 140734425229232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11120/statm: 2287 266 226 213 0 72 0
[pid=11121] ppid=11120 vsize=46408 CPUtime=10.53 cores=1,3,5,7
/proc/11121/stat : 11121 (glucose_static) R 11120 11011 9863 0 -1 4202496 10568 0 0 0 1050 3 0 0 20 0 1 0 272095375 47521792 10050 33554432000 4194304 4896791 140737164118672 140737164115880 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11121/statm: 11602 10050 78 172 0 11428 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 106192

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11121
/proc/meminfo: memFree=28603300/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=1351.38 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 34347 179941 0 0 192 29 134799 118 20 0 1 0 271960200 42483712 8814 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/11012/statm: 10372 8814 179 410 0 9954 0
[pid=11120] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11120/stat : 11120 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272095375 9367552 266 33554432000 4194304 5064252 140734425230320 140734425229232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11120/statm: 2287 266 226 213 0 72 0
[pid=11121] ppid=11120 vsize=63288 CPUtime=70.54 cores=1,3,5,7
/proc/11121/stat : 11121 (glucose_static) R 11120 11011 9863 0 -1 4202496 18600 0 0 0 7046 8 0 0 20 0 1 0 272095375 64806912 14208 33554432000 4194304 4896791 140737164118672 140737164115880 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11121/statm: 15822 14208 78 172 0 15648 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 123072

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11121
/proc/meminfo: memFree=28607940/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=1351.38 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 34347 179941 0 0 192 29 134799 118 20 0 1 0 271960200 42483712 8814 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/11012/statm: 10372 8814 179 410 0 9954 0
[pid=11120] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11120/stat : 11120 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272095375 9367552 266 33554432000 4194304 5064252 140734425230320 140734425229232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11120/statm: 2287 266 226 213 0 72 0
[pid=11121] ppid=11120 vsize=68952 CPUtime=130.5 cores=1,3,5,7
/proc/11121/stat : 11121 (glucose_static) R 11120 11011 9863 0 -1 4202496 22105 0 0 0 13040 10 0 0 20 0 1 0 272095375 70606848 16066 33554432000 4194304 4896791 140737164118672 140737164115880 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11121/statm: 17238 16066 78 172 0 17064 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 128736

[startup+1542.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 11122
/proc/meminfo: memFree=28591672/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=1351.38 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 34347 179941 0 0 192 29 134799 118 20 0 1 0 271960200 42483712 8814 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/11012/statm: 10372 8814 179 410 0 9954 0
[pid=11120] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11120/stat : 11120 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272095375 9367552 266 33554432000 4194304 5064252 140734425230320 140734425229232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11120/statm: 2287 266 226 213 0 72 0
[pid=11121] ppid=11120 vsize=84936 CPUtime=190.5 cores=1,3,5,7
/proc/11121/stat : 11121 (glucose_static) R 11120 11011 9863 0 -1 4202496 26693 0 0 0 19036 14 0 0 20 0 1 0 272095375 86974464 19115 33554432000 4194304 4896791 140737164118672 140737164114408 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11121/statm: 21234 19115 78 172 0 21060 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 144720

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 11122
/proc/meminfo: memFree=28565136/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=1351.38 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 34347 179941 0 0 192 29 134799 118 20 0 1 0 271960200 42483712 8814 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/11012/statm: 10372 8814 179 410 0 9954 0
[pid=11120] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11120/stat : 11120 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272095375 9367552 266 33554432000 4194304 5064252 140734425230320 140734425229232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11120/statm: 2287 266 226 213 0 72 0
[pid=11121] ppid=11120 vsize=89588 CPUtime=250.48 cores=1,3,5,7
/proc/11121/stat : 11121 (glucose_static) R 11120 11011 9863 0 -1 4202496 30289 0 0 0 25029 19 0 0 20 0 1 0 272095375 91738112 19208 33554432000 4194304 4896791 140737164118672 140737164115880 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11121/statm: 22397 19208 78 172 0 22223 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 149372

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 11125
/proc/meminfo: memFree=28556904/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=1351.38 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 34347 179941 0 0 192 29 134799 118 20 0 1 0 271960200 42483712 8814 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/11012/statm: 10372 8814 179 410 0 9954 0
[pid=11120] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11120/stat : 11120 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272095375 9367552 266 33554432000 4194304 5064252 140734425230320 140734425229232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11120/statm: 2287 266 226 213 0 72 0
[pid=11121] ppid=11120 vsize=111264 CPUtime=310.47 cores=1,3,5,7
/proc/11121/stat : 11121 (glucose_static) R 11120 11011 9863 0 -1 4202496 32174 0 0 0 31026 21 0 0 20 0 1 0 272095375 113934336 22978 33554432000 4194304 4896791 140737164118672 140737164114344 4225025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11121/statm: 27816 22978 78 172 0 27642 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 171048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11125
/proc/meminfo: memFree=28556164/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=1351.38 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 34347 179941 0 0 192 29 134799 118 20 0 1 0 271960200 42483712 8814 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/11012/statm: 10372 8814 179 410 0 9954 0
[pid=11120] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11120/stat : 11120 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272095375 9367552 266 33554432000 4194304 5064252 140734425230320 140734425229232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11120/statm: 2287 266 226 213 0 72 0
[pid=11121] ppid=11120 vsize=114904 CPUtime=370.46 cores=1,3,5,7
/proc/11121/stat : 11121 (glucose_static) R 11120 11011 9863 0 -1 4202496 34151 0 0 0 37022 24 0 0 20 0 1 0 272095375 117661696 24437 33554432000 4194304 4896791 140737164118672 140737164115880 4238507 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11121/statm: 28726 24437 78 172 0 28552 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 174688

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11125
/proc/meminfo: memFree=28558252/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=1351.38 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 34347 179941 0 0 192 29 134799 118 20 0 1 0 271960200 42483712 8814 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/11012/statm: 10372 8814 179 410 0 9954 0
[pid=11120] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11120/stat : 11120 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272095375 9367552 266 33554432000 4194304 5064252 140734425230320 140734425229232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11120/statm: 2287 266 226 213 0 72 0
[pid=11121] ppid=11120 vsize=117636 CPUtime=430.45 cores=1,3,5,7
/proc/11121/stat : 11121 (glucose_static) R 11120 11011 9863 0 -1 4202496 35942 0 0 0 43017 28 0 0 20 0 1 0 272095375 120459264 25638 33554432000 4194304 4896791 140737164118672 140737164115880 4225204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11121/statm: 29409 25638 78 172 0 29235 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 177420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11125
/proc/meminfo: memFree=28552880/32873844 swapFree=7612/7612
[pid=11011] ppid=11009 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runPb2satCp2.sh) S 11009 11011 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960200 9367552 275 33554432000 4194304 5064252 140734762291136 140734762290048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11011/statm: 2287 275 233 213 0 72 0
[pid=11012] ppid=11011 vsize=41488 CPUtime=1351.38 cores=1,3,5,7
/proc/11012/stat : 11012 (pb2sat) S 11011 11011 9863 0 -1 4202496 34347 179941 0 0 192 29 134799 118 20 0 1 0 271960200 42483712 8814 33554432000 4194304 5873084 140736250385488 140736250379304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/11012/statm: 10372 8814 179 410 0 9954 0
[pid=11120] ppid=11012 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11120/stat : 11120 (satsolver.sh) S 11012 11011 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272095375 9367552 266 33554432000 4194304 5064252 140734425230320 140734425229232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11120/statm: 2287 266 226 213 0 72 0
[pid=11121] ppid=11120 vsize=99176 CPUtime=448.65 cores=1,3,5,7
/proc/11121/stat : 11121 (glucose_static) R 11120 11011 9863 0 -1 4202496 36584 0 0 0 44836 29 0 0 20 0 1 0 272095375 101556224 23742 33554432000 4194304 4896791 140737164118672 140737164116200 4224770 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11121/statm: 24794 23742 78 172 0 24620 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 158960

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.51
CPU time (s): 1800.07
CPU user time (s): 1798.29
CPU system time (s): 1.78173
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 273744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 1.78173
maximum resident set size= 190312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251860
page faults= 0
swaps= 0
block input operations= 8
block output operations= 243872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 263
involuntary context switches= 2009

runsolver used 3.90241 second user time and 9.73652 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-26 20:52:38
IDJOB=3694750
IDBENCH=2170
IDSOLVER=2273
FILE ID=node143/3694750-1338058358
RUNJOBID= node143-1338052948-9880
PBS_JOBID= 14624405
Free space on /tmp= 71428 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii16c1.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694750-1338058358/watcher-3694750-1338058358 -o /tmp/evaluation-result-3694750-1338058358/solver-3694750-1338058358 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694750-1338058358.opb 409035948 HOME HOME

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

MD5SUM BENCH= a63171c8a8ea2fa0eedb44e836168a56
RANDOM SEED=409035948

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:        28814744 kB
Buffers:          284940 kB
Cached:          2876348 kB
SwapCached:            0 kB
Active:           866744 kB
Inactive:        2404944 kB
Active(anon):     112908 kB
Inactive(anon):        0 kB
Active(file):     753836 kB
Inactive(file):  2404944 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8956 kB
Writeback:             0 kB
AnonPages:        119924 kB
Mapped:            15312 kB
Shmem:               200 kB
Slab:             645544 kB
SReclaimable:      87540 kB
SUnreclaim:       558004 kB
KernelStack:        1448 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     231612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 71388 MiB
End job on node143 at 2012-05-26 21:22:39