Trace number 3378067

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) 1300.57 1300.04

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top26.cnf
MD5SUM7ecd2f8efd83504268f0a96fa44f6fe7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.803
Satisfiable
(Un)Satisfiability was proved
Number of variables76943
Number of clauses245006
Sum of the clauses size599044
Maximum clause length2921
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148643
Number of clauses of size 394790
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 51198

Solver Data

0.46/1.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.46/1.70	c INFO: solving HOME/instance-3378067-1305456035.cnf
0.46/1.70	c INFO: computing task features
1.06/2.33	c INFO: computed variable-clause graph statistics
1.06/2.36	c INFO: computed clause balance statistics
4.96/6.29	c INFO: computed variable balance statistics
7.98/9.27	c INFO: computed small-clause counts
8.06/9.30	c INFO: computed Horn-clause counts
15.16/16.47	c INFO: computed variable graph statistics
15.16/16.47	c INFO: collected features for HOME/instance-3378067-1305456035.cnf in 14.84 s
15.16/16.48	c INFO: running lingeling-276@0 for 388 with 2385 remaining (b = 0.57)
406.84/406.82	c INFO: running lingeling-276@390 for 97 with 1994 remaining (b = 0.10)
502.46/502.14	c INFO: running lingeling-276@0 for 97 with 1899 remaining (b = 0.33)
602.77/602.47	c INFO: running cryptominisat-2.9.0@0 for 1649 with 1799 remaining (b = 0.54)

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

running on 2 cores: 5,7

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: 0.93 1.96 2.94 4/432 7484
/proc/meminfo: memFree=23004708/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=15384 CPUtime=0 cores=5,7
/proc/7484/stat : 7484 (python) S 7482 7484 5445 0 -1 4202496 818 0 0 0 0 0 0 0 17 0 1 0 657203987 15753216 704 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/7484/statm: 3846 704 334 364 0 333 0

[startup+0.0814271 s]
/proc/loadavg: 0.93 1.96 2.94 4/432 7484
/proc/meminfo: memFree=23004708/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=45820 CPUtime=0.05 cores=5,7
/proc/7484/stat : 7484 (python) R 7482 7484 5445 0 -1 4202496 1925 0 0 0 4 1 0 0 17 0 1 0 657203987 46919680 1699 33554432000 4194304 5683644 140735998203088 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7484/statm: 11455 1699 470 364 0 1204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45820

[startup+0.100425 s]
/proc/loadavg: 0.93 1.96 2.94 4/432 7484
/proc/meminfo: memFree=23004708/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=85364 CPUtime=0.05 cores=5,7
/proc/7484/stat : 7484 (python) D 7482 7484 5445 0 -1 4202496 2582 0 0 0 4 1 0 0 17 0 1 0 657203987 87412736 2308 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640865335 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 0
/proc/7484/statm: 21341 2308 707 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.62235 s]
/proc/loadavg: 0.93 1.96 2.94 4/432 7484
/proc/meminfo: memFree=23004708/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=135752 CPUtime=0.19 cores=5,7
/proc/7484/stat : 7484 (python) S 7482 7484 5445 0 -1 4202496 5971 932 1 0 14 5 0 0 16 0 1 0 657203987 139010048 4149 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640855557 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 19
/proc/7484/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700323 s]
/proc/loadavg: 0.93 1.96 2.94 4/432 7484
/proc/meminfo: memFree=23004708/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=185040 CPUtime=0.23 cores=5,7
/proc/7484/stat : 7484 (python) D 7482 7484 5445 0 -1 4202496 6759 932 1 0 17 6 0 0 16 0 1 0 657203987 189480960 4820 33554432000 4194304 5683644 140735998203088 18446744073709551615 253635936266 0 0 16781312 2 18446744071696489144 0 0 17 5 0 0 19
/proc/7484/statm: 46260 4820 1342 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 185040

[startup+1.51618 s]
/proc/loadavg: 0.93 1.96 2.94 2/436 7496
/proc/meminfo: memFree=22909688/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=246180 CPUtime=0.31 cores=5,7
/proc/7484/stat : 7484 (python) R 7482 7484 5445 0 -1 4202496 8105 932 1 0 24 7 0 0 15 0 1 0 657203987 252088320 5998 33554432000 4194304 5683644 140735998203088 18446744073709551615 4868537 0 0 16781312 2 0 0 0 17 5 0 0 19
/proc/7484/statm: 61545 5999 1621 364 0 4547 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 246180

[startup+3.10087 s]
/proc/loadavg: 1.41 2.04 2.96 4/445 7519
/proc/meminfo: memFree=22703096/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=325512 CPUtime=1.86 cores=5,7
/proc/7484/stat : 7484 (python) R 7482 7484 5445 0 -1 4202496 29118 932 1 0 174 12 0 0 17 0 1 0 657203987 333324288 18762 33554432000 4194304 5683644 140735998203088 18446744073709551615 4602384 0 0 16781312 2 0 0 0 17 5 0 0 19
/proc/7484/statm: 81378 18762 1826 364 0 17302 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 325512
heavy processes:

[startup+6.30029 s]
/proc/loadavg: 1.41 2.04 2.96 5/445 7519
/proc/meminfo: memFree=22376352/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=325512 CPUtime=5.06 cores=5,7
/proc/7484/stat : 7484 (python) R 7482 7484 5445 0 -1 4202496 29119 932 1 0 494 12 0 0 25 0 1 0 657203987 333324288 18763 33554432000 4194304 5683644 140735998203088 18446744073709551615 46920746566241 0 0 16781312 2 0 0 0 17 5 0 0 19
/proc/7484/statm: 81378 18763 1827 364 0 17302 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 325512

[startup+12.7001 s]
/proc/loadavg: 1.89 2.12 2.98 5/445 7519
/proc/meminfo: memFree=22372784/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=327424 CPUtime=11.46 cores=5,7
/proc/7484/stat : 7484 (python) R 7482 7484 5445 0 -1 4202496 29603 932 1 0 1134 12 0 0 25 0 1 0 657203987 335282176 19247 33554432000 4194304 5683644 140735998203088 18446744073709551615 46920743790732 0 0 16781312 2 0 0 0 17 5 0 0 19
/proc/7484/statm: 81856 19247 1833 364 0 17780 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (KiB) 327424

[startup+25.5008 s]
/proc/loadavg: 2.21 2.19 2.99 6/454 7528
/proc/meminfo: memFree=22287172/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=333800 CPUtime=15.24 cores=5,7
/proc/7484/stat : 7484 (python) S 7482 7484 5445 0 -1 4202496 29895 932 1 0 1512 12 0 0 25 0 2 0 657203987 341811200 18320 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/7484/statm: 83450 18320 1875 364 0 19368 0
[pid=7523] ppid=7484 vsize=323556 CPUtime=0.01 cores=5,7
/proc/7523/stat : 7523 (python) S 7484 7484 5445 0 -1 4202560 884 0 0 0 1 0 0 0 18 0 1 0 657205636 331321344 16817 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640879631 0 0 16781312 514 7004741744495395078 0 0 17 7 0 0 0
/proc/7523/statm: 80889 16817 376 364 0 16807 0
[pid=7525] ppid=7523 vsize=39496 CPUtime=9.01 cores=5,7
/proc/7525/stat : 7525 (lingeling) R 7523 7525 7525 0 -1 4202496 12322 0 0 0 900 1 0 0 25 0 1 0 657205636 40443904 9042 33554432000 4194304 4352236 140737462579120 18446744073709551615 4268368 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7525/statm: 9874 9042 127 39 0 8954 0
[pid=7484/tid=7524] ppid=7482 vsize=333800 CPUtime=0 cores=5,7
/proc/7484/task/7524/stat : 7524 (python) S 7482 7484 5445 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657205636 341811200 18320 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 696852

[startup+51.1011 s]
/proc/loadavg: 3.10 2.39 3.04 5/457 7532
/proc/meminfo: memFree=22246212/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=333800 CPUtime=15.24 cores=5,7
/proc/7484/stat : 7484 (python) S 7482 7484 5445 0 -1 4202496 29895 932 1 0 1512 12 0 0 25 0 2 0 657203987 341811200 18320 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/7484/statm: 83450 18320 1875 364 0 19368 0
[pid=7523] ppid=7484 vsize=323556 CPUtime=0.11 cores=5,7
/proc/7523/stat : 7523 (python) S 7484 7484 5445 0 -1 4202560 902 0 0 0 7 4 0 0 18 0 1 0 657205636 331321344 16817 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640879631 0 0 16781312 514 10608985386271080710 0 0 17 7 0 0 0
/proc/7523/statm: 80889 16817 376 364 0 16807 0
[pid=7525] ppid=7523 vsize=31108 CPUtime=34.61 cores=5,7
/proc/7525/stat : 7525 (lingeling) R 7523 7525 7525 0 -1 4202496 12324 0 0 0 3460 1 0 0 25 0 1 0 657205636 31854592 6947 33554432000 4194304 4352236 140737462579120 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7525/statm: 7777 6947 129 39 0 6857 0
[pid=7484/tid=7524] ppid=7482 vsize=333800 CPUtime=0 cores=5,7
/proc/7484/task/7524/stat : 7524 (python) S 7482 7484 5445 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657205636 341811200 18320 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 688464

[startup+102.301 s]
/proc/loadavg: 3.69 2.66 3.09 5/457 7534
/proc/meminfo: memFree=22225496/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=333800 CPUtime=15.24 cores=5,7
/proc/7484/stat : 7484 (python) S 7482 7484 5445 0 -1 4202496 29895 932 1 0 1512 12 0 0 25 0 2 0 657203987 341811200 18320 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/7484/statm: 83450 18320 1875 364 0 19368 0
[pid=7523] ppid=7484 vsize=323556 CPUtime=0.27 cores=5,7
/proc/7523/stat : 7523 (python) S 7484 7484 5445 0 -1 4202560 923 0 0 0 15 12 0 0 18 0 1 0 657205636 331321344 16817 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640879631 0 0 16781312 514 10608985386271080710 0 0 17 7 0 0 0
/proc/7523/statm: 80889 16817 376 364 0 16807 0
[pid=7525] ppid=7523 vsize=31104 CPUtime=85.81 cores=5,7
/proc/7525/stat : 7525 (lingeling) R 7523 7525 7525 0 -1 4202496 12324 0 0 0 8580 1 0 0 25 0 1 0 657205636 31850496 6946 33554432000 4194304 4352236 140737462579120 18446744073709551615 4276744 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7525/statm: 7776 6946 129 39 0 6856 0
[pid=7484/tid=7524] ppid=7482 vsize=333800 CPUtime=0 cores=5,7
/proc/7484/task/7524/stat : 7524 (python) S 7482 7484 5445 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657205636 341811200 18320 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 688460

[startup+162.301 s]
/proc/loadavg: 3.95 2.94 3.16 5/457 7535
/proc/meminfo: memFree=22232448/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=333800 CPUtime=15.24 cores=5,7
/proc/7484/stat : 7484 (python) S 7482 7484 5445 0 -1 4202496 29895 932 1 0 1512 12 0 0 25 0 2 0 657203987 341811200 18320 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/7484/statm: 83450 18320 1875 364 0 19368 0
[pid=7523] ppid=7484 vsize=323556 CPUtime=0.46 cores=5,7
/proc/7523/stat : 7523 (python) S 7484 7484 5445 0 -1 4202560 942 0 0 0 25 21 0 0 18 0 1 0 657205636 331321344 16817 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640879631 0 0 16781312 514 10608985386271080710 0 0 17 7 0 0 0
/proc/7523/statm: 80889 16817 376 364 0 16807 0
[pid=7525] ppid=7523 vsize=31100 CPUtime=145.81 cores=5,7
/proc/7525/stat : 7525 (lingeling) R 7523 7525 7525 0 -1 4202496 12324 0 0 0 14580 1 0 0 25 0 1 0 657205636 31846400 6945 33554432000 4194304 4352236 140737462579120 18446744073709551615 4329279 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7525/statm: 7775 6945 129 39 0 6855 0
[pid=7484/tid=7524] ppid=7482 vsize=333800 CPUtime=0 cores=5,7
/proc/7484/task/7524/stat : 7524 (python) S 7482 7484 5445 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657205636 341811200 18320 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 688456

[startup+222.301 s]
/proc/loadavg: 3.98 3.12 3.20 5/457 7537
/proc/meminfo: memFree=22229452/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=333800 CPUtime=15.24 cores=5,7
/proc/7484/stat : 7484 (python) S 7482 7484 5445 0 -1 4202496 29895 932 1 0 1512 12 0 0 25 0 2 0 657203987 341811200 18320 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/7484/statm: 83450 18320 1875 364 0 19368 0
[pid=7523] ppid=7484 vsize=323556 CPUtime=0.67 cores=5,7
/proc/7523/stat : 7523 (python) S 7484 7484 5445 0 -1 4202560 963 0 0 0 36 31 0 0 18 0 1 0 657205636 331321344 16817 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640879631 0 0 16781312 514 10608985386271080710 0 0 17 7 0 0 0
/proc/7523/statm: 80889 16817 376 364 0 16807 0
[pid=7525] ppid=7523 vsize=31096 CPUtime=205.81 cores=5,7
/proc/7525/stat : 7525 (lingeling) R 7523 7525 7525 0 -1 4202496 14383 0 0 0 20580 1 0 0 25 0 1 0 657205636 31842304 6955 33554432000 4194304 4352236 140737462579120 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7525/statm: 7774 6955 129 39 0 6854 0
[pid=7484/tid=7524] ppid=7482 vsize=333800 CPUtime=0 cores=5,7
/proc/7484/task/7524/stat : 7524 (python) S 7482 7484 5445 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657205636 341811200 18320 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 221.72
Current children cumulated vsize (KiB) 688452

[startup+282.301 s]
/proc/loadavg: 3.99 3.29 3.26 5/457 7538
/proc/meminfo: memFree=22215540/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=333800 CPUtime=15.24 cores=5,7
/proc/7484/stat : 7484 (python) S 7482 7484 5445 0 -1 4202496 29895 932 1 0 1512 12 0 0 25 0 2 0 657203987 341811200 18320 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/7484/statm: 83450 18320 1875 364 0 19368 0
[pid=7523] ppid=7484 vsize=323556 CPUtime=0.86 cores=5,7
/proc/7523/stat : 7523 (python) S 7484 7484 5445 0 -1 4202560 972 0 0 0 45 41 0 0 18 0 1 0 657205636 331321344 16817 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640879631 0 0 16781312 514 10608985386271080710 0 0 17 7 0 0 0
/proc/7523/statm: 80889 16817 376 364 0 16807 0
[pid=7525] ppid=7523 vsize=32676 CPUtime=265.81 cores=5,7
/proc/7525/stat : 7525 (lingeling) R 7523 7525 7525 0 -1 4202496 18863 0 0 0 26579 2 0 0 25 0 1 0 657205636 33460224 7339 33554432000 4194304 4352236 140737462579120 18446744073709551615 4241453 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7525/statm: 8169 7339 129 39 0 7249 0
[pid=7484/tid=7524] ppid=7482 vsize=333800 CPUtime=0 cores=5,7
/proc/7484/task/7524/stat : 7524 (python) S 7482 7484 5445 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657205636 341811200 18320 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0

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

[startup+1122.3 s]
/proc/loadavg: 4.18 4.05 3.73 5/482 7659
/proc/meminfo: memFree=21033364/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=354312 CPUtime=15.28 cores=5,7
/proc/7484/stat : 7484 (python) S 7482 7484 5445 0 -1 4202496 31507 932 1 0 1515 13 0 0 19 0 4 0 657203987 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/7484/statm: 88578 18333 1880 364 0 24490 0
[pid=7523] ppid=7484 vsize=333800 CPUtime=1.62 cores=5,7
/proc/7523/stat : 7523 (python) S 7484 7484 5445 0 -1 4202560 1205 0 0 0 84 78 0 0 18 0 2 0 657205636 341811200 16862 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7523/statm: 83450 16862 416 364 0 19368 0
[pid=7525] ppid=7523 vsize=45984 CPUtime=485.64 cores=5,7
/proc/7525/stat : 7525 (lingeling) T 7523 7525 7525 0 -1 4202496 30383 0 0 0 48561 3 0 0 25 0 1 0 657205636 47087616 10666 33554432000 4194304 4352236 140737462579120 18446744073709551615 4328336 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/7525/statm: 11496 10666 129 39 0 10576 0
[pid=7523/tid=7543] ppid=7484 vsize=333800 CPUtime=0 cores=5,7
/proc/7523/task/7543/stat : 7543 (python) S 7484 7484 5445 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657244668 341811200 16862 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 514 18446604454543611776 0 0 -1 7 0 0 0
[pid=7585] ppid=7484 vsize=333812 CPUtime=0.33 cores=5,7
/proc/7585/stat : 7585 (python) S 7484 7484 5445 0 -1 4202560 1085 0 0 0 18 15 0 0 19 0 2 0 657254201 341823488 16845 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7585/statm: 83453 16845 399 364 0 19368 0
[pid=7587] ppid=7585 vsize=30984 CPUtime=100.01 cores=5,7
/proc/7587/stat : 7587 (lingeling) T 7585 7587 7587 0 -1 4202496 12294 0 0 0 10000 1 0 0 25 0 1 0 657254202 31727616 6916 33554432000 4194304 4352236 140735666102496 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/7587/statm: 7746 6916 129 39 0 6826 0
[pid=7585/tid=7629] ppid=7484 vsize=333812 CPUtime=0 cores=5,7
/proc/7585/task/7629/stat : 7629 (python) S 7484 7484 5445 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657264234 341823488 16845 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 514 18446604460364109056 0 0 -1 7 0 0 0
[pid=7630] ppid=7484 vsize=344068 CPUtime=1.8 cores=5,7
/proc/7630/stat : 7630 (python) S 7484 7484 5445 0 -1 4202560 1000 0 0 0 94 86 0 0 15 0 1 0 657264235 352325632 16820 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640879686 0 0 16781312 514 5606895804234039557 0 0 17 5 0 0 0
/proc/7630/statm: 86017 16820 371 364 0 21929 0
[pid=7632] ppid=7630 vsize=889124 CPUtime=518.17 cores=5,7
/proc/7632/stat : 7632 (cryptominisat-2) R 7630 7632 7632 0 -1 4202496 339631 0 0 0 51764 53 0 0 25 0 1 0 657264235 910462976 180967 33554432000 4194304 4677096 140735224433696 18446744073709551615 4564230 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7632/statm: 222281 180967 393 118 0 217240 0
[pid=7484/tid=7524] ppid=7482 vsize=354312 CPUtime=0 cores=5,7
/proc/7484/task/7524/stat : 7524 (python) S 7482 7484 5445 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 4 0 657205636 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
[pid=7484/tid=7586] ppid=7482 vsize=354312 CPUtime=0 cores=5,7
/proc/7484/task/7586/stat : 7586 (python) S 7482 7484 5445 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 657254202 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
[pid=7484/tid=7631] ppid=7482 vsize=354312 CPUtime=0 cores=5,7
/proc/7484/task/7631/stat : 7631 (python) S 7482 7484 5445 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 4 0 657264235 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.85
Current children cumulated vsize (KiB) 2332084

[startup+1182.3 s]
/proc/loadavg: 4.19 4.07 3.75 5/482 7660
/proc/meminfo: memFree=21011392/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=354312 CPUtime=15.28 cores=5,7
/proc/7484/stat : 7484 (python) S 7482 7484 5445 0 -1 4202496 31507 932 1 0 1515 13 0 0 19 0 4 0 657203987 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/7484/statm: 88578 18333 1880 364 0 24490 0
[pid=7523] ppid=7484 vsize=333800 CPUtime=1.62 cores=5,7
/proc/7523/stat : 7523 (python) S 7484 7484 5445 0 -1 4202560 1205 0 0 0 84 78 0 0 18 0 2 0 657205636 341811200 16862 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7523/statm: 83450 16862 416 364 0 19368 0
[pid=7525] ppid=7523 vsize=45984 CPUtime=485.64 cores=5,7
/proc/7525/stat : 7525 (lingeling) T 7523 7525 7525 0 -1 4202496 30383 0 0 0 48561 3 0 0 25 0 1 0 657205636 47087616 10666 33554432000 4194304 4352236 140737462579120 18446744073709551615 4328336 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/7525/statm: 11496 10666 129 39 0 10576 0
[pid=7523/tid=7543] ppid=7484 vsize=333800 CPUtime=0 cores=5,7
/proc/7523/task/7543/stat : 7543 (python) S 7484 7484 5445 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657244668 341811200 16862 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 514 18446604454543611776 0 0 -1 7 0 0 0
[pid=7585] ppid=7484 vsize=333812 CPUtime=0.33 cores=5,7
/proc/7585/stat : 7585 (python) S 7484 7484 5445 0 -1 4202560 1085 0 0 0 18 15 0 0 19 0 2 0 657254201 341823488 16845 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7585/statm: 83453 16845 399 364 0 19368 0
[pid=7587] ppid=7585 vsize=30984 CPUtime=100.01 cores=5,7
/proc/7587/stat : 7587 (lingeling) T 7585 7587 7587 0 -1 4202496 12294 0 0 0 10000 1 0 0 25 0 1 0 657254202 31727616 6916 33554432000 4194304 4352236 140735666102496 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/7587/statm: 7746 6916 129 39 0 6826 0
[pid=7585/tid=7629] ppid=7484 vsize=333812 CPUtime=0 cores=5,7
/proc/7585/task/7629/stat : 7629 (python) S 7484 7484 5445 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657264234 341823488 16845 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 514 18446604460364109056 0 0 -1 7 0 0 0
[pid=7630] ppid=7484 vsize=344068 CPUtime=2.01 cores=5,7
/proc/7630/stat : 7630 (python) S 7484 7484 5445 0 -1 4202560 1000 0 0 0 105 96 0 0 15 0 1 0 657264235 352325632 16820 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640879686 0 0 16781312 514 10608985386271080709 0 0 17 5 0 0 0
/proc/7630/statm: 86017 16820 371 364 0 21929 0
[pid=7632] ppid=7630 vsize=890728 CPUtime=577.97 cores=5,7
/proc/7632/stat : 7632 (cryptominisat-2) R 7630 7632 7632 0 -1 4202496 357885 0 0 0 57741 56 0 0 25 0 1 0 657264235 912105472 179595 33554432000 4194304 4677096 140735224433696 18446744073709551615 4319558 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7632/statm: 222682 179595 393 118 0 217641 0
[pid=7484/tid=7524] ppid=7482 vsize=354312 CPUtime=0 cores=5,7
/proc/7484/task/7524/stat : 7524 (python) S 7482 7484 5445 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 4 0 657205636 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
[pid=7484/tid=7586] ppid=7482 vsize=354312 CPUtime=0 cores=5,7
/proc/7484/task/7586/stat : 7586 (python) S 7482 7484 5445 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 657254202 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
[pid=7484/tid=7631] ppid=7482 vsize=354312 CPUtime=0 cores=5,7
/proc/7484/task/7631/stat : 7631 (python) S 7482 7484 5445 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 4 0 657264235 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.86
Current children cumulated vsize (KiB) 2333688

[startup+1242.32 s]
/proc/loadavg: 4.12 4.07 3.77 5/489 7678
/proc/meminfo: memFree=20742904/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=354312 CPUtime=15.28 cores=5,7
/proc/7484/stat : 7484 (python) S 7482 7484 5445 0 -1 4202496 31507 932 1 0 1515 13 0 0 19 0 4 0 657203987 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/7484/statm: 88578 18333 1880 364 0 24490 0
[pid=7523] ppid=7484 vsize=333800 CPUtime=1.62 cores=5,7
/proc/7523/stat : 7523 (python) S 7484 7484 5445 0 -1 4202560 1205 0 0 0 84 78 0 0 18 0 2 0 657205636 341811200 16862 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7523/statm: 83450 16862 416 364 0 19368 0
[pid=7525] ppid=7523 vsize=45984 CPUtime=485.64 cores=5,7
/proc/7525/stat : 7525 (lingeling) T 7523 7525 7525 0 -1 4202496 30383 0 0 0 48561 3 0 0 25 0 1 0 657205636 47087616 10666 33554432000 4194304 4352236 140737462579120 18446744073709551615 4328336 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/7525/statm: 11496 10666 129 39 0 10576 0
[pid=7523/tid=7543] ppid=7484 vsize=333800 CPUtime=0 cores=5,7
/proc/7523/task/7543/stat : 7543 (python) S 7484 7484 5445 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657244668 341811200 16862 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 514 18446604454543611776 0 0 -1 7 0 0 0
[pid=7585] ppid=7484 vsize=333812 CPUtime=0.33 cores=5,7
/proc/7585/stat : 7585 (python) S 7484 7484 5445 0 -1 4202560 1085 0 0 0 18 15 0 0 19 0 2 0 657254201 341823488 16845 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7585/statm: 83453 16845 399 364 0 19368 0
[pid=7587] ppid=7585 vsize=30984 CPUtime=100.01 cores=5,7
/proc/7587/stat : 7587 (lingeling) T 7585 7587 7587 0 -1 4202496 12294 0 0 0 10000 1 0 0 25 0 1 0 657254202 31727616 6916 33554432000 4194304 4352236 140735666102496 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/7587/statm: 7746 6916 129 39 0 6826 0
[pid=7585/tid=7629] ppid=7484 vsize=333812 CPUtime=0 cores=5,7
/proc/7585/task/7629/stat : 7629 (python) S 7484 7484 5445 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657264234 341823488 16845 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 514 18446604460364109056 0 0 -1 7 0 0 0
[pid=7630] ppid=7484 vsize=344068 CPUtime=2.21 cores=5,7
/proc/7630/stat : 7630 (python) S 7484 7484 5445 0 -1 4202560 1000 0 0 0 115 106 0 0 15 0 1 0 657264235 352325632 16820 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640879686 0 0 16781312 514 10608985386271080709 0 0 17 5 0 0 0
/proc/7630/statm: 86017 16820 371 364 0 21929 0
[pid=7632] ppid=7630 vsize=891532 CPUtime=637.77 cores=5,7
/proc/7632/stat : 7632 (cryptominisat-2) R 7630 7632 7632 0 -1 4202496 374375 0 0 0 63717 60 0 0 25 0 1 0 657264235 912928768 179864 33554432000 4194304 4677096 140735224433696 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7632/statm: 222883 179864 393 118 0 217842 0
[pid=7484/tid=7524] ppid=7482 vsize=354312 CPUtime=0 cores=5,7
/proc/7484/task/7524/stat : 7524 (python) S 7482 7484 5445 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 4 0 657205636 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
[pid=7484/tid=7586] ppid=7482 vsize=354312 CPUtime=0 cores=5,7
/proc/7484/task/7586/stat : 7586 (python) S 7482 7484 5445 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 657254202 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
[pid=7484/tid=7631] ppid=7482 vsize=354312 CPUtime=0 cores=5,7
/proc/7484/task/7631/stat : 7631 (python) S 7482 7484 5445 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 4 0 657264235 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1242.86
Current children cumulated vsize (KiB) 2334492



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.06 3.78 5/489 7679
/proc/meminfo: memFree=20603236/32951124 swapFree=56449224/67111528
[pid=7484] ppid=7482 vsize=354312 CPUtime=15.28 cores=5,7
/proc/7484/stat : 7484 (python) S 7482 7484 5445 0 -1 4202496 31507 932 1 0 1515 13 0 0 19 0 4 0 657203987 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/7484/statm: 88578 18333 1880 364 0 24490 0
[pid=7523] ppid=7484 vsize=333800 CPUtime=1.62 cores=5,7
/proc/7523/stat : 7523 (python) S 7484 7484 5445 0 -1 4202560 1205 0 0 0 84 78 0 0 18 0 2 0 657205636 341811200 16862 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7523/statm: 83450 16862 416 364 0 19368 0
[pid=7525] ppid=7523 vsize=45984 CPUtime=485.64 cores=5,7
/proc/7525/stat : 7525 (lingeling) T 7523 7525 7525 0 -1 4202496 30383 0 0 0 48561 3 0 0 25 0 1 0 657205636 47087616 10666 33554432000 4194304 4352236 140737462579120 18446744073709551615 4328336 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/7525/statm: 11496 10666 129 39 0 10576 0
[pid=7523/tid=7543] ppid=7484 vsize=333800 CPUtime=0 cores=5,7
/proc/7523/task/7543/stat : 7543 (python) S 7484 7484 5445 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657244668 341811200 16862 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 514 18446604454543611776 0 0 -1 7 0 0 0
[pid=7585] ppid=7484 vsize=333812 CPUtime=0.33 cores=5,7
/proc/7585/stat : 7585 (python) S 7484 7484 5445 0 -1 4202560 1085 0 0 0 18 15 0 0 19 0 2 0 657254201 341823488 16845 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7585/statm: 83453 16845 399 364 0 19368 0
[pid=7587] ppid=7585 vsize=30984 CPUtime=100.01 cores=5,7
/proc/7587/stat : 7587 (lingeling) T 7585 7587 7587 0 -1 4202496 12294 0 0 0 10000 1 0 0 25 0 1 0 657254202 31727616 6916 33554432000 4194304 4352236 140735666102496 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/7587/statm: 7746 6916 129 39 0 6826 0
[pid=7585/tid=7629] ppid=7484 vsize=333812 CPUtime=0 cores=5,7
/proc/7585/task/7629/stat : 7629 (python) S 7484 7484 5445 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657264234 341823488 16845 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 514 18446604460364109056 0 0 -1 7 0 0 0
[pid=7630] ppid=7484 vsize=344068 CPUtime=2.41 cores=5,7
/proc/7630/stat : 7630 (python) S 7484 7484 5445 0 -1 4202560 1001 0 0 0 125 116 0 0 15 0 1 0 657264235 352325632 16820 33554432000 4194304 5683644 140735998203088 18446744073709551615 253640879686 0 0 16781312 514 10608985386271080709 0 0 17 5 0 0 0
/proc/7630/statm: 86017 16820 371 364 0 21929 0
[pid=7632] ppid=7630 vsize=909700 CPUtime=695.28 cores=5,7
/proc/7632/stat : 7632 (cryptominisat-2) R 7630 7632 7632 0 -1 4202496 397579 0 0 0 69464 64 0 0 25 0 1 0 657264235 931532800 183475 33554432000 4194304 4677096 140735224433696 18446744073709551615 4335828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7632/statm: 227425 183475 393 118 0 222384 0
[pid=7484/tid=7524] ppid=7482 vsize=354312 CPUtime=0 cores=5,7
/proc/7484/task/7524/stat : 7524 (python) S 7482 7484 5445 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 4 0 657205636 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
[pid=7484/tid=7586] ppid=7482 vsize=354312 CPUtime=0 cores=5,7
/proc/7484/task/7586/stat : 7586 (python) S 7482 7484 5445 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 657254202 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
[pid=7484/tid=7631] ppid=7482 vsize=354312 CPUtime=0 cores=5,7
/proc/7484/task/7631/stat : 7631 (python) S 7482 7484 5445 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 4 0 657264235 362815488 18333 33554432000 4194304 5683644 140735998203088 18446744073709551615 253652683185 0 0 16781312 2 18446604462547723520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1300.57
Current children cumulated vsize (KiB) 2352660

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 7484 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=153696
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=137979
# CPU time returned by wait4() is 15.2917
# while last known CPU time is 1300.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.04
CPU time (s): 1300.57
CPU user time (s): 1297.67
CPU system time (s): 2.9
CPU usage (%): 100.041
Max. virtual memory (cumulated for all children) (KiB): 2354464

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

runsolver used 5.57915 second user time and 13.47 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 12:40:36
IDJOB=3378067
IDBENCH=83103
IDSOLVER=1858
FILE ID=node106/3378067-1305456035
RUNJOBID= node106-1305456035-7462
PBS_JOBID= 13324871
Free space on /tmp= 73372 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top26.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-3378067-1305456035/watcher-3378067-1305456035 -o /tmp/evaluation-result-3378067-1305456035/solver-3378067-1305456035 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378067-1305456035.cnf -seed 552884051 -budget 2400

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

MD5SUM BENCH= 7ecd2f8efd83504268f0a96fa44f6fe7
RANDOM SEED=552884051

node106.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	: 5226.20
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.82
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.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.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23006600 kB
Buffers:        292496 kB
Cached:        6156612 kB
SwapCached:      27544 kB
Active:        1433472 kB
Inactive:      8257552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23006600 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:           71012 kB
Writeback:          16 kB
AnonPages:     3223096 kB
Mapped:          18564 kB
Slab:           128928 kB
PageTables:      57836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122222344 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= 73252 MiB
End job on node106 at 2011-05-15 13:02:18