Trace number 3317899

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) 3942.45 1300.05

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

Solver Data

0.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.65	c INFO: solving HOME/instance-3317899-1304269931.cnf
0.36/0.65	c INFO: computing task features
0.75/1.05	c INFO: computed variable-clause graph statistics
0.75/1.07	c INFO: computed clause balance statistics
2.94/3.21	c INFO: computed variable balance statistics
4.54/4.80	c INFO: computed small-clause counts
4.54/4.81	c INFO: computed Horn-clause counts
6.54/6.85	c INFO: computed variable graph statistics
6.54/6.85	c INFO: collected features for HOME/instance-3317899-1304269931.cnf in 6.19 s
6.54/6.88	c INFO: running lingeling-276@0 for 97 with 4793 remaining (b = 0.33)
6.64/6.90	c INFO: running cryptominisat-2.9.0@0 for 485 with 4793 remaining (b = 0.32)
6.64/6.93	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.47)
6.64/6.95	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.41)
306.23/107.03	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4693 remaining (b = 0.49)
1614.45/544.09	c INFO: running lingeling-276@0 for 97 with 4256 remaining (b = 0.08)
2193.14/737.33	c INFO: running lingeling-276@96 for 97 with 4063 remaining (b = 0.08)
2812.30/922.57	c INFO: running precosat-570@0 for 388 with 3878 remaining (b = 0.20)
3860.10/1272.57	c INFO: running lingeling-276@0 for 97 with 3528 remaining (b = 0.07)
3942.45/1300.04	c INFO: running lingeling-276@194 for 388 with 3500 remaining (b = 0.18)
3942.45/1300.04	Traceback (most recent call last):
3942.45/1300.04	  File "HOME/solve", line 33, in <module>
3942.45/1300.04	    plac.call(main)
3942.45/1300.04	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call

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

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

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


[startup+0 s]
/proc/loadavg: 8.44 6.78 6.17 7/205 4924
/proc/meminfo: memFree=24086736/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=15188 CPUtime=0 cores=1,3,5,7
/proc/4924/stat : 4924 (python) R 4922 4924 4496 0 -1 4202496 735 0 0 0 0 0 0 0 25 0 1 0 538592758 15552512 623 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080232192 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4924/statm: 3797 625 322 364 0 284 0

[startup+0.054734 s]
/proc/loadavg: 8.44 6.78 6.17 7/205 4924
/proc/meminfo: memFree=24086736/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=29416 CPUtime=0.02 cores=1,3,5,7
/proc/4924/stat : 4924 (python) R 4922 4924 4496 0 -1 4202496 1360 0 0 0 2 0 0 0 25 0 1 0 538592758 30121984 1204 33554432000 4194304 5683644 140735526311616 18446744073709551615 208079893189 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4924/statm: 7354 1205 443 364 0 724 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29416

[startup+0.100727 s]
/proc/loadavg: 8.44 6.78 6.17 7/205 4924
/proc/meminfo: memFree=24086736/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=87704 CPUtime=0.05 cores=1,3,5,7
/proc/4924/stat : 4924 (python) S 4922 4924 4496 0 -1 4202496 2638 0 0 0 4 1 0 0 25 0 1 0 538592758 89808896 2354 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/4924/statm: 21927 2355 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300753 s]
/proc/loadavg: 8.44 6.78 6.17 7/205 4924
/proc/meminfo: memFree=24086736/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/4924/stat : 4924 (python) R 4922 4924 4496 0 -1 4202496 5963 932 1 0 14 5 0 0 25 0 1 0 538592758 139005952 4150 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080228357 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/4924/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700612 s]
/proc/loadavg: 8.44 6.78 6.17 7/205 4924
/proc/meminfo: memFree=24086736/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=283440 CPUtime=0.44 cores=1,3,5,7
/proc/4924/stat : 4924 (python) R 4922 4924 4496 0 -1 4202496 10508 932 1 0 33 11 0 0 25 0 1 0 538592758 290242560 8186 33554432000 4194304 5683644 140735526311616 18446744073709551615 47251235922557 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/4924/statm: 70860 8186 1761 364 0 6784 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 283440

[startup+1.50046 s]
/proc/loadavg: 8.16 6.75 6.16 8/206 4929
/proc/meminfo: memFree=24040924/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=306844 CPUtime=1.24 cores=1,3,5,7
/proc/4924/stat : 4924 (python) R 4922 4924 4496 0 -1 4202496 19643 932 1 0 112 12 0 0 25 0 1 0 538592758 314208256 14096 33554432000 4194304 5683644 140735526311616 18446744073709551615 4509181 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/4924/statm: 76711 14096 1826 364 0 12635 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 306844

[startup+3.10016 s]
/proc/loadavg: 8.16 6.75 6.16 8/206 4929
/proc/meminfo: memFree=24035848/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=306844 CPUtime=2.84 cores=1,3,5,7
/proc/4924/stat : 4924 (python) R 4922 4924 4496 0 -1 4202496 19643 932 1 0 272 12 0 0 25 0 1 0 538592758 314208256 14096 33554432000 4194304 5683644 140735526311616 18446744073709551615 4623648 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/4924/statm: 76711 14096 1826 364 0 12635 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 306844

[startup+6.30055 s]
/proc/loadavg: 7.99 6.74 6.16 7/206 4929
/proc/meminfo: memFree=24038220/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=306844 CPUtime=6.04 cores=1,3,5,7
/proc/4924/stat : 4924 (python) R 4922 4924 4496 0 -1 4202496 19650 932 1 0 592 12 0 0 25 0 1 0 538592758 314208256 14103 33554432000 4194304 5683644 140735526311616 18446744073709551615 47251065059456 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/4924/statm: 76711 14103 1833 364 0 12635 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 306844

[startup+12.7013 s]
/proc/loadavg: 8.07 6.78 6.17 11/218 4942
/proc/meminfo: memFree=23898948/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=345672 CPUtime=6.7 cores=1,3,5,7
/proc/4924/stat : 4924 (python) S 4922 4924 4496 0 -1 4202496 22391 932 1 0 656 14 0 0 25 0 5 0 538592758 353968128 13615 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 86418 13615 1881 364 0 22327 0
[pid=4930] ppid=4924 vsize=304660 CPUtime=0 cores=1,3,5,7
/proc/4930/stat : 4930 (python) S 4924 4924 4496 0 -1 4202560 990 0 0 0 0 0 0 0 18 0 1 0 538593446 311971840 12099 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252431 0 0 16781312 514 13100711560693645576 0 0 17 1 0 0 0
/proc/4930/statm: 76165 12099 381 364 0 12083 0
[pid=4932] ppid=4930 vsize=15968 CPUtime=5.76 cores=1,3,5,7
/proc/4932/stat : 4932 (lingeling) R 4930 4932 4932 0 -1 4202496 5156 0 0 0 576 0 0 0 25 0 1 0 538593447 16351232 3162 33554432000 4194304 4352236 140734093067024 18446744073709551615 4333103 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/4932/statm: 3992 3162 129 39 0 3072 0
[pid=4933] ppid=4924 vsize=314916 CPUtime=0 cores=1,3,5,7
/proc/4933/stat : 4933 (python) S 4924 4924 4496 0 -1 4202560 918 0 0 0 0 0 0 0 15 0 1 0 538593449 322473984 12092 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 15894214639982969096 0 0 17 5 0 0 0
/proc/4933/statm: 78729 12092 370 364 0 14644 0
[pid=4935] ppid=4933 vsize=109936 CPUtime=2.95 cores=1,3,5,7
/proc/4935/stat : 4935 (cryptominisat-2) R 4933 4935 4935 0 -1 4202496 21431 0 0 0 291 4 0 0 25 0 1 0 538593449 112574464 20114 33554432000 4194304 4677096 140734667219232 18446744073709551615 4491953 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/4935/statm: 27484 20116 366 118 0 22443 0
[pid=4936] ppid=4924 vsize=325172 CPUtime=0 cores=1,3,5,7
/proc/4936/stat : 4936 (python) S 4924 4924 4496 0 -1 4202560 938 0 0 0 0 0 0 0 18 0 1 0 538593451 332976128 12096 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 16197560827115438344 0 0 17 5 0 0 0
/proc/4936/statm: 81293 12096 370 364 0 17205 0
[pid=4940] ppid=4936 vsize=15884 CPUtime=5.71 cores=1,3,5,7
/proc/4940/stat : 4940 (lingeling) R 4936 4940 4940 0 -1 4202496 5136 0 0 0 571 0 0 0 25 0 1 0 538593454 16265216 3141 33554432000 4194304 4352236 140735063065696 18446744073709551615 4328722 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4940/statm: 3971 3141 129 39 0 3051 0
[pid=4938] ppid=4924 vsize=335428 CPUtime=0 cores=1,3,5,7
/proc/4938/stat : 4938 (python) S 4924 4924 4496 0 -1 4202560 944 0 0 0 0 0 0 0 18 0 1 0 538593454 343478272 12100 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 16197556978824741128 0 0 17 7 0 0 0
/proc/4938/statm: 83857 12100 370 364 0 19766 0
[pid=4941] ppid=4938 vsize=14952 CPUtime=2.81 cores=1,3,5,7
/proc/4941/stat : 4941 (lingeling) R 4938 4941 4941 0 -1 4202496 4878 0 0 0 281 0 0 0 25 0 1 0 538593455 15310848 2905 33554432000 4194304 4352236 140736666194816 18446744073709551615 4309132 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/4941/statm: 3738 2905 127 39 0 2818 0
[pid=4924/tid=4931] ppid=4922 vsize=345672 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4931/stat : 4931 (python) S 4922 4924 4496 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538593447 353968128 13615 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 7 0 0 0
[pid=4924/tid=4934] ppid=4922 vsize=345672 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4934/stat : 4934 (python) S 4922 4924 4496 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 5 0 538593449 353968128 13615 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 1 0 0 0
[pid=4924/tid=4937] ppid=4922 vsize=345672 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4937/stat : 4937 (python) S 4922 4924 4496 0 -1 4202560 37 932 0 0 0 0 0 0 25 0 5 0 538593452 353968128 13615 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=4939] ppid=4922 vsize=345672 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4939/stat : 4939 (python) S 4922 4924 4496 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 5 0 538593454 353968128 13615 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.93
Current children cumulated vsize (KiB) 1782588

[startup+25.5009 s]
/proc/loadavg: 8.35 6.90 6.22 10/218 4942
/proc/meminfo: memFree=23854412/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=345672 CPUtime=6.7 cores=1,3,5,7
/proc/4924/stat : 4924 (python) S 4922 4924 4496 0 -1 4202496 22391 932 1 0 656 14 0 0 25 0 5 0 538592758 353968128 13615 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 86418 13615 1881 364 0 22327 0
[pid=4930] ppid=4924 vsize=304660 CPUtime=0.02 cores=1,3,5,7
/proc/4930/stat : 4930 (python) S 4924 4924 4496 0 -1 4202560 994 0 0 0 1 1 0 0 18 0 1 0 538593446 311971840 12099 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252431 0 0 16781312 514 8928738104982864136 0 0 17 1 0 0 0
/proc/4930/statm: 76165 12099 381 364 0 12083 0
[pid=4932] ppid=4930 vsize=15964 CPUtime=18.45 cores=1,3,5,7
/proc/4932/stat : 4932 (lingeling) R 4930 4932 4932 0 -1 4202496 5156 0 0 0 1845 0 0 0 25 0 1 0 538593447 16347136 3161 33554432000 4194304 4352236 140734093067024 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/4932/statm: 3991 3161 129 39 0 3071 0
[pid=4933] ppid=4924 vsize=314916 CPUtime=0.02 cores=1,3,5,7
/proc/4933/stat : 4933 (python) S 4924 4924 4496 0 -1 4202560 928 0 0 0 1 1 0 0 15 0 1 0 538593449 322473984 12092 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 15894214639982969096 0 0 17 5 0 0 0
/proc/4933/statm: 78729 12092 370 364 0 14644 0
[pid=4935] ppid=4933 vsize=146420 CPUtime=9.33 cores=1,3,5,7
/proc/4935/stat : 4935 (cryptominisat-2) R 4933 4935 4935 0 -1 4202496 32546 0 0 0 927 6 0 0 25 0 1 0 538593449 149934080 29157 33554432000 4194304 4677096 140734667219232 18446744073709551615 4318894 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/4935/statm: 36605 29157 393 118 0 31564 0
[pid=4936] ppid=4924 vsize=325172 CPUtime=0.02 cores=1,3,5,7
/proc/4936/stat : 4936 (python) S 4924 4924 4496 0 -1 4202560 944 0 0 0 1 1 0 0 18 0 1 0 538593451 332976128 12096 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864136 0 0 17 5 0 0 0
/proc/4936/statm: 81293 12096 370 364 0 17205 0
[pid=4940] ppid=4936 vsize=16808 CPUtime=18.47 cores=1,3,5,7
/proc/4940/stat : 4940 (lingeling) R 4936 4940 4940 0 -1 4202496 5368 0 0 0 1847 0 0 0 25 0 1 0 538593454 17211392 3372 33554432000 4194304 4352236 140735063065696 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4940/statm: 4202 3372 129 39 0 3282 0
[pid=4938] ppid=4924 vsize=335428 CPUtime=0.02 cores=1,3,5,7
/proc/4938/stat : 4938 (python) S 4924 4924 4496 0 -1 4202560 946 0 0 0 1 1 0 0 18 0 1 0 538593454 343478272 12100 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864136 0 0 17 7 0 0 0
/proc/4938/statm: 83857 12100 370 364 0 19766 0
[pid=4941] ppid=4938 vsize=16888 CPUtime=9.21 cores=1,3,5,7
/proc/4941/stat : 4941 (lingeling) R 4938 4941 4941 0 -1 4202496 5388 0 0 0 921 0 0 0 25 0 1 0 538593455 17293312 3391 33554432000 4194304 4352236 140736666194816 18446744073709551615 4258088 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/4941/statm: 4222 3391 129 39 0 3302 0
[pid=4924/tid=4931] ppid=4922 vsize=345672 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4931/stat : 4931 (python) S 4922 4924 4496 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538593447 353968128 13615 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 7 0 0 0
[pid=4924/tid=4934] ppid=4922 vsize=345672 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4934/stat : 4934 (python) S 4922 4924 4496 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 5 0 538593449 353968128 13615 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 1 0 0 0
[pid=4924/tid=4937] ppid=4922 vsize=345672 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4937/stat : 4937 (python) S 4922 4924 4496 0 -1 4202560 37 932 0 0 0 0 0 0 25 0 5 0 538593452 353968128 13615 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=4939] ppid=4922 vsize=345672 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4939/stat : 4939 (python) S 4922 4924 4496 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 5 0 538593454 353968128 13615 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 62.24
Current children cumulated vsize (KiB) 1821928

[startup+51.101 s]
/proc/loadavg: 8.64 7.08 6.30 10/218 4943
/proc/meminfo: memFree=23819620/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=345672 CPUtime=6.7 cores=1,3,5,7
/proc/4924/stat : 4924 (python) S 4922 4924 4496 0 -1 4202496 22391 932 1 0 656 14 0 0 25 0 5 0 538592758 353968128 13615 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 86418 13615 1881 364 0 22327 0
[pid=4930] ppid=4924 vsize=304660 CPUtime=0.05 cores=1,3,5,7
/proc/4930/stat : 4930 (python) S 4924 4924 4496 0 -1 4202560 1007 0 0 0 2 3 0 0 18 0 1 0 538593446 311971840 12099 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252431 0 0 16781312 514 8928738104982864136 0 0 17 1 0 0 0
/proc/4930/statm: 76165 12099 381 364 0 12083 0
[pid=4932] ppid=4930 vsize=17640 CPUtime=43.86 cores=1,3,5,7
/proc/4932/stat : 4932 (lingeling) R 4930 4932 4932 0 -1 4202496 5575 0 0 0 4385 1 0 0 25 0 1 0 538593447 18063360 3580 33554432000 4194304 4352236 140734093067024 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/4932/statm: 4410 3580 129 39 0 3490 0
[pid=4933] ppid=4924 vsize=314916 CPUtime=0.07 cores=1,3,5,7
/proc/4933/stat : 4933 (python) S 4924 4924 4496 0 -1 4202560 941 0 0 0 4 3 0 0 15 0 1 0 538593449 322473984 12092 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864136 0 0 17 5 0 0 0
/proc/4933/statm: 78729 12092 370 364 0 14644 0
[pid=4935] ppid=4933 vsize=163376 CPUtime=22.11 cores=1,3,5,7
/proc/4935/stat : 4935 (cryptominisat-2) R 4933 4935 4935 0 -1 4202496 44148 0 0 0 2201 10 0 0 25 0 1 0 538593449 167297024 34403 33554432000 4194304 4677096 140734667219232 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/4935/statm: 40844 34403 393 118 0 35803 0
[pid=4936] ppid=4924 vsize=325172 CPUtime=0.04 cores=1,3,5,7
/proc/4936/stat : 4936 (python) S 4924 4924 4496 0 -1 4202560 956 0 0 0 2 2 0 0 18 0 1 0 538593451 332976128 12096 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864136 0 0 17 5 0 0 0
/proc/4936/statm: 81293 12096 370 364 0 17205 0
[pid=4940] ppid=4936 vsize=18584 CPUtime=43.99 cores=1,3,5,7
/proc/4940/stat : 4940 (lingeling) R 4936 4940 4940 0 -1 4202496 5812 0 0 0 4399 0 0 0 25 0 1 0 538593454 19030016 3816 33554432000 4194304 4352236 140735063065696 18446744073709551615 4241235 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4940/statm: 4646 3816 129 39 0 3726 0
[pid=4938] ppid=4924 vsize=335428 CPUtime=0.05 cores=1,3,5,7
/proc/4938/stat : 4938 (python) S 4924 4924 4496 0 -1 4202560 955 0 0 0 3 2 0 0 18 0 1 0 538593454 343478272 12100 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864136 0 0 17 7 0 0 0
/proc/4938/statm: 83857 12100 370 364 0 19766 0

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

[pid=4948] ppid=4946 vsize=597764 CPUtime=591.12 cores=1,3,5,7
/proc/4948/stat : 4948 (cryptominisat-2) R 4946 4948 4948 0 -1 4202496 377997 0 0 0 58991 121 0 0 25 0 1 0 538603462 612110336 136806 33554432000 4194304 4677096 140734002251760 18446744073709551615 4320248 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/4948/statm: 149441 136806 393 118 0 144400 0
[pid=5025] ppid=4924 vsize=355940 CPUtime=0.38 cores=1,3,5,7
/proc/5025/stat : 5025 (python) S 4924 4924 4496 0 -1 4202560 1019 0 0 0 21 17 0 0 18 0 1 0 538685016 364482560 12108 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864136 0 0 17 5 0 0 0
/proc/5025/statm: 88985 12108 370 364 0 24888 0
[pid=5027] ppid=5025 vsize=46744 CPUtime=128.84 cores=1,3,5,7
/proc/5027/stat : 5027 (precosat) R 5025 5027 5027 0 -1 4202496 12703 0 0 0 12883 1 0 0 25 0 1 0 538685016 47865856 10885 33554432000 4194304 4890832 140734624312544 18446744073709551615 4239041 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/5027/statm: 11686 10885 86 171 0 11513 0
[pid=4924/tid=4931] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4931/stat : 4931 (python) S 4922 4924 4496 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 7 0 538593447 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=4934] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4934/stat : 4934 (python) S 4922 4924 4496 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 7 0 538593449 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 1 0 0 0
[pid=4924/tid=4937] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4937/stat : 4937 (python) S 4922 4924 4496 0 -1 4202560 37 932 0 0 0 0 0 0 25 0 7 0 538593452 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=4939] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4939/stat : 4939 (python) S 4922 4924 4496 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 7 0 538593454 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=4947] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4947/stat : 4947 (python) S 4922 4924 4496 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 7 0 538603462 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=5026] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/5026/stat : 5026 (python) S 4922 4924 4496 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 7 0 538685016 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3590.06
Current children cumulated vsize (KiB) 3517884

[startup+1242.3 s]
/proc/loadavg: 9.21 9.11 8.34 10/238 5043
/proc/meminfo: memFree=23407584/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=366184 CPUtime=6.78 cores=1,3,5,7
/proc/4924/stat : 4924 (python) S 4922 4924 4496 0 -1 4202496 24102 932 1 0 664 14 0 0 19 0 7 0 538592758 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 91546 13628 1886 364 0 27449 0
[pid=4930] ppid=4924 vsize=314904 CPUtime=0.65 cores=1,3,5,7
/proc/4930/stat : 4930 (python) S 4924 4924 4496 0 -1 4202560 1219 0 0 0 34 31 0 0 18 0 2 0 538593446 322461696 12138 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/4930/statm: 78726 12138 415 364 0 14644 0
[pid=4932] ppid=4930 vsize=33420 CPUtime=294.11 cores=1,3,5,7
/proc/4932/stat : 4932 (lingeling) T 4930 4932 4932 0 -1 4202496 12593 0 0 0 29409 2 0 0 25 0 1 0 538593447 34222080 7525 33554432000 4194304 4352236 140734093067024 18446744073709551615 4278548 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/4932/statm: 8355 7525 129 39 0 7435 0
[pid=4930/tid=4945] ppid=4924 vsize=314904 CPUtime=0 cores=1,3,5,7
/proc/4930/task/4945/stat : 4945 (python) S 4924 4924 4496 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538603459 322461696 12138 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 514 18446604468847842240 0 0 -1 3 0 0 0
[pid=4933] ppid=4924 vsize=314916 CPUtime=0.82 cores=1,3,5,7
/proc/4933/stat : 4933 (python) S 4924 4924 4496 0 -1 4202560 1146 0 0 0 42 40 0 0 17 0 2 0 538593449 322473984 12122 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4933/statm: 78729 12122 399 364 0 14644 0
[pid=4935] ppid=4933 vsize=391028 CPUtime=487.11 cores=1,3,5,7
/proc/4935/stat : 4935 (cryptominisat-2) T 4933 4935 4935 0 -1 4202496 285781 0 0 0 48614 97 0 0 25 0 1 0 538593449 400412672 87100 33554432000 4194304 4677096 140734667219232 18446744073709551615 4318969 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/4935/statm: 97757 87100 393 118 0 92716 0
[pid=4933/tid=5009] ppid=4924 vsize=314916 CPUtime=0 cores=1,3,5,7
/proc/4933/task/5009/stat : 5009 (python) S 4924 4924 4496 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 538647165 322473984 12122 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 514 18446604464020220992 0 0 -1 5 0 0 0
[pid=4936] ppid=4924 vsize=325172 CPUtime=1.75 cores=1,3,5,7
/proc/4936/stat : 4936 (python) S 4924 4924 4496 0 -1 4202560 1009 0 0 0 91 84 0 0 18 0 1 0 538593451 332976128 12096 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864136 0 0 17 5 0 0 0
/proc/4936/statm: 81293 12096 370 364 0 17205 0
[pid=4940] ppid=4936 vsize=46748 CPUtime=1232.59 cores=1,3,5,7
/proc/4940/stat : 4940 (lingeling) R 4936 4940 4940 0 -1 4202496 50742 0 0 0 123252 7 0 0 25 0 1 0 538593454 47869952 10857 33554432000 4194304 4352236 140735063065696 18446744073709551615 4276765 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/4940/statm: 11687 10857 129 39 0 10767 0
[pid=4938] ppid=4924 vsize=335428 CPUtime=1.81 cores=1,3,5,7
/proc/4938/stat : 4938 (python) S 4924 4924 4496 0 -1 4202560 1006 0 0 0 93 88 0 0 18 0 1 0 538593454 343478272 12100 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864136 0 0 17 7 0 0 0
/proc/4938/statm: 83857 12100 370 364 0 19766 0
[pid=4941] ppid=4938 vsize=40880 CPUtime=962.43 cores=1,3,5,7
/proc/4941/stat : 4941 (lingeling) R 4938 4941 4941 0 -1 4202496 42107 0 0 0 96237 6 0 0 25 0 1 0 538593455 41861120 9389 33554432000 4194304 4352236 140736666194816 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4941/statm: 10220 9389 129 39 0 9300 0
[pid=4946] ppid=4924 vsize=345684 CPUtime=1.7 cores=1,3,5,7
/proc/4946/stat : 4946 (python) S 4924 4924 4496 0 -1 4202560 1011 0 0 0 92 78 0 0 15 0 1 0 538603462 353980416 12104 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864135 0 0 17 5 0 0 0
/proc/4946/statm: 86421 12104 370 364 0 22327 0
[pid=4948] ppid=4946 vsize=577836 CPUtime=620.91 cores=1,3,5,7
/proc/4948/stat : 4948 (cryptominisat-2) R 4946 4948 4948 0 -1 4202496 383041 0 0 0 61966 125 0 0 25 0 1 0 538603462 591704064 131978 33554432000 4194304 4677096 140734002251760 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/4948/statm: 144459 131978 393 118 0 139418 0
[pid=5025] ppid=4924 vsize=355940 CPUtime=0.47 cores=1,3,5,7
/proc/5025/stat : 5025 (python) S 4924 4924 4496 0 -1 4202560 1019 0 0 0 25 22 0 0 18 0 1 0 538685016 364482560 12108 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864136 0 0 17 5 0 0 0
/proc/5025/statm: 88985 12108 370 364 0 24888 0
[pid=5027] ppid=5025 vsize=49792 CPUtime=158.58 cores=1,3,5,7
/proc/5027/stat : 5027 (precosat) R 5025 5027 5027 0 -1 4202496 13465 0 0 0 15857 1 0 0 25 0 1 0 538685016 50987008 11647 33554432000 4194304 4890832 140734624312544 18446744073709551615 4239069 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/5027/statm: 12448 11647 86 171 0 12275 0
[pid=4924/tid=4931] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4931/stat : 4931 (python) S 4922 4924 4496 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 7 0 538593447 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=4934] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4934/stat : 4934 (python) S 4922 4924 4496 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 7 0 538593449 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 1 0 0 0
[pid=4924/tid=4937] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4937/stat : 4937 (python) S 4922 4924 4496 0 -1 4202560 37 932 0 0 0 0 0 0 25 0 7 0 538593452 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=4939] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4939/stat : 4939 (python) S 4922 4924 4496 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 7 0 538593454 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=4947] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4947/stat : 4947 (python) S 4922 4924 4496 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 7 0 538603462 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=5026] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/5026/stat : 5026 (python) S 4922 4924 4496 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 7 0 538685016 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3769.71
Current children cumulated vsize (KiB) 3497932



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.17 9.12 8.39 10/240 5047
/proc/meminfo: memFree=23404572/32950928 swapFree=67111356/67111528
[pid=4924] ppid=4922 vsize=366184 CPUtime=6.8 cores=1,3,5,7
/proc/4924/stat : 4924 (python) S 4922 4924 4496 0 -1 4202496 24660 932 1 0 666 14 0 0 18 0 7 0 538592758 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 91546 13628 1886 364 0 27449 0
[pid=4930] ppid=4924 vsize=314904 CPUtime=0.65 cores=1,3,5,7
/proc/4930/stat : 4930 (python) S 4924 4924 4496 0 -1 4202560 1219 0 0 0 34 31 0 0 18 0 2 0 538593446 322461696 12138 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/4930/statm: 78726 12138 415 364 0 14644 0
[pid=4932] ppid=4930 vsize=33420 CPUtime=294.11 cores=1,3,5,7
/proc/4932/stat : 4932 (lingeling) T 4930 4932 4932 0 -1 4202496 12593 0 0 0 29409 2 0 0 25 0 1 0 538593447 34222080 7525 33554432000 4194304 4352236 140734093067024 18446744073709551615 4278548 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/4932/statm: 8355 7525 129 39 0 7435 0
[pid=4930/tid=4945] ppid=4924 vsize=314904 CPUtime=0 cores=1,3,5,7
/proc/4930/task/4945/stat : 4945 (python) S 4924 4924 4496 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538603459 322461696 12138 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 514 18446604468847842240 0 0 -1 3 0 0 0
[pid=4933] ppid=4924 vsize=314916 CPUtime=0.82 cores=1,3,5,7
/proc/4933/stat : 4933 (python) S 4924 4924 4496 0 -1 4202560 1146 0 0 0 42 40 0 0 17 0 2 0 538593449 322473984 12122 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4933/statm: 78729 12122 399 364 0 14644 0
[pid=4935] ppid=4933 vsize=391028 CPUtime=487.11 cores=1,3,5,7
/proc/4935/stat : 4935 (cryptominisat-2) T 4933 4935 4935 0 -1 4202496 285781 0 0 0 48614 97 0 0 25 0 1 0 538593449 400412672 87100 33554432000 4194304 4677096 140734667219232 18446744073709551615 4318969 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/4935/statm: 97757 87100 393 118 0 92716 0
[pid=4933/tid=5009] ppid=4924 vsize=314916 CPUtime=0 cores=1,3,5,7
/proc/4933/task/5009/stat : 5009 (python) S 4924 4924 4496 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 538647165 322473984 12122 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 514 18446604464020220992 0 0 -1 5 0 0 0
[pid=4936] ppid=4924 vsize=325172 CPUtime=1.84 cores=1,3,5,7
/proc/4936/stat : 4936 (python) S 4924 4924 4496 0 -1 4202560 1164 0 0 0 96 88 0 0 18 0 2 0 538593451 332976128 12126 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4936/statm: 81293 12126 399 364 0 17205 0
[pid=4940] ppid=4936 vsize=38556 CPUtime=1276.58 cores=1,3,5,7
/proc/4940/stat : 4940 (lingeling) R 4936 4940 4940 0 -1 4202496 51510 0 0 0 127650 8 0 0 25 0 1 0 538593454 39481344 8809 33554432000 4194304 4352236 140735063065696 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/4940/statm: 9639 8809 129 39 0 8719 0
[pid=4936/tid=5046] ppid=4924 vsize=325172 CPUtime=0 cores=1,3,5,7
/proc/4936/task/5046/stat : 5046 (python) S 4924 4924 4496 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538720014 332976128 12126 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 514 18446604465273916352 0 0 -1 1 0 0 0
[pid=4938] ppid=4924 vsize=335428 CPUtime=1.88 cores=1,3,5,7
/proc/4938/stat : 4938 (python) S 4924 4924 4496 0 -1 4202560 1006 0 0 0 97 91 0 0 18 0 1 0 538593454 343478272 12100 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864136 0 0 17 7 0 0 0
/proc/4938/statm: 83857 12100 370 364 0 19766 0
[pid=4941] ppid=4938 vsize=49072 CPUtime=1006.26 cores=1,3,5,7
/proc/4941/stat : 4941 (lingeling) R 4938 4941 4941 0 -1 4202496 44667 0 0 0 100620 6 0 0 25 0 1 0 538593455 50249728 11437 33554432000 4194304 4352236 140736666194816 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/4941/statm: 12268 11437 129 39 0 11348 0
[pid=4946] ppid=4924 vsize=345684 CPUtime=1.8 cores=1,3,5,7
/proc/4946/stat : 4946 (python) S 4924 4924 4496 0 -1 4202560 1011 0 0 0 97 83 0 0 15 0 1 0 538603462 353980416 12104 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864135 0 0 17 5 0 0 0
/proc/4946/statm: 86421 12104 370 364 0 22327 0
[pid=4948] ppid=4946 vsize=578096 CPUtime=663.22 cores=1,3,5,7
/proc/4948/stat : 4948 (cryptominisat-2) R 4946 4948 4948 0 -1 4202496 398050 0 0 0 66190 132 0 0 25 0 1 0 538603462 591970304 131078 33554432000 4194304 4677096 140734002251760 18446744073709551615 4320315 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4948/statm: 144524 131078 393 118 0 139483 0
[pid=5025] ppid=4924 vsize=355940 CPUtime=0.56 cores=1,3,5,7
/proc/5025/stat : 5025 (python) S 4924 4924 4496 0 -1 4202560 1019 0 0 0 30 26 0 0 18 0 1 0 538685016 364482560 12108 33554432000 4194304 5683644 140735526311616 18446744073709551615 208080252486 0 0 16781312 514 8928738104982864136 0 0 17 5 0 0 0
/proc/5025/statm: 88985 12108 370 364 0 24888 0
[pid=5027] ppid=5025 vsize=52812 CPUtime=200.82 cores=1,3,5,7
/proc/5027/stat : 5027 (precosat) R 5025 5027 5027 0 -1 4202496 14220 0 0 0 20081 1 0 0 25 0 1 0 538685016 54079488 12402 33554432000 4194304 4890832 140734624312544 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/5027/statm: 13203 12402 86 171 0 13030 0
[pid=4924/tid=4931] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4931/stat : 4931 (python) S 4922 4924 4496 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 7 0 538593447 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=4934] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4934/stat : 4934 (python) S 4922 4924 4496 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 7 0 538593449 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 1 0 0 0
[pid=4924/tid=4937] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4937/stat : 4937 (python) S 4922 4924 4496 0 -1 4202560 42 932 0 0 0 0 0 0 18 0 7 0 538593452 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=4939] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4939/stat : 4939 (python) S 4922 4924 4496 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 7 0 538593454 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=4947] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4947/stat : 4947 (python) S 4922 4924 4496 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 7 0 538603462 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
[pid=4924/tid=5026] ppid=4922 vsize=366184 CPUtime=0 cores=1,3,5,7
/proc/4924/task/5026/stat : 5026 (python) S 4922 4924 4496 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 7 0 538685016 374972416 13628 33554432000 4194304 5683644 140735526311616 18446744073709551615 208092055985 0 0 16781312 2 18446604471128849408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3942.45
Current children cumulated vsize (KiB) 3501212

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

Real time (s): 1300.05
CPU time (s): 3942.45
CPU user time (s): 3936.26
CPU system time (s): 6.19
CPU usage (%): 303.254
Max. virtual memory (cumulated for all children) (KiB): 3611032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.02793
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26873
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= 3398
involuntary context switches= 61

runsolver used 2.32065 second user time and 5.96709 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-01 19:12:11
IDJOB=3317899
IDBENCH=83119
IDSOLVER=1706
FILE ID=node127/3317899-1304269931
RUNJOBID= node127-1304267282-4515
PBS_JOBID= 13173952
Free space on /tmp= 72772 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom19.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-3317899-1304269931/watcher-3317899-1304269931 -o /tmp/evaluation-result-3317899-1304269931/solver-3317899-1304269931 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317899-1304269931.cnf -seed 1199177234 -budget 4800 -cores 4

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=1199177234

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24086768 kB
Buffers:       1329968 kB
Cached:        3594748 kB
SwapCached:          8 kB
Active:        3872428 kB
Inactive:      4507432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24086768 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           34140 kB
Writeback:          36 kB
AnonPages:     3454932 kB
Mapped:          24464 kB
Slab:           406560 kB
PageTables:      17884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5254884 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= 72756 MiB
End job on node127 at 2011-05-01 19:33:53