Trace number 3317904

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-industrial? (TO) 3871.83 1300.05

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.47	c INFO: solving HOME/instance-3317904-1304269999.cnf
0.31/0.47	c INFO: computing task features
0.91/1.01	c INFO: computed variable-clause graph statistics
0.91/1.03	c INFO: computed clause balance statistics
3.80/3.94	c INFO: computed variable balance statistics
6.00/6.10	c INFO: computed small-clause counts
6.00/6.11	c INFO: computed Horn-clause counts
9.40/9.59	c INFO: computed variable graph statistics
9.40/9.59	c INFO: collected features for HOME/instance-3317904-1304269999.cnf in 9.11 s
9.51/9.61	c INFO: running lingeling-276@0 for 97 with 4790 remaining (b = 0.34)
9.51/9.64	c INFO: running cryptominisat-2.9.0@0 for 485 with 4790 remaining (b = 0.32)
9.51/9.66	c INFO: running lingeling-276@0 for 1261 with 4790 remaining (b = 0.46)
9.51/9.69	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4790 remaining (b = 0.50)
303.07/107.77	c INFO: running lingeling-276@0 for 1164 with 4692 remaining (b = 0.38)
1596.02/539.69	c INFO: running lingeling-276@0 for 97 with 4260 remaining (b = 0.27)
1895.97/639.85	c INFO: running lingeling-276@99 for 97 with 4160 remaining (b = 0.08)
2180.96/735.00	c INFO: running SApperloT@0 for 97 with 4065 remaining (b = 0.12)
2480.60/835.17	c INFO: running precosat-570@0 for 194 with 3965 remaining (b = 0.14)
3068.09/1031.46	c INFO: running precosat-570@195 for 97 with 3769 remaining (b = 0.06)
3406.86/1144.63	c INFO: running lingeling-276@194 for 97 with 3655 remaining (b = 0.06)
3871.83/1300.04	c INFO: running lingeling-276@0 for 97 with 3500 remaining (b = 0.06)

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: 935)

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-3317904-1304269999/watcher-3317904-1304269999 -o /tmp/evaluation-result-3317904-1304269999/solver-3317904-1304269999 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317904-1304269999.cnf -seed 1558148818 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.42 8.31 7.29 3/193 11527
/proc/meminfo: memFree=27744144/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=15388 CPUtime=0 cores=1,3,5,7
/proc/11527/stat : 11527 (python) R 11525 11527 11061 0 -1 4202496 819 0 0 0 0 0 0 0 25 0 1 0 538602685 15757312 705 33554432000 4194304 5683644 140736625003424 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11527/statm: 3846 704 334 364 0 333 0

[startup+0.0468711 s]
/proc/loadavg: 8.42 8.31 7.29 3/193 11527
/proc/meminfo: memFree=27744144/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=29792 CPUtime=0.04 cores=1,3,5,7
/proc/11527/stat : 11527 (python) R 11525 11527 11061 0 -1 4202496 1414 0 0 0 3 1 0 0 25 0 1 0 538602685 30507008 1258 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370956944 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11527/statm: 7448 1258 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792

[startup+0.100884 s]
/proc/loadavg: 8.42 8.31 7.29 3/193 11527
/proc/meminfo: memFree=27744144/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=104232 CPUtime=0.08 cores=1,3,5,7
/proc/11527/stat : 11527 (python) R 11525 11527 11061 0 -1 4202496 3086 0 0 0 5 3 0 0 17 0 1 0 538602685 106733568 2767 33554432000 4194304 5683644 140736625003424 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11527/statm: 26058 2767 847 364 0 1806 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104232

[startup+0.300849 s]
/proc/loadavg: 8.42 8.31 7.29 3/193 11527
/proc/meminfo: memFree=27744144/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=187744 CPUtime=0.24 cores=1,3,5,7
/proc/11527/stat : 11527 (python) R 11525 11527 11061 0 -1 4202496 6799 932 1 0 17 7 0 0 17 0 1 0 538602685 192249856 4861 33554432000 4194304 5683644 140736625003424 18446744073709551615 218365994472 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11527/statm: 46936 4863 1382 364 0 3724 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187744

[startup+0.700767 s]
/proc/loadavg: 8.42 8.31 7.29 3/193 11527
/proc/meminfo: memFree=27744144/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=296312 CPUtime=0.6 cores=1,3,5,7
/proc/11527/stat : 11527 (python) R 11525 11527 11061 0 -1 4202496 13694 932 1 0 49 11 0 0 17 0 1 0 538602685 303423488 11373 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370618053 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11527/statm: 74078 11373 1761 364 0 10002 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 296312

[startup+1.50061 s]
/proc/loadavg: 8.42 8.31 7.29 4/194 11532
/proc/meminfo: memFree=27684492/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=316208 CPUtime=1.4 cores=1,3,5,7
/proc/11527/stat : 11527 (python) R 11525 11527 11061 0 -1 4202496 23022 932 1 0 128 12 0 0 18 0 1 0 538602685 323796992 16435 33554432000 4194304 5683644 140736625003424 18446744073709551615 47648189445854 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11527/statm: 79052 16435 1826 364 0 14976 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 316208

[startup+3.10033 s]
/proc/loadavg: 8.42 8.31 7.29 4/194 11532
/proc/meminfo: memFree=27684356/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=316208 CPUtime=3 cores=1,3,5,7
/proc/11527/stat : 11527 (python) R 11525 11527 11061 0 -1 4202496 23022 932 1 0 288 12 0 0 21 0 1 0 538602685 323796992 16435 33554432000 4194304 5683644 140736625003424 18446744073709551615 47648191873728 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11527/statm: 79052 16435 1826 364 0 14976 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 316208

[startup+6.30077 s]
/proc/loadavg: 7.99 8.22 7.26 4/194 11532
/proc/meminfo: memFree=27684264/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=316208 CPUtime=6.2 cores=1,3,5,7
/proc/11527/stat : 11527 (python) R 11525 11527 11061 0 -1 4202496 23029 932 1 0 608 12 0 0 25 0 1 0 538602685 323796992 16442 33554432000 4194304 5683644 140736625003424 18446744073709551615 47648189110400 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11527/statm: 79052 16442 1833 364 0 14976 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 316208

[startup+12.7006 s]
/proc/loadavg: 7.59 8.14 7.24 7/206 11544
/proc/meminfo: memFree=27552600/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=354324 CPUtime=9.59 cores=1,3,5,7
/proc/11527/stat : 11527 (python) S 11525 11527 11061 0 -1 4202496 25759 932 1 0 946 13 0 0 21 0 5 0 538602685 362827776 15777 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11527/statm: 88581 15777 1881 364 0 24490 0
[pid=11533] ppid=11527 vsize=313312 CPUtime=0 cores=1,3,5,7
/proc/11533/stat : 11533 (python) S 11527 11527 11061 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 538603647 320831488 14238 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977295 0 0 16781312 514 1955358563870146820 0 0 17 1 0 0 0
/proc/11533/statm: 78328 14238 358 364 0 14246 0
[pid=11535] ppid=11533 vsize=24568 CPUtime=3.06 cores=1,3,5,7
/proc/11535/stat : 11535 (lingeling) R 11533 11535 11535 0 -1 4202496 7365 0 0 0 306 0 0 0 25 0 1 0 538603647 25157632 5138 33554432000 4194304 4352236 140735921301248 18446744073709551615 4268416 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11535/statm: 6142 5138 127 39 0 5222 0
[pid=11536] ppid=11527 vsize=323568 CPUtime=0 cores=1,3,5,7
/proc/11536/stat : 11536 (python) S 11527 11527 11061 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 538603649 331333632 14231 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 10524607493861015551 0 0 17 1 0 0 0
/proc/11536/statm: 80892 14231 347 364 0 16807 0
[pid=11538] ppid=11536 vsize=99196 CPUtime=1.51 cores=1,3,5,7
/proc/11538/stat : 11538 (cryptominisat-2) R 11536 11538 11538 0 -1 4202496 17536 0 0 0 149 2 0 0 25 0 1 0 538603650 101576704 16224 33554432000 4194304 4677096 140736739955168 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11538/statm: 24799 16224 361 118 0 19758 0
[pid=11539] ppid=11527 vsize=333824 CPUtime=0 cores=1,3,5,7
/proc/11539/stat : 11539 (python) S 11527 11527 11061 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 538603652 341835776 14235 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 10524603645570285829 0 0 17 5 0 0 0
/proc/11539/statm: 83456 14235 347 364 0 19368 0
[pid=11543] ppid=11539 vsize=20460 CPUtime=2.97 cores=1,3,5,7
/proc/11543/stat : 11543 (lingeling) R 11539 11543 11543 0 -1 4202496 6336 0 0 0 297 0 0 0 25 0 1 0 538603655 20951040 4109 33554432000 4194304 4352236 140736085283824 18446744073709551615 4209003 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11543/statm: 5115 4109 127 39 0 4195 0
[pid=11541] ppid=11527 vsize=344080 CPUtime=0 cores=1,3,5,7
/proc/11541/stat : 11541 (python) S 11527 11527 11061 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 538603654 352337920 14239 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 10524599797279621119 0 0 17 5 0 0 0
/proc/11541/statm: 86020 14239 347 364 0 21929 0
[pid=11544] ppid=11541 vsize=98920 CPUtime=1.51 cores=1,3,5,7
/proc/11544/stat : 11544 (cryptominisat-2) R 11541 11544 11544 0 -1 4202496 17487 0 0 0 149 2 0 0 25 0 1 0 538603655 101294080 16173 33554432000 4194304 4677096 140734004223856 18446744073709551615 4319376 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11544/statm: 24730 16173 361 118 0 19689 0
[pid=11527/tid=11534] ppid=11525 vsize=354324 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11534/stat : 11534 (python) S 11525 11527 11061 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538603647 362827776 15777 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 7 0 0 0
[pid=11527/tid=11537] ppid=11525 vsize=354324 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11537/stat : 11537 (python) S 11525 11527 11061 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 5 0 538603649 362827776 15777 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 1 0 0 0
[pid=11527/tid=11540] ppid=11525 vsize=354324 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11540/stat : 11540 (python) S 11525 11527 11061 0 -1 4202560 44 932 0 0 0 0 0 0 20 0 5 0 538603652 362827776 15777 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
[pid=11527/tid=11542] ppid=11525 vsize=354324 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11542/stat : 11542 (python) S 11525 11527 11061 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 5 0 538603655 362827776 15777 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18.64
Current children cumulated vsize (KiB) 1912252

[startup+25.5013 s]
/proc/loadavg: 7.70 8.13 7.25 10/218 11557
/proc/meminfo: memFree=26490672/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=354324 CPUtime=9.59 cores=1,3,5,7
/proc/11527/stat : 11527 (python) S 11525 11527 11061 0 -1 4202496 25759 932 1 0 946 13 0 0 21 0 5 0 538602685 362827776 15777 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11527/statm: 88581 15777 1881 364 0 24490 0
[pid=11533] ppid=11527 vsize=313312 CPUtime=0 cores=1,3,5,7
/proc/11533/stat : 11533 (python) S 11527 11527 11061 0 -1 4202560 985 0 0 0 0 0 0 0 18 0 1 0 538603647 320831488 14261 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977295 0 0 16781312 514 17463094583222042884 0 0 17 1 0 0 0
/proc/11533/statm: 78328 14261 381 364 0 14246 0
[pid=11535] ppid=11533 vsize=20348 CPUtime=15.81 cores=1,3,5,7
/proc/11535/stat : 11535 (lingeling) R 11533 11535 11535 0 -1 4202496 7389 0 0 0 1581 0 0 0 25 0 1 0 538603647 20836352 4107 33554432000 4194304 4352236 140735921301248 18446744073709551615 4231232 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11535/statm: 5087 4107 129 39 0 4167 0
[pid=11536] ppid=11527 vsize=323568 CPUtime=0.02 cores=1,3,5,7
/proc/11536/stat : 11536 (python) S 11527 11527 11061 0 -1 4202560 924 0 0 0 1 1 0 0 15 0 1 0 538603649 331333632 14254 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 17463094583222042886 0 0 17 1 0 0 0
/proc/11536/statm: 80892 14254 370 364 0 16807 0
[pid=11538] ppid=11536 vsize=210824 CPUtime=7.9 cores=1,3,5,7
/proc/11538/stat : 11538 (cryptominisat-2) R 11536 11538 11538 0 -1 4202496 38362 0 0 0 785 5 0 0 25 0 1 0 538603650 215883776 37050 33554432000 4194304 4677096 140736739955168 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11538/statm: 52706 37050 392 118 0 47665 0
[pid=11539] ppid=11527 vsize=333824 CPUtime=0.01 cores=1,3,5,7
/proc/11539/stat : 11539 (python) S 11527 11527 11061 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 538603652 341835776 14258 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 17463094583222042885 0 0 17 5 0 0 0
/proc/11539/statm: 83456 14258 370 364 0 19368 0
[pid=11543] ppid=11539 vsize=20340 CPUtime=15.68 cores=1,3,5,7
/proc/11543/stat : 11543 (lingeling) R 11539 11543 11543 0 -1 4202496 7363 0 0 0 1568 0 0 0 25 0 1 0 538603655 20828160 4081 33554432000 4194304 4352236 140736085283824 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11543/statm: 5085 4081 129 39 0 4165 0
[pid=11541] ppid=11527 vsize=344080 CPUtime=0.02 cores=1,3,5,7
/proc/11541/stat : 11541 (python) S 11527 11527 11061 0 -1 4202560 930 0 0 0 1 1 0 0 15 0 1 0 538603654 352337920 14262 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 17463094583222042888 0 0 17 5 0 0 0
/proc/11541/statm: 86020 14262 370 364 0 21929 0
[pid=11544] ppid=11541 vsize=181192 CPUtime=7.88 cores=1,3,5,7
/proc/11544/stat : 11544 (cryptominisat-2) R 11541 11544 11544 0 -1 4202496 39002 0 0 0 782 6 0 0 25 0 1 0 538603655 185540608 35723 33554432000 4194304 4677096 140734004223856 18446744073709551615 4320233 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11544/statm: 45298 35723 392 118 0 40257 0
[pid=11527/tid=11534] ppid=11525 vsize=354324 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11534/stat : 11534 (python) S 11525 11527 11061 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538603647 362827776 15777 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 7 0 0 0
[pid=11527/tid=11537] ppid=11525 vsize=354324 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11537/stat : 11537 (python) S 11525 11527 11061 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 5 0 538603649 362827776 15777 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 1 0 0 0
[pid=11527/tid=11540] ppid=11525 vsize=354324 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11540/stat : 11540 (python) S 11525 11527 11061 0 -1 4202560 44 932 0 0 0 0 0 0 20 0 5 0 538603652 362827776 15777 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
[pid=11527/tid=11542] ppid=11525 vsize=354324 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11542/stat : 11542 (python) S 11525 11527 11061 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 5 0 538603655 362827776 15777 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 56.91
Current children cumulated vsize (KiB) 2101812

[startup+51.1008 s]
/proc/loadavg: 8.14 8.20 7.30 11/218 11557
/proc/meminfo: memFree=26092456/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=354324 CPUtime=9.59 cores=1,3,5,7
/proc/11527/stat : 11527 (python) S 11525 11527 11061 0 -1 4202496 25759 932 1 0 946 13 0 0 21 0 5 0 538602685 362827776 15777 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11527/statm: 88581 15777 1881 364 0 24490 0
[pid=11533] ppid=11527 vsize=313312 CPUtime=0.05 cores=1,3,5,7
/proc/11533/stat : 11533 (python) S 11527 11527 11061 0 -1 4202560 998 0 0 0 3 2 0 0 18 0 1 0 538603647 320831488 14261 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977295 0 0 16781312 514 17463094583222042884 0 0 17 1 0 0 0
/proc/11533/statm: 78328 14261 381 364 0 14246 0
[pid=11535] ppid=11533 vsize=21064 CPUtime=41.33 cores=1,3,5,7
/proc/11535/stat : 11535 (lingeling) R 11533 11535 11535 0 -1 4202496 7719 0 0 0 4133 0 0 0 25 0 1 0 538603647 21569536 4436 33554432000 4194304 4352236 140735921301248 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11535/statm: 5266 4436 129 39 0 4346 0
[pid=11536] ppid=11527 vsize=323568 CPUtime=0.06 cores=1,3,5,7
/proc/11536/stat : 11536 (python) S 11527 11527 11061 0 -1 4202560 933 0 0 0 3 3 0 0 15 0 1 0 538603649 331333632 14254 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 5637855826879152390 0 0 17 1 0 0 0
/proc/11536/statm: 80892 14254 370 364 0 16807 0
[pid=11538] ppid=11536 vsize=204640 CPUtime=20.7 cores=1,3,5,7
/proc/11538/stat : 11538 (cryptominisat-2) R 11536 11538 11538 0 -1 4202496 51298 0 0 0 2061 9 0 0 25 0 1 0 538603650 209551360 41497 33554432000 4194304 4677096 140736739955168 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11538/statm: 51160 41497 393 118 0 46119 0
[pid=11539] ppid=11527 vsize=333824 CPUtime=0.05 cores=1,3,5,7
/proc/11539/stat : 11539 (python) S 11527 11527 11061 0 -1 4202560 919 0 0 0 2 3 0 0 18 0 1 0 538603652 341835776 14258 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 17463094583222042885 0 0 17 5 0 0 0
/proc/11539/statm: 83456 14258 370 364 0 19368 0
[pid=11543] ppid=11539 vsize=21080 CPUtime=41.12 cores=1,3,5,7
/proc/11543/stat : 11543 (lingeling) R 11539 11543 11543 0 -1 4202496 7722 0 0 0 4112 0 0 0 25 0 1 0 538603655 21585920 4440 33554432000 4194304 4352236 140736085283824 18446744073709551615 4212956 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11543/statm: 5270 4440 129 39 0 4350 0
[pid=11541] ppid=11527 vsize=344080 CPUtime=0.06 cores=1,3,5,7
/proc/11541/stat : 11541 (python) S 11527 11527 11061 0 -1 4202560 938 0 0 0 3 3 0 0 15 0 1 0 538603654 352337920 14262 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 7166141805115703560 0 0 17 5 0 0 0
/proc/11541/statm: 86020 14262 370 364 0 21929 0

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

/proc/meminfo: memFree=26490052/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=385092 CPUtime=9.75 cores=1,3,5,7
/proc/11527/stat : 11527 (python) S 11525 11527 11061 0 -1 4202496 28865 932 1 0 961 14 0 0 18 0 8 0 538602685 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11527/statm: 96273 15796 1888 364 0 32173 0
[pid=11533] ppid=11527 vsize=323556 CPUtime=1.78 cores=1,3,5,7
/proc/11533/stat : 11533 (python) S 11527 11527 11061 0 -1 4202560 1206 0 0 0 91 87 0 0 18 0 2 0 538603647 331321344 14300 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11533/statm: 80889 14300 415 364 0 16807 0
[pid=11535] ppid=11533 vsize=54472 CPUtime=1188.79 cores=1,3,5,7
/proc/11535/stat : 11535 (lingeling) R 11533 11535 11535 0 -1 4202496 50119 0 0 0 118873 6 0 0 25 0 1 0 538603647 55779328 12788 33554432000 4194304 4352236 140735921301248 18446744073709551615 4328035 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11535/statm: 13618 12788 129 39 0 12698 0
[pid=11533/tid=11560] ppid=11527 vsize=323556 CPUtime=0 cores=1,3,5,7
/proc/11533/task/11560/stat : 11560 (python) S 11527 11527 11061 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538613460 331321344 14300 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 514 18446604461957895232 0 0 -1 1 0 0 0
[pid=11536] ppid=11527 vsize=323568 CPUtime=0.84 cores=1,3,5,7
/proc/11536/stat : 11536 (python) S 11527 11527 11061 0 -1 4202560 1142 0 0 0 43 41 0 0 16 0 2 0 538603649 331333632 14284 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11536/statm: 80892 14284 399 364 0 16807 0
[pid=11538] ppid=11536 vsize=609456 CPUtime=491.52 cores=1,3,5,7
/proc/11538/stat : 11538 (cryptominisat-2) T 11536 11538 11538 0 -1 4202496 349297 0 0 0 49042 110 0 0 25 0 1 0 538603650 624082944 122709 33554432000 4194304 4677096 140736739955168 18446744073709551615 4318999 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/11538/statm: 152364 122709 393 118 0 147323 0
[pid=11536/tid=11580] ppid=11527 vsize=323568 CPUtime=0 cores=1,3,5,7
/proc/11536/task/11580/stat : 11580 (python) S 11527 11527 11061 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 538656652 331333632 14284 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 514 18446604463953078976 0 0 -1 1 0 0 0
[pid=11539] ppid=11527 vsize=333824 CPUtime=1.8 cores=1,3,5,7
/proc/11539/stat : 11539 (python) S 11527 11527 11061 0 -1 4202560 973 0 0 0 92 88 0 0 18 0 1 0 538603652 341835776 14258 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 17463094583222042885 0 0 17 1 0 0 0
/proc/11539/statm: 83456 14258 370 364 0 19368 0
[pid=11543] ppid=11539 vsize=47528 CPUtime=649.21 cores=1,3,5,7
/proc/11543/stat : 11543 (lingeling) R 11539 11543 11543 0 -1 4202496 26367 0 0 0 64918 3 0 0 25 0 1 0 538603655 48668672 11052 33554432000 4194304 4352236 140736085283824 18446744073709551615 4328441 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11543/statm: 11882 11052 129 39 0 10962 0
[pid=11541] ppid=11527 vsize=344080 CPUtime=1.85 cores=1,3,5,7
/proc/11541/stat : 11541 (python) S 11527 11527 11061 0 -1 4202560 999 0 0 0 95 90 0 0 15 0 1 0 538603654 352337920 14262 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 17463094583222042888 0 0 17 7 0 0 0
/proc/11541/statm: 86020 14262 370 364 0 21929 0
[pid=11544] ppid=11541 vsize=643220 CPUtime=716.74 cores=1,3,5,7
/proc/11544/stat : 11544 (cryptominisat-2) R 11541 11544 11544 0 -1 4202496 457263 0 0 0 71512 162 0 0 25 0 1 0 538603655 658657280 124982 33554432000 4194304 4677096 140734004223856 18446744073709551615 4337685 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11544/statm: 160805 124982 393 118 0 155764 0
[pid=11581] ppid=11527 vsize=354336 CPUtime=0.44 cores=1,3,5,7
/proc/11581/stat : 11581 (python) S 11527 11527 11061 0 -1 4202560 1175 0 0 0 23 21 0 0 18 0 2 0 538656654 362840064 14296 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11581/statm: 88584 14296 399 364 0 24490 0
[pid=11583] ppid=11581 vsize=32988 CPUtime=243.52 cores=1,3,5,7
/proc/11583/stat : 11583 (lingeling) R 11581 11583 11583 0 -1 4202496 10699 0 0 0 24351 1 0 0 25 0 1 0 538656654 33779712 7417 33554432000 4194304 4352236 140737291196896 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11583/statm: 8247 7417 129 39 0 7327 0
[pid=11581/tid=11588] ppid=11527 vsize=354336 CPUtime=0 cores=1,3,5,7
/proc/11581/task/11588/stat : 11588 (python) S 11527 11527 11061 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538666668 362840064 14296 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 514 18446604463156197504 0 0 -1 5 0 0 0
[pid=11593] ppid=11527 vsize=364592 CPUtime=0.15 cores=1,3,5,7
/proc/11593/stat : 11593 (python) S 11527 11527 11061 0 -1 4202560 1120 0 0 0 8 7 0 0 19 0 2 0 538676185 373342208 14300 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11593/statm: 91148 14300 399 364 0 27051 0
[pid=11595] ppid=11593 vsize=105316 CPUtime=99.68 cores=1,3,5,7
/proc/11595/stat : 11595 (SApperloT-base) T 11593 11595 11595 0 -1 4202496 26062 0 0 0 9958 10 0 0 25 0 1 0 538676186 107843584 25698 33554432000 134512640 135674940 4292438512 18446744073709551615 134551497 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11595/statm: 26329 25698 100 284 0 26043 0
[pid=11593/tid=11641] ppid=11527 vsize=364592 CPUtime=0 cores=1,3,5,7
/proc/11593/task/11641/stat : 11641 (python) S 11527 11527 11061 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538686200 373342208 14300 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 514 18446604471142307712 0 0 -1 5 0 0 0
[pid=11642] ppid=11527 vsize=374848 CPUtime=0.46 cores=1,3,5,7
/proc/11642/stat : 11642 (python) S 11527 11527 11061 0 -1 4202560 1152 0 0 0 23 23 0 0 18 0 2 0 538686202 383844352 14304 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11642/statm: 93712 14304 399 364 0 29612 0
[pid=11644] ppid=11642 vsize=58848 CPUtime=292.67 cores=1,3,5,7
/proc/11644/stat : 11644 (precosat) T 11642 11644 11644 0 -1 4202496 20495 0 0 0 29264 3 0 0 25 0 1 0 538686202 60260352 14232 33554432000 4194304 4890832 140734871277008 18446744073709551615 4297695 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/11644/statm: 14712 14232 86 171 0 14539 0
[pid=11642/tid=11652] ppid=11527 vsize=374848 CPUtime=0 cores=1,3,5,7
/proc/11642/task/11652/stat : 11652 (python) S 11527 11527 11061 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 538705829 383844352 14304 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 514 18446604470557414720 0 0 -1 5 0 0 0
[pid=11527/tid=11534] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11534/stat : 11534 (python) S 11525 11527 11061 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 8 0 538603647 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
[pid=11527/tid=11537] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11537/stat : 11537 (python) S 11525 11527 11061 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 8 0 538603649 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 1 0 0 0
[pid=11527/tid=11540] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11540/stat : 11540 (python) S 11525 11527 11061 0 -1 4202560 44 932 0 0 0 0 0 0 20 0 8 0 538603652 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
[pid=11527/tid=11542] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11542/stat : 11542 (python) S 11525 11527 11061 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 8 0 538603655 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
[pid=11527/tid=11582] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11582/stat : 11582 (python) S 11525 11527 11061 0 -1 4202560 38 932 0 0 0 0 0 0 18 0 8 0 538656654 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
[pid=11527/tid=11594] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11594/stat : 11594 (python) S 11525 11527 11061 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 8 0 538676186 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
[pid=11527/tid=11643] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11643/stat : 11643 (python) S 11525 11527 11061 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 8 0 538686202 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3699.2
Current children cumulated vsize (KiB) 4355724



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.18 8.16 8.29 6/214 11765
/proc/meminfo: memFree=26470652/32951124 swapFree=67051468/67111528
[pid=11527] ppid=11525 vsize=385092 CPUtime=9.75 cores=1,3,5,7
/proc/11527/stat : 11527 (python) S 11525 11527 11061 0 -1 4202496 28865 932 1 0 961 14 0 0 18 0 8 0 538602685 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11527/statm: 96273 15796 1888 364 0 32173 0
[pid=11533] ppid=11527 vsize=323556 CPUtime=1.85 cores=1,3,5,7
/proc/11533/stat : 11533 (python) S 11527 11527 11061 0 -1 4202560 1206 0 0 0 94 91 0 0 18 0 2 0 538603647 331321344 14300 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11533/statm: 80889 14300 415 364 0 16807 0
[pid=11535] ppid=11533 vsize=51400 CPUtime=1246.34 cores=1,3,5,7
/proc/11535/stat : 11535 (lingeling) R 11533 11535 11535 0 -1 4202496 50887 0 0 0 124628 6 0 0 25 0 1 0 538603647 52633600 12020 33554432000 4194304 4352236 140735921301248 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11535/statm: 12850 12020 129 39 0 11930 0
[pid=11533/tid=11560] ppid=11527 vsize=323556 CPUtime=0 cores=1,3,5,7
/proc/11533/task/11560/stat : 11560 (python) S 11527 11527 11061 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538613460 331321344 14300 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 514 18446604461957895232 0 0 -1 1 0 0 0
[pid=11536] ppid=11527 vsize=323568 CPUtime=0.84 cores=1,3,5,7
/proc/11536/stat : 11536 (python) S 11527 11527 11061 0 -1 4202560 1142 0 0 0 43 41 0 0 16 0 2 0 538603649 331333632 14284 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11536/statm: 80892 14284 399 364 0 16807 0
[pid=11538] ppid=11536 vsize=609456 CPUtime=491.52 cores=1,3,5,7
/proc/11538/stat : 11538 (cryptominisat-2) T 11536 11538 11538 0 -1 4202496 349297 0 0 0 49042 110 0 0 25 0 1 0 538603650 624082944 122709 33554432000 4194304 4677096 140736739955168 18446744073709551615 4318999 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/11538/statm: 152364 122709 393 118 0 147323 0
[pid=11536/tid=11580] ppid=11527 vsize=323568 CPUtime=0 cores=1,3,5,7
/proc/11536/task/11580/stat : 11580 (python) S 11527 11527 11061 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 538656652 331333632 14284 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 514 18446604463953078976 0 0 -1 1 0 0 0
[pid=11539] ppid=11527 vsize=333824 CPUtime=1.88 cores=1,3,5,7
/proc/11539/stat : 11539 (python) S 11527 11527 11061 0 -1 4202560 973 0 0 0 96 92 0 0 18 0 1 0 538603652 341835776 14258 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 17463094583222042885 0 0 17 1 0 0 0
/proc/11539/statm: 83456 14258 370 364 0 19368 0
[pid=11543] ppid=11539 vsize=48552 CPUtime=678.01 cores=1,3,5,7
/proc/11543/stat : 11543 (lingeling) R 11539 11543 11543 0 -1 4202496 26879 0 0 0 67798 3 0 0 25 0 1 0 538603655 49717248 11308 33554432000 4194304 4352236 140736085283824 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11543/statm: 12138 11308 129 39 0 11218 0
[pid=11541] ppid=11527 vsize=344080 CPUtime=1.93 cores=1,3,5,7
/proc/11541/stat : 11541 (python) S 11527 11527 11061 0 -1 4202560 999 0 0 0 99 94 0 0 15 0 1 0 538603654 352337920 14262 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 17463094583222042888 0 0 17 7 0 0 0
/proc/11541/statm: 86020 14262 370 364 0 21929 0
[pid=11544] ppid=11541 vsize=566568 CPUtime=773.88 cores=1,3,5,7
/proc/11544/stat : 11544 (cryptominisat-2) R 11541 11544 11544 0 -1 4202496 473764 0 0 0 77217 171 0 0 25 0 1 0 538603655 580165632 129907 33554432000 4194304 4677096 140734004223856 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11544/statm: 141642 129907 393 118 0 136601 0
[pid=11581] ppid=11527 vsize=354336 CPUtime=0.51 cores=1,3,5,7
/proc/11581/stat : 11581 (python) S 11527 11527 11061 0 -1 4202560 1175 0 0 0 26 25 0 0 18 0 2 0 538656654 362840064 14296 33554432000 4194304 5683644 140736625003424 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11581/statm: 88584 14296 399 364 0 24490 0
[pid=11583] ppid=11581 vsize=32988 CPUtime=272.36 cores=1,3,5,7
/proc/11583/stat : 11583 (lingeling) R 11581 11583 11583 0 -1 4202496 10699 0 0 0 27235 1 0 0 25 0 1 0 538656654 33779712 7417 33554432000 4194304 4352236 140737291196896 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11583/statm: 8247 7417 129 39 0 7327 0
[pid=11581/tid=11588] ppid=11527 vsize=354336 CPUtime=0 cores=1,3,5,7
/proc/11581/task/11588/stat : 11588 (python) S 11527 11527 11061 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538666668 362840064 14296 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 514 18446604463156197504 0 0 -1 5 0 0 0
[pid=11593] ppid=11527 vsize=364592 CPUtime=0.15 cores=1,3,5,7
/proc/11593/stat : 11593 (python) S 11527 11527 11061 0 -1 4202560 1120 0 0 0 8 7 0 0 19 0 2 0 538676185 373342208 14300 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11593/statm: 91148 14300 399 364 0 27051 0
[pid=11595] ppid=11593 vsize=105316 CPUtime=99.68 cores=1,3,5,7
/proc/11595/stat : 11595 (SApperloT-base) T 11593 11595 11595 0 -1 4202496 26062 0 0 0 9958 10 0 0 25 0 1 0 538676186 107843584 25698 33554432000 134512640 135674940 4292438512 18446744073709551615 134551497 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11595/statm: 26329 25698 100 284 0 26043 0
[pid=11593/tid=11641] ppid=11527 vsize=364592 CPUtime=0 cores=1,3,5,7
/proc/11593/task/11641/stat : 11641 (python) S 11527 11527 11061 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538686200 373342208 14300 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 514 18446604471142307712 0 0 -1 5 0 0 0
[pid=11642] ppid=11527 vsize=374848 CPUtime=0.46 cores=1,3,5,7
/proc/11642/stat : 11642 (python) S 11527 11527 11061 0 -1 4202560 1152 0 0 0 23 23 0 0 18 0 2 0 538686202 383844352 14304 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11642/statm: 93712 14304 399 364 0 29612 0
[pid=11644] ppid=11642 vsize=58848 CPUtime=292.67 cores=1,3,5,7
/proc/11644/stat : 11644 (precosat) T 11642 11644 11644 0 -1 4202496 20495 0 0 0 29264 3 0 0 25 0 1 0 538686202 60260352 14232 33554432000 4194304 4890832 140734871277008 18446744073709551615 4297695 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/11644/statm: 14712 14232 86 171 0 14539 0
[pid=11642/tid=11652] ppid=11527 vsize=374848 CPUtime=0 cores=1,3,5,7
/proc/11642/task/11652/stat : 11652 (python) S 11527 11527 11061 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 538705829 383844352 14304 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 514 18446604470557414720 0 0 -1 5 0 0 0
[pid=11527/tid=11534] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11534/stat : 11534 (python) S 11525 11527 11061 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 8 0 538603647 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
[pid=11527/tid=11537] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11537/stat : 11537 (python) S 11525 11527 11061 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 8 0 538603649 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 1 0 0 0
[pid=11527/tid=11540] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11540/stat : 11540 (python) S 11525 11527 11061 0 -1 4202560 44 932 0 0 0 0 0 0 20 0 8 0 538603652 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
[pid=11527/tid=11542] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11542/stat : 11542 (python) S 11525 11527 11061 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 8 0 538603655 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
[pid=11527/tid=11582] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11582/stat : 11582 (python) S 11525 11527 11061 0 -1 4202560 38 932 0 0 0 0 0 0 18 0 8 0 538656654 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
[pid=11527/tid=11594] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11594/stat : 11594 (python) S 11525 11527 11061 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 8 0 538676186 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 5 0 0 0
[pid=11527/tid=11643] ppid=11525 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/11527/task/11643/stat : 11643 (python) S 11525 11527 11061 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 8 0 538686202 394334208 15796 33554432000 4194304 5683644 140736625003424 18446744073709551615 218382780849 0 0 16781312 2 18446604471132302016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3871.83
Current children cumulated vsize (KiB) 4277024

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 11527 and gives
#  childrusage.ru_utime.tv_sec=963
#  childrusage.ru_utime.tv_usec=691496
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=749430
# CPU time returned by wait4() is 967.441
# while last known CPU time is 3871.83
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.05
CPU time (s): 3871.83
CPU user time (s): 3864.92
CPU system time (s): 6.91
CPU usage (%): 297.821
Max. virtual memory (cumulated for all children) (KiB): 4381976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 963.691
system time used= 3.74943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74773
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= 6618
involuntary context switches= 14369

runsolver used 2.80657 second user time and 6.01109 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-01 19:13:19
IDJOB=3317904
IDBENCH=83133
IDSOLVER=1706
FILE ID=node101/3317904-1304269999
RUNJOBID= node101-1304267295-11080
PBS_JOBID= 13173977
Free space on /tmp= 72212 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom22.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317904-1304269999/watcher-3317904-1304269999 -o /tmp/evaluation-result-3317904-1304269999/solver-3317904-1304269999 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317904-1304269999.cnf -seed 1558148818 -budget 4800 -cores 4

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=1558148818

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27744176 kB
Buffers:        220048 kB
Cached:        1249016 kB
SwapCached:      23360 kB
Active:        3672328 kB
Inactive:      1238736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27744176 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           72800 kB
Writeback:           0 kB
AnonPages:     3440264 kB
Mapped:          18164 kB
Slab:           221792 kB
PageTables:      12684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3716732 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= 72220 MiB
End job on node101 at 2011-05-01 19:35:01