Trace number 3498436

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 5000.04 4993.06

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16550.6
Satisfiable
(Un)Satisfiability was proved
Number of variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3498436-1307954078.cnf
0.36/0.67	c INFO: computing task features
0.64/0.92	c INFO: computed variable-clause graph statistics
0.64/0.94	c INFO: computed clause balance statistics
2.04/2.31	c INFO: computed variable balance statistics
3.04/3.32	c INFO: computed small-clause counts
3.04/3.33	c INFO: computed Horn-clause counts
3.94/4.22	c INFO: computed variable graph statistics
3.94/4.22	c INFO: collected features for HOME/instance-3498436-1307954078.cnf in 3.54 s
3.94/4.24	c INFO: running lingeling-276@0 for 97 with 4996 remaining (b = 0.32)
104.13/104.37	c INFO: running cryptominisat-2.9.0@0 for 485 with 4896 remaining (b = 0.33)
595.14/594.60	c INFO: running lingeling-276@100 for 97 with 4406 remaining (b = 0.13)
692.35/691.73	c INFO: running SApperloT@0 for 97 with 4309 remaining (b = 0.12)
792.55/791.88	c INFO: running lingeling-276@197 for 97 with 4209 remaining (b = 0.13)
889.88/889.00	c INFO: running lingeling-276@0 for 194 with 4112 remaining (b = 0.19)
1086.32/1085.25	c INFO: running lingeling-276@196 for 97 with 3915 remaining (b = 0.09)
1181.54/1180.38	c INFO: running cryptominisat-2.9.0@489 for 97 with 3820 remaining (b = 0.08)
1278.86/1277.53	c INFO: running precosat-570@0 for 291 with 3723 remaining (b = 0.19)
1570.66/1568.91	c INFO: running lingeling-276@294 for 194 with 3432 remaining (b = 0.12)
1764.12/1762.15	c INFO: running cryptominisat-2.9.0@0 for 485 with 3239 remaining (b = 0.23)
2255.73/2253.04	c INFO: running lingeling-276@0 for 97 with 2748 remaining (b = 0.06)
2355.93/2353.18	c INFO: running lingeling-276@487 for 97 with 2648 remaining (b = 0.04)
2453.29/2450.32	c INFO: running lingeling-276@100 for 97 with 2551 remaining (b = 0.04)
2550.51/2547.45	c INFO: running cryptominisat-2.9.0@490 for 97 with 2454 remaining (b = 0.05)
2647.90/2644.60	c INFO: running precosat-570@291 for 97 with 2356 remaining (b = 0.05)
2750.15/2746.75	c INFO: running lingeling-276@291 for 194 with 2254 remaining (b = 0.08)
2949.73/2946.00	c INFO: running precosat-570@0 for 194 with 2055 remaining (b = 0.08)
3146.19/3142.28	c INFO: running precosat-570@393 for 388 with 1859 remaining (b = 0.14)
3531.37/3526.84	c INFO: running precosat-570@196 for 97 with 1474 remaining (b = 0.04)
3628.66/3623.98	c INFO: running cryptominisat-2.9.0@586 for 1377 with 1377 remaining (b = 0.38)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 1.94 1.28 2/184 7023
/proc/meminfo: memFree=12352948/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/7023/stat : 7023 (python) S 7021 7023 6852 0 -1 4202496 728 0 0 0 0 0 0 0 17 0 1 0 907005695 15548416 616 33554432000 4194304 5683644 140735494326896 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/7023/statm: 3796 616 322 364 0 283 0

[startup+0.0760889 s]
/proc/loadavg: 2.03 1.94 1.28 2/184 7023
/proc/meminfo: memFree=12352948/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=43624 CPUtime=0.04 cores=0,2,4,6
/proc/7023/stat : 7023 (python) R 7021 7023 6852 0 -1 4202496 1881 0 0 0 4 0 0 0 17 0 1 0 907005695 44670976 1654 33554432000 4194304 5683644 140735494326896 18446744073709551615 271550535680 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7023/statm: 10906 1654 467 364 0 1171 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 43624

[startup+0.101105 s]
/proc/loadavg: 2.03 1.94 1.28 2/184 7023
/proc/meminfo: memFree=12352948/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=89772 CPUtime=0.06 cores=0,2,4,6
/proc/7023/stat : 7023 (python) S 7021 7023 6852 0 -1 4202496 2674 0 0 0 5 1 0 0 17 0 1 0 907005695 91926528 2388 33554432000 4194304 5683644 140735494326896 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/7023/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89772

[startup+0.30105 s]
/proc/loadavg: 2.03 1.94 1.28 2/184 7023
/proc/meminfo: memFree=12352948/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/7023/stat : 7023 (python) S 7021 7023 6852 0 -1 4202496 5972 931 1 0 14 4 0 0 17 0 1 0 907005695 139010048 4150 33554432000 4194304 5683644 140735494326896 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/7023/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700993 s]
/proc/loadavg: 2.03 1.94 1.28 2/184 7023
/proc/meminfo: memFree=12352948/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=281604 CPUtime=0.44 cores=0,2,4,6
/proc/7023/stat : 7023 (python) R 7021 7023 6852 0 -1 4202496 10054 931 1 0 33 11 0 0 16 0 1 0 907005695 288362496 7725 33554432000 4194304 5683644 140735494326896 18446744073709551615 4960848 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7023/statm: 70401 7725 1761 364 0 6325 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 281604

[startup+1.50087 s]
/proc/loadavg: 2.03 1.94 1.28 3/185 7028
/proc/meminfo: memFree=12314648/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=294632 CPUtime=1.24 cores=0,2,4,6
/proc/7023/stat : 7023 (python) R 7021 7023 6852 0 -1 4202496 16477 931 1 0 113 11 0 0 17 0 1 0 907005695 301703168 11042 33554432000 4194304 5683644 140735494326896 18446744073709551615 4562996 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7023/statm: 73658 11042 1826 364 0 9582 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 294632

[startup+3.10056 s]
/proc/loadavg: 2.03 1.94 1.28 3/185 7028
/proc/meminfo: memFree=12314836/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=294632 CPUtime=2.84 cores=0,2,4,6
/proc/7023/stat : 7023 (python) R 7021 7023 6852 0 -1 4202496 16478 931 1 0 273 11 0 0 19 0 1 0 907005695 301703168 11043 33554432000 4194304 5683644 140735494326896 18446744073709551615 271553946281 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7023/statm: 73658 11043 1827 364 0 9582 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 294632

[startup+6.30102 s]
/proc/loadavg: 2.03 1.94 1.28 3/188 7031
/proc/meminfo: memFree=12307448/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=301472 CPUtime=3.98 cores=0,2,4,6
/proc/7023/stat : 7023 (python) S 7021 7023 6852 0 -1 4202496 17191 931 1 0 387 11 0 0 24 0 2 0 907005695 308707328 10270 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7023/statm: 75368 10270 1875 364 0 11286 0
[pid=7029] ppid=7023 vsize=291228 CPUtime=0 cores=0,2,4,6
/proc/7029/stat : 7029 (python) S 7023 7023 6852 0 -1 4202560 804 0 0 0 0 0 0 0 18 0 1 0 907006119 298217472 8749 33554432000 4194304 5683644 140735494326896 18446744073709551615 271550557711 0 0 16781312 514 4083510873308496132 0 0 17 2 0 0 0
/proc/7029/statm: 72807 8749 358 364 0 8725 0
[pid=7031] ppid=7029 vsize=10592 CPUtime=2.04 cores=0,2,4,6
/proc/7031/stat : 7031 (lingeling) R 7029 7031 7031 0 -1 4202496 3516 0 0 0 204 0 0 0 25 0 1 0 907006120 10846208 1817 33554432000 4194304 4352236 140736804949744 18446744073709551615 4280925 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7031/statm: 2648 1817 128 39 0 1728 0
[pid=7023/tid=7030] ppid=7021 vsize=301472 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7030/stat : 7030 (python) S 7021 7023 6852 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 2 0 907006120 308707328 10270 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 603292

[startup+12.7009 s]
/proc/loadavg: 2.03 1.94 1.29 3/188 7031
/proc/meminfo: memFree=12306364/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=301472 CPUtime=3.98 cores=0,2,4,6
/proc/7023/stat : 7023 (python) S 7021 7023 6852 0 -1 4202496 17191 931 1 0 387 11 0 0 24 0 2 0 907005695 308707328 10270 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7023/statm: 75368 10270 1875 364 0 11286 0
[pid=7029] ppid=7023 vsize=291228 CPUtime=0 cores=0,2,4,6
/proc/7029/stat : 7029 (python) S 7023 7023 6852 0 -1 4202560 954 0 0 0 0 0 0 0 18 0 1 0 907006119 298217472 8771 33554432000 4194304 5683644 140735494326896 18446744073709551615 271550557711 0 0 16781312 514 4083510873308496132 0 0 17 2 0 0 0
/proc/7029/statm: 72807 8771 380 364 0 8725 0
[pid=7031] ppid=7029 vsize=13332 CPUtime=8.44 cores=0,2,4,6
/proc/7031/stat : 7031 (lingeling) R 7029 7031 7031 0 -1 4202496 4201 0 0 0 844 0 0 0 25 0 1 0 907006120 13651968 2502 33554432000 4194304 4352236 140736804949744 18446744073709551615 4257350 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7031/statm: 3333 2502 128 39 0 2413 0
[pid=7023/tid=7030] ppid=7021 vsize=301472 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7030/stat : 7030 (python) S 7021 7023 6852 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 2 0 907006120 308707328 10270 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 606032

[startup+25.5005 s]
/proc/loadavg: 2.02 1.94 1.30 3/188 7031
/proc/meminfo: memFree=12303620/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=301472 CPUtime=3.98 cores=0,2,4,6
/proc/7023/stat : 7023 (python) S 7021 7023 6852 0 -1 4202496 17191 931 1 0 387 11 0 0 24 0 2 0 907005695 308707328 10270 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7023/statm: 75368 10270 1875 364 0 11286 0
[pid=7029] ppid=7023 vsize=291228 CPUtime=0.01 cores=0,2,4,6
/proc/7029/stat : 7029 (python) S 7023 7023 6852 0 -1 4202560 960 0 0 0 1 0 0 0 18 0 1 0 907006119 298217472 8772 33554432000 4194304 5683644 140735494326896 18446744073709551615 271550557711 0 0 16781312 514 10961779085205799172 0 0 17 2 0 0 0
/proc/7029/statm: 72807 8772 381 364 0 8725 0
[pid=7031] ppid=7029 vsize=15300 CPUtime=21.24 cores=0,2,4,6
/proc/7031/stat : 7031 (lingeling) R 7029 7031 7031 0 -1 4202496 4693 0 0 0 2124 0 0 0 25 0 1 0 907006120 15667200 2994 33554432000 4194304 4352236 140736804949744 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7031/statm: 3825 2994 128 39 0 2905 0
[pid=7023/tid=7030] ppid=7021 vsize=301472 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7030/stat : 7030 (python) S 7021 7023 6852 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 2 0 907006120 308707328 10270 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 608000

[startup+51.1009 s]
/proc/loadavg: 2.01 1.94 1.31 3/192 7036
/proc/meminfo: memFree=12142644/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=301472 CPUtime=3.98 cores=0,2,4,6
/proc/7023/stat : 7023 (python) S 7021 7023 6852 0 -1 4202496 17191 931 1 0 387 11 0 0 24 0 2 0 907005695 308707328 10270 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7023/statm: 75368 10270 1875 364 0 11286 0
[pid=7029] ppid=7023 vsize=291228 CPUtime=0.05 cores=0,2,4,6
/proc/7029/stat : 7029 (python) S 7023 7023 6852 0 -1 4202560 970 0 0 0 3 2 0 0 18 0 1 0 907006119 298217472 8772 33554432000 4194304 5683644 140735494326896 18446744073709551615 271550557711 0 0 16781312 514 10961779085205799172 0 0 17 2 0 0 0
/proc/7029/statm: 72807 8772 381 364 0 8725 0
[pid=7031] ppid=7029 vsize=19656 CPUtime=46.84 cores=0,2,4,6
/proc/7031/stat : 7031 (lingeling) R 7029 7031 7031 0 -1 4202496 5782 0 0 0 4684 0 0 0 25 0 1 0 907006120 20127744 4083 33554432000 4194304 4352236 140736804949744 18446744073709551615 4295408 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7031/statm: 4914 4083 128 39 0 3994 0
[pid=7023/tid=7030] ppid=7021 vsize=301472 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7030/stat : 7030 (python) S 7021 7023 6852 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 2 0 907006120 308707328 10270 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 612356

[startup+102.306 s]
/proc/loadavg: 2.09 1.98 1.36 3/192 7037
/proc/meminfo: memFree=12023392/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=301472 CPUtime=3.98 cores=0,2,4,6
/proc/7023/stat : 7023 (python) S 7021 7023 6852 0 -1 4202496 17191 931 1 0 387 11 0 0 24 0 2 0 907005695 308707328 10270 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7023/statm: 75368 10270 1875 364 0 11286 0
[pid=7029] ppid=7023 vsize=291228 CPUtime=0.1 cores=0,2,4,6
/proc/7029/stat : 7029 (python) S 7023 7023 6852 0 -1 4202560 986 0 0 0 6 4 0 0 18 0 1 0 907006119 298217472 8772 33554432000 4194304 5683644 140735494326896 18446744073709551615 271550557711 0 0 16781312 514 10961779085205799172 0 0 17 2 0 0 0
/proc/7029/statm: 72807 8772 381 364 0 8725 0
[pid=7031] ppid=7029 vsize=20512 CPUtime=98.06 cores=0,2,4,6
/proc/7031/stat : 7031 (lingeling) R 7029 7031 7031 0 -1 4202496 8044 0 0 0 9805 1 0 0 25 0 1 0 907006120 21004288 4297 33554432000 4194304 4352236 140736804949744 18446744073709551615 4328395 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7031/statm: 5128 4297 128 39 0 4208 0
[pid=7023/tid=7030] ppid=7021 vsize=301472 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7030/stat : 7030 (python) S 7021 7023 6852 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 2 0 907006120 308707328 10270 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 613212

[startup+162.301 s]
/proc/loadavg: 2.08 1.99 1.40 3/196 7043
/proc/meminfo: memFree=11844392/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=311728 CPUtime=4.01 cores=0,2,4,6
/proc/7023/stat : 7023 (python) S 7021 7023 6852 0 -1 4202496 17954 931 1 0 389 12 0 0 20 0 3 0 907005695 319209472 10277 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7023/statm: 77932 10277 1878 364 0 13847 0
[pid=7029] ppid=7023 vsize=301472 CPUtime=0.11 cores=0,2,4,6
/proc/7029/stat : 7029 (python) S 7023 7023 6852 0 -1 4202560 1146 0 0 0 7 4 0 0 19 0 2 0 907006119 308707328 8810 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7029/statm: 75368 8810 414 364 0 11286 0
[pid=7031] ppid=7029 vsize=26656 CPUtime=100.1 cores=0,2,4,6
/proc/7031/stat : 7031 (lingeling) T 7029 7031 7031 0 -1 4202496 9580 0 0 0 10009 1 0 0 25 0 1 0 907006120 27295744 5833 33554432000 4194304 4352236 140736804949744 18446744073709551615 4231303 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/7031/statm: 6664 5833 128 39 0 5744 0
[pid=7029/tid=7039] ppid=7023 vsize=301472 CPUtime=0 cores=0,2,4,6
/proc/7029/task/7039/stat : 7039 (python) S 7023 7023 6852 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907016130 308707328 8810 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453863459712 0 0 -1 2 0 0 0
[pid=7040] ppid=7023 vsize=301484 CPUtime=0.08 cores=0,2,4,6
/proc/7040/stat : 7040 (python) S 7023 7023 6852 0 -1 4202560 940 0 0 0 4 4 0 0 15 0 1 0 907016132 308719616 8765 33554432000 4194304 5683644 140735494326896 18446744073709551615 271550557766 0 0 16781312 514 10961779085205799172 0 0 17 0 0 0 0
/proc/7040/statm: 75371 8765 370 364 0 11286 0
[pid=7042] ppid=7040 vsize=123240 CPUtime=57.91 cores=0,2,4,6
/proc/7042/stat : 7042 (cryptominisat-2) R 7040 7042 7042 0 -1 4202496 52381 0 0 0 5783 8 0 0 25 0 1 0 907016133 126197760 24165 33554432000 4194304 4677096 140735711252896 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7042/statm: 30810 24165 393 118 0 25769 0
[pid=7023/tid=7030] ppid=7021 vsize=311728 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7030/stat : 7030 (python) S 7021 7023 6852 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 3 0 907006120 319209472 10277 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 6 0 0 0
[pid=7023/tid=7041] ppid=7021 vsize=311728 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7041/stat : 7041 (python) S 7021 7023 6852 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 907016133 319209472 10277 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1064580

[startup+222.301 s]
/proc/loadavg: 2.03 1.99 1.43 3/196 7045
/proc/meminfo: memFree=11720472/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=311728 CPUtime=4.01 cores=0,2,4,6
/proc/7023/stat : 7023 (python) S 7021 7023 6852 0 -1 4202496 17954 931 1 0 389 12 0 0 20 0 3 0 907005695 319209472 10277 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7023/statm: 77932 10277 1878 364 0 13847 0

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

[pid=7069] ppid=7023 vsize=321996 CPUtime=0.64 cores=0,2,4,6
/proc/7069/stat : 7069 (python) S 7023 7023 6852 0 -1 4202560 1163 0 0 0 36 28 0 0 18 0 2 0 907094596 329723904 8803 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7069/statm: 80499 8803 399 364 0 16408 0
[pid=7071] ppid=7069 vsize=30104 CPUtime=490.57 cores=0,2,4,6
/proc/7071/stat : 7071 (lingeling) T 7069 7071 7071 0 -1 4202496 27980 0 0 0 49054 3 0 0 25 0 1 0 907094596 30826496 6695 33554432000 4194304 4352236 140737095649696 18446744073709551615 4278833 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/7071/statm: 7526 6695 128 39 0 6606 0
[pid=7069/tid=7082] ppid=7023 vsize=321996 CPUtime=0 cores=0,2,4,6
/proc/7069/task/7082/stat : 7082 (python) S 7023 7023 6852 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907114218 329723904 8803 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453875025856 0 0 -1 2 0 0 0
[pid=7092] ppid=7023 vsize=332252 CPUtime=1.14 cores=0,2,4,6
/proc/7092/stat : 7092 (python) S 7023 7023 6852 0 -1 4202560 1168 0 0 0 65 49 0 0 18 0 2 0 907133449 340226048 8807 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7092/statm: 83063 8807 399 364 0 18969 0
[pid=7094] ppid=7092 vsize=62792 CPUtime=778 cores=0,2,4,6
/proc/7094/stat : 7094 (precosat) T 7092 7094 7094 0 -1 4202496 21457 0 0 0 77796 4 0 0 25 0 1 0 907133449 64299008 15336 33554432000 4194304 4890832 140733480959616 18446744073709551615 4238673 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/7094/statm: 15698 15336 86 171 0 15525 0
[pid=7092/tid=7106] ppid=7023 vsize=332252 CPUtime=0 cores=0,2,4,6
/proc/7092/task/7106/stat : 7106 (python) S 7023 7023 6852 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907162584 340226048 8807 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453955095552 0 0 -1 6 0 0 0
[pid=7122] ppid=7023 vsize=342508 CPUtime=0.89 cores=0,2,4,6
/proc/7122/stat : 7122 (python) S 7023 7023 6852 0 -1 4202560 1187 0 0 0 51 38 0 0 15 0 2 0 907181911 350728192 8812 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7122/statm: 85627 8812 400 364 0 21530 0
[pid=7124] ppid=7122 vsize=267220 CPUtime=588 cores=0,2,4,6
/proc/7124/stat : 7124 (cryptominisat-2) T 7122 7124 7124 0 -1 4202496 204020 0 0 0 58764 36 0 0 25 0 1 0 907181911 273633280 45062 33554432000 4194304 4677096 140734842945184 18446744073709551615 4320155 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/7124/statm: 66805 45062 393 118 0 61764 0
[pid=7122/tid=7144] ppid=7023 vsize=342508 CPUtime=0 cores=0,2,4,6
/proc/7122/task/7144/stat : 7144 (python) S 7023 7023 6852 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907230998 350728192 8812 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453911630080 0 0 -1 0 0 0 0
[pid=7145] ppid=7023 vsize=352764 CPUtime=0.27 cores=0,2,4,6
/proc/7145/stat : 7145 (python) S 7023 7023 6852 0 -1 4202560 1146 0 0 0 14 13 0 0 18 0 2 0 907230999 361230336 8815 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7145/statm: 88191 8815 399 364 0 24091 0
[pid=7147] ppid=7145 vsize=26072 CPUtime=197.22 cores=0,2,4,6
/proc/7147/stat : 7147 (lingeling) T 7145 7147 7147 0 -1 4202496 13783 0 0 0 19721 1 0 0 25 0 1 0 907231000 26697728 5687 33554432000 4194304 4352236 140733423829904 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/7147/statm: 6518 5687 128 39 0 5598 0
[pid=7145/tid=7154] ppid=7023 vsize=352764 CPUtime=0 cores=0,2,4,6
/proc/7145/task/7154/stat : 7154 (python) S 7023 7023 6852 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907241012 361230336 8815 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453885870336 0 0 -1 0 0 0 0
[pid=7175] ppid=7023 vsize=363020 CPUtime=0.44 cores=0,2,4,6
/proc/7175/stat : 7175 (python) S 7023 7023 6852 0 -1 4202560 1220 0 0 0 24 20 0 0 18 0 2 0 907300295 371732480 8825 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7175/statm: 90755 8825 405 364 0 26652 0
[pid=7177] ppid=7175 vsize=46628 CPUtime=293.4 cores=0,2,4,6
/proc/7177/stat : 7177 (precosat) T 7175 7177 7177 0 -1 4202496 14892 0 0 0 29338 2 0 0 25 0 1 0 907300296 47747072 11277 33554432000 4194304 4890832 140737367371776 18446744073709551615 4246393 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/7177/statm: 11657 11277 86 171 0 11484 0
[pid=7175/tid=7185] ppid=7023 vsize=363020 CPUtime=0 cores=0,2,4,6
/proc/7175/task/7185/stat : 7185 (python) S 7023 7023 6852 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 907319922 371732480 8825 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453889811776 0 0 -1 2 0 0 0
[pid=7023/tid=7030] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7030/stat : 7030 (python) S 7021 7023 6852 0 -1 4202560 45 931 0 0 0 0 0 0 18 0 9 0 907006120 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 6 0 0 0
[pid=7023/tid=7041] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7041/stat : 7041 (python) S 7021 7023 6852 0 -1 4202560 36 931 0 0 0 0 0 0 18 0 9 0 907016133 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 0 0 0 0
[pid=7023/tid=7061] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7061/stat : 7061 (python) S 7021 7023 6852 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 9 0 907074868 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 0 0 0 0
[pid=7023/tid=7070] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7070/stat : 7070 (python) S 7021 7023 6852 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 9 0 907094596 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 0 0 0 0
[pid=7023/tid=7093] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7093/stat : 7093 (python) S 7021 7023 6852 0 -1 4202560 39 931 0 0 0 0 0 0 18 0 9 0 907133449 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 2 0 0 0
[pid=7023/tid=7123] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7123/stat : 7123 (python) S 7021 7023 6852 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 9 0 907181911 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 2 0 0 0
[pid=7023/tid=7146] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7146/stat : 7146 (python) S 7021 7023 6852 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 907231000 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 2 0 0 0
[pid=7023/tid=7176] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7176/stat : 7176 (python) S 7021 7023 6852 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 9 0 907300296 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4969.28
Current children cumulated vsize (KiB) 3844900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993 s]
/proc/loadavg: 1.40 1.85 1.94 2/208 7263
/proc/meminfo: memFree=11689040/32951124 swapFree=67054536/67111528
[pid=7023] ppid=7021 vsize=373264 CPUtime=4.38 cores=0,2,4,6
/proc/7023/stat : 7023 (python) S 7021 7023 6852 0 -1 4202496 23711 931 1 0 424 14 0 0 18 0 9 0 907005695 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7023/statm: 93316 10313 1890 364 0 29213 0
[pid=7029] ppid=7023 vsize=301472 CPUtime=0.75 cores=0,2,4,6
/proc/7029/stat : 7029 (python) S 7023 7023 6852 0 -1 4202560 1224 0 0 0 43 32 0 0 18 0 2 0 907006119 308707328 8811 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7029/statm: 75368 8811 415 364 0 11286 0
[pid=7031] ppid=7029 vsize=33836 CPUtime=584.66 cores=0,2,4,6
/proc/7031/stat : 7031 (lingeling) T 7029 7031 7031 0 -1 4202496 41840 0 0 0 58462 4 0 0 25 0 1 0 907006120 34648064 7628 33554432000 4194304 4352236 140736804949744 18446744073709551615 4328022 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/7031/statm: 8459 7628 128 39 0 7539 0
[pid=7029/tid=7039] ppid=7023 vsize=301472 CPUtime=0 cores=0,2,4,6
/proc/7029/task/7039/stat : 7039 (python) S 7023 7023 6852 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907016130 308707328 8811 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453863459712 0 0 -1 2 0 0 0
[pid=7040] ppid=7023 vsize=301484 CPUtime=3.05 cores=0,2,4,6
/proc/7040/stat : 7040 (python) S 7023 7023 6852 0 -1 4202560 1165 0 0 0 167 138 0 0 15 0 2 0 907016132 308719616 8795 33554432000 4194304 5683644 140735494326896 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7040/statm: 75371 8795 399 364 0 11286 0
[pid=7042] ppid=7040 vsize=428156 CPUtime=1956.41 cores=0,2,4,6
/proc/7042/stat : 7042 (cryptominisat-2) R 7040 7042 7042 0 -1 4202496 510264 0 0 0 195544 97 0 0 25 0 1 0 907016133 438431744 78923 33554432000 4194304 4677096 140735711252896 18446744073709551615 4334285 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7042/statm: 107039 78923 393 118 0 101998 0
[pid=7040/tid=7057] ppid=7023 vsize=301484 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7057/stat : 7057 (python) S 7023 7023 6852 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 2 0 907065153 308719616 8795 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453876204736 0 0 -1 0 0 0 0
[pid=7060] ppid=7023 vsize=311740 CPUtime=0.11 cores=0,2,4,6
/proc/7060/stat : 7060 (python) S 7023 7023 6852 0 -1 4202560 1108 0 0 0 7 4 0 0 19 0 2 0 907074868 319221760 8799 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7060/statm: 77935 8799 399 364 0 13847 0
[pid=7062] ppid=7060 vsize=38152 CPUtime=100.11 cores=0,2,4,6
/proc/7062/stat : 7062 (SApperloT-base) T 7060 7062 7062 0 -1 4202496 8959 0 0 0 10010 1 0 0 25 0 1 0 907074869 39067648 8582 33554432000 134512640 135674940 4289081056 18446744073709551615 134564628 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7062/statm: 9538 8582 100 284 0 9252 0
[pid=7060/tid=7066] ppid=7023 vsize=311740 CPUtime=0 cores=0,2,4,6
/proc/7060/task/7066/stat : 7066 (python) S 7023 7023 6852 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 907084880 319221760 8799 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604444054345856 0 0 -1 2 0 0 0
[pid=7069] ppid=7023 vsize=321996 CPUtime=0.64 cores=0,2,4,6
/proc/7069/stat : 7069 (python) S 7023 7023 6852 0 -1 4202560 1163 0 0 0 36 28 0 0 18 0 2 0 907094596 329723904 8803 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7069/statm: 80499 8803 399 364 0 16408 0
[pid=7071] ppid=7069 vsize=30104 CPUtime=490.57 cores=0,2,4,6
/proc/7071/stat : 7071 (lingeling) T 7069 7071 7071 0 -1 4202496 27980 0 0 0 49054 3 0 0 25 0 1 0 907094596 30826496 6695 33554432000 4194304 4352236 140737095649696 18446744073709551615 4278833 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/7071/statm: 7526 6695 128 39 0 6606 0
[pid=7069/tid=7082] ppid=7023 vsize=321996 CPUtime=0 cores=0,2,4,6
/proc/7069/task/7082/stat : 7082 (python) S 7023 7023 6852 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907114218 329723904 8803 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453875025856 0 0 -1 2 0 0 0
[pid=7092] ppid=7023 vsize=332252 CPUtime=1.14 cores=0,2,4,6
/proc/7092/stat : 7092 (python) S 7023 7023 6852 0 -1 4202560 1168 0 0 0 65 49 0 0 18 0 2 0 907133449 340226048 8807 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7092/statm: 83063 8807 399 364 0 18969 0
[pid=7094] ppid=7092 vsize=62792 CPUtime=778 cores=0,2,4,6
/proc/7094/stat : 7094 (precosat) T 7092 7094 7094 0 -1 4202496 21457 0 0 0 77796 4 0 0 25 0 1 0 907133449 64299008 15336 33554432000 4194304 4890832 140733480959616 18446744073709551615 4238673 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/7094/statm: 15698 15336 86 171 0 15525 0
[pid=7092/tid=7106] ppid=7023 vsize=332252 CPUtime=0 cores=0,2,4,6
/proc/7092/task/7106/stat : 7106 (python) S 7023 7023 6852 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907162584 340226048 8807 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453955095552 0 0 -1 6 0 0 0
[pid=7122] ppid=7023 vsize=342508 CPUtime=0.89 cores=0,2,4,6
/proc/7122/stat : 7122 (python) S 7023 7023 6852 0 -1 4202560 1187 0 0 0 51 38 0 0 15 0 2 0 907181911 350728192 8812 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7122/statm: 85627 8812 400 364 0 21530 0
[pid=7124] ppid=7122 vsize=267220 CPUtime=588 cores=0,2,4,6
/proc/7124/stat : 7124 (cryptominisat-2) T 7122 7124 7124 0 -1 4202496 204020 0 0 0 58764 36 0 0 25 0 1 0 907181911 273633280 45062 33554432000 4194304 4677096 140734842945184 18446744073709551615 4320155 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/7124/statm: 66805 45062 393 118 0 61764 0
[pid=7122/tid=7144] ppid=7023 vsize=342508 CPUtime=0 cores=0,2,4,6
/proc/7122/task/7144/stat : 7144 (python) S 7023 7023 6852 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907230998 350728192 8812 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453911630080 0 0 -1 0 0 0 0
[pid=7145] ppid=7023 vsize=352764 CPUtime=0.27 cores=0,2,4,6
/proc/7145/stat : 7145 (python) S 7023 7023 6852 0 -1 4202560 1146 0 0 0 14 13 0 0 18 0 2 0 907230999 361230336 8815 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7145/statm: 88191 8815 399 364 0 24091 0
[pid=7147] ppid=7145 vsize=26072 CPUtime=197.22 cores=0,2,4,6
/proc/7147/stat : 7147 (lingeling) T 7145 7147 7147 0 -1 4202496 13783 0 0 0 19721 1 0 0 25 0 1 0 907231000 26697728 5687 33554432000 4194304 4352236 140733423829904 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/7147/statm: 6518 5687 128 39 0 5598 0
[pid=7145/tid=7154] ppid=7023 vsize=352764 CPUtime=0 cores=0,2,4,6
/proc/7145/task/7154/stat : 7154 (python) S 7023 7023 6852 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907241012 361230336 8815 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453885870336 0 0 -1 0 0 0 0
[pid=7175] ppid=7023 vsize=363020 CPUtime=0.44 cores=0,2,4,6
/proc/7175/stat : 7175 (python) S 7023 7023 6852 0 -1 4202560 1220 0 0 0 24 20 0 0 18 0 2 0 907300295 371732480 8825 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7175/statm: 90755 8825 405 364 0 26652 0
[pid=7177] ppid=7175 vsize=46628 CPUtime=293.4 cores=0,2,4,6
/proc/7177/stat : 7177 (precosat) T 7175 7177 7177 0 -1 4202496 14892 0 0 0 29338 2 0 0 25 0 1 0 907300296 47747072 11277 33554432000 4194304 4890832 140737367371776 18446744073709551615 4246393 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/7177/statm: 11657 11277 86 171 0 11484 0
[pid=7175/tid=7185] ppid=7023 vsize=363020 CPUtime=0 cores=0,2,4,6
/proc/7175/task/7185/stat : 7185 (python) S 7023 7023 6852 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 907319922 371732480 8825 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 514 18446604453889811776 0 0 -1 2 0 0 0
[pid=7023/tid=7030] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7030/stat : 7030 (python) S 7021 7023 6852 0 -1 4202560 45 931 0 0 0 0 0 0 18 0 9 0 907006120 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 6 0 0 0
[pid=7023/tid=7041] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7041/stat : 7041 (python) S 7021 7023 6852 0 -1 4202560 36 931 0 0 0 0 0 0 18 0 9 0 907016133 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 0 0 0 0
[pid=7023/tid=7061] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7061/stat : 7061 (python) S 7021 7023 6852 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 9 0 907074868 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 0 0 0 0
[pid=7023/tid=7070] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7070/stat : 7070 (python) S 7021 7023 6852 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 9 0 907094596 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 0 0 0 0
[pid=7023/tid=7093] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7093/stat : 7093 (python) S 7021 7023 6852 0 -1 4202560 39 931 0 0 0 0 0 0 18 0 9 0 907133449 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 2 0 0 0
[pid=7023/tid=7123] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7123/stat : 7123 (python) S 7021 7023 6852 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 9 0 907181911 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 2 0 0 0
[pid=7023/tid=7146] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7146/stat : 7146 (python) S 7021 7023 6852 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 907231000 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 2 0 0 0
[pid=7023/tid=7176] ppid=7021 vsize=373264 CPUtime=0 cores=0,2,4,6
/proc/7023/task/7176/stat : 7176 (python) S 7021 7023 6852 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 9 0 907300296 382222336 10313 33554432000 4194304 5683644 140735494326896 18446744073709551615 271562361265 0 0 16781312 2 18446604444054344064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 3933460

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 7023 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=243354
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=145977
# CPU time returned by wait4() is 4.38933
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.06
CPU time (s): 5000.04
CPU user time (s): 4995.2
CPU system time (s): 4.84
CPU usage (%): 100.14
Max. virtual memory (cumulated for all children) (KiB): 3933460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.24335
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24645
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= 2899
involuntary context switches= 84

runsolver used 18.0503 second user time and 34.7017 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-13 10:34:38
IDJOB=3498436
IDBENCH=83108
IDSOLVER=1991
FILE ID=node133/3498436-1307954078
RUNJOBID= node133-1307953117-6870
PBS_JOBID= 13559695
Free space on /var/tmp= 2860 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom15.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498436-1307954078/watcher-3498436-1307954078 -o /var/tmp/evaluation-result-3498436-1307954078/solver-3498436-1307954078 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498436-1307954078.cnf -seed 956037247 -budget 5000

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=956037247

node133.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.834
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.834
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.834
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.82
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.834
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	: 6741.12
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.834
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.834
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.834
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.74
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.834
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:      12352880 kB
Buffers:         98500 kB
Cached:       19705092 kB
SwapCached:      10288 kB
Active:        4440960 kB
Inactive:     15476900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12352880 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:           34332 kB
Writeback:         108 kB
AnonPages:      112224 kB
Mapped:          18480 kB
Slab:           615648 kB
PageTables:       6172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   379892 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2864 MiB
End job on node133 at 2011-06-13 11:57:53