Trace number 3378036

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) 1298.83 1300.03

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
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 variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.74/2.17	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.74/2.17	c INFO: solving HOME/instance-3378036-1305453261.cnf
0.74/2.17	c INFO: computing task features
0.79/2.25	c INFO: computed variable-clause graph statistics
0.79/2.25	c INFO: computed clause balance statistics
1.18/2.65	c INFO: computed variable balance statistics
1.48/2.94	c INFO: computed small-clause counts
1.48/2.95	c INFO: computed Horn-clause counts
1.58/3.07	c INFO: computed variable graph statistics
1.58/3.07	c INFO: collected features for HOME/instance-3378036-1305453261.cnf in 0.88 s
1.58/3.09	c INFO: running lingeling-276@0 for 582 with 2399 remaining (b = 0.58)
588.86/590.27	c INFO: running lingeling-276@585 for 291 with 1813 remaining (b = 0.16)
882.51/883.88	c INFO: running lingeling-276@0 for 194 with 1520 remaining (b = 0.36)
1079.02/1080.32	c INFO: running cryptominisat-2.9.0@0 for 485 with 1324 remaining (b = 0.40)

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

running on 2 cores: 1,3

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: 3.68 3.93 3.89 3/292 16407
/proc/meminfo: memFree=16539476/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=6240 CPUtime=0 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4194304 96 0 2 0 0 0 0 0 18 0 1 0 656928911 6389760 51 33554432000 4194304 5683644 140733779416160 18446744073709551615 218366033543 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/16407/statm: 1560 51 40 364 0 42 0

[startup+0.110934 s]
/proc/loadavg: 3.68 3.93 3.89 3/292 16407
/proc/meminfo: memFree=16539476/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=18888 CPUtime=0.04 cores=1,3
/proc/16407/stat : 16407 (python) R 16405 16407 15311 0 -1 4202496 1252 0 7 0 2 2 0 0 17 0 1 0 656928911 19341312 1113 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370955264 0 2147483391 16781312 2 0 0 0 17 1 0 0 2
/proc/16407/statm: 4722 1113 421 364 0 691 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18888

[startup+0.200875 s]
/proc/loadavg: 3.68 3.93 3.89 3/292 16407
/proc/meminfo: memFree=16539476/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=30116 CPUtime=0.07 cores=1,3
/proc/16407/stat : 16407 (python) R 16405 16407 15311 0 -1 4202496 1504 0 11 0 4 3 0 0 17 0 1 0 656928911 30838784 1352 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 1 0 0 3
/proc/16407/statm: 7529 1352 443 364 0 899 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30116

[startup+0.300879 s]
/proc/loadavg: 3.68 3.93 3.89 3/292 16407
/proc/meminfo: memFree=16539476/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=50016 CPUtime=0.09 cores=1,3
/proc/16407/stat : 16407 (python) R 16405 16407 15311 0 -1 4202496 1938 0 15 0 5 4 0 0 16 0 1 0 656928911 51216384 1717 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370955264 0 2147483391 16781312 2 0 0 0 17 1 0 0 4
/proc/16407/statm: 12504 1717 476 364 0 1204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50016

[startup+0.700808 s]
/proc/loadavg: 3.68 3.93 3.89 3/292 16407
/proc/meminfo: memFree=16539476/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=115432 CPUtime=0.22 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 3563 0 31 0 8 14 0 0 16 0 1 0 656928911 118202368 3236 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370953061 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 10
/proc/16407/statm: 28858 3236 889 364 0 2359 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 115432

[startup+1.50066 s]
/proc/loadavg: 3.68 3.93 3.89 4/304 16443
/proc/meminfo: memFree=16421520/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=187744 CPUtime=0.52 cores=1,3
/proc/16407/stat : 16407 (python) D 16405 16407 15311 0 -1 4202496 6719 925 53 8 17 35 0 0 16 0 1 0 656928911 192249856 4827 33554432000 4194304 5683644 140733779416160 18446744073709551615 218366037699 0 0 16781312 2 18446744071562154983 0 0 17 1 0 0 16
/proc/16407/statm: 46936 4827 1349 364 0 3724 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 187744

[startup+3.10034 s]
/proc/loadavg: 3.55 3.90 3.88 8/304 16443
/proc/meminfo: memFree=16329568/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=291188 CPUtime=1.66 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 11347 925 90 8 118 48 0 0 17 0 2 0 656928911 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 29
/proc/16407/statm: 72797 7691 1867 364 0 8715 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 291188
heavy processes:

[startup+6.3008 s]
/proc/loadavg: 3.55 3.90 3.88 5/307 16447
/proc/meminfo: memFree=16049140/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=291188 CPUtime=1.66 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 11347 925 90 8 118 48 0 0 17 0 2 0 656928911 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 29
/proc/16407/statm: 72797 7691 1867 364 0 8715 0
[pid=16445] ppid=16407 vsize=280944 CPUtime=0 cores=1,3
/proc/16445/stat : 16445 (python) S 16407 16407 15311 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 656929220 287686656 6174 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370977295 0 0 16781312 514 7102019936251248902 0 0 17 1 0 0 0
/proc/16445/statm: 70236 6174 354 364 0 6154 0
[pid=16447] ppid=16445 vsize=8744 CPUtime=3.19 cores=1,3
/proc/16447/stat : 16447 (lingeling) R 16445 16447 16447 0 -1 4202496 2150 0 0 0 319 0 0 0 25 0 1 0 656929220 8953856 1325 33554432000 4194304 4352236 140734697315168 18446744073709551615 4276706 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16447/statm: 2186 1325 129 39 0 1266 0
[pid=16407/tid=16446] ppid=16405 vsize=291188 CPUtime=0 cores=1,3
/proc/16407/task/16446/stat : 16446 (python) S 16405 16407 15311 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 656929220 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 580876
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 3.91 3.97 3.91 5/307 16447
/proc/meminfo: memFree=16048192/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=291188 CPUtime=1.66 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 11347 925 90 8 118 48 0 0 17 0 2 0 656928911 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 29
/proc/16407/statm: 72797 7691 1867 364 0 8715 0
[pid=16445] ppid=16407 vsize=280944 CPUtime=0 cores=1,3
/proc/16445/stat : 16445 (python) S 16407 16407 15311 0 -1 4202560 887 0 0 0 0 0 0 0 15 0 1 0 656929220 287686656 6197 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370977295 0 0 16781312 514 7102019936251248902 0 0 17 1 0 0 0
/proc/16445/statm: 70236 6197 377 364 0 6154 0
[pid=16447] ppid=16445 vsize=10156 CPUtime=9.58 cores=1,3
/proc/16447/stat : 16447 (lingeling) R 16445 16447 16447 0 -1 4202496 3014 0 0 0 958 0 0 0 25 0 1 0 656929220 10399744 1709 33554432000 4194304 4352236 140734697315168 18446744073709551615 4329643 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16447/statm: 2539 1709 129 39 0 1619 0
[pid=16407/tid=16446] ppid=16405 vsize=291188 CPUtime=0 cores=1,3
/proc/16407/task/16446/stat : 16446 (python) S 16405 16407 15311 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 656929220 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 582288

[startup+25.5004 s]
/proc/loadavg: 3.93 3.97 3.91 5/310 16450
/proc/meminfo: memFree=16021788/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=291188 CPUtime=1.66 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 11347 925 90 8 118 48 0 0 17 0 2 0 656928911 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 29
/proc/16407/statm: 72797 7691 1867 364 0 8715 0
[pid=16445] ppid=16407 vsize=280944 CPUtime=0.04 cores=1,3
/proc/16445/stat : 16445 (python) S 16407 16407 15311 0 -1 4202560 897 0 0 0 2 2 0 0 15 0 1 0 656929220 287686656 6197 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370977295 0 0 16781312 514 13264437908745453830 0 0 17 1 0 0 0
/proc/16445/statm: 70236 6197 377 364 0 6154 0
[pid=16447] ppid=16445 vsize=13756 CPUtime=22.35 cores=1,3
/proc/16447/stat : 16447 (lingeling) R 16445 16447 16447 0 -1 4202496 5706 0 0 0 2234 1 0 0 25 0 1 0 656929220 14086144 2609 33554432000 4194304 4352236 140734697315168 18446744073709551615 4216482 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16447/statm: 3439 2609 129 39 0 2519 0
[pid=16407/tid=16446] ppid=16405 vsize=291188 CPUtime=0 cores=1,3
/proc/16407/task/16446/stat : 16446 (python) S 16405 16407 15311 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 656929220 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.05
Current children cumulated vsize (KiB) 585888

[startup+51.1008 s]
/proc/loadavg: 4.06 4.00 3.92 5/310 16451
/proc/meminfo: memFree=16013416/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=291188 CPUtime=1.66 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 11347 925 90 8 118 48 0 0 17 0 2 0 656928911 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 29
/proc/16407/statm: 72797 7691 1867 364 0 8715 0
[pid=16445] ppid=16407 vsize=280944 CPUtime=0.09 cores=1,3
/proc/16445/stat : 16445 (python) S 16407 16407 15311 0 -1 4202560 908 0 0 0 5 4 0 0 15 0 1 0 656929220 287686656 6197 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370977295 0 0 16781312 514 13264437908745453830 0 0 17 1 0 0 0
/proc/16445/statm: 70236 6197 377 364 0 6154 0
[pid=16447] ppid=16445 vsize=15808 CPUtime=47.89 cores=1,3
/proc/16447/stat : 16447 (lingeling) R 16445 16447 16447 0 -1 4202496 8907 0 0 0 4788 1 0 0 25 0 1 0 656929220 16187392 3122 33554432000 4194304 4352236 140734697315168 18446744073709551615 4328523 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16447/statm: 3952 3122 129 39 0 3032 0
[pid=16407/tid=16446] ppid=16405 vsize=291188 CPUtime=0 cores=1,3
/proc/16407/task/16446/stat : 16446 (python) S 16405 16407 15311 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 656929220 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.64
Current children cumulated vsize (KiB) 587940

[startup+102.301 s]
/proc/loadavg: 4.07 4.01 3.92 5/316 16458
/proc/meminfo: memFree=15888816/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=291188 CPUtime=1.66 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 11347 925 90 8 118 48 0 0 17 0 2 0 656928911 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 29
/proc/16407/statm: 72797 7691 1867 364 0 8715 0
[pid=16445] ppid=16407 vsize=280944 CPUtime=0.2 cores=1,3
/proc/16445/stat : 16445 (python) S 16407 16407 15311 0 -1 4202560 931 0 0 0 11 9 0 0 15 0 1 0 656929220 287686656 6197 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370977295 0 0 16781312 514 13264437908745453830 0 0 17 1 0 0 0
/proc/16445/statm: 70236 6197 377 364 0 6154 0
[pid=16447] ppid=16445 vsize=22472 CPUtime=98.99 cores=1,3
/proc/16447/stat : 16447 (lingeling) R 16445 16447 16447 0 -1 4202496 19309 0 0 0 9897 2 0 0 25 0 1 0 656929220 23011328 4788 33554432000 4194304 4352236 140734697315168 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16447/statm: 5618 4788 129 39 0 4698 0
[pid=16407/tid=16446] ppid=16405 vsize=291188 CPUtime=0 cores=1,3
/proc/16407/task/16446/stat : 16446 (python) S 16405 16407 15311 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 656929220 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 594604

[startup+162.301 s]
/proc/loadavg: 4.02 4.01 3.92 5/316 16460
/proc/meminfo: memFree=15862600/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=291188 CPUtime=1.66 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 11347 925 90 8 118 48 0 0 17 0 2 0 656928911 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 29
/proc/16407/statm: 72797 7691 1867 364 0 8715 0
[pid=16445] ppid=16407 vsize=280944 CPUtime=0.32 cores=1,3
/proc/16445/stat : 16445 (python) S 16407 16407 15311 0 -1 4202560 952 0 0 0 17 15 0 0 15 0 1 0 656929220 287686656 6197 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370977295 0 0 16781312 514 13264437908745453830 0 0 17 1 0 0 0
/proc/16445/statm: 70236 6197 377 364 0 6154 0
[pid=16447] ppid=16445 vsize=22220 CPUtime=158.89 cores=1,3
/proc/16447/stat : 16447 (lingeling) R 16445 16447 16447 0 -1 4202496 27374 0 0 0 15885 4 0 0 25 0 1 0 656929220 22753280 4725 33554432000 4194304 4352236 140734697315168 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16447/statm: 5555 4725 129 39 0 4635 0
[pid=16407/tid=16446] ppid=16405 vsize=291188 CPUtime=0 cores=1,3
/proc/16407/task/16446/stat : 16446 (python) S 16405 16407 15311 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 656929220 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 594352

[startup+222.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/316 16461
/proc/meminfo: memFree=15858112/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=291188 CPUtime=1.66 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 11347 925 90 8 118 48 0 0 17 0 2 0 656928911 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 29
/proc/16407/statm: 72797 7691 1867 364 0 8715 0
[pid=16445] ppid=16407 vsize=280944 CPUtime=0.45 cores=1,3
/proc/16445/stat : 16445 (python) S 16407 16407 15311 0 -1 4202560 968 0 0 0 23 22 0 0 15 0 1 0 656929220 287686656 6197 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370977295 0 0 16781312 514 13264437908745453830 0 0 17 1 0 0 0
/proc/16445/statm: 70236 6197 377 364 0 6154 0
[pid=16447] ppid=16445 vsize=18124 CPUtime=218.77 cores=1,3
/proc/16447/stat : 16447 (lingeling) R 16445 16447 16447 0 -1 4202496 33774 0 0 0 21872 5 0 0 25 0 1 0 656929220 18558976 3701 33554432000 4194304 4352236 140734697315168 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16447/statm: 4531 3701 129 39 0 3611 0
[pid=16407/tid=16446] ppid=16405 vsize=291188 CPUtime=0 cores=1,3
/proc/16407/task/16446/stat : 16446 (python) S 16405 16407 15311 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 656929220 298176512 7691 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0

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

[startup+1122.3 s]
/proc/loadavg: 4.08 4.03 3.97 5/348 16532
/proc/meminfo: memFree=11743388/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=311700 CPUtime=1.69 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 12958 925 90 8 120 49 0 0 19 0 4 0 656928911 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 29
/proc/16407/statm: 77925 7704 1872 364 0 13837 0
[pid=16445] ppid=16407 vsize=291188 CPUtime=1.92 cores=1,3
/proc/16445/stat : 16445 (python) S 16407 16407 15311 0 -1 4202560 1203 0 0 0 95 97 0 0 15 0 2 0 656929220 298176512 6242 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16445/statm: 72797 6242 417 364 0 8715 0
[pid=16447] ppid=16445 vsize=26572 CPUtime=878.99 cores=1,3
/proc/16447/stat : 16447 (lingeling) T 16445 16447 16447 0 -1 4202496 88430 0 0 0 87887 12 0 0 25 0 1 0 656929220 27209728 5813 33554432000 4194304 4352236 140734697315168 18446744073709551615 4328059 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16447/statm: 6643 5813 129 39 0 5723 0
[pid=16445/tid=16499] ppid=16407 vsize=291188 CPUtime=0 cores=1,3
/proc/16445/task/16499/stat : 16499 (python) S 16407 16407 15311 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 656987937 298176512 6242 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 514 18446604463156195712 0 0 -1 1 0 0 0
[pid=16520] ppid=16407 vsize=291200 CPUtime=0.45 cores=1,3
/proc/16520/stat : 16520 (python) S 16407 16407 15311 0 -1 4202560 1124 0 0 0 22 23 0 0 19 0 2 0 657017299 298188800 6225 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16520/statm: 72800 6225 400 364 0 8715 0
[pid=16522] ppid=16520 vsize=25192 CPUtime=195.99 cores=1,3
/proc/16522/stat : 16522 (lingeling) T 16520 16522 16522 0 -1 4202496 32500 0 0 0 19594 5 0 0 25 0 1 0 657017300 25796608 5469 33554432000 4194304 4352236 140735692565936 18446744073709551615 4328066 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16522/statm: 6298 5469 129 39 0 5378 0
[pid=16520/tid=16528] ppid=16407 vsize=291200 CPUtime=0 cores=1,3
/proc/16520/task/16528/stat : 16528 (python) S 16407 16407 15311 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657036943 298188800 6225 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 514 18446604471136815296 0 0 -1 1 0 0 0
[pid=16529] ppid=16407 vsize=301456 CPUtime=0.11 cores=1,3
/proc/16529/stat : 16529 (python) S 16407 16407 15311 0 -1 4202560 933 0 0 0 7 4 0 0 15 0 1 0 657036944 308690944 6199 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370977350 0 0 16781312 514 14508280233171321093 0 0 17 1 0 0 0
/proc/16529/statm: 75364 6199 371 364 0 11276 0
[pid=16531] ppid=16529 vsize=59576 CPUtime=41.88 cores=1,3
/proc/16531/stat : 16531 (cryptominisat-2) R 16529 16531 16531 0 -1 4202496 27508 0 0 0 4182 6 0 0 25 0 1 0 657036944 61005824 7940 33554432000 4194304 4677096 140735368849344 18446744073709551615 4454535 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16531/statm: 14894 7940 391 118 0 9853 0
[pid=16407/tid=16446] ppid=16405 vsize=311700 CPUtime=0 cores=1,3
/proc/16407/task/16446/stat : 16446 (python) S 16405 16407 15311 0 -1 4202560 33 925 0 8 0 0 0 0 18 0 4 0 656929220 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
[pid=16407/tid=16521] ppid=16405 vsize=311700 CPUtime=0 cores=1,3
/proc/16407/task/16521/stat : 16521 (python) S 16405 16407 15311 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 4 0 657017300 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
[pid=16407/tid=16530] ppid=16405 vsize=311700 CPUtime=0 cores=1,3
/proc/16407/task/16530/stat : 16530 (python) S 16405 16407 15311 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 4 0 657036944 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1121.03
Current children cumulated vsize (KiB) 1306884

[startup+1182.3 s]
/proc/loadavg: 4.22 4.07 3.98 5/348 16534
/proc/meminfo: memFree=11713844/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=311700 CPUtime=1.69 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 12958 925 90 8 120 49 0 0 19 0 4 0 656928911 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 29
/proc/16407/statm: 77925 7704 1872 364 0 13837 0
[pid=16445] ppid=16407 vsize=291188 CPUtime=1.92 cores=1,3
/proc/16445/stat : 16445 (python) S 16407 16407 15311 0 -1 4202560 1203 0 0 0 95 97 0 0 15 0 2 0 656929220 298176512 6242 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16445/statm: 72797 6242 417 364 0 8715 0
[pid=16447] ppid=16445 vsize=26572 CPUtime=878.99 cores=1,3
/proc/16447/stat : 16447 (lingeling) T 16445 16447 16447 0 -1 4202496 88430 0 0 0 87887 12 0 0 25 0 1 0 656929220 27209728 5813 33554432000 4194304 4352236 140734697315168 18446744073709551615 4328059 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16447/statm: 6643 5813 129 39 0 5723 0
[pid=16445/tid=16499] ppid=16407 vsize=291188 CPUtime=0 cores=1,3
/proc/16445/task/16499/stat : 16499 (python) S 16407 16407 15311 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 656987937 298176512 6242 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 514 18446604463156195712 0 0 -1 1 0 0 0
[pid=16520] ppid=16407 vsize=291200 CPUtime=0.45 cores=1,3
/proc/16520/stat : 16520 (python) S 16407 16407 15311 0 -1 4202560 1124 0 0 0 22 23 0 0 19 0 2 0 657017299 298188800 6225 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16520/statm: 72800 6225 400 364 0 8715 0
[pid=16522] ppid=16520 vsize=25192 CPUtime=195.99 cores=1,3
/proc/16522/stat : 16522 (lingeling) T 16520 16522 16522 0 -1 4202496 32500 0 0 0 19594 5 0 0 25 0 1 0 657017300 25796608 5469 33554432000 4194304 4352236 140735692565936 18446744073709551615 4328066 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16522/statm: 6298 5469 129 39 0 5378 0
[pid=16520/tid=16528] ppid=16407 vsize=291200 CPUtime=0 cores=1,3
/proc/16520/task/16528/stat : 16528 (python) S 16407 16407 15311 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657036943 298188800 6225 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 514 18446604471136815296 0 0 -1 1 0 0 0
[pid=16529] ppid=16407 vsize=301456 CPUtime=0.26 cores=1,3
/proc/16529/stat : 16529 (python) S 16407 16407 15311 0 -1 4202560 963 0 0 0 15 11 0 0 15 0 1 0 657036944 308690944 6199 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370977350 0 0 16781312 514 14508280233171321093 0 0 17 1 0 0 0
/proc/16529/statm: 75364 6199 371 364 0 11276 0
[pid=16531] ppid=16529 vsize=71752 CPUtime=101.75 cores=1,3
/proc/16531/stat : 16531 (cryptominisat-2) R 16529 16531 16531 0 -1 4202496 48906 0 0 0 10163 12 0 0 25 0 1 0 657036944 73474048 11677 33554432000 4194304 4677096 140735368849344 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16531/statm: 17938 11677 391 118 0 12897 0
[pid=16407/tid=16446] ppid=16405 vsize=311700 CPUtime=0 cores=1,3
/proc/16407/task/16446/stat : 16446 (python) S 16405 16407 15311 0 -1 4202560 33 925 0 8 0 0 0 0 18 0 4 0 656929220 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
[pid=16407/tid=16521] ppid=16405 vsize=311700 CPUtime=0 cores=1,3
/proc/16407/task/16521/stat : 16521 (python) S 16405 16407 15311 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 4 0 657017300 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
[pid=16407/tid=16530] ppid=16405 vsize=311700 CPUtime=0 cores=1,3
/proc/16407/task/16530/stat : 16530 (python) S 16405 16407 15311 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 4 0 657036944 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1181.05
Current children cumulated vsize (KiB) 1319060

[startup+1242.31 s]
/proc/loadavg: 4.12 4.07 3.99 5/348 16536
/proc/meminfo: memFree=11700660/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=311700 CPUtime=1.69 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 12958 925 90 8 120 49 0 0 19 0 4 0 656928911 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 29
/proc/16407/statm: 77925 7704 1872 364 0 13837 0
[pid=16445] ppid=16407 vsize=291188 CPUtime=1.92 cores=1,3
/proc/16445/stat : 16445 (python) S 16407 16407 15311 0 -1 4202560 1203 0 0 0 95 97 0 0 15 0 2 0 656929220 298176512 6242 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16445/statm: 72797 6242 417 364 0 8715 0
[pid=16447] ppid=16445 vsize=26572 CPUtime=878.99 cores=1,3
/proc/16447/stat : 16447 (lingeling) T 16445 16447 16447 0 -1 4202496 88430 0 0 0 87887 12 0 0 25 0 1 0 656929220 27209728 5813 33554432000 4194304 4352236 140734697315168 18446744073709551615 4328059 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16447/statm: 6643 5813 129 39 0 5723 0
[pid=16445/tid=16499] ppid=16407 vsize=291188 CPUtime=0 cores=1,3
/proc/16445/task/16499/stat : 16499 (python) S 16407 16407 15311 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 656987937 298176512 6242 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 514 18446604463156195712 0 0 -1 1 0 0 0
[pid=16520] ppid=16407 vsize=291200 CPUtime=0.45 cores=1,3
/proc/16520/stat : 16520 (python) S 16407 16407 15311 0 -1 4202560 1124 0 0 0 22 23 0 0 19 0 2 0 657017299 298188800 6225 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16520/statm: 72800 6225 400 364 0 8715 0
[pid=16522] ppid=16520 vsize=25192 CPUtime=195.99 cores=1,3
/proc/16522/stat : 16522 (lingeling) T 16520 16522 16522 0 -1 4202496 32500 0 0 0 19594 5 0 0 25 0 1 0 657017300 25796608 5469 33554432000 4194304 4352236 140735692565936 18446744073709551615 4328066 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16522/statm: 6298 5469 129 39 0 5378 0
[pid=16520/tid=16528] ppid=16407 vsize=291200 CPUtime=0 cores=1,3
/proc/16520/task/16528/stat : 16528 (python) S 16407 16407 15311 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657036943 298188800 6225 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 514 18446604471136815296 0 0 -1 1 0 0 0
[pid=16529] ppid=16407 vsize=301456 CPUtime=0.41 cores=1,3
/proc/16529/stat : 16529 (python) S 16407 16407 15311 0 -1 4202560 996 0 0 0 22 19 0 0 15 0 1 0 657036944 308690944 6200 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370977350 0 0 16781312 514 14508280233171321093 0 0 17 1 0 0 0
/proc/16529/statm: 75364 6200 372 364 0 11276 0
[pid=16531] ppid=16529 vsize=79724 CPUtime=161.64 cores=1,3
/proc/16531/stat : 16531 (cryptominisat-2) R 16529 16531 16531 0 -1 4202496 67299 0 0 0 16148 16 0 0 25 0 1 0 657036944 81637376 13410 33554432000 4194304 4677096 140735368849344 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16531/statm: 19931 13410 391 118 0 14890 0
[pid=16407/tid=16446] ppid=16405 vsize=311700 CPUtime=0 cores=1,3
/proc/16407/task/16446/stat : 16446 (python) S 16405 16407 15311 0 -1 4202560 33 925 0 8 0 0 0 0 18 0 4 0 656929220 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
[pid=16407/tid=16521] ppid=16405 vsize=311700 CPUtime=0 cores=1,3
/proc/16407/task/16521/stat : 16521 (python) S 16405 16407 15311 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 4 0 657017300 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
[pid=16407/tid=16530] ppid=16405 vsize=311700 CPUtime=0 cores=1,3
/proc/16407/task/16530/stat : 16530 (python) S 16405 16407 15311 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 4 0 657036944 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1241.09
Current children cumulated vsize (KiB) 1327032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.99 5/348 16537
/proc/meminfo: memFree=11597048/32951124 swapFree=52307768/67111528
[pid=16407] ppid=16405 vsize=311700 CPUtime=1.69 cores=1,3
/proc/16407/stat : 16407 (python) S 16405 16407 15311 0 -1 4202496 12958 925 90 8 120 49 0 0 19 0 4 0 656928911 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 29
/proc/16407/statm: 77925 7704 1872 364 0 13837 0
[pid=16445] ppid=16407 vsize=291188 CPUtime=1.92 cores=1,3
/proc/16445/stat : 16445 (python) S 16407 16407 15311 0 -1 4202560 1203 0 0 0 95 97 0 0 15 0 2 0 656929220 298176512 6242 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16445/statm: 72797 6242 417 364 0 8715 0
[pid=16447] ppid=16445 vsize=26572 CPUtime=878.99 cores=1,3
/proc/16447/stat : 16447 (lingeling) T 16445 16447 16447 0 -1 4202496 88430 0 0 0 87887 12 0 0 25 0 1 0 656929220 27209728 5813 33554432000 4194304 4352236 140734697315168 18446744073709551615 4328059 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16447/statm: 6643 5813 129 39 0 5723 0
[pid=16445/tid=16499] ppid=16407 vsize=291188 CPUtime=0 cores=1,3
/proc/16445/task/16499/stat : 16499 (python) S 16407 16407 15311 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 656987937 298176512 6242 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 514 18446604463156195712 0 0 -1 1 0 0 0
[pid=16520] ppid=16407 vsize=291200 CPUtime=0.45 cores=1,3
/proc/16520/stat : 16520 (python) S 16407 16407 15311 0 -1 4202560 1124 0 0 0 22 23 0 0 19 0 2 0 657017299 298188800 6225 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16520/statm: 72800 6225 400 364 0 8715 0
[pid=16522] ppid=16520 vsize=25192 CPUtime=195.99 cores=1,3
/proc/16522/stat : 16522 (lingeling) T 16520 16522 16522 0 -1 4202496 32500 0 0 0 19594 5 0 0 25 0 1 0 657017300 25796608 5469 33554432000 4194304 4352236 140735692565936 18446744073709551615 4328066 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16522/statm: 6298 5469 129 39 0 5378 0
[pid=16520/tid=16528] ppid=16407 vsize=291200 CPUtime=0 cores=1,3
/proc/16520/task/16528/stat : 16528 (python) S 16407 16407 15311 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657036943 298188800 6225 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 514 18446604471136815296 0 0 -1 1 0 0 0
[pid=16529] ppid=16407 vsize=301456 CPUtime=0.57 cores=1,3
/proc/16529/stat : 16529 (python) S 16407 16407 15311 0 -1 4202560 1008 0 0 0 30 27 0 0 15 0 1 0 657036944 308690944 6200 33554432000 4194304 5683644 140733779416160 18446744073709551615 218370977350 0 0 16781312 514 13264437908745453829 0 0 17 1 0 0 0
/proc/16529/statm: 75364 6200 372 364 0 11276 0
[pid=16531] ppid=16529 vsize=95476 CPUtime=219.22 cores=1,3
/proc/16531/stat : 16531 (cryptominisat-2) R 16529 16531 16531 0 -1 4202496 84232 0 0 0 21900 22 0 0 25 0 1 0 657036944 97767424 17220 33554432000 4194304 4677096 140735368849344 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16531/statm: 23869 17220 391 118 0 18828 0
[pid=16407/tid=16446] ppid=16405 vsize=311700 CPUtime=0 cores=1,3
/proc/16407/task/16446/stat : 16446 (python) S 16405 16407 15311 0 -1 4202560 33 925 0 8 0 0 0 0 18 0 4 0 656929220 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
[pid=16407/tid=16521] ppid=16405 vsize=311700 CPUtime=0 cores=1,3
/proc/16407/task/16521/stat : 16521 (python) S 16405 16407 15311 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 4 0 657017300 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
[pid=16407/tid=16530] ppid=16405 vsize=311700 CPUtime=0 cores=1,3
/proc/16407/task/16530/stat : 16530 (python) S 16405 16407 15311 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 4 0 657036944 319180800 7704 33554432000 4194304 5683644 140733779416160 18446744073709551615 218382780849 0 0 16781312 2 18446604467584632128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1298.83
Current children cumulated vsize (KiB) 1342784

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16407 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=210815
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=499924
# CPU time returned by wait4() is 1.71074
# while last known CPU time is 1298.83
#
# 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): 1298.83
CPU user time (s): 1296.48
CPU system time (s): 2.35
CPU usage (%): 99.9073
Max. virtual memory (cumulated for all children) (KiB): 1386524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.21081
system time used= 0.499924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13884
page faults= 98
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51054
involuntary context switches= 68

runsolver used 3.70944 second user time and 8.87565 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 11:54:21
IDJOB=3378036
IDBENCH=70810
IDSOLVER=1858
FILE ID=node101/3378036-1305453261
RUNJOBID= node101-1305453261-16383
PBS_JOBID= 13324878
Free space on /tmp= 73760 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.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-3378036-1305453261/watcher-3378036-1305453261 -o /tmp/evaluation-result-3378036-1305453261/solver-3378036-1305453261 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378036-1305453261.cnf -seed 238133998 -budget 2400

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=238133998

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:      16541988 kB
Buffers:        334156 kB
Cached:        6135664 kB
SwapCached:      14848 kB
Active:       10948880 kB
Inactive:      5179940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16541988 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:          104408 kB
Writeback:           0 kB
AnonPages:     9654624 kB
Mapped:          14332 kB
Slab:           155972 kB
PageTables:      62412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41984040 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= 73608 MiB
End job on node101 at 2011-05-15 12:16:04