Trace number 3498249

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) 5000.08 5023.35

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-17-u.cnf
MD5SUM9ce7c48a28ddd5790e38607bb893dd38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2843.87
Satisfiable
(Un)Satisfiability was proved
Number of variables293864
Number of clauses1370917
Sum of the clauses size3163902
Maximum clause length10
Minimum clause length1
Number of clauses of size 124516
Number of clauses of size 21065117
Number of clauses of size 3226184
Number of clauses of size 46120
Number of clauses of size 524480
Number of clauses of size over 524500

Solver Data

0.55/30.98	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.55/30.98	c INFO: solving HOME/instance-3498249-1307953113.cnf
0.55/30.98	c INFO: computing task features
5.27/35.74	c INFO: computed variable-clause graph statistics
5.47/35.90	c INFO: computed clause balance statistics
24.57/55.07	c INFO: computed variable balance statistics
38.97/69.40	c INFO: computed small-clause counts
39.37/69.84	c INFO: computed Horn-clause counts
138.27/168.70	c INFO: computed variable graph statistics
138.27/168.70	c INFO: collected features for HOME/instance-3498249-1307953113.cnf in 137.59 s
138.27/168.73	c INFO: running cryptominisat-2.9.0@0 for 485 with 4862 remaining (b = 0.33)
626.39/656.16	c INFO: running lingeling-276@0 for 485 with 4375 remaining (b = 0.31)
1117.46/1146.69	c INFO: running lingeling-276@0 for 97 with 3885 remaining (b = 0.15)
1217.75/1246.84	c INFO: running cryptominisat-2.9.0@486 for 97 with 3784 remaining (b = 0.03)
1314.22/1343.17	c INFO: running cryptominisat-2.9.0@583 for 1067 with 3688 remaining (b = 0.33)
2383.02/2410.20	c INFO: running cryptominisat-2.9.0@1650 for 291 with 2621 remaining (b = 0.11)
2677.10/2703.88	c INFO: running lingeling-276@490 for 97 with 2327 remaining (b = 0.03)
2774.44/2801.01	c INFO: running lingeling-276@587 for 485 with 2230 remaining (b = 0.13)
3260.59/3286.58	c INFO: running cryptominisat-2.9.0@0 for 1745 with 1745 remaining (b = 0.38)

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.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3498249-1307953113/watcher-3498249-1307953113 -o /tmp/evaluation-result-3498249-1307953113/solver-3498249-1307953113 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498249-1307953113.cnf -seed 1825549681 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 8996
/proc/meminfo: memFree=4091740/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/8996/stat : 8996 (runsolver) S 8994 8996 8950 0 -1 4202560 46 0 0 0 0 0 0 0 23 0 1 0 887727807 12087296 55 33554432000 4194304 5436572 140734453703056 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699199166 0 0 17 4 0 0 0
/proc/8996/statm: 2951 55 36 304 0 2643 0

[startup+0.071177 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 8996
/proc/meminfo: memFree=4091740/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/8996/stat : 8996 (python) R 8994 8996 8950 0 -1 4202496 811 0 0 0 0 0 0 0 23 0 1 0 887727807 15749120 696 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039653376 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/8996/statm: 3845 696 334 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.101157 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 8996
/proc/meminfo: memFree=4091740/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/8996/stat : 8996 (python) S 8994 8996 8950 0 -1 4202496 935 0 0 0 0 0 0 0 23 0 1 0 887727807 16150528 813 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/8996/statm: 3943 813 356 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.301136 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 8996
/proc/meminfo: memFree=4091740/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=16392 CPUtime=0.01 cores=0,2,4,6
/proc/8996/stat : 8996 (python) S 8994 8996 8950 0 -1 4202496 1117 0 0 0 1 0 0 0 17 0 1 0 887727807 16785408 984 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/8996/statm: 4098 984 409 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.700977 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 8996
/proc/meminfo: memFree=4091740/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=16392 CPUtime=0.01 cores=0,2,4,6
/proc/8996/stat : 8996 (python) D 8994 8996 8950 0 -1 4202496 1123 0 0 0 1 0 0 0 16 0 1 0 887727807 16785408 989 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039653376 0 0 16781312 2 0 0 0 17 2 0 0 21
/proc/8996/statm: 4098 989 413 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+1.50083 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 8997
/proc/meminfo: memFree=4087784/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=16808 CPUtime=0.01 cores=0,2,4,6
/proc/8996/stat : 8996 (python) D 8994 8996 8950 0 -1 4202496 1228 0 0 0 1 0 0 0 16 0 1 0 887727807 17211392 1085 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039653376 0 0 16781312 2 0 0 0 17 2 0 0 26
/proc/8996/statm: 4202 1085 417 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16808

[startup+3.10056 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 8997
/proc/meminfo: memFree=4086944/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=21104 CPUtime=0.04 cores=0,2,4,6
/proc/8996/stat : 8996 (python) S 8994 8996 8950 0 -1 4202496 1301 0 2 0 3 1 0 0 15 0 1 0 887727807 21610496 1154 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039651252 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 38
/proc/8996/statm: 5276 1154 428 364 0 723 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21104
heavy processes:

[startup+6.30099 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 8997
/proc/meminfo: memFree=4085632/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=38900 CPUtime=0.06 cores=0,2,4,6
/proc/8996/stat : 8996 (python) D 8994 8996 8950 0 -1 4202496 1621 0 8 0 4 2 0 0 16 0 1 0 887727807 39833600 1457 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039653376 0 0 16781312 2 0 0 0 17 2 0 0 54
/proc/8996/statm: 9725 1457 455 364 0 1025 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38900
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 0.23 0.05 0.02 1/178 8998
/proc/meminfo: memFree=4076584/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=87700 CPUtime=0.1 cores=0,2,4,6
/proc/8996/stat : 8996 (python) D 8994 8996 8950 0 -1 4202496 2621 0 16 0 7 3 0 0 16 0 1 0 887727807 89804800 2353 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039653376 0 0 16781312 2 0 0 0 17 2 0 0 94
/proc/8996/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 87700
heavy processes:

[startup+25.5006 s]
/proc/loadavg: 0.48 0.11 0.04 1/178 9006
/proc/meminfo: memFree=4047100/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=160664 CPUtime=0.36 cores=0,2,4,6
/proc/8996/stat : 8996 (python) D 8994 8996 8950 0 -1 4202496 6563 923 47 8 24 12 0 0 15 0 1 0 887727807 164519936 4700 33554432000 4194304 5683644 140735923768624 18446744073709551615 212034731751 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 315
/proc/8996/statm: 40166 4700 1259 364 0 3453 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 160664
heavy processes:

[startup+51.101 s]
/proc/loadavg: 0.88 0.23 0.08 3/181 9010
/proc/meminfo: memFree=3726512/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=553668 CPUtime=20.67 cores=0,2,4,6
/proc/8996/stat : 8996 (python) R 8994 8996 8950 0 -1 4202496 108939 923 105 8 2036 31 0 0 25 0 1 0 887727807 566956032 75802 33554432000 4194304 5683644 140735923768624 18446744073709551615 4860449 0 0 16781312 2 0 0 0 17 4 0 0 451
/proc/8996/statm: 138417 75802 1826 364 0 74341 0
Current children cumulated CPU time (s) 20.67
Current children cumulated vsize (KiB) 553668
heavy processes:

[startup+102.307 s]
/proc/loadavg: 1.56 0.52 0.18 4/181 9011
/proc/meminfo: memFree=3723252/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=553668 CPUtime=71.88 cores=0,2,4,6
/proc/8996/stat : 8996 (python) R 8994 8996 8950 0 -1 4202496 108946 923 105 8 7157 31 0 0 25 0 1 0 887727807 566956032 75809 33554432000 4194304 5683644 140735923768624 18446744073709551615 47788826015884 0 0 16781312 2 0 0 0 17 4 0 0 451
/proc/8996/statm: 138417 75809 1833 364 0 74341 0
Current children cumulated CPU time (s) 71.88
Current children cumulated vsize (KiB) 553668
heavy processes:

[startup+162.301 s]
/proc/loadavg: 1.88 0.80 0.30 3/182 9014
/proc/meminfo: memFree=3720640/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=553668 CPUtime=131.87 cores=0,2,4,6
/proc/8996/stat : 8996 (python) R 8994 8996 8950 0 -1 4202496 108946 923 105 8 13156 31 0 0 25 0 1 0 887727807 566956032 75809 33554432000 4194304 5683644 140735923768624 18446744073709551615 47788826015872 0 0 16781312 2 0 0 0 17 4 0 0 451
/proc/8996/statm: 138417 75809 1833 364 0 74341 0
Current children cumulated CPU time (s) 131.87
Current children cumulated vsize (KiB) 553668

[startup+222.3 s]
/proc/loadavg: 1.95 1.01 0.40 3/185 9018
/proc/meminfo: memFree=2998316/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=543128 CPUtime=138.3 cores=0,2,4,6
/proc/8996/stat : 8996 (python) S 8994 8996 8950 0 -1 4202496 109316 923 105 8 13799 31 0 0 25 0 2 0 887727807 556163072 70653 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 451
/proc/8996/statm: 135782 70653 1875 364 0 71700 0
[pid=9015] ppid=8996 vsize=532884 CPUtime=0.09 cores=0,2,4,6
/proc/9015/stat : 9015 (python) S 8996 8996 8950 0 -1 4202560 1030 0 0 0 5 4 0 0 15 0 1 0 887744680 545673216 69156 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039675407 0 0 16781312 514 12751449763690283268 0 0 17 0 0 0 0
/proc/9015/statm: 133221 69156 382 364 0 69139 0
[pid=9017] ppid=9015 vsize=857824 CPUtime=53.53 cores=0,2,4,6
/proc/9017/stat : 9017 (cryptominisat-2) R 9015 9017 9017 0 -1 4202496 337917 0 1 0 5316 37 0 0 25 0 1 0 887744681 878411776 182802 33554432000 4194304 4677096 140737025651424 18446744073709551615 4334321 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9017/statm: 214456 182802 393 118 0 209415 0
[pid=8996/tid=9016] ppid=8994 vsize=543128 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9016/stat : 9016 (python) S 8994 8996 8950 0 -1 4202560 30 923 0 8 0 0 0 0 25 0 2 0 887744681 556163072 70653 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 191.92
Current children cumulated vsize (KiB) 1933836

[startup+282.301 s]
/proc/loadavg: 1.98 1.19 0.50 3/188 9023
/proc/meminfo: memFree=2938476/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=543128 CPUtime=138.3 cores=0,2,4,6
/proc/8996/stat : 8996 (python) S 8994 8996 8950 0 -1 4202496 109316 923 105 8 13799 31 0 0 25 0 2 0 887727807 556163072 70653 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 451
/proc/8996/statm: 135782 70653 1875 364 0 71700 0
[pid=9015] ppid=8996 vsize=532884 CPUtime=0.19 cores=0,2,4,6
/proc/9015/stat : 9015 (python) S 8996 8996 8950 0 -1 4202560 1062 0 0 0 11 8 0 0 15 0 1 0 887744680 545673216 69156 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039675407 0 0 16781312 514 4475056309808365828 0 0 17 0 0 0 0
/proc/9015/statm: 133221 69156 382 364 0 69139 0
[pid=9017] ppid=9015 vsize=902576 CPUtime=113.53 cores=0,2,4,6
/proc/9017/stat : 9017 (cryptominisat-2) R 9015 9017 9017 0 -1 4202496 366623 0 1 0 11312 41 0 0 25 0 1 0 887744681 924237824 194454 33554432000 4194304 4677096 140737025651424 18446744073709551615 4334257 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9017/statm: 225644 194454 393 118 0 220603 0
[pid=8996/tid=9016] ppid=8994 vsize=543128 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9016/stat : 9016 (python) S 8994 8996 8950 0 -1 4202560 30 923 0 8 0 0 0 0 25 0 2 0 887744681 556163072 70653 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 252.02
Current children cumulated vsize (KiB) 1978588

[startup+342.301 s]
/proc/loadavg: 1.99 1.33 0.59 3/189 9025
/proc/meminfo: memFree=2932580/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=543128 CPUtime=138.3 cores=0,2,4,6
/proc/8996/stat : 8996 (python) S 8994 8996 8950 0 -1 4202496 109316 923 105 8 13799 31 0 0 25 0 2 0 887727807 556163072 70653 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 451
/proc/8996/statm: 135782 70653 1875 364 0 71700 0
[pid=9015] ppid=8996 vsize=532884 CPUtime=0.28 cores=0,2,4,6
/proc/9015/stat : 9015 (python) S 8996 8996 8950 0 -1 4202560 1084 0 0 0 15 13 0 0 15 0 1 0 887744680 545673216 69156 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039675407 0 0 16781312 514 4475056309808365828 0 0 17 0 0 0 0
/proc/9015/statm: 133221 69156 382 364 0 69139 0
[pid=9017] ppid=9015 vsize=913216 CPUtime=173.53 cores=0,2,4,6
/proc/9017/stat : 9017 (cryptominisat-2) R 9015 9017 9017 0 -1 4202496 368629 0 1 0 17312 41 0 0 25 0 1 0 887744681 935133184 196460 33554432000 4194304 4677096 140737025651424 18446744073709551615 4319839 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9017/statm: 228304 196460 393 118 0 223263 0
[pid=8996/tid=9016] ppid=8994 vsize=543128 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9016/stat : 9016 (python) S 8994 8996 8950 0 -1 4202560 30 923 0 8 0 0 0 0 25 0 2 0 887744681 556163072 70653 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 312.11
Current children cumulated vsize (KiB) 1989228

[startup+402.301 s]
/proc/loadavg: 1.99 1.45 0.67 3/189 9030
/proc/meminfo: memFree=2927560/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=543128 CPUtime=138.3 cores=0,2,4,6
/proc/8996/stat : 8996 (python) S 8994 8996 8950 0 -1 4202496 109316 923 105 8 13799 31 0 0 25 0 2 0 887727807 556163072 70653 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 451
/proc/8996/statm: 135782 70653 1875 364 0 71700 0
[pid=9015] ppid=8996 vsize=532884 CPUtime=0.37 cores=0,2,4,6

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

[pid=8996/tid=9060] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9060/stat : 9060 (python) S 8994 8996 8950 0 -1 4202560 29 923 0 8 0 0 0 0 20 0 5 0 887842477 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
[pid=8996/tid=9147] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9147/stat : 9147 (python) S 8994 8996 8950 0 -1 4202560 29 923 0 8 0 0 0 0 20 0 5 0 888056465 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4938.98
Current children cumulated vsize (KiB) 4851716

[startup+5022.3 s]
/proc/loadavg: 2.00 2.00 1.96 5/225 9201
/proc/meminfo: memFree=1439964/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=573896 CPUtime=138.45 cores=0,2,4,6
/proc/8996/stat : 8996 (python) S 8994 8996 8950 0 -1 4202496 111740 923 105 8 13811 34 0 0 20 0 5 0 887727807 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 451
/proc/8996/statm: 143474 70672 1882 364 0 79383 0
[pid=9015] ppid=8996 vsize=543128 CPUtime=3.05 cores=0,2,4,6
/proc/9015/stat : 9015 (python) S 8996 8996 8950 0 -1 4202560 1261 0 0 0 171 134 0 0 15 0 2 0 887744680 556163072 69195 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9015/statm: 135782 69195 416 364 0 71700 0
[pid=9017] ppid=9015 vsize=998016 CPUtime=1944.42 cores=0,2,4,6
/proc/9017/stat : 9017 (cryptominisat-2) T 9015 9017 9017 0 -1 4202496 448743 0 1 0 194381 61 0 0 25 0 1 0 887744681 1021968384 218286 33554432000 4194304 4677096 140737025651424 18446744073709551615 4320002 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/9017/statm: 249504 218286 393 118 0 244463 0
[pid=9015/tid=9038] ppid=8996 vsize=543128 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9038/stat : 9038 (python) S 8996 8996 8950 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 887793421 556163072 69195 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 514 18446604453927294080 0 0 -1 0 0 0 0
[pid=9039] ppid=8996 vsize=543140 CPUtime=1.36 cores=0,2,4,6
/proc/9039/stat : 9039 (python) S 8996 8996 8950 0 -1 4202560 1142 0 0 0 75 61 0 0 18 0 2 0 887793423 556175360 69178 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9039/statm: 135785 69178 399 364 0 71700 0
[pid=9041] ppid=9039 vsize=65388 CPUtime=1073.19 cores=0,2,4,6
/proc/9041/stat : 9041 (lingeling) T 9039 9041 9041 0 -1 4202496 69359 0 0 0 107310 9 0 0 25 0 1 0 887793424 66957312 15517 33554432000 4194304 4352236 140735210089312 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9041/statm: 16347 15517 129 39 0 15427 0
[pid=9039/tid=9058] ppid=8996 vsize=543140 CPUtime=0 cores=0,2,4,6
/proc/9039/task/9058/stat : 9058 (python) S 8996 8996 8950 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 887842474 556175360 69178 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 514 18446604453985228928 0 0 -1 2 0 0 0
[pid=9059] ppid=8996 vsize=553396 CPUtime=0.12 cores=0,2,4,6
/proc/9059/stat : 9059 (python) S 8996 8996 8950 0 -1 4202560 1102 0 0 0 6 6 0 0 19 0 2 0 887842476 566677504 69182 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9059/statm: 138349 69182 399 364 0 74261 0
[pid=9061] ppid=9059 vsize=37396 CPUtime=100.1 cores=0,2,4,6
/proc/9061/stat : 9061 (lingeling) T 9059 9061 9061 0 -1 4202496 34665 0 0 0 10006 4 0 0 25 0 1 0 887842477 38293504 8519 33554432000 4194304 4352236 140734382832112 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9061/statm: 9349 8519 129 39 0 8429 0
[pid=9059/tid=9065] ppid=8996 vsize=553396 CPUtime=0 cores=0,2,4,6
/proc/9059/task/9065/stat : 9065 (python) S 8996 8996 8950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887852489 566677504 69182 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 514 18446604453985337408 0 0 -1 4 0 0 0
[pid=9146] ppid=8996 vsize=563652 CPUtime=2.64 cores=0,2,4,6
/proc/9146/stat : 9146 (python) S 8996 8996 8950 0 -1 4202560 1056 0 0 0 150 114 0 0 15 0 1 0 888056465 577179648 69157 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039675462 0 0 16781312 514 12751449763690283268 0 0 17 2 0 0 0
/proc/9146/statm: 140913 69157 371 364 0 76822 0
[pid=9148] ppid=9146 vsize=974652 CPUtime=1735.74 cores=0,2,4,6
/proc/9148/stat : 9148 (cryptominisat-2) R 9146 9148 9148 0 -1 4202496 464052 0 0 0 173494 80 0 0 25 0 1 0 888056466 998043648 212932 33554432000 4194304 4677096 140735359639552 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9148/statm: 243663 212932 393 118 0 238622 0
[pid=8996/tid=9016] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9016/stat : 9016 (python) S 8994 8996 8950 0 -1 4202560 38 923 0 8 0 0 0 0 18 0 5 0 887744681 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
[pid=8996/tid=9040] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9040/stat : 9040 (python) S 8994 8996 8950 0 -1 4202560 26 923 0 8 0 0 0 0 18 0 5 0 887793424 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
[pid=8996/tid=9060] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9060/stat : 9060 (python) S 8994 8996 8950 0 -1 4202560 29 923 0 8 0 0 0 0 20 0 5 0 887842477 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
[pid=8996/tid=9147] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9147/stat : 9147 (python) S 8994 8996 8950 0 -1 4202560 29 923 0 8 0 0 0 0 20 0 5 0 888056465 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4999.07
Current children cumulated vsize (KiB) 4852664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5023.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/225 9201
/proc/meminfo: memFree=1438476/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=573896 CPUtime=138.45 cores=0,2,4,6
/proc/8996/stat : 8996 (python) S 8994 8996 8950 0 -1 4202496 111740 923 105 8 13811 34 0 0 20 0 5 0 887727807 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 451
/proc/8996/statm: 143474 70672 1882 364 0 79383 0
[pid=9015] ppid=8996 vsize=543128 CPUtime=3.05 cores=0,2,4,6
/proc/9015/stat : 9015 (python) S 8996 8996 8950 0 -1 4202560 1261 0 0 0 171 134 0 0 15 0 2 0 887744680 556163072 69195 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9015/statm: 135782 69195 416 364 0 71700 0
[pid=9017] ppid=9015 vsize=998016 CPUtime=1944.42 cores=0,2,4,6
/proc/9017/stat : 9017 (cryptominisat-2) T 9015 9017 9017 0 -1 4202496 448743 0 1 0 194381 61 0 0 25 0 1 0 887744681 1021968384 218286 33554432000 4194304 4677096 140737025651424 18446744073709551615 4320002 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/9017/statm: 249504 218286 393 118 0 244463 0
[pid=9015/tid=9038] ppid=8996 vsize=543128 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9038/stat : 9038 (python) S 8996 8996 8950 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 887793421 556163072 69195 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 514 18446604453927294080 0 0 -1 0 0 0 0
[pid=9039] ppid=8996 vsize=543140 CPUtime=1.36 cores=0,2,4,6
/proc/9039/stat : 9039 (python) S 8996 8996 8950 0 -1 4202560 1142 0 0 0 75 61 0 0 18 0 2 0 887793423 556175360 69178 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9039/statm: 135785 69178 399 364 0 71700 0
[pid=9041] ppid=9039 vsize=65388 CPUtime=1073.19 cores=0,2,4,6
/proc/9041/stat : 9041 (lingeling) T 9039 9041 9041 0 -1 4202496 69359 0 0 0 107310 9 0 0 25 0 1 0 887793424 66957312 15517 33554432000 4194304 4352236 140735210089312 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9041/statm: 16347 15517 129 39 0 15427 0
[pid=9039/tid=9058] ppid=8996 vsize=543140 CPUtime=0 cores=0,2,4,6
/proc/9039/task/9058/stat : 9058 (python) S 8996 8996 8950 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 887842474 556175360 69178 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 514 18446604453985228928 0 0 -1 2 0 0 0
[pid=9059] ppid=8996 vsize=553396 CPUtime=0.12 cores=0,2,4,6
/proc/9059/stat : 9059 (python) S 8996 8996 8950 0 -1 4202560 1102 0 0 0 6 6 0 0 19 0 2 0 887842476 566677504 69182 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9059/statm: 138349 69182 399 364 0 74261 0
[pid=9061] ppid=9059 vsize=37396 CPUtime=100.1 cores=0,2,4,6
/proc/9061/stat : 9061 (lingeling) T 9059 9061 9061 0 -1 4202496 34665 0 0 0 10006 4 0 0 25 0 1 0 887842477 38293504 8519 33554432000 4194304 4352236 140734382832112 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9061/statm: 9349 8519 129 39 0 8429 0
[pid=9059/tid=9065] ppid=8996 vsize=553396 CPUtime=0 cores=0,2,4,6
/proc/9059/task/9065/stat : 9065 (python) S 8996 8996 8950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887852489 566677504 69182 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 514 18446604453985337408 0 0 -1 4 0 0 0
[pid=9146] ppid=8996 vsize=563652 CPUtime=2.64 cores=0,2,4,6
/proc/9146/stat : 9146 (python) S 8996 8996 8950 0 -1 4202560 1056 0 0 0 150 114 0 0 15 0 1 0 888056465 577179648 69157 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039675462 0 0 16781312 514 12751449763690283268 0 0 17 2 0 0 0
/proc/9146/statm: 140913 69157 371 364 0 76822 0
[pid=9148] ppid=9146 vsize=974652 CPUtime=1736.75 cores=0,2,4,6
/proc/9148/stat : 9148 (cryptominisat-2) R 9146 9148 9148 0 -1 4202496 464052 0 0 0 173595 80 0 0 25 0 1 0 888056466 998043648 212932 33554432000 4194304 4677096 140735359639552 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9148/statm: 243663 212932 393 118 0 238622 0
[pid=8996/tid=9016] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9016/stat : 9016 (python) S 8994 8996 8950 0 -1 4202560 38 923 0 8 0 0 0 0 18 0 5 0 887744681 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
[pid=8996/tid=9040] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9040/stat : 9040 (python) S 8994 8996 8950 0 -1 4202560 26 923 0 8 0 0 0 0 18 0 5 0 887793424 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
[pid=8996/tid=9060] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9060/stat : 9060 (python) S 8994 8996 8950 0 -1 4202560 29 923 0 8 0 0 0 0 20 0 5 0 887842477 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
[pid=8996/tid=9147] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9147/stat : 9147 (python) S 8994 8996 8950 0 -1 4202560 29 923 0 8 0 0 0 0 20 0 5 0 888056465 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 4852664

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

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

[startup+5023.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/225 9201
/proc/meminfo: memFree=1438476/32951124 swapFree=67050916/67111528
[pid=8996] ppid=8994 vsize=573896 CPUtime=138.45 cores=0,2,4,6
/proc/8996/stat : 8996 (python) S 8994 8996 8950 0 -1 4202496 111740 923 105 8 13811 34 0 0 20 0 5 0 887727807 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 451
/proc/8996/statm: 143474 70672 1882 364 0 79383 0
[pid=9015] ppid=8996 vsize=543128 CPUtime=3.05 cores=0,2,4,6
/proc/9015/stat : 9015 (python) S 8996 8996 8950 0 -1 4202560 1261 0 0 0 171 134 0 0 15 0 2 0 887744680 556163072 69195 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9015/statm: 135782 69195 416 364 0 71700 0
[pid=9017] ppid=9015 vsize=998016 CPUtime=1944.42 cores=0,2,4,6
/proc/9017/stat : 9017 (cryptominisat-2) T 9015 9017 9017 0 -1 4202496 448743 0 1 0 194381 61 0 0 25 0 1 0 887744681 1021968384 218286 33554432000 4194304 4677096 140737025651424 18446744073709551615 4320002 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/9017/statm: 249504 218286 393 118 0 244463 0
[pid=9015/tid=9038] ppid=8996 vsize=543128 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9038/stat : 9038 (python) S 8996 8996 8950 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 887793421 556163072 69195 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 514 18446604453927294080 0 0 -1 0 0 0 0
[pid=9039] ppid=8996 vsize=543140 CPUtime=1.36 cores=0,2,4,6
/proc/9039/stat : 9039 (python) S 8996 8996 8950 0 -1 4202560 1142 0 0 0 75 61 0 0 18 0 2 0 887793423 556175360 69178 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9039/statm: 135785 69178 399 364 0 71700 0
[pid=9041] ppid=9039 vsize=65388 CPUtime=1073.19 cores=0,2,4,6
/proc/9041/stat : 9041 (lingeling) T 9039 9041 9041 0 -1 4202496 69359 0 0 0 107310 9 0 0 25 0 1 0 887793424 66957312 15517 33554432000 4194304 4352236 140735210089312 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9041/statm: 16347 15517 129 39 0 15427 0
[pid=9039/tid=9058] ppid=8996 vsize=543140 CPUtime=0 cores=0,2,4,6
/proc/9039/task/9058/stat : 9058 (python) S 8996 8996 8950 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 887842474 556175360 69178 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 514 18446604453985228928 0 0 -1 2 0 0 0
[pid=9059] ppid=8996 vsize=553396 CPUtime=0.12 cores=0,2,4,6
/proc/9059/stat : 9059 (python) S 8996 8996 8950 0 -1 4202560 1102 0 0 0 6 6 0 0 19 0 2 0 887842476 566677504 69182 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9059/statm: 138349 69182 399 364 0 74261 0
[pid=9061] ppid=9059 vsize=37396 CPUtime=100.1 cores=0,2,4,6
/proc/9061/stat : 9061 (lingeling) T 9059 9061 9061 0 -1 4202496 34665 0 0 0 10006 4 0 0 25 0 1 0 887842477 38293504 8519 33554432000 4194304 4352236 140734382832112 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9061/statm: 9349 8519 129 39 0 8429 0
[pid=9059/tid=9065] ppid=8996 vsize=553396 CPUtime=0 cores=0,2,4,6
/proc/9059/task/9065/stat : 9065 (python) S 8996 8996 8950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887852489 566677504 69182 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 514 18446604453985337408 0 0 -1 4 0 0 0
[pid=9146] ppid=8996 vsize=563652 CPUtime=2.64 cores=0,2,4,6
/proc/9146/stat : 9146 (python) S 8996 8996 8950 0 -1 4202560 1056 0 0 0 150 114 0 0 15 0 1 0 888056465 577179648 69157 33554432000 4194304 5683644 140735923768624 18446744073709551615 212039675462 0 0 16781312 514 12751449763690283268 0 0 17 2 0 0 0
/proc/9146/statm: 140913 69157 371 364 0 76822 0
[pid=9148] ppid=9146 vsize=974652 CPUtime=1736.75 cores=0,2,4,6
/proc/9148/stat : 9148 (cryptominisat-2) R 9146 9148 9148 0 -1 4202496 464052 0 0 0 173595 80 0 0 25 0 1 0 888056466 998043648 212932 33554432000 4194304 4677096 140735359639552 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9148/statm: 243663 212932 393 118 0 238622 0
[pid=8996/tid=9016] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9016/stat : 9016 (python) S 8994 8996 8950 0 -1 4202560 38 923 0 8 0 0 0 0 18 0 5 0 887744681 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
[pid=8996/tid=9040] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9040/stat : 9040 (python) S 8994 8996 8950 0 -1 4202560 26 923 0 8 0 0 0 0 18 0 5 0 887793424 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
[pid=8996/tid=9060] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9060/stat : 9060 (python) S 8994 8996 8950 0 -1 4202560 29 923 0 8 0 0 0 0 20 0 5 0 887842477 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
[pid=8996/tid=9147] ppid=8994 vsize=573896 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9147/stat : 9147 (python) S 8994 8996 8950 0 -1 4202560 29 923 0 8 0 0 0 0 20 0 5 0 888056465 587669504 70672 33554432000 4194304 5683644 140735923768624 18446744073709551615 212051478961 0 0 16781312 2 18446604453927294976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 4852664

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5023.35
CPU time (s): 5000.08
CPU user time (s): 4995.05
CPU system time (s): 5.03
CPU usage (%): 99.5368
Max. virtual memory (cumulated for all children) (KiB): 4959916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.116
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112665
page faults= 113
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18121
involuntary context switches= 255

runsolver used 9.56954 second user time and 18.9971 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-13 10:18:34
IDJOB=3498249
IDBENCH=20365
IDSOLVER=1991
FILE ID=node146/3498249-1307953113
RUNJOBID= node146-1307953113-8968
PBS_JOBID= 13559682
Free space on /tmp= 6508 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-17-u.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-3498249-1307953113/watcher-3498249-1307953113 -o /tmp/evaluation-result-3498249-1307953113/solver-3498249-1307953113 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498249-1307953113.cnf -seed 1825549681 -budget 5000

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

MD5SUM BENCH= 9ce7c48a28ddd5790e38607bb893dd38
RANDOM SEED=1825549681

node146.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.830
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.66
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.830
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	: 5332.75
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.75
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.830
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.830
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4092524 kB
Buffers:        125008 kB
Cached:       27806004 kB
SwapCached:      13448 kB
Active:       12825508 kB
Inactive:     15126152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4092524 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           88564 kB
Writeback:           0 kB
AnonPages:       18888 kB
Mapped:           9820 kB
Slab:           843144 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   210012 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= 6464 MiB
End job on node146 at 2011-06-13 11:42:21