Trace number 3317895

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (TO) 4800.28 1205.46

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 benchmark
Best CPU time to get the best result obtained on this benchmark
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.34/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.69	c INFO: solving HOME/instance-3317895-1304269844.cnf
0.34/0.69	c INFO: computing task features
0.62/0.96	c INFO: computed variable-clause graph statistics
0.62/0.97	c INFO: computed clause balance statistics
2.02/2.39	c INFO: computed variable balance statistics
3.12/3.42	c INFO: computed small-clause counts
3.12/3.43	c INFO: computed Horn-clause counts
4.02/4.31	c INFO: computed variable graph statistics
4.02/4.31	c INFO: collected features for HOME/instance-3317895-1304269844.cnf in 3.61 s
4.02/4.34	c INFO: running lingeling-276@0 for 97 with 4796 remaining (b = 0.32)
4.02/4.36	c INFO: running cryptominisat-2.9.0@0 for 485 with 4796 remaining (b = 0.33)
4.02/4.39	c INFO: running lingeling-276@0 for 1261 with 4796 remaining (b = 0.48)
4.12/4.41	c INFO: running lingeling-276@0 for 1261 with 4796 remaining (b = 0.42)
403.60/104.48	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4696 remaining (b = 0.50)
1956.35/493.24	c INFO: running lingeling-276@0 for 97 with 4307 remaining (b = 0.08)
2344.15/590.38	c INFO: running lingeling-276@97 for 97 with 4210 remaining (b = 0.08)
2724.35/685.51	c INFO: running SApperloT@0 for 97 with 4115 remaining (b = 0.11)
3124.11/785.66	c INFO: running precosat-570@0 for 291 with 4015 remaining (b = 0.18)
4291.78/1078.05	c INFO: running precosat-570@291 for 97 with 3722 remaining (b = 0.06)
4695.34/1179.18	c INFO: running cryptominisat-2.9.0@0 for 388 with 3621 remaining (b = 0.18)
4800.28/1205.45	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3595 remaining (b = 0.43)

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

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

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


[startup+0 s]
/proc/loadavg: 4.74 3.99 4.00 2/183 1343
/proc/meminfo: memFree=20630084/32951124 swapFree=67111524/67111528
[pid=1343] ppid=1341 vsize=14820 CPUtime=0 cores=1,3,5,7
/proc/1343/stat : 1343 (python) R 1341 1343 788 0 -1 4202496 546 0 0 0 0 0 0 0 21 0 1 0 538584913 15175680 448 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446606021 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1343/statm: 3705 453 269 364 0 192 0

[startup+0.053031 s]
/proc/loadavg: 4.74 3.99 4.00 2/183 1343
/proc/meminfo: memFree=20630084/32951124 swapFree=67111524/67111528
[pid=1343] ppid=1341 vsize=21104 CPUtime=0.03 cores=1,3,5,7
/proc/1343/stat : 1343 (python) R 1341 1343 788 0 -1 4202496 1309 0 0 0 2 1 0 0 17 0 1 0 538584913 21610496 1160 33554432000 4194304 5683644 140733224565360 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1343/statm: 5276 1162 428 364 0 723 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21104

[startup+0.101018 s]
/proc/loadavg: 4.74 3.99 4.00 2/183 1343
/proc/meminfo: memFree=20630084/32951124 swapFree=67111524/67111528
[pid=1343] ppid=1341 vsize=85364 CPUtime=0.06 cores=1,3,5,7
/proc/1343/stat : 1343 (python) R 1341 1343 788 0 -1 4202496 2601 0 0 0 4 2 0 0 17 0 1 0 538584913 87412736 2320 33554432000 4194304 5683644 140733224565360 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1343/statm: 21341 2323 713 364 0 1558 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85364

[startup+0.300982 s]
/proc/loadavg: 4.74 3.99 4.00 2/183 1343
/proc/meminfo: memFree=20630084/32951124 swapFree=67111524/67111528
[pid=1343] ppid=1341 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/1343/stat : 1343 (python) R 1341 1343 788 0 -1 4202496 5962 935 1 0 13 6 0 0 17 0 1 0 538584913 139005952 4150 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446941189 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1343/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700943 s]
/proc/loadavg: 4.74 3.99 4.00 2/183 1343
/proc/meminfo: memFree=20630084/32951124 swapFree=67111524/67111528
[pid=1343] ppid=1341 vsize=279592 CPUtime=0.42 cores=1,3,5,7
/proc/1343/stat : 1343 (python) R 1341 1343 788 0 -1 4202496 9535 935 1 0 27 15 0 0 15 0 1 0 538584913 286302208 7216 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446641931 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1343/statm: 69898 7216 1761 364 0 5822 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 279592

[startup+1.50078 s]
/proc/loadavg: 4.74 3.99 4.00 4/184 1348
/proc/meminfo: memFree=20591452/32951124 swapFree=67111524/67111528
[pid=1343] ppid=1341 vsize=294620 CPUtime=1.22 cores=1,3,5,7
/proc/1343/stat : 1343 (python) R 1341 1343 788 0 -1 4202496 16297 935 1 0 106 16 0 0 16 0 1 0 538584913 301690880 11040 33554432000 4194304 5683644 140733224565360 18446744073709551615 5003920 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1343/statm: 73655 11040 1826 364 0 9579 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 294620

[startup+3.10046 s]
/proc/loadavg: 4.74 3.99 4.00 3/184 1348
/proc/meminfo: memFree=20591452/32951124 swapFree=67111524/67111528
[pid=1343] ppid=1341 vsize=294620 CPUtime=2.82 cores=1,3,5,7
/proc/1343/stat : 1343 (python) R 1341 1343 788 0 -1 4202496 16298 935 1 0 266 16 0 0 18 0 1 0 538584913 301690880 11041 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446601092 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1343/statm: 73655 11041 1827 364 0 9579 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 294620

[startup+6.30084 s]
/proc/loadavg: 4.60 3.98 3.99 7/196 1360
/proc/meminfo: memFree=20510872/32951124 swapFree=67111524/67111528
[pid=1343] ppid=1341 vsize=335332 CPUtime=4.13 cores=1,3,5,7
/proc/1343/stat : 1343 (python) S 1341 1343 788 0 -1 4202496 19240 935 1 0 396 17 0 0 25 0 5 0 538584913 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1343/statm: 83833 11030 1881 364 0 19742 0
[pid=1349] ppid=1343 vsize=294320 CPUtime=0 cores=1,3,5,7
/proc/1349/stat : 1349 (python) S 1343 1343 788 0 -1 4202560 808 0 0 0 0 0 0 0 18 0 1 0 538585347 301383680 9491 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965263 0 0 16781312 514 16998797490264211455 0 0 17 3 0 0 0
/proc/1349/statm: 73580 9491 358 364 0 9498 0
[pid=1351] ppid=1349 vsize=10596 CPUtime=1.95 cores=1,3,5,7
/proc/1351/stat : 1351 (lingeling) R 1349 1351 1351 0 -1 4202496 3515 0 0 0 195 0 0 0 25 0 1 0 538585347 10850304 1817 33554432000 4194304 4352236 140734438293632 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1351/statm: 2649 1817 128 39 0 1729 0
[pid=1352] ppid=1343 vsize=304576 CPUtime=0 cores=1,3,5,7
/proc/1352/stat : 1352 (python) S 1343 1343 788 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 538585349 311885824 9484 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 5601796359498727688 0 0 17 3 0 0 0
/proc/1352/statm: 76144 9484 347 364 0 12059 0
[pid=1354] ppid=1352 vsize=83680 CPUtime=1.92 cores=1,3,5,7
/proc/1354/stat : 1354 (cryptominisat-2) R 1352 1354 1354 0 -1 4202496 15741 0 0 0 190 2 0 0 25 0 1 0 538585350 85688320 14471 33554432000 4194304 4677096 140736576583120 18446744073709551615 4358587 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/1354/statm: 20920 14471 391 118 0 15879 0
[pid=1355] ppid=1343 vsize=314832 CPUtime=0 cores=1,3,5,7
/proc/1355/stat : 1355 (python) S 1343 1343 788 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 538585352 322387968 9488 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 13145858057885974527 0 0 17 7 0 0 0
/proc/1355/statm: 78708 9488 347 364 0 14620 0
[pid=1357] ppid=1355 vsize=10584 CPUtime=1.88 cores=1,3,5,7
/proc/1357/stat : 1357 (lingeling) R 1355 1357 1357 0 -1 4202496 3518 0 0 0 188 0 0 0 25 0 1 0 538585352 10838016 1815 33554432000 4194304 4352236 140736670864592 18446744073709551615 4328589 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/1357/statm: 2646 1815 128 39 0 1726 0
[pid=1358] ppid=1343 vsize=325088 CPUtime=0 cores=1,3,5,7
/proc/1358/stat : 1358 (python) S 1343 1343 788 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 538585354 332890112 9492 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 14285079372732825599 0 0 17 5 0 0 0
/proc/1358/statm: 81272 9492 347 364 0 17181 0
[pid=1360] ppid=1358 vsize=10580 CPUtime=1.87 cores=1,3,5,7
/proc/1360/stat : 1360 (lingeling) R 1358 1360 1360 0 -1 4202496 3516 0 0 0 187 0 0 0 25 0 1 0 538585355 10833920 1814 33554432000 4194304 4352236 140736109065296 18446744073709551615 4207744 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1360/statm: 2645 1814 128 39 0 1725 0
[pid=1343/tid=1350] ppid=1341 vsize=335332 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1350/stat : 1350 (python) S 1341 1343 788 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 538585347 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 1 0 0 0
[pid=1343/tid=1353] ppid=1341 vsize=335332 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1353/stat : 1353 (python) S 1341 1343 788 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 5 0 538585349 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
[pid=1343/tid=1356] ppid=1341 vsize=335332 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1356/stat : 1356 (python) S 1341 1343 788 0 -1 4202560 20 935 0 0 0 0 0 0 24 0 5 0 538585352 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 7 0 0 0
[pid=1343/tid=1359] ppid=1341 vsize=335332 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1359/stat : 1359 (python) S 1341 1343 788 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 5 0 538585354 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.75
Current children cumulated vsize (KiB) 1689588

[startup+12.7006 s]
/proc/loadavg: 4.64 3.99 4.00 7/196 1361
/proc/meminfo: memFree=20486480/32951124 swapFree=67111524/67111528
[pid=1343] ppid=1341 vsize=335332 CPUtime=4.13 cores=1,3,5,7
/proc/1343/stat : 1343 (python) S 1341 1343 788 0 -1 4202496 19240 935 1 0 396 17 0 0 25 0 5 0 538584913 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1343/statm: 83833 11030 1881 364 0 19742 0
[pid=1349] ppid=1343 vsize=294320 CPUtime=0 cores=1,3,5,7
/proc/1349/stat : 1349 (python) S 1343 1343 788 0 -1 4202560 982 0 0 0 0 0 0 0 18 0 1 0 538585347 301383680 9513 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965263 0 0 16781312 514 16998797490264178950 0 0 17 3 0 0 0
/proc/1349/statm: 73580 9513 380 364 0 9498 0
[pid=1351] ppid=1349 vsize=13684 CPUtime=8.34 cores=1,3,5,7
/proc/1351/stat : 1351 (lingeling) R 1349 1351 1351 0 -1 4202496 4287 0 0 0 834 0 0 0 25 0 1 0 538585347 14012416 2589 33554432000 4194304 4352236 140734438293632 18446744073709551615 4277025 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1351/statm: 3421 2589 128 39 0 2501 0
[pid=1352] ppid=1343 vsize=304576 CPUtime=0 cores=1,3,5,7
/proc/1352/stat : 1352 (python) S 1343 1343 788 0 -1 4202560 922 0 0 0 0 0 0 0 15 0 1 0 538585349 311885824 9507 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 12574340434983092488 0 0 17 3 0 0 0
/proc/1352/statm: 76144 9507 370 364 0 12059 0
[pid=1354] ppid=1352 vsize=101972 CPUtime=8.3 cores=1,3,5,7
/proc/1354/stat : 1354 (cryptominisat-2) R 1352 1354 1354 0 -1 4202496 21745 0 0 0 826 4 0 0 25 0 1 0 538585350 104419328 17204 33554432000 4194304 4677096 140736576583120 18446744073709551615 4320752 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/1354/statm: 25493 17204 393 118 0 20452 0
[pid=1355] ppid=1343 vsize=314832 CPUtime=0 cores=1,3,5,7
/proc/1355/stat : 1355 (python) S 1343 1343 788 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 538585352 322387968 9511 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 13145858057885942024 0 0 17 7 0 0 0
/proc/1355/statm: 78708 9511 370 364 0 14620 0
[pid=1357] ppid=1355 vsize=13444 CPUtime=8.24 cores=1,3,5,7
/proc/1357/stat : 1357 (lingeling) R 1355 1357 1357 0 -1 4202496 4233 0 0 0 824 0 0 0 25 0 1 0 538585352 13766656 2530 33554432000 4194304 4352236 140736670864592 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/1357/statm: 3361 2530 128 39 0 2441 0
[pid=1358] ppid=1343 vsize=325088 CPUtime=0 cores=1,3,5,7
/proc/1358/stat : 1358 (python) S 1343 1343 788 0 -1 4202560 947 0 0 0 0 0 0 0 18 0 1 0 538585354 332890112 9515 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 14285079372732793096 0 0 17 5 0 0 0
/proc/1358/statm: 81272 9515 370 364 0 17181 0
[pid=1360] ppid=1358 vsize=11560 CPUtime=8.26 cores=1,3,5,7
/proc/1360/stat : 1360 (lingeling) R 1358 1360 1360 0 -1 4202496 3761 0 0 0 826 0 0 0 25 0 1 0 538585355 11837440 2059 33554432000 4194304 4352236 140736109065296 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1360/statm: 2890 2059 128 39 0 1970 0
[pid=1343/tid=1350] ppid=1341 vsize=335332 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1350/stat : 1350 (python) S 1341 1343 788 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 538585347 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 1 0 0 0
[pid=1343/tid=1353] ppid=1341 vsize=335332 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1353/stat : 1353 (python) S 1341 1343 788 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 5 0 538585349 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
[pid=1343/tid=1356] ppid=1341 vsize=335332 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1356/stat : 1356 (python) S 1341 1343 788 0 -1 4202560 20 935 0 0 0 0 0 0 24 0 5 0 538585352 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 7 0 0 0
[pid=1343/tid=1359] ppid=1341 vsize=335332 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1359/stat : 1359 (python) S 1341 1343 788 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 5 0 538585354 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37.27
Current children cumulated vsize (KiB) 1714808

[startup+25.5013 s]
/proc/loadavg: 4.80 4.06 4.02 6/196 1361
/proc/meminfo: memFree=20455408/32951124 swapFree=67111524/67111528
[pid=1343] ppid=1341 vsize=335332 CPUtime=4.13 cores=1,3,5,7
/proc/1343/stat : 1343 (python) S 1341 1343 788 0 -1 4202496 19240 935 1 0 396 17 0 0 25 0 5 0 538584913 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1343/statm: 83833 11030 1881 364 0 19742 0
[pid=1349] ppid=1343 vsize=294320 CPUtime=0.01 cores=1,3,5,7
/proc/1349/stat : 1349 (python) S 1343 1343 788 0 -1 4202560 988 0 0 0 1 0 0 0 18 0 1 0 538585347 301383680 9514 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965263 0 0 16781312 514 8886411305359999238 0 0 17 3 0 0 0
/proc/1349/statm: 73580 9514 381 364 0 9498 0
[pid=1351] ppid=1349 vsize=15380 CPUtime=21.14 cores=1,3,5,7
/proc/1351/stat : 1351 (lingeling) R 1349 1351 1351 0 -1 4202496 4711 0 0 0 2114 0 0 0 25 0 1 0 538585347 15749120 3013 33554432000 4194304 4352236 140734438293632 18446744073709551615 4207602 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1351/statm: 3845 3013 128 39 0 2925 0
[pid=1352] ppid=1343 vsize=304576 CPUtime=0.03 cores=1,3,5,7
/proc/1352/stat : 1352 (python) S 1343 1343 788 0 -1 4202560 932 0 0 0 2 1 0 0 15 0 1 0 538585349 311885824 9507 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 8886411305359999240 0 0 17 3 0 0 0
/proc/1352/statm: 76144 9507 370 364 0 12059 0
[pid=1354] ppid=1352 vsize=112400 CPUtime=21.05 cores=1,3,5,7
/proc/1354/stat : 1354 (cryptominisat-2) R 1352 1354 1354 0 -1 4202496 29012 0 0 0 2100 5 0 0 25 0 1 0 538585350 115097600 22137 33554432000 4194304 4677096 140736576583120 18446744073709551615 4320160 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/1354/statm: 28100 22137 393 118 0 23059 0
[pid=1355] ppid=1343 vsize=314832 CPUtime=0.01 cores=1,3,5,7
/proc/1355/stat : 1355 (python) S 1343 1343 788 0 -1 4202560 916 0 0 0 0 1 0 0 18 0 1 0 538585352 322387968 9511 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 8886411305359999240 0 0 17 7 0 0 0
/proc/1355/statm: 78708 9511 370 364 0 14620 0
[pid=1357] ppid=1355 vsize=15344 CPUtime=20.95 cores=1,3,5,7
/proc/1357/stat : 1357 (lingeling) R 1355 1357 1357 0 -1 4202496 4708 0 0 0 2095 0 0 0 25 0 1 0 538585352 15712256 3005 33554432000 4194304 4352236 140736670864592 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/1357/statm: 3836 3005 128 39 0 2916 0
[pid=1358] ppid=1343 vsize=325088 CPUtime=0.02 cores=1,3,5,7
/proc/1358/stat : 1358 (python) S 1343 1343 788 0 -1 4202560 959 0 0 0 1 1 0 0 18 0 1 0 538585354 332890112 9515 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 8886411305359999240 0 0 17 5 0 0 0
/proc/1358/statm: 81272 9515 370 364 0 17181 0
[pid=1360] ppid=1358 vsize=15600 CPUtime=21.04 cores=1,3,5,7
/proc/1360/stat : 1360 (lingeling) R 1358 1360 1360 0 -1 4202496 4771 0 0 0 2104 0 0 0 25 0 1 0 538585355 15974400 3069 33554432000 4194304 4352236 140736109065296 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1360/statm: 3900 3069 128 39 0 2980 0
[pid=1343/tid=1350] ppid=1341 vsize=335332 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1350/stat : 1350 (python) S 1341 1343 788 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 538585347 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 1 0 0 0
[pid=1343/tid=1353] ppid=1341 vsize=335332 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1353/stat : 1353 (python) S 1341 1343 788 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 5 0 538585349 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
[pid=1343/tid=1356] ppid=1341 vsize=335332 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1356/stat : 1356 (python) S 1341 1343 788 0 -1 4202560 20 935 0 0 0 0 0 0 24 0 5 0 538585352 343379968 11030 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 7 0 0 0

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

Current children cumulated vsize (KiB) 3319372

[startup+1182.3 s]
/proc/loadavg: 7.23 6.92 6.33 9/221 1604
/proc/meminfo: memFree=18801688/32951124 swapFree=67111524/67111528
[pid=1343] ppid=1341 vsize=366100 CPUtime=4.29 cores=1,3,5,7
/proc/1343/stat : 1343 (python) S 1341 1343 788 0 -1 4202496 22250 935 1 0 411 18 0 0 18 0 8 0 538584913 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1343/statm: 91525 11049 1888 364 0 27425 0
[pid=1349] ppid=1343 vsize=304564 CPUtime=0.38 cores=1,3,5,7
/proc/1349/stat : 1349 (python) S 1343 1343 788 0 -1 4202560 1213 0 0 0 20 18 0 0 18 0 2 0 538585347 311873536 9553 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1349/statm: 76141 9553 415 364 0 12059 0
[pid=1351] ppid=1349 vsize=30468 CPUtime=292.08 cores=1,3,5,7
/proc/1351/stat : 1351 (lingeling) T 1349 1351 1351 0 -1 4202496 18979 0 0 0 29206 2 0 0 25 0 1 0 538585347 31199232 6785 33554432000 4194304 4352236 140734438293632 18446744073709551615 4328004 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/1351/statm: 7617 6785 128 39 0 6697 0
[pid=1349/tid=1420] ppid=1343 vsize=304564 CPUtime=0 cores=1,3,5,7
/proc/1349/task/1420/stat : 1420 (python) S 1343 1343 788 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538595359 311873536 9553 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 514 18446604469755436096 0 0 -1 3 0 0 0
[pid=1352] ppid=1343 vsize=304576 CPUtime=0.69 cores=1,3,5,7
/proc/1352/stat : 1352 (python) S 1343 1343 788 0 -1 4202560 1169 0 0 0 35 34 0 0 15 0 2 0 538585349 311885824 9537 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1352/statm: 76144 9537 399 364 0 12059 0
[pid=1354] ppid=1352 vsize=179540 CPUtime=491.14 cores=1,3,5,7
/proc/1354/stat : 1354 (cryptominisat-2) R 1352 1354 1354 0 -1 4202496 181511 0 0 0 49057 57 0 0 25 0 1 0 538585350 183848960 37766 33554432000 4194304 4677096 140736576583120 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/1354/statm: 44885 37766 393 118 0 39844 0
[pid=1352/tid=1483] ppid=1343 vsize=304576 CPUtime=0 cores=1,3,5,7
/proc/1352/task/1483/stat : 1483 (python) S 1343 1343 788 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 538634235 311885824 9537 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 514 18446604470482828096 0 0 -1 3 0 0 0
[pid=1355] ppid=1343 vsize=314832 CPUtime=1.58 cores=1,3,5,7
/proc/1355/stat : 1355 (python) S 1343 1343 788 0 -1 4202560 981 0 0 0 83 75 0 0 18 0 1 0 538585352 322387968 9511 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 8886411305359999240 0 0 17 7 0 0 0
/proc/1355/statm: 78708 9511 370 364 0 14620 0
[pid=1357] ppid=1355 vsize=43332 CPUtime=1168.64 cores=1,3,5,7
/proc/1357/stat : 1357 (lingeling) R 1355 1357 1357 0 -1 4202496 90106 0 0 0 116850 14 0 0 25 0 1 0 538585352 44371968 10002 33554432000 4194304 4352236 140736670864592 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/1357/statm: 10833 10002 128 39 0 9913 0
[pid=1358] ppid=1343 vsize=325088 CPUtime=1.59 cores=1,3,5,7
/proc/1358/stat : 1358 (python) S 1343 1343 788 0 -1 4202560 1022 0 0 0 81 78 0 0 18 0 1 0 538585354 332890112 9515 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 8886411305359999240 0 0 17 5 0 0 0
/proc/1358/statm: 81272 9515 370 364 0 17181 0
[pid=1360] ppid=1358 vsize=48136 CPUtime=1177.53 cores=1,3,5,7
/proc/1360/stat : 1360 (lingeling) R 1358 1360 1360 0 -1 4202496 95082 0 0 0 117738 15 0 0 25 0 1 0 538585355 49291264 11203 33554432000 4194304 4352236 140736109065296 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1360/statm: 12034 11203 128 39 0 11114 0
[pid=1421] ppid=1343 vsize=335344 CPUtime=1.5 cores=1,3,5,7
/proc/1421/stat : 1421 (python) S 1343 1343 788 0 -1 4202560 1003 0 0 0 78 72 0 0 15 0 1 0 538595361 343392256 9519 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 8886411305359999239 0 0 17 3 0 0 0
/proc/1421/statm: 83836 9519 370 364 0 19742 0
[pid=1423] ppid=1421 vsize=220820 CPUtime=1076.06 cores=1,3,5,7
/proc/1423/stat : 1423 (cryptominisat-2) R 1421 1423 1423 0 -1 4202496 291094 0 0 0 107496 110 0 0 25 0 1 0 538595362 226119680 47901 33554432000 4194304 4677096 140736161613856 18446744073709551615 4320021 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1423/statm: 55205 47901 394 118 0 50164 0
[pid=1491] ppid=1343 vsize=345600 CPUtime=0.13 cores=1,3,5,7
/proc/1491/stat : 1491 (python) S 1343 1343 788 0 -1 4202560 1129 0 0 0 7 6 0 0 19 0 2 0 538653464 353894400 9553 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1491/statm: 86400 9553 399 364 0 22303 0
[pid=1493] ppid=1491 vsize=39440 CPUtime=99.71 cores=1,3,5,7
/proc/1493/stat : 1493 (SApperloT-base) T 1491 1493 1493 0 -1 4202496 9321 0 0 0 9968 3 0 0 25 0 1 0 538653465 40386560 8941 33554432000 134512640 135674940 4294614128 18446744073709551615 134559276 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1493/statm: 9860 8941 100 284 0 9574 0
[pid=1491/tid=1499] ppid=1343 vsize=345600 CPUtime=0 cores=1,3,5,7
/proc/1491/task/1499/stat : 1499 (python) S 1343 1343 788 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538663477 353894400 9553 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 514 18446604470482827200 0 0 -1 5 0 0 0
[pid=1500] ppid=1343 vsize=355856 CPUtime=0.54 cores=1,3,5,7
/proc/1500/stat : 1500 (python) S 1343 1343 788 0 -1 4202560 1181 0 0 0 29 25 0 0 18 0 2 0 538663479 364396544 9557 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1500/statm: 88964 9557 399 364 0 24864 0
[pid=1502] ppid=1500 vsize=47312 CPUtime=392.27 cores=1,3,5,7
/proc/1502/stat : 1502 (precosat) T 1500 1502 1502 0 -1 4202496 16273 0 0 0 39224 3 0 0 25 0 1 0 538663480 48447488 11459 33554432000 4194304 4890832 140734207489808 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/1502/statm: 11828 11459 86 171 0 11655 0
[pid=1500/tid=1589] ppid=1343 vsize=355856 CPUtime=0 cores=1,3,5,7
/proc/1500/task/1589/stat : 1589 (python) S 1343 1343 788 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538692715 364396544 9557 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 514 18446604471117588352 0 0 -1 5 0 0 0
[pid=1343/tid=1350] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1350/stat : 1350 (python) S 1341 1343 788 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 538585347 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 1 0 0 0
[pid=1343/tid=1353] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1353/stat : 1353 (python) S 1341 1343 788 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 8 0 538585349 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
[pid=1343/tid=1356] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1356/stat : 1356 (python) S 1341 1343 788 0 -1 4202560 20 935 0 0 0 0 0 0 24 0 8 0 538585352 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 7 0 0 0
[pid=1343/tid=1359] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1359/stat : 1359 (python) S 1341 1343 788 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 8 0 538585354 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
[pid=1343/tid=1422] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1422/stat : 1422 (python) S 1341 1343 788 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 8 0 538595362 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
[pid=1343/tid=1492] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1492/stat : 1492 (python) S 1341 1343 788 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 538653464 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
[pid=1343/tid=1501] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1501/stat : 1501 (python) S 1341 1343 788 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 538663480 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4708.13
Current children cumulated vsize (KiB) 3261008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.4 s]
/proc/loadavg: 7.49 7.01 6.38 9/221 1604
/proc/meminfo: memFree=18775896/32951124 swapFree=67111524/67111528
[pid=1343] ppid=1341 vsize=366100 CPUtime=4.29 cores=1,3,5,7
/proc/1343/stat : 1343 (python) S 1341 1343 788 0 -1 4202496 22250 935 1 0 411 18 0 0 18 0 8 0 538584913 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1343/statm: 91525 11049 1888 364 0 27425 0
[pid=1349] ppid=1343 vsize=304564 CPUtime=0.38 cores=1,3,5,7
/proc/1349/stat : 1349 (python) S 1343 1343 788 0 -1 4202560 1213 0 0 0 20 18 0 0 18 0 2 0 538585347 311873536 9553 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1349/statm: 76141 9553 415 364 0 12059 0
[pid=1351] ppid=1349 vsize=30468 CPUtime=292.08 cores=1,3,5,7
/proc/1351/stat : 1351 (lingeling) T 1349 1351 1351 0 -1 4202496 18979 0 0 0 29206 2 0 0 25 0 1 0 538585347 31199232 6785 33554432000 4194304 4352236 140734438293632 18446744073709551615 4328004 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/1351/statm: 7617 6785 128 39 0 6697 0
[pid=1349/tid=1420] ppid=1343 vsize=304564 CPUtime=0 cores=1,3,5,7
/proc/1349/task/1420/stat : 1420 (python) S 1343 1343 788 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538595359 311873536 9553 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 514 18446604469755436096 0 0 -1 3 0 0 0
[pid=1352] ppid=1343 vsize=304576 CPUtime=0.73 cores=1,3,5,7
/proc/1352/stat : 1352 (python) S 1343 1343 788 0 -1 4202560 1175 0 0 0 37 36 0 0 15 0 2 0 538585349 311885824 9538 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1352/statm: 76144 9538 400 364 0 12059 0
[pid=1354] ppid=1352 vsize=254128 CPUtime=514.17 cores=1,3,5,7
/proc/1354/stat : 1354 (cryptominisat-2) R 1352 1354 1354 0 -1 4202496 186070 0 0 0 51359 58 0 0 25 0 1 0 538585350 260227072 42325 33554432000 4194304 4677096 140736576583120 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/1354/statm: 63532 42325 393 118 0 58491 0
[pid=1352/tid=1483] ppid=1343 vsize=304576 CPUtime=0 cores=1,3,5,7
/proc/1352/task/1483/stat : 1483 (python) S 1343 1343 788 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 538634235 311885824 9538 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 514 18446604470482828096 0 0 -1 3 0 0 0
[pid=1355] ppid=1343 vsize=314832 CPUtime=1.61 cores=1,3,5,7
/proc/1355/stat : 1355 (python) S 1343 1343 788 0 -1 4202560 981 0 0 0 84 77 0 0 18 0 1 0 538585352 322387968 9511 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 8886411305359999240 0 0 17 7 0 0 0
/proc/1355/statm: 78708 9511 370 364 0 14620 0
[pid=1357] ppid=1355 vsize=49476 CPUtime=1191.45 cores=1,3,5,7
/proc/1357/stat : 1357 (lingeling) R 1355 1357 1357 0 -1 4202496 91642 0 0 0 119131 14 0 0 25 0 1 0 538585352 50663424 11538 33554432000 4194304 4352236 140736670864592 18446744073709551615 4329328 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/1357/statm: 12369 11538 128 39 0 11449 0
[pid=1358] ppid=1343 vsize=325088 CPUtime=1.63 cores=1,3,5,7
/proc/1358/stat : 1358 (python) S 1343 1343 788 0 -1 4202560 1022 0 0 0 83 80 0 0 18 0 1 0 538585354 332890112 9515 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 8886411305359999240 0 0 17 5 0 0 0
/proc/1358/statm: 81272 9515 370 364 0 17181 0
[pid=1360] ppid=1358 vsize=44040 CPUtime=1200.63 cores=1,3,5,7
/proc/1360/stat : 1360 (lingeling) R 1358 1360 1360 0 -1 4202496 95722 0 0 0 120048 15 0 0 25 0 1 0 538585355 45096960 10179 33554432000 4194304 4352236 140736109065296 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1360/statm: 11010 10179 128 39 0 10090 0
[pid=1421] ppid=1343 vsize=335344 CPUtime=1.53 cores=1,3,5,7
/proc/1421/stat : 1421 (python) S 1343 1343 788 0 -1 4202560 1003 0 0 0 80 73 0 0 15 0 1 0 538595361 343392256 9519 33554432000 4194304 5683644 140733224565360 18446744073709551615 244446965318 0 0 16781312 514 8886411305359999239 0 0 17 3 0 0 0
/proc/1421/statm: 83836 9519 370 364 0 19742 0
[pid=1423] ppid=1421 vsize=220944 CPUtime=1099.13 cores=1,3,5,7
/proc/1423/stat : 1423 (cryptominisat-2) R 1421 1423 1423 0 -1 4202496 295469 0 0 0 109801 112 0 0 25 0 1 0 538595362 226246656 46384 33554432000 4194304 4677096 140736161613856 18446744073709551615 4320631 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1423/statm: 55236 46384 394 118 0 50195 0
[pid=1491] ppid=1343 vsize=345600 CPUtime=0.13 cores=1,3,5,7
/proc/1491/stat : 1491 (python) S 1343 1343 788 0 -1 4202560 1129 0 0 0 7 6 0 0 19 0 2 0 538653464 353894400 9553 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1491/statm: 86400 9553 399 364 0 22303 0
[pid=1493] ppid=1491 vsize=39440 CPUtime=99.71 cores=1,3,5,7
/proc/1493/stat : 1493 (SApperloT-base) T 1491 1493 1493 0 -1 4202496 9321 0 0 0 9968 3 0 0 25 0 1 0 538653465 40386560 8941 33554432000 134512640 135674940 4294614128 18446744073709551615 134559276 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1493/statm: 9860 8941 100 284 0 9574 0
[pid=1491/tid=1499] ppid=1343 vsize=345600 CPUtime=0 cores=1,3,5,7
/proc/1491/task/1499/stat : 1499 (python) S 1343 1343 788 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538663477 353894400 9553 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 514 18446604470482827200 0 0 -1 5 0 0 0
[pid=1500] ppid=1343 vsize=355856 CPUtime=0.54 cores=1,3,5,7
/proc/1500/stat : 1500 (python) S 1343 1343 788 0 -1 4202560 1181 0 0 0 29 25 0 0 18 0 2 0 538663479 364396544 9557 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1500/statm: 88964 9557 399 364 0 24864 0
[pid=1502] ppid=1500 vsize=47312 CPUtime=392.27 cores=1,3,5,7
/proc/1502/stat : 1502 (precosat) T 1500 1502 1502 0 -1 4202496 16273 0 0 0 39224 3 0 0 25 0 1 0 538663480 48447488 11459 33554432000 4194304 4890832 140734207489808 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/1502/statm: 11828 11459 86 171 0 11655 0
[pid=1500/tid=1589] ppid=1343 vsize=355856 CPUtime=0 cores=1,3,5,7
/proc/1500/task/1589/stat : 1589 (python) S 1343 1343 788 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538692715 364396544 9557 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 514 18446604471117588352 0 0 -1 5 0 0 0
[pid=1343/tid=1350] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1350/stat : 1350 (python) S 1341 1343 788 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 538585347 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 1 0 0 0
[pid=1343/tid=1353] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1353/stat : 1353 (python) S 1341 1343 788 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 8 0 538585349 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
[pid=1343/tid=1356] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1356/stat : 1356 (python) S 1341 1343 788 0 -1 4202560 20 935 0 0 0 0 0 0 24 0 8 0 538585352 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 7 0 0 0
[pid=1343/tid=1359] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1359/stat : 1359 (python) S 1341 1343 788 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 8 0 538585354 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
[pid=1343/tid=1422] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1422/stat : 1422 (python) S 1341 1343 788 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 8 0 538595362 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
[pid=1343/tid=1492] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1492/stat : 1492 (python) S 1341 1343 788 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 538653464 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
[pid=1343/tid=1501] ppid=1341 vsize=366100 CPUtime=0 cores=1,3,5,7
/proc/1343/task/1501/stat : 1501 (python) S 1341 1343 788 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 538663480 374886400 11049 33554432000 4194304 5683644 140733224565360 18446744073709551615 244458768817 0 0 16781312 2 18446604461235794176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 3337768

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 1343 and gives
#  childrusage.ru_utime.tv_sec=2399
#  childrusage.ru_utime.tv_usec=396236
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=703436
# CPU time returned by wait4() is 2403.1
# while last known CPU time is 4800.28
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1205.46
CPU time (s): 4800.28
CPU user time (s): 4794.88
CPU system time (s): 5.4
CPU usage (%): 398.213
Max. virtual memory (cumulated for all children) (KiB): 3409696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.4
system time used= 3.70344
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218715
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= 8414
involuntary context switches= 18128

runsolver used 2.45763 second user time and 5.54116 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-01 19:10:45
IDJOB=3317895
IDBENCH=83108
IDSOLVER=1706
FILE ID=node105/3317895-1304269844
RUNJOBID= node105-1304267294-807
PBS_JOBID= 13173973
Free space on /tmp= 73304 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
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 -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317895-1304269844/watcher-3317895-1304269844 -o /tmp/evaluation-result-3317895-1304269844/solver-3317895-1304269844 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317895-1304269844.cnf -seed 502743211 -budget 4800 -cores 4

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=502743211

node105.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.825
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.65
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.825
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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:      20630364 kB
Buffers:       2189952 kB
Cached:        6617388 kB
SwapCached:          4 kB
Active:        3884136 kB
Inactive:      7871248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20630364 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          112660 kB
Writeback:           0 kB
AnonPages:     2947700 kB
Mapped:          21600 kB
Slab:           494412 kB
PageTables:      11672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3452964 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= 73244 MiB
End job on node105 at 2011-05-01 19:30:52