Trace number 3321567

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? (MO) 5943.2 1210.35

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark549.042
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data

0.38/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.67	c INFO: solving HOME/instance-3321567-1304346377.cnf
0.38/0.67	c INFO: computing task features
32.83/33.16	c INFO: computed variable-clause graph statistics
33.84/34.12	c INFO: computed clause balance statistics
145.73/146.04	c INFO: computed variable balance statistics
243.94/244.21	c INFO: computed small-clause counts
248.53/248.89	c INFO: computed Horn-clause counts
531.74/532.03	c INFO: computed variable graph statistics
531.74/532.05	c INFO: collected features for HOME/instance-3321567-1304346377.cnf in 529.75 s
531.74/532.08	c INFO: running lingeling-276@0 for 97 with 39468 remaining (b = 0.78)
531.83/532.13	c INFO: running precosat-570@0 for 97 with 39468 remaining (b = 0.61)
531.83/532.17	c INFO: running lingeling-276@0 for 97 with 39468 remaining (b = 0.42)
531.93/532.22	c INFO: running cryptominisat-2.9.0@0 for 582 with 39468 remaining (b = 0.48)
531.93/532.26	c INFO: running cryptominisat-2.9.0@0 for 1164 with 39468 remaining (b = 0.60)
532.53/532.31	c INFO: running lingeling-276@0 for 582 with 39468 remaining (b = 0.42)
532.53/532.36	c INFO: running precosat-570@0 for 194 with 39468 remaining (b = 0.21)
533.03/532.41	c INFO: running precosat-570@0 for 97 with 39468 remaining (b = 0.08)
1323.24/631.39	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39369 remaining (b = 0.64)
1332.02/632.43	c INFO: running glucose@0 for 5821 with 39368 remaining (b = 0.84)
1332.02/632.49	c INFO: running glucose@0 for 5821 with 39368 remaining (b = 0.83)
1334.47/632.82	c INFO: running lingeling-276@0 for 1164 with 39367 remaining (b = 0.35)
2093.98/727.91	c INFO: running glucose@0 for 5821 with 39272 remaining (b = 0.85)
5212.21/1118.62	c INFO: running precosat-570@0 for 291 with 38882 remaining (b = 0.20)
5232.90/1121.28	c INFO: running glucosER@0 for 291 with 38879 remaining (b = 0.36)

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-3321567-1304346377/watcher-3321567-1304346377 -o /tmp/evaluation-result-3321567-1304346377/solver-3321567-1304346377 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321567-1304346377.cnf -seed 1954095907 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 5.88 2.81 2.89 1/275 15094
/proc/meminfo: memFree=24303312/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=15780 CPUtime=0 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 866 0 0 0 0 0 0 0 17 0 1 0 527054723 16158720 748 33554432000 4194304 5683644 140736342275936 18446744073709551615 4546752 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15094/statm: 3945 750 343 364 0 432 0

[startup+0.0507651 s]
/proc/loadavg: 5.88 2.81 2.89 1/275 15094
/proc/meminfo: memFree=24303312/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=18888 CPUtime=0.03 cores=0-7
/proc/15094/stat : 15094 (python) S 15092 15094 14423 0 -1 4202496 1288 0 0 0 3 0 0 0 17 0 1 0 527054723 19341312 1141 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/15094/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18888

[startup+0.100889 s]
/proc/loadavg: 5.88 2.81 2.89 1/275 15094
/proc/meminfo: memFree=24303312/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=87708 CPUtime=0.05 cores=0-7
/proc/15094/stat : 15094 (python) S 15092 15094 14423 0 -1 4202496 2637 0 0 0 4 1 0 0 17 0 1 0 527054723 89812992 2354 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/15094/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300884 s]
/proc/loadavg: 5.88 2.81 2.89 1/275 15094
/proc/meminfo: memFree=24303312/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=135752 CPUtime=0.18 cores=0-7
/proc/15094/stat : 15094 (python) S 15092 15094 14423 0 -1 4202496 5967 934 1 0 13 5 0 0 17 0 1 0 527054723 139010048 4150 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039651333 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/15094/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.734889 s]
/proc/loadavg: 5.88 2.81 2.89 1/275 15094
/proc/meminfo: memFree=24303312/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=437276 CPUtime=0.47 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 35633 934 1 0 30 17 0 0 16 0 1 0 527054723 447770624 33313 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039655168 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15094/statm: 109319 33351 1758 364 0 45243 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 437276

[startup+1.50067 s]
/proc/loadavg: 5.49 2.78 2.88 2/276 15099
/proc/meminfo: memFree=24108260/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=483392 CPUtime=1.23 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 60373 934 1 0 102 21 0 0 17 0 1 0 527054723 494993408 58052 33554432000 4194304 5683644 140736342275936 18446744073709551615 4539731 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15094/statm: 120848 58052 1761 364 0 56772 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 483392

[startup+3.10038 s]
/proc/loadavg: 5.49 2.78 2.88 2/276 15099
/proc/meminfo: memFree=24037456/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=587544 CPUtime=2.83 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 86108 934 1 0 259 24 0 0 19 0 1 0 527054723 601645056 83787 33554432000 4194304 5683644 140736342275936 18446744073709551615 4960337 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15094/statm: 146886 83787 1761 364 0 82810 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 587544

[startup+6.30081 s]
/proc/loadavg: 5.13 2.75 2.87 2/276 15099
/proc/meminfo: memFree=23827964/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=800780 CPUtime=6.03 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 136776 934 1 0 572 31 0 0 25 0 1 0 527054723 819998720 134455 33554432000 4194304 5683644 140736342275936 18446744073709551615 47306546373938 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15094/statm: 200195 134457 1761 364 0 136119 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 800780

[startup+12.7007 s]
/proc/loadavg: 4.80 2.72 2.86 2/276 15099
/proc/meminfo: memFree=23412952/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1201272 CPUtime=12.43 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 237408 934 1 0 1197 46 0 0 25 0 1 0 527054723 1230102528 235087 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039016198 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15094/statm: 300318 235087 1761 364 0 236242 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1201272

[startup+25.5004 s]
/proc/loadavg: 3.96 2.63 2.83 2/276 15100
/proc/meminfo: memFree=22738640/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1840516 CPUtime=25.23 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 696131 934 1 0 2424 99 0 0 25 0 1 0 527054723 1884688384 382852 33554432000 4194304 5683644 140736342275936 18446744073709551615 47306375935552 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15094/statm: 460129 382853 1814 364 0 396053 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1840516

[startup+51.1008 s]
/proc/loadavg: 2.95 2.50 2.78 2/276 15100
/proc/meminfo: memFree=22989804/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1569956 CPUtime=50.83 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 1020432 934 1 0 4950 133 0 0 25 0 1 0 527054723 1607634944 329873 33554432000 4194304 5683644 140736342275936 18446744073709551615 5014083 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15094/statm: 392489 329873 1826 364 0 328413 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1569956

[startup+102.31 s]
/proc/loadavg: 1.84 2.27 2.69 2/276 15102
/proc/meminfo: memFree=22989536/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1569956 CPUtime=102.04 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 1020432 934 1 0 10071 133 0 0 25 0 1 0 527054723 1607634944 329873 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039341821 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15094/statm: 392489 329873 1826 364 0 328413 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 1569956

[startup+162.301 s]
/proc/loadavg: 1.31 2.03 2.58 2/276 15103
/proc/meminfo: memFree=22989612/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1569956 CPUtime=162.03 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 1020433 934 1 0 16070 133 0 0 25 0 1 0 527054723 1607634944 329874 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039315995 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15094/statm: 392489 329874 1827 364 0 328413 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 1569956

[startup+222.3 s]
/proc/loadavg: 1.11 1.84 2.48 2/276 15105
/proc/meminfo: memFree=22989800/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1569956 CPUtime=222.03 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 1020433 934 1 0 22070 133 0 0 25 0 1 0 527054723 1607634944 329874 33554432000 4194304 5683644 140736342275936 18446744073709551615 47306375823695 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15094/statm: 392489 329874 1827 364 0 328413 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 1569956

[startup+282.301 s]
/proc/loadavg: 1.09 1.70 2.39 2/276 15107
/proc/meminfo: memFree=22989988/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1569956 CPUtime=282.03 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 1380568 934 1 0 28031 172 0 0 25 0 1 0 527054723 1607634944 329880 33554432000 4194304 5683644 140736342275936 18446744073709551615 47306375522444 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15094/statm: 392489 329880 1833 364 0 328413 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 1569956

[startup+342.301 s]
/proc/loadavg: 1.03 1.57 2.30 2/276 15108
/proc/meminfo: memFree=22989952/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1569956 CPUtime=342.03 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 1380568 934 1 0 34031 172 0 0 25 0 1 0 527054723 1607634944 329880 33554432000 4194304 5683644 140736342275936 18446744073709551615 47306375522444 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15094/statm: 392489 329880 1833 364 0 328413 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 1569956

[startup+402.301 s]
/proc/loadavg: 1.01 1.46 2.21 2/276 15110
/proc/meminfo: memFree=22990160/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1569956 CPUtime=402.04 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 1380568 934 1 0 40032 172 0 0 25 0 1 0 527054723 1607634944 329880 33554432000 4194304 5683644 140736342275936 18446744073709551615 47306375522432 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15094/statm: 392489 329880 1833 364 0 328413 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 1569956

[startup+462.3 s]
/proc/loadavg: 1.00 1.38 2.14 2/276 15111
/proc/meminfo: memFree=22990248/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1569956 CPUtime=462.04 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 1380568 934 1 0 46032 172 0 0 25 0 1 0 527054723 1607634944 329880 33554432000 4194304 5683644 140736342275936 18446744073709551615 47306375522444 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15094/statm: 392489 329880 1833 364 0 328413 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 1569956

[startup+522.301 s]
/proc/loadavg: 1.00 1.31 2.06 2/276 15113
/proc/meminfo: memFree=22990188/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1569956 CPUtime=522.04 cores=0-7
/proc/15094/stat : 15094 (python) R 15092 15094 14423 0 -1 4202496 1380568 934 1 0 52032 172 0 0 25 0 1 0 527054723 1607634944 329880 33554432000 4194304 5683644 140736342275936 18446744073709551615 47306375522444 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15094/statm: 392489 329880 1833 364 0 328413 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1569956

[startup+582.302 s]
/proc/loadavg: 5.00 2.34 2.36 9/300 15139
/proc/meminfo: memFree=18621680/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1075676 CPUtime=532.17 cores=0-7
/proc/15094/stat : 15094 (python) S 15092 15094 14423 0 -1 4202496 1386503 934 1 0 53027 190 0 0 25 0 9 0 527054723 1101492224 185883 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15094/statm: 268919 185883 1889 364 0 204816 0
[pid=15114] ppid=15094 vsize=993640 CPUtime=0.12 cores=0-7
/proc/15114/stat : 15114 (python) S 15094 15094 14423 0 -1 4202560 922 0 0 0 6 6 0 0 18 0 1 0 527107932 1017487360 184338 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039675407 0 0 16781312 514 6677694755297526020 0 0 17 1 0 0 0
/proc/15114/statm: 248410 184338 376 364 0 184328 0
[pid=15116] ppid=15114 vsize=182820 CPUtime=50.17 cores=0-7

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

[pid=15094/tid=15127] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15127/stat : 15127 (python) S 15092 15094 14423 0 -1 4202560 23 934 0 0 0 0 0 0 23 0 14 0 527107952 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 0 0 0 0
[pid=15094/tid=15130] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15130/stat : 15130 (python) S 15092 15094 14423 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 14 0 527107957 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 0 0 0 0
[pid=15094/tid=15133] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15133/stat : 15133 (python) S 15092 15094 14423 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 14 0 527107962 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 0 0 0 0
[pid=15094/tid=15136] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15136/stat : 15136 (python) S 15092 15094 14423 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 14 0 527107966 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 7 0 0 0
[pid=15094/tid=15143] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15143/stat : 15143 (python) S 15092 15094 14423 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 14 0 527117865 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 0 0 0 0
[pid=15094/tid=15148] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15148/stat : 15148 (python) S 15092 15094 14423 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 14 0 527117969 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 6 0 0 0
[pid=15094/tid=15151] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15151/stat : 15151 (python) S 15092 15094 14423 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 14 0 527117975 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 7 0 0 0
[pid=15094/tid=15158] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15158/stat : 15158 (python) S 15092 15094 14423 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 14 0 527127517 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 0 0 0 0
[pid=15094/tid=15174] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15174/stat : 15174 (python) S 15092 15094 14423 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 14 0 527166854 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5720.45
Current children cumulated vsize (KiB) 31431540



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1210.2 s]
/proc/loadavg: 8.11 7.41 5.18 9/322 15177
/proc/meminfo: memFree=9459960/32951124 swapFree=66779152/67111528
[pid=15094] ppid=15092 vsize=1126956 CPUtime=532.57 cores=0-7
/proc/15094/stat : 15094 (python) S 15092 15094 14423 0 -1 4202496 1390682 934 1 0 53054 203 0 0 20 0 14 0 527054723 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15094/statm: 281739 185914 1900 364 0 217621 0
[pid=15114] ppid=15094 vsize=1003884 CPUtime=1.48 cores=0-7
/proc/15114/stat : 15114 (python) S 15094 15094 14423 0 -1 4202560 1138 0 0 0 78 70 0 0 18 0 2 0 527107932 1027977216 184377 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039675462 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15114/statm: 250971 184377 410 364 0 186889 0
[pid=15116] ppid=15114 vsize=218880 CPUtime=676.38 cores=0-7
/proc/15116/stat : 15116 (lingeling) R 15114 15116 15116 0 -1 4202496 140556 0 0 0 67613 25 0 0 25 0 1 0 527107934 224133120 53890 33554432000 4194304 4352236 140733379566416 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15116/statm: 54720 53890 129 39 0 53800 0
[pid=15114/tid=15141] ppid=15094 vsize=1003884 CPUtime=0 cores=0-7
/proc/15114/task/15141/stat : 15141 (python) S 15094 15094 14423 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 527117859 1027977216 184377 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 514 18446604453927294080 0 0 -1 1 0 0 0
[pid=15117] ppid=15094 vsize=1003896 CPUtime=0.43 cores=0-7
/proc/15117/stat : 15117 (python) S 15094 15094 14423 0 -1 4202560 1156 0 0 0 24 19 0 0 18 0 2 0 527107936 1027989504 184366 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039675462 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15117/statm: 250974 184366 399 364 0 186889 0
[pid=15119] ppid=15117 vsize=895440 CPUtime=189.95 cores=0-7
/proc/15119/stat : 15119 (precosat) R 15117 15119 15119 0 -1 4202496 229976 0 0 0 18954 41 0 0 25 0 1 0 527107938 916930560 221981 33554432000 4194304 4890832 140733569169824 18446744073709551615 4232334 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/15119/statm: 223860 221981 86 171 0 223687 0
[pid=15117/tid=15145] ppid=15094 vsize=1003896 CPUtime=0 cores=0-7
/proc/15117/task/15145/stat : 15145 (python) S 15094 15094 14423 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 527117962 1027989504 184366 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 514 18446604453927294976 0 0 -1 3 0 0 0
[pid=15120] ppid=15094 vsize=1079688 CPUtime=0.24 cores=0-7
/proc/15120/stat : 15120 (python) S 15094 15094 14423 0 -1 4202560 1096 0 0 0 12 12 0 0 19 0 2 0 527107941 1105600512 184372 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15120/statm: 269922 184372 399 364 0 205834 0
[pid=15122] ppid=15120 vsize=182492 CPUtime=100.2 cores=0-7
/proc/15122/stat : 15122 (lingeling) T 15120 15122 15122 0 -1 4202496 73444 0 0 0 10007 13 0 0 25 0 1 0 527107943 186871808 44793 33554432000 4194304 4352236 140735774591552 18446744073709551615 4281181 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/15122/statm: 45623 44793 129 39 0 44703 0
[pid=15120/tid=15147] ppid=15094 vsize=1079688 CPUtime=0 cores=0-7
/proc/15120/task/15147/stat : 15147 (python) S 15094 15094 14423 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 527117967 1105600512 184372 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 514 18446604442234401216 0 0 -1 6 0 0 0
[pid=15123] ppid=15094 vsize=1024408 CPUtime=1.39 cores=0-7
/proc/15123/stat : 15123 (python) S 15094 15094 14423 0 -1 4202560 1174 0 0 0 68 71 0 0 16 0 2 0 527107946 1048993792 184374 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15123/statm: 256102 184374 399 364 0 192011 0
[pid=15125] ppid=15123 vsize=3848196 CPUtime=588.97 cores=0-7
/proc/15125/stat : 15125 (cryptominisat-2) T 15123 15125 15125 0 -1 4202496 794052 0 0 0 58774 123 0 0 25 0 1 0 527107947 3940552704 739528 33554432000 4194304 4677096 140735947940064 18446744073709551615 4358608 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/15125/statm: 962049 739528 391 118 0 957008 0
[pid=15123/tid=15172] ppid=15094 vsize=1024408 CPUtime=0 cores=0-7
/proc/15123/task/15172/stat : 15172 (python) S 15094 15094 14423 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 527166847 1048993792 184374 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 514 18446604442234402112 0 0 -1 1 0 0 0
[pid=15126] ppid=15094 vsize=1034664 CPUtime=1.56 cores=0-7
/proc/15126/stat : 15126 (python) S 15094 15094 14423 0 -1 4202560 1020 0 0 0 78 78 0 0 15 0 1 0 527107950 1059495936 184348 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039675462 0 0 16781312 514 6677694755297526018 0 0 17 6 0 0 0
/proc/15126/statm: 258666 184348 370 364 0 194572 0
[pid=15128] ppid=15126 vsize=3932072 CPUtime=674.78 cores=0-7
/proc/15128/stat : 15128 (cryptominisat-2) R 15126 15128 15128 0 -1 4202496 808057 0 0 0 67361 117 0 0 25 0 1 0 527107952 4026441728 755892 33554432000 4194304 4677096 140735616394192 18446744073709551615 4564132 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15128/statm: 983018 755892 391 118 0 977977 0
[pid=15129] ppid=15094 vsize=1044920 CPUtime=1.28 cores=0-7
/proc/15129/stat : 15129 (python) S 15094 15094 14423 0 -1 4202560 1172 0 0 0 70 58 0 0 19 0 2 0 527107955 1069998080 184382 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15129/statm: 261230 184382 399 364 0 197133 0
[pid=15131] ppid=15129 vsize=207920 CPUtime=584.97 cores=0-7
/proc/15131/stat : 15131 (lingeling) T 15129 15131 15131 0 -1 4202496 137796 0 0 0 58475 22 0 0 25 0 1 0 527107957 212910080 51149 33554432000 4194304 4352236 140737107567136 18446744073709551615 4280960 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15131/statm: 51980 51149 129 39 0 51060 0
[pid=15129/tid=15171] ppid=15094 vsize=1044920 CPUtime=0 cores=0-7
/proc/15129/task/15171/stat : 15171 (python) S 15094 15094 14423 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 527166580 1069998080 184382 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 514 18446604453945230272 0 0 -1 1 0 0 0
[pid=15132] ppid=15094 vsize=1055176 CPUtime=0.45 cores=0-7
/proc/15132/stat : 15132 (python) S 15094 15094 14423 0 -1 4202560 1165 0 0 0 23 22 0 0 19 0 2 0 527107960 1080500224 184386 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15132/statm: 263794 184386 399 364 0 199694 0
[pid=15134] ppid=15132 vsize=897340 CPUtime=195.38 cores=0-7
/proc/15134/stat : 15134 (precosat) T 15132 15134 15134 0 -1 4202496 230451 0 0 0 19505 33 0 0 25 0 1 0 527107963 918876160 222454 33554432000 4194304 4890832 140733666969552 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/15134/statm: 224335 222454 86 171 0 224162 0
[pid=15132/tid=15156] ppid=15094 vsize=1055176 CPUtime=0 cores=0-7
/proc/15132/task/15156/stat : 15156 (python) S 15094 15094 14423 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 527127511 1080500224 184386 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 514 18446604449532177152 0 0 -1 2 0 0 0
[pid=15135] ppid=15094 vsize=1130968 CPUtime=0.24 cores=0-7
/proc/15135/stat : 15135 (python) S 15094 15094 14423 0 -1 4202560 1179 0 0 0 13 11 0 0 19 0 2 0 527107965 1158111232 184397 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15135/statm: 282742 184397 405 364 0 218639 0
[pid=15137] ppid=15135 vsize=893864 CPUtime=100.08 cores=0-7
/proc/15137/stat : 15137 (precosat) T 15135 15137 15137 0 -1 4202496 229589 0 0 0 9970 38 0 0 25 0 1 0 527107967 915316736 221584 33554432000 4194304 4890832 140734342947120 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/15137/statm: 223466 221584 86 171 0 223293 0
[pid=15135/tid=15153] ppid=15094 vsize=1130968 CPUtime=0 cores=0-7
/proc/15135/task/15153/stat : 15153 (python) S 15094 15094 14423 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 527118002 1158111232 184397 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 514 18446604449532176256 0 0 -1 2 0 0 0
[pid=15142] ppid=15094 vsize=1075688 CPUtime=1.35 cores=0-7
/proc/15142/stat : 15142 (python) S 15094 15094 14423 0 -1 4202560 1027 0 0 0 64 71 0 0 15 0 1 0 527117862 1101504512 184364 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039675462 0 0 16781312 514 6677694755297526024 0 0 17 2 0 0 0
/proc/15142/statm: 268922 184364 370 364 0 204816 0
[pid=15144] ppid=15142 vsize=3690516 CPUtime=575.17 cores=0-7
/proc/15144/stat : 15144 (cryptominisat-2) R 15142 15144 15144 0 -1 4202496 760275 0 0 0 57401 116 0 0 25 0 1 0 527117865 3779088384 704981 33554432000 4194304 4677096 140733838605504 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15144/statm: 922629 704981 391 118 0 917588 0
[pid=15146] ppid=15094 vsize=1085944 CPUtime=1.26 cores=0-7
/proc/15146/stat : 15146 (python) S 15094 15094 14423 0 -1 4202560 995 0 0 0 66 60 0 0 18 0 1 0 527117966 1112006656 184368 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039675462 0 0 16781312 514 6677694755297526024 0 0 17 6 0 0 0
/proc/15146/statm: 271486 184368 370 364 0 207377 0
[pid=15149] ppid=15146 vsize=494612 CPUtime=575.53 cores=0-7
/proc/15149/stat : 15149 (glucose_static) R 15146 15149 15149 0 -1 4202496 121318 0 0 0 57530 23 0 0 25 0 1 0 527117969 506482688 121057 33554432000 134512640 135217611 4287181760 18446744073709551615 134527893 0 0 16781312 8388611 0 0 0 17 5 0 0 0
/proc/15149/statm: 123653 121057 78 173 0 123478 0
[pid=15150] ppid=15094 vsize=1096200 CPUtime=1.26 cores=0-7
/proc/15150/stat : 15150 (python) S 15094 15094 14423 0 -1 4202560 1009 0 0 0 64 62 0 0 18 0 1 0 527117973 1122508800 184372 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039675462 0 0 16781312 514 6677694755297526023 0 0 17 0 0 0 0
/proc/15150/statm: 274050 184372 370 364 0 209938 0
[pid=15152] ppid=15150 vsize=498468 CPUtime=576.41 cores=0-7
/proc/15152/stat : 15152 (glucose_static) R 15150 15152 15152 0 -1 4202496 122261 0 0 0 57615 26 0 0 25 0 1 0 527117976 510431232 121999 33554432000 134512640 135217611 4293081840 18446744073709551615 134527905 0 0 16781312 8388611 0 0 0 17 0 0 0 0
/proc/15152/statm: 124617 121999 78 173 0 124442 0
[pid=15157] ppid=15094 vsize=1106456 CPUtime=1.08 cores=0-7
/proc/15157/stat : 15157 (python) S 15094 15094 14423 0 -1 4202560 1007 0 0 0 55 53 0 0 18 0 1 0 527127515 1133010944 184376 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039675462 0 0 16781312 514 6677694755297526024 0 0 17 7 0 0 0
/proc/15157/statm: 276614 184376 370 364 0 212499 0
[pid=15159] ppid=15157 vsize=494612 CPUtime=473.83 cores=0-7
/proc/15159/stat : 15159 (glucose_static) R 15157 15159 15159 0 -1 4202496 121321 0 0 0 47356 27 0 0 25 0 1 0 527127517 506482688 121057 33554432000 134512640 135217611 4288941072 18446744073709551615 134533138 0 0 16781312 8388611 0 0 0 17 4 0 0 0
/proc/15159/statm: 123653 121057 78 173 0 123478 0
[pid=15173] ppid=15094 vsize=1116712 CPUtime=0.21 cores=0-7
/proc/15173/stat : 15173 (python) S 15094 15094 14423 0 -1 4202560 989 0 0 0 9 12 0 0 18 0 1 0 527166851 1143513088 184380 33554432000 4194304 5683644 140736342275936 18446744073709551615 212039675462 0 0 16781312 514 6677694755297526022 0 0 17 7 0 0 0
/proc/15173/statm: 279178 184380 370 364 0 215060 0
[pid=15175] ppid=15173 vsize=505052 CPUtime=86.75 cores=0-7
/proc/15175/stat : 15175 (glucoser_static) R 15173 15175 15175 0 -1 4202496 120884 0 0 0 8653 22 0 0 25 0 1 0 527166854 517173248 120604 33554432000 134512640 134580299 4288719312 18446744073709551615 134543208 0 0 16781312 8388611 0 0 0 17 7 0 0 0
/proc/15175/statm: 126263 120604 242 17 0 125591 0
[pid=15094/tid=15115] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15115/stat : 15115 (python) S 15092 15094 14423 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 14 0 527107933 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 0 0 0 0
[pid=15094/tid=15118] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15118/stat : 15118 (python) S 15092 15094 14423 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 14 0 527107938 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 6 0 0 0
[pid=15094/tid=15121] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15121/stat : 15121 (python) S 15092 15094 14423 0 -1 4202560 26 934 0 0 0 0 0 0 21 0 14 0 527107943 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 0 0 0 0
[pid=15094/tid=15124] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15124/stat : 15124 (python) S 15092 15094 14423 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 14 0 527107947 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 5 0 0 0
[pid=15094/tid=15127] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15127/stat : 15127 (python) S 15092 15094 14423 0 -1 4202560 23 934 0 0 0 0 0 0 23 0 14 0 527107952 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 0 0 0 0
[pid=15094/tid=15130] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15130/stat : 15130 (python) S 15092 15094 14423 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 14 0 527107957 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 0 0 0 0
[pid=15094/tid=15133] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15133/stat : 15133 (python) S 15092 15094 14423 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 14 0 527107962 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 0 0 0 0
[pid=15094/tid=15136] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15136/stat : 15136 (python) S 15092 15094 14423 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 14 0 527107966 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 7 0 0 0
[pid=15094/tid=15143] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15143/stat : 15143 (python) S 15092 15094 14423 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 14 0 527117865 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 0 0 0 0
[pid=15094/tid=15148] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15148/stat : 15148 (python) S 15092 15094 14423 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 14 0 527117969 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 6 0 0 0
[pid=15094/tid=15151] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15151/stat : 15151 (python) S 15092 15094 14423 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 14 0 527117975 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 7 0 0 0
[pid=15094/tid=15158] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15158/stat : 15158 (python) S 15092 15094 14423 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 14 0 527127517 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 0 0 0 0
[pid=15094/tid=15174] ppid=15092 vsize=1126956 CPUtime=0 cores=0-7
/proc/15094/task/15174/stat : 15174 (python) S 15092 15094 14423 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 14 0 527166854 1154002944 185914 33554432000 4194304 5683644 140736342275936 18446744073709551615 212051478961 0 0 16781312 2 18446604453963583616 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5943.2
Current children cumulated vsize (KiB) 31745024

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 15094 and gives
#  childrusage.ru_utime.tv_sec=530
#  childrusage.ru_utime.tv_usec=546344
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=85682
# CPU time returned by wait4() is 532.632
# while last known CPU time is 5943.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1210.35
CPU time (s): 5943.2
CPU user time (s): 5928.92
CPU system time (s): 14.28
CPU usage (%): 491.03
Max. virtual memory (cumulated for all children) (KiB): 31745024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 530.546
system time used= 2.08568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1391627
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= 3111
involuntary context switches= 1090

runsolver used 4.94225 second user time and 11.3053 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-02 16:26:22
IDJOB=3321567
IDBENCH=82371
IDSOLVER=1710
FILE ID=node146/3321567-1304346377
RUNJOBID= node146-1304337556-14437
PBS_JOBID= 13178039
Free space on /tmp= 73308 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.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-3321567-1304346377/watcher-3321567-1304346377 -o /tmp/evaluation-result-3321567-1304346377/solver-3321567-1304346377 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321567-1304346377.cnf -seed 1954095907 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=1954095907

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24303468 kB
Buffers:        214676 kB
Cached:        1544032 kB
SwapCached:      35936 kB
Active:        6046204 kB
Inactive:      2263008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24303468 kB
SwapTotal:    67111528 kB
SwapFree:     66779152 kB
Dirty:          190992 kB
Writeback:           0 kB
AnonPages:     6515344 kB
Mapped:          21160 kB
Slab:           245100 kB
PageTables:      29416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 49311428 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= 73280 MiB
End job on node146 at 2011-05-02 16:46:37