Trace number 3317897

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.29 1206.25

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
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 variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

Solver Data

0.32/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.67	c INFO: solving HOME/instance-3317897-1304270012.cnf
0.32/0.67	c INFO: computing task features
0.60/1.00	c INFO: computed variable-clause graph statistics
0.69/1.01	c INFO: computed clause balance statistics
2.39/2.74	c INFO: computed variable balance statistics
3.69/4.06	c INFO: computed small-clause counts
3.69/4.07	c INFO: computed Horn-clause counts
5.10/5.44	c INFO: computed variable graph statistics
5.10/5.44	c INFO: collected features for HOME/instance-3317897-1304270012.cnf in 4.74 s
5.10/5.46	c INFO: running lingeling-276@0 for 97 with 4795 remaining (b = 0.32)
5.10/5.48	c INFO: running cryptominisat-2.9.0@0 for 485 with 4795 remaining (b = 0.33)
5.19/5.51	c INFO: running lingeling-276@0 for 1261 with 4795 remaining (b = 0.48)
5.19/5.53	c INFO: running lingeling-276@0 for 1261 with 4795 remaining (b = 0.41)
404.91/105.61	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4695 remaining (b = 0.49)
1981.60/500.43	c INFO: running lingeling-276@0 for 97 with 4300 remaining (b = 0.08)
2365.37/596.57	c INFO: running lingeling-276@95 for 97 with 4204 remaining (b = 0.08)
2765.50/696.72	c INFO: running precosat-570@0 for 388 with 4103 remaining (b = 0.20)
4341.00/1091.21	c INFO: running lingeling-276@195 for 1067 with 3709 remaining (b = 0.27)
4800.29/1206.23	c INFO: running lingeling-276@0 for 97 with 3594 remaining (b = 0.19)

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

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

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: 5.01 4.70 4.73 5/200 11778
/proc/meminfo: memFree=28968496/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/11778/stat : 11778 (python) S 11776 11778 11084 0 -1 4202496 732 0 0 0 0 0 0 0 25 0 1 0 538599209 15548416 621 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/11778/statm: 3796 621 322 364 0 283 0

[startup+0.0916839 s]
/proc/loadavg: 5.01 4.70 4.73 5/200 11778
/proc/meminfo: memFree=28968496/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=84476 CPUtime=0.05 cores=0,2,4,6
/proc/11778/stat : 11778 (python) R 11776 11778 11084 0 -1 4202496 2315 0 0 0 4 1 0 0 18 0 1 0 538599209 86503424 2045 33554432000 4194304 5683644 140734773599184 18446744073709551615 228244194180 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11778/statm: 21119 2047 659 364 0 1336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84476

[startup+0.100641 s]
/proc/loadavg: 5.01 4.70 4.73 5/200 11778
/proc/meminfo: memFree=28968496/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=87708 CPUtime=0.05 cores=0,2,4,6
/proc/11778/stat : 11778 (python) R 11776 11778 11084 0 -1 4202496 2638 0 0 0 4 1 0 0 17 0 1 0 538599209 89812992 2354 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11778/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300607 s]
/proc/loadavg: 5.01 4.70 4.73 5/200 11778
/proc/meminfo: memFree=28968496/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/11778/stat : 11778 (python) S 11776 11778 11084 0 -1 4202496 5964 936 1 0 13 4 0 0 17 0 1 0 538599209 139010048 4150 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122710021 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/11778/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700579 s]
/proc/loadavg: 5.01 4.70 4.73 5/200 11778
/proc/meminfo: memFree=28968496/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=281636 CPUtime=0.39 cores=0,2,4,6
/proc/11778/stat : 11778 (python) R 11776 11778 11084 0 -1 4202496 10044 936 1 0 29 10 0 0 16 0 1 0 538599209 288395264 7724 33554432000 4194304 5683644 140734773599184 18446744073709551615 4602384 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11778/statm: 70409 7724 1761 364 0 6333 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 281636

[startup+1.50043 s]
/proc/loadavg: 5.01 4.70 4.73 6/201 11783
/proc/meminfo: memFree=28922980/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=301348 CPUtime=1.19 cores=0,2,4,6
/proc/11778/stat : 11778 (python) R 11776 11778 11084 0 -1 4202496 17651 936 1 0 108 11 0 0 17 0 1 0 538599209 308580352 12721 33554432000 4194304 5683644 140734773599184 18446744073709551615 47954861795363 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11778/statm: 75337 12721 1826 364 0 11261 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 301348

[startup+3.10014 s]
/proc/loadavg: 5.01 4.70 4.73 6/201 11783
/proc/meminfo: memFree=28922232/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=301348 CPUtime=2.79 cores=0,2,4,6
/proc/11778/stat : 11778 (python) R 11776 11778 11084 0 -1 4202496 17652 936 1 0 267 12 0 0 19 0 1 0 538599209 308580352 12722 33554432000 4194304 5683644 140734773599184 18446744073709551615 47954861397352 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11778/statm: 75337 12722 1827 364 0 11261 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 301348

[startup+6.30052 s]
/proc/loadavg: 5.01 4.70 4.73 7/201 11783
/proc/meminfo: memFree=28927068/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=340596 CPUtime=5.22 cores=0,2,4,6
/proc/11778/stat : 11778 (python) S 11776 11778 11084 0 -1 4202496 20399 936 1 0 509 13 0 0 20 0 5 0 538599209 348770304 12345 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11778/statm: 85149 12345 1881 364 0 21058 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 340596

[startup+12.7014 s]
/proc/loadavg: 5.25 4.76 4.75 9/213 11795
/proc/meminfo: memFree=28788032/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=340596 CPUtime=5.22 cores=0,2,4,6
/proc/11778/stat : 11778 (python) S 11776 11778 11084 0 -1 4202496 20399 936 1 0 509 13 0 0 20 0 5 0 538599209 348770304 12345 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11778/statm: 85149 12345 1881 364 0 21058 0
[pid=11784] ppid=11778 vsize=299584 CPUtime=0 cores=0,2,4,6
/proc/11784/stat : 11784 (python) S 11778 11778 11084 0 -1 4202560 983 0 0 0 0 0 0 0 18 0 1 0 538599755 306774016 10829 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734095 0 0 16781312 514 4403082278654148867 0 0 17 6 0 0 0
/proc/11784/statm: 74896 10829 381 364 0 10814 0
[pid=11786] ppid=11784 vsize=16004 CPUtime=7.2 cores=0,2,4,6
/proc/11786/stat : 11786 (lingeling) R 11784 11786 11786 0 -1 4202496 5004 0 0 0 720 0 0 0 25 0 1 0 538599756 16388096 3171 33554432000 4194304 4352236 140733864622336 18446744073709551615 4241315 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11786/statm: 4001 3171 129 39 0 3081 0
[pid=11787] ppid=11778 vsize=309840 CPUtime=0 cores=0,2,4,6
/proc/11787/stat : 11787 (python) S 11778 11778 11084 0 -1 4202560 910 0 0 0 0 0 0 0 15 0 1 0 538599758 317276160 10822 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 5512568675917332737 0 0 17 4 0 0 0
/proc/11787/statm: 77460 10822 370 364 0 13375 0
[pid=11789] ppid=11787 vsize=107428 CPUtime=7.14 cores=0,2,4,6
/proc/11789/stat : 11789 (cryptominisat-2) R 11787 11789 11789 0 -1 4202496 24243 0 0 0 711 3 0 0 25 0 1 0 538599758 110006272 20112 33554432000 4194304 4677096 140734580862784 18446744073709551615 4337506 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11789/statm: 26857 20112 393 118 0 21816 0
[pid=11790] ppid=11778 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11790/stat : 11790 (python) S 11778 11778 11084 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 538599760 327778304 10826 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 4481811159493607684 0 0 17 2 0 0 0
/proc/11790/statm: 80024 10826 370 364 0 15936 0
[pid=11792] ppid=11790 vsize=15372 CPUtime=7.16 cores=0,2,4,6
/proc/11792/stat : 11792 (lingeling) R 11790 11792 11792 0 -1 4202496 4339 0 0 0 716 0 0 0 25 0 1 0 538599761 15740928 3013 33554432000 4194304 4352236 140737022297568 18446744073709551615 4207852 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11792/statm: 3843 3013 129 39 0 2923 0
[pid=11793] ppid=11778 vsize=330352 CPUtime=0 cores=0,2,4,6
/proc/11793/stat : 11793 (python) S 11778 11778 11084 0 -1 4202560 926 0 0 0 0 0 0 0 18 0 1 0 538599763 338280448 10830 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 4478367214197506308 0 0 17 4 0 0 0
/proc/11793/statm: 82588 10830 370 364 0 18497 0
[pid=11795] ppid=11793 vsize=15384 CPUtime=7.14 cores=0,2,4,6
/proc/11795/stat : 11795 (lingeling) R 11793 11795 11795 0 -1 4202496 4855 0 0 0 714 0 0 0 25 0 1 0 538599763 15753216 3016 33554432000 4194304 4352236 140734147400880 18446744073709551615 4238683 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11795/statm: 3846 3016 129 39 0 2926 0
[pid=11778/tid=11785] ppid=11776 vsize=340596 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11785/stat : 11785 (python) S 11776 11778 11084 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 538599756 348770304 12345 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 6 0 0 0
[pid=11778/tid=11788] ppid=11776 vsize=340596 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11788/stat : 11788 (python) S 11776 11778 11084 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 5 0 538599758 348770304 12345 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 2 0 0 0
[pid=11778/tid=11791] ppid=11776 vsize=340596 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11791/stat : 11791 (python) S 11776 11778 11084 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 538599761 348770304 12345 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 2 0 0 0
[pid=11778/tid=11794] ppid=11776 vsize=340596 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11794/stat : 11794 (python) S 11776 11778 11084 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 538599763 348770304 12345 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 33.86
Current children cumulated vsize (KiB) 1754656

[startup+25.501 s]
/proc/loadavg: 5.86 4.92 4.80 9/213 11796
/proc/meminfo: memFree=28747220/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=340596 CPUtime=5.22 cores=0,2,4,6
/proc/11778/stat : 11778 (python) S 11776 11778 11084 0 -1 4202496 20399 936 1 0 509 13 0 0 20 0 5 0 538599209 348770304 12345 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11778/statm: 85149 12345 1881 364 0 21058 0
[pid=11784] ppid=11778 vsize=299584 CPUtime=0.02 cores=0,2,4,6
/proc/11784/stat : 11784 (python) S 11778 11778 11084 0 -1 4202560 989 0 0 0 1 1 0 0 18 0 1 0 538599755 306774016 10829 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734095 0 0 16781312 514 6445231608906612995 0 0 17 6 0 0 0
/proc/11784/statm: 74896 10829 381 364 0 10814 0
[pid=11786] ppid=11784 vsize=16004 CPUtime=19.96 cores=0,2,4,6
/proc/11786/stat : 11786 (lingeling) R 11784 11786 11786 0 -1 4202496 5004 0 0 0 1996 0 0 0 25 0 1 0 538599756 16388096 3171 33554432000 4194304 4352236 140733864622336 18446744073709551615 4328336 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11786/statm: 4001 3171 129 39 0 3081 0
[pid=11787] ppid=11778 vsize=309840 CPUtime=0.02 cores=0,2,4,6
/proc/11787/stat : 11787 (python) S 11778 11778 11084 0 -1 4202560 917 0 0 0 1 1 0 0 15 0 1 0 538599758 317276160 10822 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 5512568675917332737 0 0 17 4 0 0 0
/proc/11787/statm: 77460 10822 370 364 0 13375 0
[pid=11789] ppid=11787 vsize=147908 CPUtime=19.85 cores=0,2,4,6
/proc/11789/stat : 11789 (cryptominisat-2) R 11787 11789 11789 0 -1 4202496 34628 0 0 0 1979 6 0 0 25 0 1 0 538599758 151457792 27720 33554432000 4194304 4677096 140734580862784 18446744073709551615 4317775 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11789/statm: 36977 27720 393 118 0 31936 0
[pid=11790] ppid=11778 vsize=320096 CPUtime=0.01 cores=0,2,4,6
/proc/11790/stat : 11790 (python) S 11778 11778 11084 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 538599760 327778304 10826 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 6445231608906612996 0 0 17 2 0 0 0
/proc/11790/statm: 80024 10826 370 364 0 15936 0
[pid=11792] ppid=11790 vsize=16296 CPUtime=19.95 cores=0,2,4,6
/proc/11792/stat : 11792 (lingeling) R 11790 11792 11792 0 -1 4202496 4570 0 0 0 1995 0 0 0 25 0 1 0 538599761 16687104 3244 33554432000 4194304 4352236 140737022297568 18446744073709551615 4328894 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11792/statm: 4074 3244 129 39 0 3154 0
[pid=11793] ppid=11778 vsize=330352 CPUtime=0.02 cores=0,2,4,6
/proc/11793/stat : 11793 (python) S 11778 11778 11084 0 -1 4202560 932 0 0 0 1 1 0 0 18 0 1 0 538599763 338280448 10830 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 6445231608906612996 0 0 17 4 0 0 0
/proc/11793/statm: 82588 10830 370 364 0 18497 0
[pid=11795] ppid=11793 vsize=16592 CPUtime=19.94 cores=0,2,4,6
/proc/11795/stat : 11795 (lingeling) R 11793 11795 11795 0 -1 4202496 5157 0 0 0 1994 0 0 0 25 0 1 0 538599763 16990208 3318 33554432000 4194304 4352236 140734147400880 18446744073709551615 4281038 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11795/statm: 4148 3318 129 39 0 3228 0
[pid=11778/tid=11785] ppid=11776 vsize=340596 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11785/stat : 11785 (python) S 11776 11778 11084 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 538599756 348770304 12345 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 6 0 0 0
[pid=11778/tid=11788] ppid=11776 vsize=340596 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11788/stat : 11788 (python) S 11776 11778 11084 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 5 0 538599758 348770304 12345 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 2 0 0 0
[pid=11778/tid=11791] ppid=11776 vsize=340596 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11791/stat : 11791 (python) S 11776 11778 11084 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 538599761 348770304 12345 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 2 0 0 0
[pid=11778/tid=11794] ppid=11776 vsize=340596 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11794/stat : 11794 (python) S 11776 11778 11084 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 538599763 348770304 12345 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 84.99
Current children cumulated vsize (KiB) 1797268

[startup+51.1014 s]
/proc/loadavg: 6.65 5.18 4.89 9/213 11796
/proc/meminfo: memFree=28726636/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=340596 CPUtime=5.22 cores=0,2,4,6
/proc/11778/stat : 11778 (python) S 11776 11778 11084 0 -1 4202496 20399 936 1 0 509 13 0 0 20 0 5 0 538599209 348770304 12345 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11778/statm: 85149 12345 1881 364 0 21058 0
[pid=11784] ppid=11778 vsize=299584 CPUtime=0.05 cores=0,2,4,6
/proc/11784/stat : 11784 (python) S 11778 11778 11084 0 -1 4202560 1002 0 0 0 3 2 0 0 18 0 1 0 538599755 306774016 10829 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734095 0 0 16781312 514 6445231608906612995 0 0 17 6 0 0 0
/proc/11784/statm: 74896 10829 381 364 0 10814 0
[pid=11786] ppid=11784 vsize=19836 CPUtime=45.49 cores=0,2,4,6
/proc/11786/stat : 11786 (lingeling) R 11784 11786 11786 0 -1 4202496 5963 0 0 0 4549 0 0 0 25 0 1 0 538599756 20312064 4129 33554432000 4194304 4352236 140733864622336 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11786/statm: 4959 4129 129 39 0 4039 0
[pid=11787] ppid=11778 vsize=309840 CPUtime=0.07 cores=0,2,4,6
/proc/11787/stat : 11787 (python) S 11778 11778 11084 0 -1 4202560 930 0 0 0 4 3 0 0 15 0 1 0 538599758 317276160 10822 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 6445231608906612993 0 0 17 4 0 0 0
/proc/11787/statm: 77460 10822 370 364 0 13375 0
[pid=11789] ppid=11787 vsize=149912 CPUtime=45.25 cores=0,2,4,6
/proc/11789/stat : 11789 (cryptominisat-2) R 11787 11789 11789 0 -1 4202496 50804 0 0 0 4516 9 0 0 25 0 1 0 538599758 153509888 29262 33554432000 4194304 4677096 140734580862784 18446744073709551615 4317762 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11789/statm: 37478 29262 393 118 0 32437 0
[pid=11790] ppid=11778 vsize=320096 CPUtime=0.04 cores=0,2,4,6
/proc/11790/stat : 11790 (python) S 11778 11778 11084 0 -1 4202560 909 0 0 0 1 3 0 0 18 0 1 0 538599760 327778304 10826 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 6445231608906612996 0 0 17 2 0 0 0
/proc/11790/statm: 80024 10826 370 364 0 15936 0
[pid=11792] ppid=11790 vsize=18228 CPUtime=45.51 cores=0,2,4,6
/proc/11792/stat : 11792 (lingeling) R 11790 11792 11792 0 -1 4202496 5053 0 0 0 4551 0 0 0 25 0 1 0 538599761 18665472 3727 33554432000 4194304 4352236 140737022297568 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11792/statm: 4557 3727 129 39 0 3637 0
[pid=11793] ppid=11778 vsize=330352 CPUtime=0.05 cores=0,2,4,6
/proc/11793/stat : 11793 (python) S 11778 11778 11084 0 -1 4202560 944 0 0 0 3 2 0 0 18 0 1 0 538599763 338280448 10830 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 6445231608906612996 0 0 17 4 0 0 0
/proc/11793/statm: 82588 10830 370 364 0 18497 0

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

/proc/11834/stat : 11834 (python) S 11778 11778 11084 0 -1 4202560 1157 0 0 0 31 22 0 0 19 0 2 0 538668881 359284736 10868 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11834/statm: 87716 10868 399 364 0 23619 0
[pid=11836] ppid=11834 vsize=52456 CPUtime=393.4 cores=0,2,4,6
/proc/11836/stat : 11836 (precosat) T 11834 11836 11836 0 -1 4202496 18360 0 0 0 39334 6 0 0 25 0 1 0 538668882 53714944 12910 33554432000 4194304 4890832 140734452788000 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/11836/statm: 13114 12910 86 171 0 12941 0
[pid=11834/tid=12084] ppid=11778 vsize=350864 CPUtime=0 cores=0,2,4,6
/proc/11834/task/12084/stat : 12084 (python) S 11778 11778 11084 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538708329 359284736 10868 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 514 18446604453955553152 0 0 -1 2 0 0 0
[pid=11778/tid=11785] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11785/stat : 11785 (python) S 11776 11778 11084 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 7 0 538599756 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 6 0 0 0
[pid=11778/tid=11788] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11788/stat : 11788 (python) S 11776 11778 11084 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 7 0 538599758 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 2 0 0 0
[pid=11778/tid=11791] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11791/stat : 11791 (python) S 11776 11778 11084 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 7 0 538599761 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 2 0 0 0
[pid=11778/tid=11794] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11794/stat : 11794 (python) S 11776 11778 11084 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 7 0 538599763 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 4 0 0 0
[pid=11778/tid=11805] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11805/stat : 11805 (python) S 11776 11778 11084 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 7 0 538609771 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 4 0 0 0
[pid=11778/tid=11835] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11835/stat : 11835 (python) S 11776 11778 11084 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 7 0 538668881 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4465.2
Current children cumulated vsize (KiB) 3154900

[startup+1182.3 s]
/proc/loadavg: 8.19 7.94 7.06 9/230 12087
/proc/meminfo: memFree=28234756/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=361108 CPUtime=5.34 cores=0,2,4,6
/proc/11778/stat : 11778 (python) S 11776 11778 11084 0 -1 4202496 22627 936 1 0 520 14 0 0 18 0 7 0 538599209 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11778/statm: 90277 12358 1886 364 0 26180 0
[pid=11784] ppid=11778 vsize=309828 CPUtime=0.53 cores=0,2,4,6
/proc/11784/stat : 11784 (python) S 11778 11778 11084 0 -1 4202560 1214 0 0 0 31 22 0 0 18 0 2 0 538599755 317263872 10868 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11784/statm: 77457 10868 415 364 0 13375 0
[pid=11786] ppid=11784 vsize=34324 CPUtime=386.37 cores=0,2,4,6
/proc/11786/stat : 11786 (lingeling) R 11784 11786 11786 0 -1 4202496 14705 0 0 0 38636 1 0 0 25 0 1 0 538599756 35147776 7751 33554432000 4194304 4352236 140733864622336 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11786/statm: 8581 7751 129 39 0 7661 0
[pid=11784/tid=11803] ppid=11778 vsize=309828 CPUtime=0 cores=0,2,4,6
/proc/11784/task/11803/stat : 11803 (python) S 11778 11778 11084 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538609768 317263872 10868 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 514 18446604453937865728 0 0 -1 6 0 0 0
[pid=11787] ppid=11778 vsize=309840 CPUtime=0.69 cores=0,2,4,6
/proc/11787/stat : 11787 (python) S 11778 11778 11084 0 -1 4202560 1136 0 0 0 40 29 0 0 17 0 2 0 538599758 317276160 10852 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11787/statm: 77460 10852 399 364 0 13375 0
[pid=11789] ppid=11787 vsize=280388 CPUtime=491.59 cores=0,2,4,6
/proc/11789/stat : 11789 (cryptominisat-2) T 11787 11789 11789 0 -1 4202496 262155 0 0 0 49096 63 0 0 25 0 1 0 538599758 287117312 60870 33554432000 4194304 4677096 140734580862784 18446744073709551615 4338061 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/11789/statm: 70097 60870 393 118 0 65056 0
[pid=11787/tid=11821] ppid=11778 vsize=309840 CPUtime=0 cores=0,2,4,6
/proc/11787/task/11821/stat : 11821 (python) S 11778 11778 11084 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 538649250 317276160 10852 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 514 18446604442344002496 0 0 -1 4 0 0 0
[pid=11790] ppid=11778 vsize=320096 CPUtime=1.57 cores=0,2,4,6
/proc/11790/stat : 11790 (python) S 11778 11778 11084 0 -1 4202560 961 0 0 0 86 71 0 0 18 0 1 0 538599760 327778304 10826 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 6445231608906612996 0 0 17 2 0 0 0
/proc/11790/statm: 80024 10826 370 364 0 15936 0
[pid=11792] ppid=11790 vsize=54980 CPUtime=1174.67 cores=0,2,4,6
/proc/11792/stat : 11792 (lingeling) R 11790 11792 11792 0 -1 4202496 58018 0 0 0 117457 10 0 0 25 0 1 0 538599761 56299520 12915 33554432000 4194304 4352236 140737022297568 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11792/statm: 13745 12915 129 39 0 12825 0
[pid=11793] ppid=11778 vsize=330352 CPUtime=1.57 cores=0,2,4,6
/proc/11793/stat : 11793 (python) S 11778 11778 11084 0 -1 4202560 998 0 0 0 93 64 0 0 18 0 1 0 538599763 338280448 10830 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 6445231608906612996 0 0 17 4 0 0 0
/proc/11793/statm: 82588 10830 370 364 0 18497 0
[pid=11795] ppid=11793 vsize=47336 CPUtime=1176.79 cores=0,2,4,6
/proc/11795/stat : 11795 (lingeling) R 11793 11795 11795 0 -1 4202496 50476 0 0 0 117672 7 0 0 25 0 1 0 538599763 48472064 11004 33554432000 4194304 4352236 140734147400880 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11795/statm: 11834 11004 129 39 0 10914 0
[pid=11804] ppid=11778 vsize=340608 CPUtime=1.49 cores=0,2,4,6
/proc/11804/stat : 11804 (python) S 11778 11778 11084 0 -1 4202560 1021 0 0 0 82 67 0 0 15 0 1 0 538609771 348782592 10835 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 6445231608906612995 0 0 17 4 0 0 0
/proc/11804/statm: 85152 10835 371 364 0 21058 0
[pid=11806] ppid=11804 vsize=472224 CPUtime=1070.28 cores=0,2,4,6
/proc/11806/stat : 11806 (cryptominisat-2) R 11804 11806 11806 0 -1 4202496 440240 0 0 0 106889 139 0 0 25 0 1 0 538609771 483557376 91575 33554432000 4194304 4677096 140734460303056 18446744073709551615 4454526 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11806/statm: 118056 91575 393 118 0 113015 0
[pid=11834] ppid=11778 vsize=350864 CPUtime=0.53 cores=0,2,4,6
/proc/11834/stat : 11834 (python) S 11778 11778 11084 0 -1 4202560 1157 0 0 0 31 22 0 0 19 0 2 0 538668881 359284736 10868 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11834/statm: 87716 10868 399 364 0 23619 0
[pid=11836] ppid=11834 vsize=52456 CPUtime=393.4 cores=0,2,4,6
/proc/11836/stat : 11836 (precosat) T 11834 11836 11836 0 -1 4202496 18360 0 0 0 39334 6 0 0 25 0 1 0 538668882 53714944 12910 33554432000 4194304 4890832 140734452788000 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/11836/statm: 13114 12910 86 171 0 12941 0
[pid=11834/tid=12084] ppid=11778 vsize=350864 CPUtime=0 cores=0,2,4,6
/proc/11834/task/12084/stat : 12084 (python) S 11778 11778 11084 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538708329 359284736 10868 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 514 18446604453955553152 0 0 -1 2 0 0 0
[pid=11778/tid=11785] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11785/stat : 11785 (python) S 11776 11778 11084 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 7 0 538599756 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 6 0 0 0
[pid=11778/tid=11788] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11788/stat : 11788 (python) S 11776 11778 11084 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 7 0 538599758 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 2 0 0 0
[pid=11778/tid=11791] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11791/stat : 11791 (python) S 11776 11778 11084 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 7 0 538599761 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 2 0 0 0
[pid=11778/tid=11794] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11794/stat : 11794 (python) S 11776 11778 11084 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 7 0 538599763 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 4 0 0 0
[pid=11778/tid=11805] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11805/stat : 11805 (python) S 11776 11778 11084 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 7 0 538609771 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 4 0 0 0
[pid=11778/tid=11835] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11835/stat : 11835 (python) S 11776 11778 11084 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 7 0 538668881 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4704.82
Current children cumulated vsize (KiB) 3264404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.2 s]
/proc/loadavg: 8.12 7.94 7.08 9/230 12087
/proc/meminfo: memFree=28231272/32951124 swapFree=67111444/67111528
[pid=11778] ppid=11776 vsize=361108 CPUtime=5.34 cores=0,2,4,6
/proc/11778/stat : 11778 (python) S 11776 11778 11084 0 -1 4202496 22627 936 1 0 520 14 0 0 18 0 7 0 538599209 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11778/statm: 90277 12358 1886 364 0 26180 0
[pid=11784] ppid=11778 vsize=309828 CPUtime=0.56 cores=0,2,4,6
/proc/11784/stat : 11784 (python) S 11778 11778 11084 0 -1 4202560 1214 0 0 0 32 24 0 0 18 0 2 0 538599755 317263872 10868 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11784/statm: 77457 10868 415 364 0 13375 0
[pid=11786] ppid=11784 vsize=34324 CPUtime=410.21 cores=0,2,4,6
/proc/11786/stat : 11786 (lingeling) R 11784 11786 11786 0 -1 4202496 14961 0 0 0 41020 1 0 0 25 0 1 0 538599756 35147776 7751 33554432000 4194304 4352236 140733864622336 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11786/statm: 8581 7751 129 39 0 7661 0
[pid=11784/tid=11803] ppid=11778 vsize=309828 CPUtime=0 cores=0,2,4,6
/proc/11784/task/11803/stat : 11803 (python) S 11778 11778 11084 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538609768 317263872 10868 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 514 18446604453937865728 0 0 -1 6 0 0 0
[pid=11787] ppid=11778 vsize=309840 CPUtime=0.69 cores=0,2,4,6
/proc/11787/stat : 11787 (python) S 11778 11778 11084 0 -1 4202560 1136 0 0 0 40 29 0 0 17 0 2 0 538599758 317276160 10852 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11787/statm: 77460 10852 399 364 0 13375 0
[pid=11789] ppid=11787 vsize=280388 CPUtime=491.59 cores=0,2,4,6
/proc/11789/stat : 11789 (cryptominisat-2) T 11787 11789 11789 0 -1 4202496 262155 0 0 0 49096 63 0 0 25 0 1 0 538599758 287117312 60870 33554432000 4194304 4677096 140734580862784 18446744073709551615 4338061 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/11789/statm: 70097 60870 393 118 0 65056 0
[pid=11787/tid=11821] ppid=11778 vsize=309840 CPUtime=0 cores=0,2,4,6
/proc/11787/task/11821/stat : 11821 (python) S 11778 11778 11084 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 538649250 317276160 10852 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 514 18446604442344002496 0 0 -1 4 0 0 0
[pid=11790] ppid=11778 vsize=320096 CPUtime=1.61 cores=0,2,4,6
/proc/11790/stat : 11790 (python) S 11778 11778 11084 0 -1 4202560 961 0 0 0 88 73 0 0 18 0 1 0 538599760 327778304 10826 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 6445231608906612996 0 0 17 2 0 0 0
/proc/11790/statm: 80024 10826 370 364 0 15936 0
[pid=11792] ppid=11790 vsize=52932 CPUtime=1198.55 cores=0,2,4,6
/proc/11792/stat : 11792 (lingeling) R 11790 11792 11792 0 -1 4202496 58274 0 0 0 119845 10 0 0 25 0 1 0 538599761 54202368 12403 33554432000 4194304 4352236 140737022297568 18446744073709551615 4328035 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11792/statm: 13233 12403 129 39 0 12313 0
[pid=11793] ppid=11778 vsize=330352 CPUtime=1.6 cores=0,2,4,6
/proc/11793/stat : 11793 (python) S 11778 11778 11084 0 -1 4202560 998 0 0 0 94 66 0 0 18 0 1 0 538599763 338280448 10830 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 6445231608906612996 0 0 17 4 0 0 0
/proc/11793/statm: 82588 10830 370 364 0 18497 0
[pid=11795] ppid=11793 vsize=47336 CPUtime=1200.69 cores=0,2,4,6
/proc/11795/stat : 11795 (lingeling) R 11793 11795 11795 0 -1 4202496 51244 0 0 0 120062 7 0 0 25 0 1 0 538599763 48472064 11004 33554432000 4194304 4352236 140734147400880 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11795/statm: 11834 11004 129 39 0 10914 0
[pid=11804] ppid=11778 vsize=340608 CPUtime=1.53 cores=0,2,4,6
/proc/11804/stat : 11804 (python) S 11778 11778 11084 0 -1 4202560 1021 0 0 0 84 69 0 0 15 0 1 0 538609771 348782592 10835 33554432000 4194304 5683644 140734773599184 18446744073709551615 228122734150 0 0 16781312 514 6445231608906612995 0 0 17 4 0 0 0
/proc/11804/statm: 85152 10835 371 364 0 21058 0
[pid=11806] ppid=11804 vsize=393516 CPUtime=1093.99 cores=0,2,4,6
/proc/11806/stat : 11806 (cryptominisat-2) R 11804 11806 11806 0 -1 4202496 450907 0 0 0 109257 142 0 0 25 0 1 0 538609771 402960384 87912 33554432000 4194304 4677096 140734460303056 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11806/statm: 98379 87912 393 118 0 93338 0
[pid=11834] ppid=11778 vsize=350864 CPUtime=0.53 cores=0,2,4,6
/proc/11834/stat : 11834 (python) S 11778 11778 11084 0 -1 4202560 1157 0 0 0 31 22 0 0 19 0 2 0 538668881 359284736 10868 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11834/statm: 87716 10868 399 364 0 23619 0
[pid=11836] ppid=11834 vsize=52456 CPUtime=393.4 cores=0,2,4,6
/proc/11836/stat : 11836 (precosat) T 11834 11836 11836 0 -1 4202496 18360 0 0 0 39334 6 0 0 25 0 1 0 538668882 53714944 12910 33554432000 4194304 4890832 140734452788000 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/11836/statm: 13114 12910 86 171 0 12941 0
[pid=11834/tid=12084] ppid=11778 vsize=350864 CPUtime=0 cores=0,2,4,6
/proc/11834/task/12084/stat : 12084 (python) S 11778 11778 11084 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538708329 359284736 10868 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 514 18446604453955553152 0 0 -1 2 0 0 0
[pid=11778/tid=11785] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11785/stat : 11785 (python) S 11776 11778 11084 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 7 0 538599756 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 6 0 0 0
[pid=11778/tid=11788] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11788/stat : 11788 (python) S 11776 11778 11084 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 7 0 538599758 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 2 0 0 0
[pid=11778/tid=11791] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11791/stat : 11791 (python) S 11776 11778 11084 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 7 0 538599761 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 2 0 0 0
[pid=11778/tid=11794] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11794/stat : 11794 (python) S 11776 11778 11084 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 7 0 538599763 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 4 0 0 0
[pid=11778/tid=11805] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11805/stat : 11805 (python) S 11776 11778 11084 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 7 0 538609771 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 4 0 0 0
[pid=11778/tid=11835] ppid=11776 vsize=361108 CPUtime=0 cores=0,2,4,6
/proc/11778/task/11835/stat : 11835 (python) S 11776 11778 11084 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 7 0 538668881 369774592 12358 33554432000 4194304 5683644 140734773599184 18446744073709551615 228134537649 0 0 16781312 2 18446604445615505600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 3183648

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 11778 and gives
#  childrusage.ru_utime.tv_sec=1618
#  childrusage.ru_utime.tv_usec=645928
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=199665
# CPU time returned by wait4() is 1620.85
# while last known CPU time is 4800.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1206.25
CPU time (s): 4800.29
CPU user time (s): 4795.03
CPU system time (s): 5.26
CPU usage (%): 397.953
Max. virtual memory (cumulated for all children) (KiB): 3264404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1618.65
system time used= 2.19966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95087
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= 6700
involuntary context switches= 7372

runsolver used 2.32365 second user time and 5.35919 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-01 19:13:32
IDJOB=3317897
IDBENCH=83134
IDSOLVER=1706
FILE ID=node138/3317897-1304270012
RUNJOBID= node138-1304267281-11102
PBS_JOBID= 13173941
Free space on /tmp= 72420 MiB

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

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=946015902

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      28968660 kB
Buffers:        700908 kB
Cached:        1196696 kB
SwapCached:         84 kB
Active:        1978196 kB
Inactive:      1595352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28968660 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:           33764 kB
Writeback:           4 kB
AnonPages:     1675308 kB
Mapped:          23292 kB
Slab:           336484 kB
PageTables:      12300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2606000 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= 72388 MiB
End job on node138 at 2011-05-01 19:33:41