Trace number 3378062

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
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 variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

Solver Data

0.36/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.64	c INFO: solving HOME/instance-3378062-1305456521.cnf
0.36/0.64	c INFO: computing task features
0.94/1.22	c INFO: computed variable-clause graph statistics
0.94/1.24	c INFO: computed clause balance statistics
4.05/4.31	c INFO: computed variable balance statistics
6.25/6.55	c INFO: computed small-clause counts
6.25/6.57	c INFO: computed Horn-clause counts
10.35/10.64	c INFO: computed variable graph statistics
10.35/10.64	c INFO: collected features for HOME/instance-3378062-1305456521.cnf in 9.98 s
10.35/10.65	c INFO: running lingeling-276@0 for 388 with 2390 remaining (b = 0.55)
401.67/400.98	c INFO: running lingeling-276@390 for 97 with 1999 remaining (b = 0.10)
502.40/501.34	c INFO: running lingeling-276@0 for 97 with 1899 remaining (b = 0.30)
602.73/601.68	c INFO: running lingeling-276@490 for 97 with 1799 remaining (b = 0.03)
699.45/698.04	c INFO: running cryptominisat-2.9.0@0 for 1703 with 1703 remaining (b = 0.53)

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-3378062-1305456521/watcher-3378062-1305456521 -o /tmp/evaluation-result-3378062-1305456521/solver-3378062-1305456521 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378062-1305456521.cnf -seed 1060778650 -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.99 3.63 3.39 4/455 7575
/proc/meminfo: memFree=22407804/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=15756 CPUtime=0 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 840 0 0 0 0 0 0 0 17 0 1 0 657252512 16134144 724 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/7575/statm: 3939 724 334 364 0 426 0

[startup+0.024333 s]
/proc/loadavg: 3.99 3.63 3.39 4/455 7575
/proc/meminfo: memFree=22407804/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=16396 CPUtime=0.01 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 1077 0 0 0 1 0 0 0 17 0 1 0 657252512 16789504 948 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/7575/statm: 4099 950 385 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100317 s]
/proc/loadavg: 3.99 3.63 3.39 4/455 7575
/proc/meminfo: memFree=22407804/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=87704 CPUtime=0.05 cores=1,3
/proc/7575/stat : 7575 (python) R 7573 7575 5445 0 -1 4202496 2638 0 0 0 4 1 0 0 17 0 1 0 657252512 89808896 2354 33554432000 4194304 5683644 140737197777456 18446744073709551615 253635935879 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/7575/statm: 22442 2355 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300311 s]
/proc/loadavg: 3.99 3.63 3.39 4/455 7575
/proc/meminfo: memFree=22407804/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=135748 CPUtime=0.17 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 5970 934 1 0 13 4 0 0 17 0 1 0 657252512 139005952 4148 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640855557 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/7575/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700211 s]
/proc/loadavg: 3.99 3.63 3.39 4/455 7575
/proc/meminfo: memFree=22407804/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=285292 CPUtime=0.45 cores=1,3
/proc/7575/stat : 7575 (python) R 7573 7575 5445 0 -1 4202496 10950 934 1 0 34 11 0 0 15 0 1 0 657252512 292139008 8622 33554432000 4194304 5683644 140737197777456 18446744073709551615 47463075329345 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/7575/statm: 71323 8624 1761 364 0 7247 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 285292

[startup+1.50106 s]
/proc/loadavg: 3.99 3.63 3.39 5/456 7580
/proc/meminfo: memFree=22358072/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=319636 CPUtime=1.24 cores=1,3
/proc/7575/stat : 7575 (python) R 7573 7575 5445 0 -1 4202496 24273 934 1 0 112 12 0 0 16 0 1 0 657252512 327307264 17294 33554432000 4194304 5683644 140737197777456 18446744073709551615 253644268213 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/7575/statm: 79909 17294 1826 364 0 15833 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 319636

[startup+3.10079 s]
/proc/loadavg: 3.99 3.63 3.39 5/456 7580
/proc/meminfo: memFree=22342972/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=319636 CPUtime=2.84 cores=1,3
/proc/7575/stat : 7575 (python) R 7573 7575 5445 0 -1 4202496 24273 934 1 0 272 12 0 0 18 0 1 0 657252512 327307264 17294 33554432000 4194304 5683644 140737197777456 18446744073709551615 47462907334320 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/7575/statm: 79909 17294 1826 364 0 15833 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 319636

[startup+6.30019 s]
/proc/loadavg: 3.99 3.63 3.39 5/456 7580
/proc/meminfo: memFree=22341856/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=319636 CPUtime=6.05 cores=1,3
/proc/7575/stat : 7575 (python) R 7573 7575 5445 0 -1 4202496 24274 934 1 0 592 13 0 0 25 0 1 0 657252512 327307264 17295 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640515025 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/7575/statm: 79909 17295 1827 364 0 15833 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 319636

[startup+12.701 s]
/proc/loadavg: 3.99 3.65 3.40 5/459 7583
/proc/meminfo: memFree=22334776/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=326724 CPUtime=10.4 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 24563 934 1 0 1027 13 0 0 25 0 2 0 657252512 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7575/statm: 81681 16544 1867 364 0 17599 0
[pid=7581] ppid=7575 vsize=316480 CPUtime=0 cores=1,3
/proc/7581/stat : 7581 (python) S 7575 7575 5445 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 657253577 324075520 15026 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640879631 0 0 16781312 514 18441766588865544454 0 0 17 1 0 0 0
/proc/7581/statm: 79120 15026 353 364 0 15038 0
[pid=7583] ppid=7581 vsize=24480 CPUtime=2.01 cores=1,3
/proc/7583/stat : 7583 (lingeling) R 7581 7583 7583 0 -1 4202496 7086 0 0 0 200 1 0 0 25 0 1 0 657253578 25067520 4777 33554432000 4194304 4352236 140734327186640 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7583/statm: 6120 4777 127 39 0 5200 0
[pid=7575/tid=7582] ppid=7573 vsize=326724 CPUtime=0 cores=1,3
/proc/7575/task/7582/stat : 7582 (python) S 7573 7575 5445 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 657253578 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 667684

[startup+25.5007 s]
/proc/loadavg: 3.99 3.66 3.40 5/465 7590
/proc/meminfo: memFree=22274476/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=326724 CPUtime=10.4 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 24563 934 1 0 1027 13 0 0 25 0 2 0 657252512 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7575/statm: 81681 16544 1867 364 0 17599 0
[pid=7581] ppid=7575 vsize=316480 CPUtime=0.03 cores=1,3
/proc/7581/stat : 7581 (python) S 7575 7575 5445 0 -1 4202560 882 0 0 0 1 2 0 0 18 0 1 0 657253577 324075520 15049 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640879631 0 0 16781312 514 14881652387436527878 0 0 17 1 0 0 0
/proc/7581/statm: 79120 15049 376 364 0 15038 0
[pid=7583] ppid=7581 vsize=21172 CPUtime=14.78 cores=1,3
/proc/7583/stat : 7583 (lingeling) R 7581 7583 7583 0 -1 4202496 7830 0 0 0 1477 1 0 0 25 0 1 0 657253578 21680128 4463 33554432000 4194304 4352236 140734327186640 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7583/statm: 5293 4463 129 39 0 4373 0
[pid=7575/tid=7582] ppid=7573 vsize=326724 CPUtime=0 cores=1,3
/proc/7575/task/7582/stat : 7582 (python) S 7573 7575 5445 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 657253578 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 664376

[startup+51.101 s]
/proc/loadavg: 4.06 3.70 3.42 5/465 7626
/proc/meminfo: memFree=22532120/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=326724 CPUtime=10.4 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 24563 934 1 0 1027 13 0 0 25 0 2 0 657252512 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7575/statm: 81681 16544 1867 364 0 17599 0
[pid=7581] ppid=7575 vsize=316480 CPUtime=0.13 cores=1,3
/proc/7581/stat : 7581 (python) S 7575 7575 5445 0 -1 4202560 896 0 0 0 6 7 0 0 18 0 1 0 657253577 324075520 15049 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640879631 0 0 16781312 514 14881652387436527878 0 0 17 1 0 0 0
/proc/7581/statm: 79120 15049 376 364 0 15038 0
[pid=7583] ppid=7581 vsize=21172 CPUtime=40.29 cores=1,3
/proc/7583/stat : 7583 (lingeling) R 7581 7583 7583 0 -1 4202496 7830 0 0 0 4028 1 0 0 25 0 1 0 657253578 21680128 4463 33554432000 4194304 4352236 140734327186640 18446744073709551615 4327820 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7583/statm: 5293 4463 129 39 0 4373 0
[pid=7575/tid=7582] ppid=7573 vsize=326724 CPUtime=0 cores=1,3
/proc/7575/task/7582/stat : 7582 (python) S 7573 7575 5445 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 657253578 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 664376

[startup+102.317 s]
/proc/loadavg: 4.13 3.78 3.47 5/465 7627
/proc/meminfo: memFree=22519108/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=326724 CPUtime=10.4 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 24563 934 1 0 1027 13 0 0 25 0 2 0 657252512 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7575/statm: 81681 16544 1867 364 0 17599 0
[pid=7581] ppid=7575 vsize=316480 CPUtime=0.28 cores=1,3
/proc/7581/stat : 7581 (python) S 7575 7575 5445 0 -1 4202560 917 0 0 0 13 15 0 0 18 0 1 0 657253577 324075520 15049 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640879631 0 0 16781312 514 14881652387436527878 0 0 17 3 0 0 0
/proc/7581/statm: 79120 15049 376 364 0 15038 0
[pid=7583] ppid=7581 vsize=28564 CPUtime=91.38 cores=1,3
/proc/7583/stat : 7583 (lingeling) R 7581 7583 7583 0 -1 4202496 9678 0 0 0 9137 1 0 0 25 0 1 0 657253578 29249536 6311 33554432000 4194304 4352236 140734327186640 18446744073709551615 4328122 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7583/statm: 7141 6311 129 39 0 6221 0
[pid=7575/tid=7582] ppid=7573 vsize=326724 CPUtime=0 cores=1,3
/proc/7575/task/7582/stat : 7582 (python) S 7573 7575 5445 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 657253578 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 671768

[startup+162.301 s]
/proc/loadavg: 4.05 3.82 3.50 5/470 7634
/proc/meminfo: memFree=21941804/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=326724 CPUtime=10.4 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 24563 934 1 0 1027 13 0 0 25 0 2 0 657252512 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7575/statm: 81681 16544 1867 364 0 17599 0
[pid=7581] ppid=7575 vsize=316480 CPUtime=0.49 cores=1,3
/proc/7581/stat : 7581 (python) S 7575 7575 5445 0 -1 4202560 940 0 0 0 24 25 0 0 18 0 1 0 657253577 324075520 15049 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640879631 0 0 16781312 514 14881652387436527878 0 0 17 3 0 0 0
/proc/7581/statm: 79120 15049 376 364 0 15038 0
[pid=7583] ppid=7581 vsize=31024 CPUtime=151.36 cores=1,3
/proc/7583/stat : 7583 (lingeling) R 7581 7583 7583 0 -1 4202496 10294 0 0 0 15135 1 0 0 25 0 1 0 657253578 31768576 6926 33554432000 4194304 4352236 140734327186640 18446744073709551615 4328141 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7583/statm: 7756 6926 129 39 0 6836 0
[pid=7575/tid=7582] ppid=7573 vsize=326724 CPUtime=0 cores=1,3
/proc/7575/task/7582/stat : 7582 (python) S 7573 7575 5445 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 657253578 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 674228

[startup+222.301 s]
/proc/loadavg: 4.12 3.88 3.54 5/473 7639
/proc/meminfo: memFree=21721404/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=326724 CPUtime=10.4 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 24563 934 1 0 1027 13 0 0 25 0 2 0 657252512 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7575/statm: 81681 16544 1867 364 0 17599 0
[pid=7581] ppid=7575 vsize=316480 CPUtime=0.69 cores=1,3
/proc/7581/stat : 7581 (python) S 7575 7575 5445 0 -1 4202560 959 0 0 0 33 36 0 0 18 0 1 0 657253577 324075520 15049 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640879631 0 0 16781312 514 14881652387436527878 0 0 17 3 0 0 0
/proc/7581/statm: 79120 15049 376 364 0 15038 0
[pid=7583] ppid=7581 vsize=32560 CPUtime=211.36 cores=1,3
/proc/7583/stat : 7583 (lingeling) R 7581 7583 7583 0 -1 4202496 10678 0 0 0 21135 1 0 0 25 0 1 0 657253578 33341440 7310 33554432000 4194304 4352236 140734327186640 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7583/statm: 8140 7310 129 39 0 7220 0
[pid=7575/tid=7582] ppid=7573 vsize=326724 CPUtime=0 cores=1,3
/proc/7575/task/7582/stat : 7582 (python) S 7573 7575 5445 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 657253578 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 675764

[startup+282.301 s]
/proc/loadavg: 4.04 3.90 3.56 5/473 7640
/proc/meminfo: memFree=21565736/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=326724 CPUtime=10.4 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 24563 934 1 0 1027 13 0 0 25 0 2 0 657252512 334565376 16544 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7575/statm: 81681 16544 1867 364 0 17599 0
[pid=7581] ppid=7575 vsize=316480 CPUtime=0.89 cores=1,3

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

[startup+1122.3 s]
/proc/loadavg: 4.14 4.05 3.84 6/474 7761
/proc/meminfo: memFree=21227332/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=347236 CPUtime=10.44 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 26247 934 1 0 1030 14 0 0 19 0 4 0 657252512 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7575/statm: 86809 16557 1872 364 0 22721 0
[pid=7581] ppid=7575 vsize=326724 CPUtime=1.99 cores=1,3
/proc/7581/stat : 7581 (python) S 7575 7575 5445 0 -1 4202560 1223 0 0 0 101 98 0 0 18 0 2 0 657253577 334565376 15094 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7581/statm: 81681 15094 416 364 0 17599 0
[pid=7583] ppid=7581 vsize=41776 CPUtime=586.76 cores=1,3
/proc/7583/stat : 7583 (lingeling) T 7581 7583 7583 0 -1 4202496 21174 0 0 0 58673 3 0 0 25 0 1 0 657253578 42778624 9614 33554432000 4194304 4352236 140734327186640 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/7583/statm: 10444 9614 129 39 0 9524 0
[pid=7581/tid=7644] ppid=7575 vsize=326724 CPUtime=0 cores=1,3
/proc/7581/task/7644/stat : 7644 (python) S 7575 7575 5445 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657292609 334565376 15094 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 514 18446604465796436224 0 0 -1 3 0 0 0
[pid=7648] ppid=7575 vsize=326736 CPUtime=0.33 cores=1,3
/proc/7648/stat : 7648 (python) S 7575 7575 5445 0 -1 4202560 1100 0 0 0 16 17 0 0 19 0 2 0 657302646 334577664 15077 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7648/statm: 81684 15077 399 364 0 17599 0
[pid=7650] ppid=7648 vsize=27624 CPUtime=99.99 cores=1,3
/proc/7650/stat : 7650 (lingeling) T 7648 7650 7650 0 -1 4202496 9451 0 0 0 9998 1 0 0 25 0 1 0 657302647 28286976 6077 33554432000 4194304 4352236 140737187410800 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/7650/statm: 6906 6077 129 39 0 5986 0
[pid=7648/tid=7654] ppid=7575 vsize=326736 CPUtime=0 cores=1,3
/proc/7648/task/7654/stat : 7654 (python) S 7575 7575 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657312679 334577664 15077 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 514 18446604465751758912 0 0 -1 1 0 0 0
[pid=7661] ppid=7575 vsize=336992 CPUtime=1.46 cores=1,3
/proc/7661/stat : 7661 (python) S 7575 7575 5445 0 -1 4202560 999 0 0 0 76 70 0 0 15 0 1 0 657322316 345079808 15051 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640879686 0 0 16781312 514 14881652387436527877 0 0 17 1 0 0 0
/proc/7661/statm: 84248 15051 370 364 0 20160 0
[pid=7663] ppid=7661 vsize=633824 CPUtime=422.85 cores=1,3
/proc/7663/stat : 7663 (cryptominisat-2) R 7661 7663 7663 0 -1 4202496 331080 0 0 0 42222 63 0 0 25 0 1 0 657322317 649035776 129211 33554432000 4194304 4677096 140736079259376 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/7663/statm: 158456 129211 393 118 0 153415 0
[pid=7575/tid=7582] ppid=7573 vsize=347236 CPUtime=0 cores=1,3
/proc/7575/task/7582/stat : 7582 (python) S 7573 7575 5445 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 4 0 657253578 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 3 0 0 0
[pid=7575/tid=7649] ppid=7573 vsize=347236 CPUtime=0 cores=1,3
/proc/7575/task/7649/stat : 7649 (python) S 7573 7575 5445 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 657302646 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=7575/tid=7662] ppid=7573 vsize=347236 CPUtime=0 cores=1,3
/proc/7575/task/7662/stat : 7662 (python) S 7573 7575 5445 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 657322316 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.82
Current children cumulated vsize (KiB) 2040912

[startup+1182.3 s]
/proc/loadavg: 4.08 4.05 3.85 5/474 7762
/proc/meminfo: memFree=21253856/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=347236 CPUtime=10.44 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 26247 934 1 0 1030 14 0 0 19 0 4 0 657252512 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7575/statm: 86809 16557 1872 364 0 22721 0
[pid=7581] ppid=7575 vsize=326724 CPUtime=1.99 cores=1,3
/proc/7581/stat : 7581 (python) S 7575 7575 5445 0 -1 4202560 1223 0 0 0 101 98 0 0 18 0 2 0 657253577 334565376 15094 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7581/statm: 81681 15094 416 364 0 17599 0
[pid=7583] ppid=7581 vsize=41776 CPUtime=586.76 cores=1,3
/proc/7583/stat : 7583 (lingeling) T 7581 7583 7583 0 -1 4202496 21174 0 0 0 58673 3 0 0 25 0 1 0 657253578 42778624 9614 33554432000 4194304 4352236 140734327186640 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/7583/statm: 10444 9614 129 39 0 9524 0
[pid=7581/tid=7644] ppid=7575 vsize=326724 CPUtime=0 cores=1,3
/proc/7581/task/7644/stat : 7644 (python) S 7575 7575 5445 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657292609 334565376 15094 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 514 18446604465796436224 0 0 -1 3 0 0 0
[pid=7648] ppid=7575 vsize=326736 CPUtime=0.33 cores=1,3
/proc/7648/stat : 7648 (python) S 7575 7575 5445 0 -1 4202560 1100 0 0 0 16 17 0 0 19 0 2 0 657302646 334577664 15077 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7648/statm: 81684 15077 399 364 0 17599 0
[pid=7650] ppid=7648 vsize=27624 CPUtime=99.99 cores=1,3
/proc/7650/stat : 7650 (lingeling) T 7648 7650 7650 0 -1 4202496 9451 0 0 0 9998 1 0 0 25 0 1 0 657302647 28286976 6077 33554432000 4194304 4352236 140737187410800 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/7650/statm: 6906 6077 129 39 0 5986 0
[pid=7648/tid=7654] ppid=7575 vsize=326736 CPUtime=0 cores=1,3
/proc/7648/task/7654/stat : 7654 (python) S 7575 7575 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657312679 334577664 15077 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 514 18446604465751758912 0 0 -1 1 0 0 0
[pid=7661] ppid=7575 vsize=336992 CPUtime=1.68 cores=1,3
/proc/7661/stat : 7661 (python) S 7575 7575 5445 0 -1 4202560 999 0 0 0 88 80 0 0 16 0 1 0 657322316 345079808 15051 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640879686 0 0 16781312 514 14881652387436527877 0 0 17 1 0 0 0
/proc/7661/statm: 84248 15051 370 364 0 20160 0
[pid=7663] ppid=7661 vsize=545972 CPUtime=482.66 cores=1,3
/proc/7663/stat : 7663 (cryptominisat-2) R 7661 7663 7663 0 -1 4202496 376002 0 0 0 48196 70 0 0 25 0 1 0 657322317 559075328 121977 33554432000 4194304 4677096 140736079259376 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/7663/statm: 136493 121977 393 118 0 131452 0
[pid=7575/tid=7582] ppid=7573 vsize=347236 CPUtime=0 cores=1,3
/proc/7575/task/7582/stat : 7582 (python) S 7573 7575 5445 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 4 0 657253578 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 3 0 0 0
[pid=7575/tid=7649] ppid=7573 vsize=347236 CPUtime=0 cores=1,3
/proc/7575/task/7649/stat : 7649 (python) S 7573 7575 5445 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 657302646 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=7575/tid=7662] ppid=7573 vsize=347236 CPUtime=0 cores=1,3
/proc/7575/task/7662/stat : 7662 (python) S 7573 7575 5445 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 657322316 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.85
Current children cumulated vsize (KiB) 1953060

[startup+1242.3 s]
/proc/loadavg: 4.20 4.09 3.87 5/474 7764
/proc/meminfo: memFree=21233496/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=347236 CPUtime=10.44 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 26247 934 1 0 1030 14 0 0 19 0 4 0 657252512 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7575/statm: 86809 16557 1872 364 0 22721 0
[pid=7581] ppid=7575 vsize=326724 CPUtime=1.99 cores=1,3
/proc/7581/stat : 7581 (python) S 7575 7575 5445 0 -1 4202560 1223 0 0 0 101 98 0 0 18 0 2 0 657253577 334565376 15094 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7581/statm: 81681 15094 416 364 0 17599 0
[pid=7583] ppid=7581 vsize=41776 CPUtime=586.76 cores=1,3
/proc/7583/stat : 7583 (lingeling) T 7581 7583 7583 0 -1 4202496 21174 0 0 0 58673 3 0 0 25 0 1 0 657253578 42778624 9614 33554432000 4194304 4352236 140734327186640 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/7583/statm: 10444 9614 129 39 0 9524 0
[pid=7581/tid=7644] ppid=7575 vsize=326724 CPUtime=0 cores=1,3
/proc/7581/task/7644/stat : 7644 (python) S 7575 7575 5445 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657292609 334565376 15094 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 514 18446604465796436224 0 0 -1 3 0 0 0
[pid=7648] ppid=7575 vsize=326736 CPUtime=0.33 cores=1,3
/proc/7648/stat : 7648 (python) S 7575 7575 5445 0 -1 4202560 1100 0 0 0 16 17 0 0 19 0 2 0 657302646 334577664 15077 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7648/statm: 81684 15077 399 364 0 17599 0
[pid=7650] ppid=7648 vsize=27624 CPUtime=99.99 cores=1,3
/proc/7650/stat : 7650 (lingeling) T 7648 7650 7650 0 -1 4202496 9451 0 0 0 9998 1 0 0 25 0 1 0 657302647 28286976 6077 33554432000 4194304 4352236 140737187410800 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/7650/statm: 6906 6077 129 39 0 5986 0
[pid=7648/tid=7654] ppid=7575 vsize=326736 CPUtime=0 cores=1,3
/proc/7648/task/7654/stat : 7654 (python) S 7575 7575 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657312679 334577664 15077 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 514 18446604465751758912 0 0 -1 1 0 0 0
[pid=7661] ppid=7575 vsize=336992 CPUtime=1.88 cores=1,3
/proc/7661/stat : 7661 (python) S 7575 7575 5445 0 -1 4202560 999 0 0 0 99 89 0 0 15 0 1 0 657322316 345079808 15051 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640879686 0 0 16781312 514 14881652387436527877 0 0 17 1 0 0 0
/proc/7661/statm: 84248 15051 370 364 0 20160 0
[pid=7663] ppid=7661 vsize=641408 CPUtime=542.51 cores=1,3
/proc/7663/stat : 7663 (cryptominisat-2) R 7661 7663 7663 0 -1 4202496 415337 0 0 0 54173 78 0 0 25 0 1 0 657322317 656801792 124279 33554432000 4194304 4677096 140736079259376 18446744073709551615 253640556180 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/7663/statm: 160352 124279 393 118 0 155311 0
[pid=7575/tid=7582] ppid=7573 vsize=347236 CPUtime=0 cores=1,3
/proc/7575/task/7582/stat : 7582 (python) S 7573 7575 5445 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 4 0 657253578 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 3 0 0 0
[pid=7575/tid=7649] ppid=7573 vsize=347236 CPUtime=0 cores=1,3
/proc/7575/task/7649/stat : 7649 (python) S 7573 7575 5445 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 657302646 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=7575/tid=7662] ppid=7573 vsize=347236 CPUtime=0 cores=1,3
/proc/7575/task/7662/stat : 7662 (python) S 7573 7575 5445 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 657322316 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.9
Current children cumulated vsize (KiB) 2048496



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.09 3.88 5/474 7765
/proc/meminfo: memFree=21230284/32951124 swapFree=56449224/67111528
[pid=7575] ppid=7573 vsize=347236 CPUtime=10.44 cores=1,3
/proc/7575/stat : 7575 (python) S 7573 7575 5445 0 -1 4202496 26247 934 1 0 1030 14 0 0 19 0 4 0 657252512 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7575/statm: 86809 16557 1872 364 0 22721 0
[pid=7581] ppid=7575 vsize=326724 CPUtime=1.99 cores=1,3
/proc/7581/stat : 7581 (python) S 7575 7575 5445 0 -1 4202560 1223 0 0 0 101 98 0 0 18 0 2 0 657253577 334565376 15094 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7581/statm: 81681 15094 416 364 0 17599 0
[pid=7583] ppid=7581 vsize=41776 CPUtime=586.76 cores=1,3
/proc/7583/stat : 7583 (lingeling) T 7581 7583 7583 0 -1 4202496 21174 0 0 0 58673 3 0 0 25 0 1 0 657253578 42778624 9614 33554432000 4194304 4352236 140734327186640 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/7583/statm: 10444 9614 129 39 0 9524 0
[pid=7581/tid=7644] ppid=7575 vsize=326724 CPUtime=0 cores=1,3
/proc/7581/task/7644/stat : 7644 (python) S 7575 7575 5445 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657292609 334565376 15094 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 514 18446604465796436224 0 0 -1 3 0 0 0
[pid=7648] ppid=7575 vsize=326736 CPUtime=0.33 cores=1,3
/proc/7648/stat : 7648 (python) S 7575 7575 5445 0 -1 4202560 1100 0 0 0 16 17 0 0 19 0 2 0 657302646 334577664 15077 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7648/statm: 81684 15077 399 364 0 17599 0
[pid=7650] ppid=7648 vsize=27624 CPUtime=99.99 cores=1,3
/proc/7650/stat : 7650 (lingeling) T 7648 7650 7650 0 -1 4202496 9451 0 0 0 9998 1 0 0 25 0 1 0 657302647 28286976 6077 33554432000 4194304 4352236 140737187410800 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/7650/statm: 6906 6077 129 39 0 5986 0
[pid=7648/tid=7654] ppid=7575 vsize=326736 CPUtime=0 cores=1,3
/proc/7648/task/7654/stat : 7654 (python) S 7575 7575 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657312679 334577664 15077 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 514 18446604465751758912 0 0 -1 1 0 0 0
[pid=7661] ppid=7575 vsize=336992 CPUtime=2.06 cores=1,3
/proc/7661/stat : 7661 (python) S 7575 7575 5445 0 -1 4202560 999 0 0 0 109 97 0 0 15 0 1 0 657322316 345079808 15051 33554432000 4194304 5683644 140737197777456 18446744073709551615 253640879686 0 0 16781312 514 14881652387436527877 0 0 17 1 0 0 0
/proc/7661/statm: 84248 15051 370 364 0 20160 0
[pid=7663] ppid=7661 vsize=642820 CPUtime=600.05 cores=1,3
/proc/7663/stat : 7663 (cryptominisat-2) R 7661 7663 7663 0 -1 4202496 448199 0 0 0 59920 85 0 0 25 0 1 0 657322317 658247680 125151 33554432000 4194304 4677096 140736079259376 18446744073709551615 4336125 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/7663/statm: 160705 125151 393 118 0 155664 0
[pid=7575/tid=7582] ppid=7573 vsize=347236 CPUtime=0 cores=1,3
/proc/7575/task/7582/stat : 7582 (python) S 7573 7575 5445 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 4 0 657253578 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 3 0 0 0
[pid=7575/tid=7649] ppid=7573 vsize=347236 CPUtime=0 cores=1,3
/proc/7575/task/7649/stat : 7649 (python) S 7573 7575 5445 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 657302646 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=7575/tid=7662] ppid=7573 vsize=347236 CPUtime=0 cores=1,3
/proc/7575/task/7662/stat : 7662 (python) S 7573 7575 5445 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 657322316 355569664 16557 33554432000 4194304 5683644 140737197777456 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.62
Current children cumulated vsize (KiB) 2049908

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 7575 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=309432
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=147977
# CPU time returned by wait4() is 10.4574
# while last known CPU time is 1301.62
#
# 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): 1301.62
CPU user time (s): 1298.47
CPU system time (s): 3.15
CPU usage (%): 100.121
Max. virtual memory (cumulated for all children) (KiB): 2063428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3094
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27181
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= 2849
involuntary context switches= 38

runsolver used 5.76912 second user time and 13.7009 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 12:48:41
IDJOB=3378062
IDBENCH=83137
IDSOLVER=1858
FILE ID=node106/3378062-1305456521
RUNJOBID= node106-1305456035-7461
PBS_JOBID= 13324871
Free space on /tmp= 73264 MiB

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

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=1060778650

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:      22407960 kB
Buffers:        293548 kB
Cached:        6243308 kB
SwapCached:      27544 kB
Active:        2049784 kB
Inactive:      8233196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22407960 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:           35276 kB
Writeback:          32 kB
AnonPages:     3727504 kB
Mapped:          25716 kB
Slab:           130340 kB
PageTables:      62208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 123185768 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= 73196 MiB
End job on node106 at 2011-05-15 13:10:23