Trace number 3378078

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 NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 1302.33 1300.03

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.32/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.64	c INFO: solving HOME/instance-3378078-1305456798.cnf
0.32/0.64	c INFO: computing task features
0.32/0.64	c INFO: computed variable-clause graph statistics
0.32/0.64	c INFO: computed clause balance statistics
0.32/0.64	c INFO: computed variable balance statistics
0.32/0.64	c INFO: computed small-clause counts
0.32/0.64	c INFO: computed Horn-clause counts
0.32/0.64	c INFO: computed variable graph statistics
0.32/0.64	c INFO: collected features for HOME/instance-3378078-1305456798.cnf in 0.17 s
0.52/0.65	c INFO: running lingeling-276@0 for 582 with 2399 remaining (b = 0.58)
588.92/587.90	c INFO: running lingeling-276@587 for 291 with 1812 remaining (b = 0.17)
879.17/877.53	c INFO: running lingeling-276@0 for 194 with 1523 remaining (b = 0.35)
1075.00/1072.97	c INFO: running cryptominisat-2.9.0@0 for 485 with 1327 remaining (b = 0.41)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3378078-1305456798/watcher-3378078-1305456798 -o /tmp/evaluation-result-3378078-1305456798/solver-3378078-1305456798 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378078-1305456798.cnf -seed 1393158808 -budget 2400 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.92 3.21 3.49 5/320 17288
/proc/meminfo: memFree=15819992/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=11796 CPUtime=0 cores=4,6
/proc/17288/stat : 17288 (runsolver) R 17286 17288 15311 0 -1 4202560 44 0 0 0 0 0 0 0 23 0 1 0 657282581 12079104 52 33554432000 4194304 5432360 140735671436896 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/17288/statm: 2949 52 33 303 0 2643 0

[startup+0.0156 s]
/proc/loadavg: 2.92 3.21 3.49 5/320 17288
/proc/meminfo: memFree=15819992/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=15184 CPUtime=0 cores=4,6
/proc/17288/stat : 17288 (python) R 17286 17288 15311 0 -1 4202496 722 0 0 0 0 0 0 0 18 0 1 0 657282581 15548416 614 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370955264 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/17288/statm: 3796 614 321 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.100576 s]
/proc/loadavg: 2.92 3.21 3.49 5/320 17288
/proc/meminfo: memFree=15819992/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=99340 CPUtime=0.05 cores=4,6
/proc/17288/stat : 17288 (python) R 17286 17288 15311 0 -1 4202496 2852 0 0 0 4 1 0 0 17 0 1 0 657282581 101724160 2555 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17288/statm: 24836 2556 818 364 0 1687 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 99340

[startup+0.302031 s]
/proc/loadavg: 2.92 3.21 3.49 5/320 17288
/proc/meminfo: memFree=15819992/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=157376 CPUtime=0.21 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 6597 932 1 0 16 5 0 0 17 0 1 0 657282581 161153024 4695 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/17288/statm: 39344 4695 1257 364 0 3452 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 157376

[startup+0.70047 s]
/proc/loadavg: 2.92 3.21 3.49 5/320 17288
/proc/meminfo: memFree=15819992/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=289216 CPUtime=0.53 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 9858 932 1 0 46 7 0 0 18 0 2 0 657282581 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17288/statm: 72304 7183 1875 364 0 8222 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 289216

[startup+1.50035 s]
/proc/loadavg: 2.92 3.21 3.49 5/324 17296
/proc/meminfo: memFree=15793036/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=289216 CPUtime=0.53 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 9858 932 1 0 46 7 0 0 18 0 2 0 657282581 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17288/statm: 72304 7183 1875 364 0 8222 0
[pid=17294] ppid=17288 vsize=278972 CPUtime=0 cores=4,6
/proc/17294/stat : 17294 (python) S 17288 17288 15311 0 -1 4202560 710 0 0 0 0 0 0 0 18 0 1 0 657282647 285667328 5651 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370977295 0 0 16781312 514 4418172525989593087 0 0 17 6 0 0 0
/proc/17294/statm: 69743 5651 347 364 0 5661 0
[pid=17296] ppid=17294 vsize=6020 CPUtime=0.83 cores=4,6
/proc/17296/stat : 17296 (lingeling) R 17294 17296 17296 0 -1 4202496 989 0 0 0 83 0 0 0 21 0 1 0 657282647 6164480 681 33554432000 4194304 4352236 140737320844272 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17296/statm: 1505 681 128 39 0 585 0
[pid=17288/tid=17295] ppid=17286 vsize=289216 CPUtime=0 cores=4,6
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 15311 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 657282647 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 574208

[startup+3.10108 s]
/proc/loadavg: 2.92 3.21 3.49 5/324 17296
/proc/meminfo: memFree=15789456/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=289216 CPUtime=0.53 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 9858 932 1 0 46 7 0 0 18 0 2 0 657282581 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17288/statm: 72304 7183 1875 364 0 8222 0
[pid=17294] ppid=17288 vsize=278972 CPUtime=0 cores=4,6
/proc/17294/stat : 17294 (python) S 17288 17288 15311 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 657282647 285667328 5658 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370977295 0 0 16781312 514 4418172525989560578 0 0 17 6 0 0 0
/proc/17294/statm: 69743 5658 354 364 0 5661 0
[pid=17296] ppid=17294 vsize=6820 CPUtime=2.43 cores=4,6
/proc/17296/stat : 17296 (lingeling) R 17294 17296 17296 0 -1 4202496 1277 0 0 0 243 0 0 0 25 0 1 0 657282647 6983680 873 33554432000 4194304 4352236 140737320844272 18446744073709551615 4231316 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17296/statm: 1705 873 128 39 0 785 0
[pid=17288/tid=17295] ppid=17286 vsize=289216 CPUtime=0 cores=4,6
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 15311 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 657282647 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 575008

[startup+6.30051 s]
/proc/loadavg: 3.01 3.22 3.49 5/324 17296
/proc/meminfo: memFree=15788380/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=289216 CPUtime=0.53 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 9858 932 1 0 46 7 0 0 18 0 2 0 657282581 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17288/statm: 72304 7183 1875 364 0 8222 0
[pid=17294] ppid=17288 vsize=278972 CPUtime=0 cores=4,6
/proc/17294/stat : 17294 (python) S 17288 17288 15311 0 -1 4202560 882 0 0 0 0 0 0 0 18 0 1 0 657282647 285667328 5681 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370977295 0 0 16781312 514 4418172525989560578 0 0 17 6 0 0 0
/proc/17294/statm: 69743 5681 377 364 0 5661 0
[pid=17296] ppid=17294 vsize=6820 CPUtime=5.63 cores=4,6
/proc/17296/stat : 17296 (lingeling) R 17294 17296 17296 0 -1 4202496 1278 0 0 0 563 0 0 0 25 0 1 0 657282647 6983680 874 33554432000 4194304 4352236 140737320844272 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17296/statm: 1705 874 128 39 0 785 0
[pid=17288/tid=17295] ppid=17286 vsize=289216 CPUtime=0 cores=4,6
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 15311 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 657282647 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 575008

[startup+12.7004 s]
/proc/loadavg: 3.09 3.23 3.49 5/324 17296
/proc/meminfo: memFree=15785136/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=289216 CPUtime=0.53 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 9858 932 1 0 46 7 0 0 18 0 2 0 657282581 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17288/statm: 72304 7183 1875 364 0 8222 0
[pid=17294] ppid=17288 vsize=278972 CPUtime=0.02 cores=4,6
/proc/17294/stat : 17294 (python) S 17288 17288 15311 0 -1 4202560 885 0 0 0 1 1 0 0 18 0 1 0 657282647 285667328 5681 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370977295 0 0 16781312 514 15204943990374760706 0 0 17 6 0 0 0
/proc/17294/statm: 69743 5681 377 364 0 5661 0
[pid=17296] ppid=17294 vsize=8488 CPUtime=12.03 cores=4,6
/proc/17296/stat : 17296 (lingeling) R 17294 17296 17296 0 -1 4202496 2271 0 0 0 1203 0 0 0 25 0 1 0 657282647 8691712 1291 33554432000 4194304 4352236 140737320844272 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17296/statm: 2122 1291 128 39 0 1202 0
[pid=17288/tid=17295] ppid=17286 vsize=289216 CPUtime=0 cores=4,6
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 15311 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 657282647 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 576676

[startup+25.5011 s]
/proc/loadavg: 3.29 3.27 3.50 5/324 17296
/proc/meminfo: memFree=15777332/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=289216 CPUtime=0.53 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 9858 932 1 0 46 7 0 0 18 0 2 0 657282581 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17288/statm: 72304 7183 1875 364 0 8222 0
[pid=17294] ppid=17288 vsize=278972 CPUtime=0.05 cores=4,6
/proc/17294/stat : 17294 (python) S 17288 17288 15311 0 -1 4202560 891 0 0 0 2 3 0 0 18 0 1 0 657282647 285667328 5681 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370977295 0 0 16781312 514 15204943990374760706 0 0 17 6 0 0 0
/proc/17294/statm: 69743 5681 377 364 0 5661 0
[pid=17296] ppid=17294 vsize=11064 CPUtime=24.83 cores=4,6
/proc/17296/stat : 17296 (lingeling) R 17294 17296 17296 0 -1 4202496 3811 0 0 0 2483 0 0 0 25 0 1 0 657282647 11329536 1935 33554432000 4194304 4352236 140737320844272 18446744073709551615 4328432 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17296/statm: 2766 1935 128 39 0 1846 0
[pid=17288/tid=17295] ppid=17286 vsize=289216 CPUtime=0 cores=4,6
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 15311 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 657282647 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 579252

[startup+51.1005 s]
/proc/loadavg: 3.53 3.33 3.51 5/324 17297
/proc/meminfo: memFree=15774156/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=289216 CPUtime=0.53 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 9858 932 1 0 46 7 0 0 18 0 2 0 657282581 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17288/statm: 72304 7183 1875 364 0 8222 0
[pid=17294] ppid=17288 vsize=278972 CPUtime=0.09 cores=4,6
/proc/17294/stat : 17294 (python) S 17288 17288 15311 0 -1 4202560 902 0 0 0 4 5 0 0 18 0 1 0 657282647 285667328 5681 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370977295 0 0 16781312 514 15204943990374760706 0 0 17 6 0 0 0
/proc/17294/statm: 69743 5681 377 364 0 5661 0
[pid=17296] ppid=17294 vsize=11192 CPUtime=50.31 cores=4,6
/proc/17296/stat : 17296 (lingeling) R 17294 17296 17296 0 -1 4202496 6115 0 0 0 5031 0 0 0 25 0 1 0 657282647 11460608 1967 33554432000 4194304 4352236 140737320844272 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17296/statm: 2798 1967 128 39 0 1878 0
[pid=17288/tid=17295] ppid=17286 vsize=289216 CPUtime=0 cores=4,6
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 15311 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 657282647 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 579380

[startup+102.3 s]
/proc/loadavg: 3.79 3.43 3.53 5/324 17298
/proc/meminfo: memFree=15763748/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=289216 CPUtime=0.53 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 9858 932 1 0 46 7 0 0 18 0 2 0 657282581 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17288/statm: 72304 7183 1875 364 0 8222 0
[pid=17294] ppid=17288 vsize=278972 CPUtime=0.21 cores=4,6
/proc/17294/stat : 17294 (python) S 17288 17288 15311 0 -1 4202560 926 0 0 0 10 11 0 0 18 0 1 0 657282647 285667328 5681 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370977295 0 0 16781312 514 15204943990374760706 0 0 17 6 0 0 0
/proc/17294/statm: 69743 5681 377 364 0 5661 0
[pid=17296] ppid=17294 vsize=13760 CPUtime=101.52 cores=4,6
/proc/17296/stat : 17296 (lingeling) R 17294 17296 17296 0 -1 4202496 10565 0 0 0 10151 1 0 0 25 0 1 0 657282647 14090240 2609 33554432000 4194304 4352236 140737320844272 18446744073709551615 4328832 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17296/statm: 3440 2609 128 39 0 2520 0
[pid=17288/tid=17295] ppid=17286 vsize=289216 CPUtime=0 cores=4,6
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 15311 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 657282647 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 581948

[startup+162.301 s]
/proc/loadavg: 3.92 3.53 3.56 5/324 17300
/proc/meminfo: memFree=15763716/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=289216 CPUtime=0.53 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 9858 932 1 0 46 7 0 0 18 0 2 0 657282581 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17288/statm: 72304 7183 1875 364 0 8222 0
[pid=17294] ppid=17288 vsize=278972 CPUtime=0.34 cores=4,6
/proc/17294/stat : 17294 (python) S 17288 17288 15311 0 -1 4202560 944 0 0 0 17 17 0 0 18 0 1 0 657282647 285667328 5681 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370977295 0 0 16781312 514 15204943990374760706 0 0 17 6 0 0 0
/proc/17294/statm: 69743 5681 377 364 0 5661 0
[pid=17296] ppid=17294 vsize=13760 CPUtime=161.51 cores=4,6
/proc/17296/stat : 17296 (lingeling) R 17294 17296 17296 0 -1 4202496 14181 0 0 0 16149 2 0 0 25 0 1 0 657282647 14090240 2609 33554432000 4194304 4352236 140737320844272 18446744073709551615 4207767 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17296/statm: 3440 2609 128 39 0 2520 0
[pid=17288/tid=17295] ppid=17286 vsize=289216 CPUtime=0 cores=4,6
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 15311 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 657282647 296157184 7183 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 581948


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

[startup+1182.3 s]
/proc/loadavg: 4.01 4.04 3.87 5/356 17371
/proc/meminfo: memFree=15428024/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=309932 CPUtime=0.55 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 11469 932 1 0 48 7 0 0 19 0 4 0 657282581 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17288/statm: 77483 7239 1880 364 0 13395 0
[pid=17294] ppid=17288 vsize=289216 CPUtime=1.92 cores=4,6
/proc/17294/stat : 17294 (python) S 17288 17288 15311 0 -1 4202560 1198 0 0 0 104 88 0 0 18 0 2 0 657282647 296157184 5726 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17294/statm: 72304 5726 417 364 0 8222 0
[pid=17296] ppid=17294 vsize=22596 CPUtime=876.75 cores=4,6
/proc/17296/stat : 17296 (lingeling) T 17294 17296 17296 0 -1 4202496 45894 0 0 0 87670 5 0 0 25 0 1 0 657282647 23138304 4818 33554432000 4194304 4352236 140737320844272 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17296/statm: 5649 4818 128 39 0 4729 0
[pid=17294/tid=17324] ppid=17288 vsize=289216 CPUtime=0 cores=4,6
/proc/17294/task/17324/stat : 17324 (python) S 17288 17288 15311 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657341371 296157184 5726 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 514 18446604453941379200 0 0 -1 4 0 0 0
[pid=17345] ppid=17288 vsize=289432 CPUtime=0.45 cores=4,6
/proc/17345/stat : 17345 (python) S 17288 17288 15311 0 -1 4202560 1115 0 0 0 24 21 0 0 19 0 2 0 657370334 296378368 5752 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17345/statm: 72358 5752 400 364 0 8273 0
[pid=17347] ppid=17345 vsize=10772 CPUtime=195.42 cores=4,6
/proc/17347/stat : 17347 (lingeling) T 17345 17347 17347 0 -1 4202496 13500 0 0 0 19542 0 0 0 25 0 1 0 657370335 11030528 1894 33554432000 4194304 4352236 140733505905264 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17347/statm: 2693 1894 128 39 0 1773 0
[pid=17345/tid=17365] ppid=17288 vsize=289432 CPUtime=0 cores=4,6
/proc/17345/task/17365/stat : 17365 (python) S 17288 17288 15311 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657389878 296378368 5752 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 514 18446604444055514048 0 0 -1 6 0 0 0
[pid=17366] ppid=17288 vsize=299688 CPUtime=0.27 cores=4,6
/proc/17366/stat : 17366 (python) S 17288 17288 15311 0 -1 4202560 946 0 0 0 15 12 0 0 15 0 1 0 657389879 306880512 5726 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370977350 0 0 16781312 514 5606899334697156867 0 0 17 4 0 0 0
/proc/17366/statm: 74922 5726 371 364 0 10834 0
[pid=17368] ppid=17366 vsize=62672 CPUtime=109.12 cores=4,6
/proc/17368/stat : 17368 (cryptominisat-2) R 17366 17368 17368 0 -1 4202496 35850 0 0 0 10905 7 0 0 25 0 1 0 657389879 64176128 8422 33554432000 4194304 4677096 140734654419056 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17368/statm: 15668 8422 392 118 0 10627 0
[pid=17288/tid=17295] ppid=17286 vsize=309932 CPUtime=0 cores=4,6
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 15311 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 4 0 657282647 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 6 0 0 0
[pid=17288/tid=17346] ppid=17286 vsize=309932 CPUtime=0 cores=4,6
/proc/17288/task/17346/stat : 17346 (python) S 17286 17288 15311 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 657370335 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 4 0 0 0
[pid=17288/tid=17367] ppid=17286 vsize=309932 CPUtime=0 cores=4,6
/proc/17288/task/17367/stat : 17367 (python) S 17286 17288 15311 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 657389879 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1184.48
Current children cumulated vsize (KiB) 1284308

[startup+1242.3 s]
/proc/loadavg: 4.05 4.04 3.88 5/356 17373
/proc/meminfo: memFree=15410256/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=309932 CPUtime=0.55 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 11469 932 1 0 48 7 0 0 19 0 4 0 657282581 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17288/statm: 77483 7239 1880 364 0 13395 0
[pid=17294] ppid=17288 vsize=289216 CPUtime=1.92 cores=4,6
/proc/17294/stat : 17294 (python) S 17288 17288 15311 0 -1 4202560 1198 0 0 0 104 88 0 0 18 0 2 0 657282647 296157184 5726 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17294/statm: 72304 5726 417 364 0 8222 0
[pid=17296] ppid=17294 vsize=22596 CPUtime=876.75 cores=4,6
/proc/17296/stat : 17296 (lingeling) T 17294 17296 17296 0 -1 4202496 45894 0 0 0 87670 5 0 0 25 0 1 0 657282647 23138304 4818 33554432000 4194304 4352236 140737320844272 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17296/statm: 5649 4818 128 39 0 4729 0
[pid=17294/tid=17324] ppid=17288 vsize=289216 CPUtime=0 cores=4,6
/proc/17294/task/17324/stat : 17324 (python) S 17288 17288 15311 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657341371 296157184 5726 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 514 18446604453941379200 0 0 -1 4 0 0 0
[pid=17345] ppid=17288 vsize=289432 CPUtime=0.45 cores=4,6
/proc/17345/stat : 17345 (python) S 17288 17288 15311 0 -1 4202560 1115 0 0 0 24 21 0 0 19 0 2 0 657370334 296378368 5752 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17345/statm: 72358 5752 400 364 0 8273 0
[pid=17347] ppid=17345 vsize=10772 CPUtime=195.42 cores=4,6
/proc/17347/stat : 17347 (lingeling) T 17345 17347 17347 0 -1 4202496 13500 0 0 0 19542 0 0 0 25 0 1 0 657370335 11030528 1894 33554432000 4194304 4352236 140733505905264 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17347/statm: 2693 1894 128 39 0 1773 0
[pid=17345/tid=17365] ppid=17288 vsize=289432 CPUtime=0 cores=4,6
/proc/17345/task/17365/stat : 17365 (python) S 17288 17288 15311 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657389878 296378368 5752 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 514 18446604444055514048 0 0 -1 6 0 0 0
[pid=17366] ppid=17288 vsize=299688 CPUtime=0.41 cores=4,6
/proc/17366/stat : 17366 (python) S 17288 17288 15311 0 -1 4202560 966 0 0 0 21 20 0 0 15 0 1 0 657389879 306880512 5726 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370977350 0 0 16781312 514 15204943990374760707 0 0 17 4 0 0 0
/proc/17366/statm: 74922 5726 371 364 0 10834 0
[pid=17368] ppid=17366 vsize=63080 CPUtime=169.04 cores=4,6
/proc/17368/stat : 17368 (cryptominisat-2) R 17366 17368 17368 0 -1 4202496 47145 0 0 0 16896 8 0 0 25 0 1 0 657389879 64593920 9294 33554432000 4194304 4677096 140734654419056 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17368/statm: 15770 9294 392 118 0 10729 0
[pid=17288/tid=17295] ppid=17286 vsize=309932 CPUtime=0 cores=4,6
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 15311 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 4 0 657282647 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 6 0 0 0
[pid=17288/tid=17346] ppid=17286 vsize=309932 CPUtime=0 cores=4,6
/proc/17288/task/17346/stat : 17346 (python) S 17286 17288 15311 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 657370335 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 4 0 0 0
[pid=17288/tid=17367] ppid=17286 vsize=309932 CPUtime=0 cores=4,6
/proc/17288/task/17367/stat : 17367 (python) S 17286 17288 15311 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 657389879 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1244.54
Current children cumulated vsize (KiB) 1284716



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.56 3.93 3.86 2/311 17430
/proc/meminfo: memFree=15794396/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=309932 CPUtime=0.55 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 11469 932 1 0 48 7 0 0 19 0 4 0 657282581 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17288/statm: 77483 7239 1880 364 0 13395 0
[pid=17294] ppid=17288 vsize=289216 CPUtime=1.92 cores=4,6
/proc/17294/stat : 17294 (python) S 17288 17288 15311 0 -1 4202560 1198 0 0 0 104 88 0 0 18 0 2 0 657282647 296157184 5726 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17294/statm: 72304 5726 417 364 0 8222 0
[pid=17296] ppid=17294 vsize=22596 CPUtime=876.75 cores=4,6
/proc/17296/stat : 17296 (lingeling) T 17294 17296 17296 0 -1 4202496 45894 0 0 0 87670 5 0 0 25 0 1 0 657282647 23138304 4818 33554432000 4194304 4352236 140737320844272 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17296/statm: 5649 4818 128 39 0 4729 0
[pid=17294/tid=17324] ppid=17288 vsize=289216 CPUtime=0 cores=4,6
/proc/17294/task/17324/stat : 17324 (python) S 17288 17288 15311 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657341371 296157184 5726 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 514 18446604453941379200 0 0 -1 4 0 0 0
[pid=17345] ppid=17288 vsize=289432 CPUtime=0.45 cores=4,6
/proc/17345/stat : 17345 (python) S 17288 17288 15311 0 -1 4202560 1115 0 0 0 24 21 0 0 19 0 2 0 657370334 296378368 5752 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17345/statm: 72358 5752 400 364 0 8273 0
[pid=17347] ppid=17345 vsize=10772 CPUtime=195.42 cores=4,6
/proc/17347/stat : 17347 (lingeling) T 17345 17347 17347 0 -1 4202496 13500 0 0 0 19542 0 0 0 25 0 1 0 657370335 11030528 1894 33554432000 4194304 4352236 140733505905264 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17347/statm: 2693 1894 128 39 0 1773 0
[pid=17345/tid=17365] ppid=17288 vsize=289432 CPUtime=0 cores=4,6
/proc/17345/task/17365/stat : 17365 (python) S 17288 17288 15311 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657389878 296378368 5752 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 514 18446604444055514048 0 0 -1 6 0 0 0
[pid=17366] ppid=17288 vsize=299688 CPUtime=0.55 cores=4,6
/proc/17366/stat : 17366 (python) S 17288 17288 15311 0 -1 4202560 982 0 0 0 28 27 0 0 15 0 1 0 657389879 306880512 5726 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370977350 0 0 16781312 514 15204943990374760707 0 0 17 4 0 0 0
/proc/17366/statm: 74922 5726 371 364 0 10834 0
[pid=17368] ppid=17366 vsize=76132 CPUtime=226.69 cores=4,6
/proc/17368/stat : 17368 (cryptominisat-2) R 17366 17368 17368 0 -1 4202496 58315 0 0 0 22659 10 0 0 25 0 1 0 657389879 77959168 12550 33554432000 4194304 4677096 140734654419056 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17368/statm: 19033 12550 392 118 0 13992 0
[pid=17288/tid=17295] ppid=17286 vsize=309932 CPUtime=0 cores=4,6
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 15311 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 4 0 657282647 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 6 0 0 0
[pid=17288/tid=17346] ppid=17286 vsize=309932 CPUtime=0 cores=4,6
/proc/17288/task/17346/stat : 17346 (python) S 17286 17288 15311 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 657370335 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 4 0 0 0
[pid=17288/tid=17367] ppid=17286 vsize=309932 CPUtime=0 cores=4,6
/proc/17288/task/17367/stat : 17367 (python) S 17286 17288 15311 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 657389879 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1297768

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300 s]
/proc/loadavg: 3.56 3.93 3.86 2/311 17430
/proc/meminfo: memFree=15794396/32951124 swapFree=52307768/67111528
[pid=17288] ppid=17286 vsize=309932 CPUtime=0.55 cores=4,6
/proc/17288/stat : 17288 (python) S 17286 17288 15311 0 -1 4202496 11469 932 1 0 48 7 0 0 19 0 4 0 657282581 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17288/statm: 77483 7239 1880 364 0 13395 0
[pid=17294] ppid=17288 vsize=289216 CPUtime=1.92 cores=4,6
/proc/17294/stat : 17294 (python) S 17288 17288 15311 0 -1 4202560 1198 0 0 0 104 88 0 0 18 0 2 0 657282647 296157184 5726 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17294/statm: 72304 5726 417 364 0 8222 0
[pid=17296] ppid=17294 vsize=22596 CPUtime=876.75 cores=4,6
/proc/17296/stat : 17296 (lingeling) T 17294 17296 17296 0 -1 4202496 45894 0 0 0 87670 5 0 0 25 0 1 0 657282647 23138304 4818 33554432000 4194304 4352236 140737320844272 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17296/statm: 5649 4818 128 39 0 4729 0
[pid=17294/tid=17324] ppid=17288 vsize=289216 CPUtime=0 cores=4,6
/proc/17294/task/17324/stat : 17324 (python) S 17288 17288 15311 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657341371 296157184 5726 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 514 18446604453941379200 0 0 -1 4 0 0 0
[pid=17345] ppid=17288 vsize=289432 CPUtime=0.45 cores=4,6
/proc/17345/stat : 17345 (python) S 17288 17288 15311 0 -1 4202560 1115 0 0 0 24 21 0 0 19 0 2 0 657370334 296378368 5752 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17345/statm: 72358 5752 400 364 0 8273 0
[pid=17347] ppid=17345 vsize=10772 CPUtime=195.42 cores=4,6
/proc/17347/stat : 17347 (lingeling) T 17345 17347 17347 0 -1 4202496 13500 0 0 0 19542 0 0 0 25 0 1 0 657370335 11030528 1894 33554432000 4194304 4352236 140733505905264 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17347/statm: 2693 1894 128 39 0 1773 0
[pid=17345/tid=17365] ppid=17288 vsize=289432 CPUtime=0 cores=4,6
/proc/17345/task/17365/stat : 17365 (python) S 17288 17288 15311 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657389878 296378368 5752 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 514 18446604444055514048 0 0 -1 6 0 0 0
[pid=17366] ppid=17288 vsize=299688 CPUtime=0.55 cores=4,6
/proc/17366/stat : 17366 (python) S 17288 17288 15311 0 -1 4202560 982 0 0 0 28 27 0 0 15 0 1 0 657389879 306880512 5726 33554432000 4194304 5683644 140734158172688 18446744073709551615 218370977350 0 0 16781312 514 15204943990374760707 0 0 17 4 0 0 0
/proc/17366/statm: 74922 5726 371 364 0 10834 0
[pid=17368] ppid=17366 vsize=76132 CPUtime=226.69 cores=4,6
/proc/17368/stat : 17368 (cryptominisat-2) R 17366 17368 17368 0 -1 4202496 58315 0 0 0 22659 10 0 0 25 0 1 0 657389879 77959168 12550 33554432000 4194304 4677096 140734654419056 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17368/statm: 19033 12550 392 118 0 13992 0
[pid=17288/tid=17295] ppid=17286 vsize=309932 CPUtime=0 cores=4,6
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 15311 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 4 0 657282647 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 6 0 0 0
[pid=17288/tid=17346] ppid=17286 vsize=309932 CPUtime=0 cores=4,6
/proc/17288/task/17346/stat : 17346 (python) S 17286 17288 15311 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 657370335 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 4 0 0 0
[pid=17288/tid=17367] ppid=17286 vsize=309932 CPUtime=0 cores=4,6
/proc/17288/task/17367/stat : 17367 (python) S 17286 17288 15311 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 657389879 317370368 7239 33554432000 4194304 5683644 140734158172688 18446744073709551615 218382780849 0 0 16781312 2 18446604453979321344 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1297768

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17288 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=484926
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=80987
# CPU time returned by wait4() is 0.565913
# while last known CPU time is 1302.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.03
CPU time (s): 1302.33
CPU user time (s): 1300.75
CPU system time (s): 1.58
CPU usage (%): 100.177
Max. virtual memory (cumulated for all children) (KiB): 1297768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.484926
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12401
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 990
involuntary context switches= 23

runsolver used 4.12637 second user time and 8.5697 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 12:53:18
IDJOB=3378078
IDBENCH=83430
IDSOLVER=1858
FILE ID=node101/3378078-1305456798
RUNJOBID= node101-1305456790-17156
PBS_JOBID= 13324878
Free space on /tmp= 73664 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_keyfind_1.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378078-1305456798/watcher-3378078-1305456798 -o /tmp/evaluation-result-3378078-1305456798/solver-3378078-1305456798 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378078-1305456798.cnf -seed 1393158808 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=1393158808

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15820148 kB
Buffers:        340708 kB
Cached:        6298448 kB
SwapCached:      14848 kB
Active:       11636060 kB
Inactive:      5200108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15820148 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:          128728 kB
Writeback:           0 kB
AnonPages:    10193636 kB
Mapped:          22008 kB
Slab:           162988 kB
PageTables:      67484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42714128 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73728 MiB
End job on node101 at 2011-05-15 13:15:00