Trace number 3317919

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.37 1204.05

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

Solver Data

0.36/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.68	c INFO: solving HOME/instance-3317919-1304270149.cnf
0.36/0.68	c INFO: computing task features
0.54/0.85	c INFO: computed variable-clause graph statistics
0.54/0.86	c INFO: computed clause balance statistics
1.44/1.75	c INFO: computed variable balance statistics
1.85/2.19	c INFO: computed small-clause counts
1.85/2.19	c INFO: computed Horn-clause counts
1.95/2.23	c INFO: computed variable graph statistics
1.95/2.23	c INFO: collected features for HOME/instance-3317919-1304270149.cnf in 1.54 s
1.95/2.25	c INFO: running lingeling-276@0 for 97 with 4798 remaining (b = 0.27)
1.95/2.27	c INFO: running cryptominisat-2.9.0@0 for 485 with 4798 remaining (b = 0.34)
2.03/2.30	c INFO: running lingeling-276@0 for 582 with 4798 remaining (b = 0.39)
2.03/2.32	c INFO: running lingeling-276@0 for 1261 with 4798 remaining (b = 0.45)
401.76/102.41	c INFO: running lingeling-276@0 for 1164 with 4698 remaining (b = 0.38)
1948.14/489.64	c INFO: running SApperloT@0 for 97 with 4311 remaining (b = 0.13)
2345.50/589.11	c INFO: running cryptominisat-2.9.0@0 for 97 with 4211 remaining (b = 0.10)
2348.28/589.80	c INFO: running cryptominisat-2.9.0@0 for 582 with 4210 remaining (b = 0.34)
2746.04/689.43	c INFO: running precosat-570@0 for 388 with 4111 remaining (b = 0.21)
4333.41/1087.02	c INFO: running cryptominisat-2.9.0@99 for 1843 with 3713 remaining (b = 0.50)
4687.89/1175.89	c INFO: running cryptominisat-2.9.0@100 for 388 with 3624 remaining (b = 0.21)
4800.37/1204.03	c INFO: running cryptominisat-2.9.0@0 for 485 with 3596 remaining (b = 0.23)

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-3317919-1304270149/watcher-3317919-1304270149 -o /tmp/evaluation-result-3317919-1304270149/solver-3317919-1304270149 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317919-1304270149.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: 5.20 5.46 5.37 3/194 10033
/proc/meminfo: memFree=21547084/32951124 swapFree=67111412/67111528
[pid=10033] ppid=10031 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/10033/stat : 10033 (python) S 10031 10033 9574 0 -1 4202496 733 0 0 0 0 0 0 0 25 0 1 0 538613053 15548416 622 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/10033/statm: 3796 622 322 364 0 283 0

[startup+0.0521869 s]
/proc/loadavg: 5.20 5.46 5.37 3/194 10033
/proc/meminfo: memFree=21547084/32951124 swapFree=67111412/67111528
[pid=10033] ppid=10031 vsize=21104 CPUtime=0.03 cores=1,3,5,7
/proc/10033/stat : 10033 (python) S 10031 10033 9574 0 -1 4202496 1315 0 0 0 3 0 0 0 17 0 1 0 538613053 21610496 1166 33554432000 4194304 5683644 140736050733664 18446744073709551615 232330968711 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/10033/statm: 5276 1166 428 364 0 723 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21104

[startup+0.101181 s]
/proc/loadavg: 5.20 5.46 5.37 3/194 10033
/proc/meminfo: memFree=21547084/32951124 swapFree=67111412/67111528
[pid=10033] ppid=10031 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/10033/stat : 10033 (python) S 10031 10033 9574 0 -1 4202496 2630 0 0 0 5 1 0 0 17 0 1 0 538613053 87674880 2348 33554432000 4194304 5683644 140736050733664 18446744073709551615 232330968711 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/10033/statm: 21926 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.301124 s]
/proc/loadavg: 5.20 5.46 5.37 3/194 10033
/proc/meminfo: memFree=21547084/32951124 swapFree=67111412/67111528
[pid=10033] ppid=10031 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/10033/stat : 10033 (python) S 10031 10033 9574 0 -1 4202496 5960 935 1 0 14 5 0 0 17 0 1 0 538613053 139005952 4150 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335888389 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/10033/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.701067 s]
/proc/loadavg: 5.20 5.46 5.37 3/194 10033
/proc/meminfo: memFree=21547084/32951124 swapFree=67111412/67111528
[pid=10033] ppid=10031 vsize=280336 CPUtime=0.44 cores=1,3,5,7
/proc/10033/stat : 10033 (python) R 10031 10033 9574 0 -1 4202496 9720 935 1 0 32 12 0 0 15 0 1 0 538613053 287064064 7404 33554432000 4194304 5683644 140736050733664 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/10033/statm: 70084 7404 1761 364 0 6008 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280336

[startup+1.50092 s]
/proc/loadavg: 4.95 5.40 5.35 3/195 10038
/proc/meminfo: memFree=21514092/32951124 swapFree=67111412/67111528
[pid=10033] ppid=10031 vsize=288960 CPUtime=1.24 cores=1,3,5,7
/proc/10033/stat : 10033 (python) R 10031 10033 9574 0 -1 4202496 13158 935 1 0 111 13 0 0 16 0 1 0 538613053 295895040 9624 33554432000 4194304 5683644 140736050733664 18446744073709551615 4500451 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/10033/statm: 72240 9624 1826 364 0 8164 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 288960

[startup+3.10058 s]
/proc/loadavg: 4.95 5.40 5.35 3/195 10038
/proc/meminfo: memFree=21514340/32951124 swapFree=67111412/67111528
[pid=10033] ppid=10031 vsize=324668 CPUtime=2.06 cores=1,3,5,7
/proc/10033/stat : 10033 (python) S 10031 10033 9574 0 -1 4202496 15886 935 1 0 193 13 0 0 24 0 5 0 538613053 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10033/statm: 81167 8364 1881 364 0 17076 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 324668
heavy processes:

[startup+6.30101 s]
/proc/loadavg: 4.95 5.40 5.35 6/207 10050
/proc/meminfo: memFree=21467620/32951124 swapFree=67111412/67111528
[pid=10033] ppid=10031 vsize=324668 CPUtime=2.06 cores=1,3,5,7
/proc/10033/stat : 10033 (python) S 10031 10033 9574 0 -1 4202496 15886 935 1 0 193 13 0 0 24 0 5 0 538613053 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10033/statm: 81167 8364 1881 364 0 17076 0
[pid=10039] ppid=10033 vsize=284320 CPUtime=0 cores=1,3,5,7
/proc/10039/stat : 10039 (python) S 10033 10033 9574 0 -1 4202560 987 0 0 0 0 0 0 0 18 0 1 0 538613279 291143680 6834 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912463 0 0 16781312 514 3071895854324351238 0 0 17 5 0 0 0
/proc/10039/statm: 71080 6834 383 364 0 6998 0
[pid=10041] ppid=10039 vsize=11608 CPUtime=4.03 cores=1,3,5,7
/proc/10041/stat : 10041 (lingeling) R 10039 10041 10041 0 -1 4202496 3163 0 0 0 403 0 0 0 25 0 1 0 538613279 11886592 2102 33554432000 4194304 4352236 140735453624320 18446744073709551615 4329047 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10041/statm: 2902 2102 129 39 0 1982 0
[pid=10042] ppid=10033 vsize=294576 CPUtime=0 cores=1,3,5,7
/proc/10042/stat : 10042 (python) S 10033 10033 9574 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 538613281 301645824 6804 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 4606113697792753928 0 0 17 3 0 0 0
/proc/10042/statm: 73644 6804 349 364 0 9559 0
[pid=10044] ppid=10042 vsize=47032 CPUtime=4.01 cores=1,3,5,7
/proc/10044/stat : 10044 (cryptominisat-2) R 10042 10044 10044 0 -1 4202496 10517 0 0 0 400 1 0 0 25 0 1 0 538613282 48160768 4877 33554432000 4194304 4677096 140733458474976 18446744073709551615 4319998 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10044/statm: 11758 4877 392 118 0 6717 0
[pid=10045] ppid=10033 vsize=304832 CPUtime=0 cores=1,3,5,7
/proc/10045/stat : 10045 (python) S 10033 10033 9574 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 538613284 312147968 6825 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 4516137912512774408 0 0 17 1 0 0 0
/proc/10045/statm: 76208 6825 349 364 0 12120 0
[pid=10047] ppid=10045 vsize=11112 CPUtime=3.98 cores=1,3,5,7
/proc/10047/stat : 10047 (lingeling) R 10045 10047 10047 0 -1 4202496 3010 0 0 0 398 0 0 0 25 0 1 0 538613284 11378688 1950 33554432000 4194304 4352236 140733459576880 18446744073709551615 4249664 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10047/statm: 2778 1950 129 39 0 1858 0
[pid=10048] ppid=10033 vsize=315088 CPUtime=0 cores=1,3,5,7
/proc/10048/stat : 10048 (python) S 10033 10033 9574 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 538613286 322650112 6829 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 4450525380758962437 0 0 17 7 0 0 0
/proc/10048/statm: 78772 6829 349 364 0 14681 0
[pid=10050] ppid=10048 vsize=11284 CPUtime=3.93 cores=1,3,5,7
/proc/10050/stat : 10050 (lingeling) R 10048 10050 10050 0 -1 4202496 3562 0 0 0 393 0 0 0 25 0 1 0 538613286 11554816 1990 33554432000 4194304 4352236 140735739725008 18446744073709551615 4298761 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/10050/statm: 2821 1990 129 39 0 1901 0
[pid=10033/tid=10040] ppid=10031 vsize=324668 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10040/stat : 10040 (python) S 10031 10033 9574 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 538613279 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10043] ppid=10031 vsize=324668 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10043/stat : 10043 (python) S 10031 10033 9574 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 538613281 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10046] ppid=10031 vsize=324668 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10046/stat : 10046 (python) S 10031 10033 9574 0 -1 4202560 37 935 0 0 0 0 0 0 22 0 5 0 538613284 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10049] ppid=10031 vsize=324668 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10049/stat : 10049 (python) S 10031 10033 9574 0 -1 4202560 27 935 0 0 0 0 0 0 24 0 5 0 538613286 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.01
Current children cumulated vsize (KiB) 1604520

[startup+12.7009 s]
/proc/loadavg: 5.03 5.40 5.35 6/207 10050
/proc/meminfo: memFree=21451776/32951124 swapFree=67111412/67111528
[pid=10033] ppid=10031 vsize=324668 CPUtime=2.06 cores=1,3,5,7
/proc/10033/stat : 10033 (python) S 10031 10033 9574 0 -1 4202496 15886 935 1 0 193 13 0 0 24 0 5 0 538613053 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10033/statm: 81167 8364 1881 364 0 17076 0
[pid=10039] ppid=10033 vsize=284320 CPUtime=0 cores=1,3,5,7
/proc/10039/stat : 10039 (python) S 10033 10033 9574 0 -1 4202560 990 0 0 0 0 0 0 0 18 0 1 0 538613279 291143680 6834 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912463 0 0 16781312 514 10171326981858099462 0 0 17 5 0 0 0
/proc/10039/statm: 71080 6834 383 364 0 6998 0
[pid=10041] ppid=10039 vsize=12384 CPUtime=10.42 cores=1,3,5,7
/proc/10041/stat : 10041 (lingeling) R 10039 10041 10041 0 -1 4202496 3533 0 0 0 1042 0 0 0 25 0 1 0 538613279 12681216 2280 33554432000 4194304 4352236 140735453624320 18446744073709551615 4328336 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10041/statm: 3096 2280 129 39 0 2176 0
[pid=10042] ppid=10033 vsize=294576 CPUtime=0.02 cores=1,3,5,7
/proc/10042/stat : 10042 (python) S 10033 10033 9574 0 -1 4202560 931 0 0 0 1 1 0 0 15 0 1 0 538613281 301645824 6827 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 4606113697792753928 0 0 17 3 0 0 0
/proc/10042/statm: 73644 6827 372 364 0 9559 0
[pid=10044] ppid=10042 vsize=52612 CPUtime=10.39 cores=1,3,5,7
/proc/10044/stat : 10044 (cryptominisat-2) R 10042 10044 10044 0 -1 4202496 17598 0 0 0 1036 3 0 0 25 0 1 0 538613282 53874688 6449 33554432000 4194304 4677096 140733458474976 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10044/statm: 13153 6449 392 118 0 8112 0
[pid=10045] ppid=10033 vsize=304832 CPUtime=0 cores=1,3,5,7
/proc/10045/stat : 10045 (python) S 10033 10033 9574 0 -1 4202560 914 0 0 0 0 0 0 0 18 0 1 0 538613284 312147968 6848 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 10171326981858099464 0 0 17 1 0 0 0
/proc/10045/statm: 76208 6848 372 364 0 12120 0
[pid=10047] ppid=10045 vsize=12156 CPUtime=10.36 cores=1,3,5,7
/proc/10047/stat : 10047 (lingeling) R 10045 10047 10047 0 -1 4202496 3975 0 0 0 1036 0 0 0 25 0 1 0 538613284 12447744 2211 33554432000 4194304 4352236 140733459576880 18446744073709551615 4329043 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10047/statm: 3039 2211 129 39 0 2119 0
[pid=10048] ppid=10033 vsize=315088 CPUtime=0.01 cores=1,3,5,7
/proc/10048/stat : 10048 (python) S 10033 10033 9574 0 -1 4202560 940 0 0 0 1 0 0 0 18 0 1 0 538613286 322650112 6852 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 10171326981858099461 0 0 17 7 0 0 0
/proc/10048/statm: 78772 6852 372 364 0 14681 0
[pid=10050] ppid=10048 vsize=12576 CPUtime=10.27 cores=1,3,5,7
/proc/10050/stat : 10050 (lingeling) R 10048 10050 10050 0 -1 4202496 4205 0 0 0 1027 0 0 0 25 0 1 0 538613286 12877824 2345 33554432000 4194304 4352236 140735739725008 18446744073709551615 4328233 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/10050/statm: 3144 2345 129 39 0 2224 0
[pid=10033/tid=10040] ppid=10031 vsize=324668 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10040/stat : 10040 (python) S 10031 10033 9574 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 538613279 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10043] ppid=10031 vsize=324668 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10043/stat : 10043 (python) S 10031 10033 9574 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 538613281 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10046] ppid=10031 vsize=324668 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10046/stat : 10046 (python) S 10031 10033 9574 0 -1 4202560 37 935 0 0 0 0 0 0 22 0 5 0 538613284 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10049] ppid=10031 vsize=324668 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10049/stat : 10049 (python) S 10031 10033 9574 0 -1 4202560 27 935 0 0 0 0 0 0 24 0 5 0 538613286 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 43.53
Current children cumulated vsize (KiB) 1613212

[startup+25.5006 s]
/proc/loadavg: 5.03 5.39 5.35 9/219 10062
/proc/meminfo: memFree=20929400/32951124 swapFree=67111412/67111528
[pid=10033] ppid=10031 vsize=324668 CPUtime=2.06 cores=1,3,5,7
/proc/10033/stat : 10033 (python) S 10031 10033 9574 0 -1 4202496 15886 935 1 0 193 13 0 0 24 0 5 0 538613053 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10033/statm: 81167 8364 1881 364 0 17076 0
[pid=10039] ppid=10033 vsize=284320 CPUtime=0.02 cores=1,3,5,7
/proc/10039/stat : 10039 (python) S 10033 10033 9574 0 -1 4202560 997 0 0 0 1 1 0 0 18 0 1 0 538613279 291143680 6834 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912463 0 0 16781312 514 10171326981858099462 0 0 17 5 0 0 0
/proc/10039/statm: 71080 6834 383 364 0 6998 0
[pid=10041] ppid=10039 vsize=17000 CPUtime=23.2 cores=1,3,5,7
/proc/10041/stat : 10041 (lingeling) R 10039 10041 10041 0 -1 4202496 6895 0 0 0 2320 0 0 0 25 0 1 0 538613279 17408000 3450 33554432000 4194304 4352236 140735453624320 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10041/statm: 4250 3450 129 39 0 3330 0
[pid=10042] ppid=10033 vsize=294576 CPUtime=0.04 cores=1,3,5,7
/proc/10042/stat : 10042 (python) S 10033 10033 9574 0 -1 4202560 941 0 0 0 2 2 0 0 15 0 1 0 538613281 301645824 6827 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 4606113697792753928 0 0 17 3 0 0 0
/proc/10042/statm: 73644 6827 372 364 0 9559 0
[pid=10044] ppid=10042 vsize=57784 CPUtime=23.17 cores=1,3,5,7
/proc/10044/stat : 10044 (cryptominisat-2) R 10042 10044 10044 0 -1 4202496 28143 0 0 0 2312 5 0 0 25 0 1 0 538613282 59170816 7497 33554432000 4194304 4677096 140733458474976 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10044/statm: 14446 7497 392 118 0 9405 0
[pid=10045] ppid=10033 vsize=304832 CPUtime=0.03 cores=1,3,5,7
/proc/10045/stat : 10045 (python) S 10033 10033 9574 0 -1 4202560 921 0 0 0 2 1 0 0 18 0 1 0 538613284 312147968 6848 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 10171326981858099464 0 0 17 1 0 0 0
/proc/10045/statm: 76208 6848 372 364 0 12120 0
[pid=10047] ppid=10045 vsize=17280 CPUtime=23.15 cores=1,3,5,7
/proc/10047/stat : 10047 (lingeling) R 10045 10047 10047 0 -1 4202496 7880 0 0 0 2314 1 0 0 25 0 1 0 538613284 17694720 3492 33554432000 4194304 4352236 140733459576880 18446744073709551615 4216512 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10047/statm: 4320 3492 129 39 0 3400 0
[pid=10048] ppid=10033 vsize=315088 CPUtime=0.02 cores=1,3,5,7
/proc/10048/stat : 10048 (python) S 10033 10033 9574 0 -1 4202560 946 0 0 0 1 1 0 0 18 0 1 0 538613286 322650112 6852 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 10171326981858099461 0 0 17 7 0 0 0
/proc/10048/statm: 78772 6852 372 364 0 14681 0
[pid=10050] ppid=10048 vsize=17444 CPUtime=22.97 cores=1,3,5,7
/proc/10050/stat : 10050 (lingeling) R 10048 10050 10050 0 -1 4202496 7470 0 0 0 2297 0 0 0 25 0 1 0 538613286 17862656 3562 33554432000 4194304 4352236 140735739725008 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/10050/statm: 4361 3562 129 39 0 3441 0
[pid=10033/tid=10040] ppid=10031 vsize=324668 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10040/stat : 10040 (python) S 10031 10033 9574 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 538613279 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10043] ppid=10031 vsize=324668 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10043/stat : 10043 (python) S 10031 10033 9574 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 538613281 332460032 8364 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10046] ppid=10031 vsize=324668 CPUtime=0 cores=1,3,5,7

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

[pid=10039] ppid=10033 vsize=294564 CPUtime=1.73 cores=1,3,5,7
/proc/10039/stat : 10039 (python) S 10033 10033 9574 0 -1 4202560 1219 0 0 0 92 81 0 0 18 0 2 0 538613279 301633536 6872 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10039/statm: 73641 6872 416 364 0 9559 0
[pid=10041] ppid=10039 vsize=34140 CPUtime=1176.83 cores=1,3,5,7
/proc/10041/stat : 10041 (lingeling) R 10039 10041 10041 0 -1 4202496 91552 0 0 0 117669 14 0 0 25 0 1 0 538613279 34959360 7731 33554432000 4194304 4352236 140735453624320 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10041/statm: 8535 7731 129 39 0 7615 0
[pid=10039/tid=10065] ppid=10033 vsize=294564 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10065/stat : 10065 (python) S 10033 10033 9574 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538623292 301633536 6872 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 514 18446604466512826624 0 0 -1 5 0 0 0
[pid=10042] ppid=10033 vsize=294576 CPUtime=1.14 cores=1,3,5,7
/proc/10042/stat : 10042 (python) S 10033 10033 9574 0 -1 4202560 1224 0 0 0 60 54 0 0 15 0 2 0 538613281 301645824 6857 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/10042/statm: 73644 6857 401 364 0 9559 0
[pid=10044] ppid=10042 vsize=131576 CPUtime=681.77 cores=1,3,5,7
/proc/10044/stat : 10044 (cryptominisat-2) R 10042 10044 10044 0 -1 4202496 200033 0 0 0 68109 68 0 0 25 0 1 0 538613282 134733824 26717 33554432000 4194304 4677096 140733458474976 18446744073709551615 4334070 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10044/statm: 32894 26717 402 118 0 27853 0
[pid=10042/tid=10129] ppid=10033 vsize=294576 CPUtime=0 cores=1,3,5,7
/proc/10042/task/10129/stat : 10129 (python) S 10033 10033 9574 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 538662016 301645824 6857 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 514 18446604466512827520 0 0 -1 3 0 0 0
[pid=10045] ppid=10033 vsize=304832 CPUtime=0.85 cores=1,3,5,7
/proc/10045/stat : 10045 (python) S 10033 10033 9574 0 -1 4202560 1146 0 0 0 45 40 0 0 19 0 2 0 538613284 312147968 6877 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10045/statm: 76208 6877 400 364 0 12120 0
[pid=10047] ppid=10045 vsize=23304 CPUtime=585.93 cores=1,3,5,7
/proc/10047/stat : 10047 (lingeling) T 10045 10047 10047 0 -1 4202496 61465 0 0 0 58583 10 0 0 25 0 1 0 538613284 23863296 5013 33554432000 4194304 4352236 140733459576880 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/10047/statm: 5826 5013 129 39 0 4906 0
[pid=10045/tid=10135] ppid=10033 vsize=304832 CPUtime=0 cores=1,3,5,7
/proc/10045/task/10135/stat : 10135 (python) S 10033 10033 9574 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538671963 312147968 6877 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 514 18446604471144057728 0 0 -1 1 0 0 0
[pid=10048] ppid=10033 vsize=315088 CPUtime=1.77 cores=1,3,5,7
/proc/10048/stat : 10048 (python) S 10033 10033 9574 0 -1 4202560 1009 0 0 0 92 85 0 0 18 0 1 0 538613286 322650112 6852 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 10171326981858099461 0 0 17 7 0 0 0
/proc/10048/statm: 78772 6852 372 364 0 14681 0
[pid=10050] ppid=10048 vsize=36392 CPUtime=1177.62 cores=1,3,5,7
/proc/10050/stat : 10050 (lingeling) R 10048 10050 10050 0 -1 4202496 91328 0 0 0 117748 14 0 0 25 0 1 0 538613286 37265408 8295 33554432000 4194304 4352236 140735739725008 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10050/statm: 9098 8295 129 39 0 8178 0
[pid=10130] ppid=10033 vsize=325344 CPUtime=0.15 cores=1,3,5,7
/proc/10130/stat : 10130 (python) S 10033 10033 9574 0 -1 4202560 1125 0 0 0 8 7 0 0 19 0 2 0 538662018 333152256 6885 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10130/statm: 81336 6885 400 364 0 17242 0
[pid=10132] ppid=10130 vsize=30156 CPUtime=99.19 cores=1,3,5,7
/proc/10132/stat : 10132 (SApperloT-base) T 10130 10132 10132 0 -1 4202496 7352 0 0 0 9918 1 0 0 25 0 1 0 538662018 30879744 7089 33554432000 134512640 135674940 4290012160 18446744073709551615 134551120 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10132/statm: 7539 7089 100 284 0 7253 0
[pid=10130/tid=10136] ppid=10033 vsize=325344 CPUtime=0 cores=1,3,5,7
/proc/10130/task/10136/stat : 10136 (python) S 10033 10033 9574 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538672032 333152256 6885 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 514 18446604457101980672 0 0 -1 1 0 0 0
[pid=10137] ppid=10033 vsize=335600 CPUtime=1.03 cores=1,3,5,7
/proc/10137/stat : 10137 (python) S 10033 10033 9574 0 -1 4202560 1218 0 0 0 55 48 0 0 15 0 2 0 538672034 343654400 6890 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10137/statm: 83900 6890 401 364 0 19803 0
[pid=10139] ppid=10137 vsize=200104 CPUtime=590.36 cores=1,3,5,7
/proc/10139/stat : 10139 (cryptominisat-2) R 10137 10139 10139 0 -1 4202496 178987 0 0 0 58965 71 0 0 25 0 1 0 538672035 204906496 27065 33554432000 4194304 4677096 140737477836416 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/10139/statm: 50026 27065 392 118 0 44985 0
[pid=10137/tid=10173] ppid=10033 vsize=335600 CPUtime=0 cores=1,3,5,7
/proc/10137/task/10173/stat : 10173 (python) S 10033 10033 9574 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538730641 343654400 6890 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 514 18446604471135044800 0 0 -1 7 0 0 0
[pid=10143] ppid=10033 vsize=345856 CPUtime=0.6 cores=1,3,5,7
/proc/10143/stat : 10143 (python) S 10033 10033 9574 0 -1 4202560 1169 0 0 0 32 28 0 0 19 0 2 0 538681997 354156544 6893 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10143/statm: 86464 6893 400 364 0 22364 0
[pid=10145] ppid=10143 vsize=53448 CPUtime=392.62 cores=1,3,5,7
/proc/10145/stat : 10145 (precosat) T 10143 10145 10145 0 -1 4202496 13818 0 0 0 39257 5 0 0 25 0 1 0 538681997 54730752 13196 33554432000 4194304 4890832 140734338223296 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/10145/statm: 13362 13196 86 171 0 13189 0
[pid=10143/tid=10165] ppid=10033 vsize=345856 CPUtime=0 cores=1,3,5,7
/proc/10143/task/10165/stat : 10165 (python) S 10033 10033 9574 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538721753 354156544 6893 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 514 18446604466530743296 0 0 -1 7 0 0 0
[pid=10033/tid=10040] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10040/stat : 10040 (python) S 10031 10033 9574 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 538613279 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10043] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10043/stat : 10043 (python) S 10031 10033 9574 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 538613281 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10046] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10046/stat : 10046 (python) S 10031 10033 9574 0 -1 4202560 37 935 0 0 0 0 0 0 22 0 8 0 538613284 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10049] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10049/stat : 10049 (python) S 10031 10033 9574 0 -1 4202560 27 935 0 0 0 0 0 0 24 0 8 0 538613286 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10131] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10131/stat : 10131 (python) S 10031 10033 9574 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 8 0 538662018 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10138] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10138/stat : 10138 (python) S 10031 10033 9574 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 8 0 538672034 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10144] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10144/stat : 10144 (python) S 10031 10033 9574 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 8 0 538681997 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4713.81
Current children cumulated vsize (KiB) 3080416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.13 8.14 7.36 9/251 10174
/proc/meminfo: memFree=21784404/32951124 swapFree=67111412/67111528
[pid=10033] ppid=10031 vsize=355436 CPUtime=2.22 cores=1,3,5,7
/proc/10033/stat : 10033 (python) S 10031 10033 9574 0 -1 4202496 18990 935 1 0 208 14 0 0 18 0 8 0 538613053 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10033/statm: 88859 8383 1888 364 0 24759 0
[pid=10039] ppid=10033 vsize=294564 CPUtime=1.76 cores=1,3,5,7
/proc/10039/stat : 10039 (python) S 10033 10033 9574 0 -1 4202560 1219 0 0 0 93 83 0 0 18 0 2 0 538613279 301633536 6872 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10039/statm: 73641 6872 416 364 0 9559 0
[pid=10041] ppid=10039 vsize=35164 CPUtime=1198.53 cores=1,3,5,7
/proc/10041/stat : 10041 (lingeling) R 10039 10041 10041 0 -1 4202496 91808 0 0 0 119839 14 0 0 25 0 1 0 538613279 36007936 7987 33554432000 4194304 4352236 140735453624320 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10041/statm: 8791 7987 129 39 0 7871 0
[pid=10039/tid=10065] ppid=10033 vsize=294564 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10065/stat : 10065 (python) S 10033 10033 9574 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538623292 301633536 6872 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 514 18446604466512826624 0 0 -1 5 0 0 0
[pid=10042] ppid=10033 vsize=294576 CPUtime=1.18 cores=1,3,5,7
/proc/10042/stat : 10042 (python) S 10033 10033 9574 0 -1 4202560 1224 0 0 0 62 56 0 0 15 0 2 0 538613281 301645824 6857 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/10042/statm: 73644 6857 401 364 0 9559 0
[pid=10044] ppid=10042 vsize=131808 CPUtime=703.44 cores=1,3,5,7
/proc/10044/stat : 10044 (cryptominisat-2) R 10042 10044 10044 0 -1 4202496 204237 0 0 0 70275 69 0 0 25 0 1 0 538613282 134971392 25644 33554432000 4194304 4677096 140733458474976 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10044/statm: 32952 25644 402 118 0 27911 0
[pid=10042/tid=10129] ppid=10033 vsize=294576 CPUtime=0 cores=1,3,5,7
/proc/10042/task/10129/stat : 10129 (python) S 10033 10033 9574 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 538662016 301645824 6857 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 514 18446604466512827520 0 0 -1 3 0 0 0
[pid=10045] ppid=10033 vsize=304832 CPUtime=0.85 cores=1,3,5,7
/proc/10045/stat : 10045 (python) S 10033 10033 9574 0 -1 4202560 1146 0 0 0 45 40 0 0 19 0 2 0 538613284 312147968 6877 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10045/statm: 76208 6877 400 364 0 12120 0
[pid=10047] ppid=10045 vsize=23304 CPUtime=585.93 cores=1,3,5,7
/proc/10047/stat : 10047 (lingeling) T 10045 10047 10047 0 -1 4202496 61465 0 0 0 58583 10 0 0 25 0 1 0 538613284 23863296 5013 33554432000 4194304 4352236 140733459576880 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/10047/statm: 5826 5013 129 39 0 4906 0
[pid=10045/tid=10135] ppid=10033 vsize=304832 CPUtime=0 cores=1,3,5,7
/proc/10045/task/10135/stat : 10135 (python) S 10033 10033 9574 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538671963 312147968 6877 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 514 18446604471144057728 0 0 -1 1 0 0 0
[pid=10048] ppid=10033 vsize=315088 CPUtime=1.8 cores=1,3,5,7
/proc/10048/stat : 10048 (python) S 10033 10033 9574 0 -1 4202560 1009 0 0 0 94 86 0 0 18 0 1 0 538613286 322650112 6852 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 10171326981858099461 0 0 17 7 0 0 0
/proc/10048/statm: 78772 6852 372 364 0 14681 0
[pid=10050] ppid=10048 vsize=36392 CPUtime=1199.29 cores=1,3,5,7
/proc/10050/stat : 10050 (lingeling) R 10048 10050 10050 0 -1 4202496 91328 0 0 0 119915 14 0 0 25 0 1 0 538613286 37265408 8295 33554432000 4194304 4352236 140735739725008 18446744073709551615 4231080 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10050/statm: 9098 8295 129 39 0 8178 0
[pid=10130] ppid=10033 vsize=325344 CPUtime=0.15 cores=1,3,5,7
/proc/10130/stat : 10130 (python) S 10033 10033 9574 0 -1 4202560 1125 0 0 0 8 7 0 0 19 0 2 0 538662018 333152256 6885 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10130/statm: 81336 6885 400 364 0 17242 0
[pid=10132] ppid=10130 vsize=30156 CPUtime=99.19 cores=1,3,5,7
/proc/10132/stat : 10132 (SApperloT-base) T 10130 10132 10132 0 -1 4202496 7352 0 0 0 9918 1 0 0 25 0 1 0 538662018 30879744 7089 33554432000 134512640 135674940 4290012160 18446744073709551615 134551120 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10132/statm: 7539 7089 100 284 0 7253 0
[pid=10130/tid=10136] ppid=10033 vsize=325344 CPUtime=0 cores=1,3,5,7
/proc/10130/task/10136/stat : 10136 (python) S 10033 10033 9574 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538672032 333152256 6885 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 514 18446604457101980672 0 0 -1 1 0 0 0
[pid=10137] ppid=10033 vsize=335600 CPUtime=1.07 cores=1,3,5,7
/proc/10137/stat : 10137 (python) S 10033 10033 9574 0 -1 4202560 1223 0 0 0 57 50 0 0 16 0 2 0 538672034 343654400 6890 33554432000 4194304 5683644 140736050733664 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10137/statm: 83900 6890 401 364 0 19803 0
[pid=10139] ppid=10137 vsize=129512 CPUtime=611.74 cores=1,3,5,7
/proc/10139/stat : 10139 (cryptominisat-2) R 10137 10139 10139 0 -1 4202496 183183 0 0 0 61101 73 0 0 25 0 1 0 538672035 132620288 26451 33554432000 4194304 4677096 140737477836416 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/10139/statm: 32378 26451 392 118 0 27337 0
[pid=10137/tid=10173] ppid=10033 vsize=335600 CPUtime=0 cores=1,3,5,7
/proc/10137/task/10173/stat : 10173 (python) S 10033 10033 9574 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538730641 343654400 6890 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 514 18446604471135044800 0 0 -1 7 0 0 0
[pid=10143] ppid=10033 vsize=345856 CPUtime=0.6 cores=1,3,5,7
/proc/10143/stat : 10143 (python) S 10033 10033 9574 0 -1 4202560 1169 0 0 0 32 28 0 0 19 0 2 0 538681997 354156544 6893 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10143/statm: 86464 6893 400 364 0 22364 0
[pid=10145] ppid=10143 vsize=53448 CPUtime=392.62 cores=1,3,5,7
/proc/10145/stat : 10145 (precosat) T 10143 10145 10145 0 -1 4202496 13818 0 0 0 39257 5 0 0 25 0 1 0 538681997 54730752 13196 33554432000 4194304 4890832 140734338223296 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/10145/statm: 13362 13196 86 171 0 13189 0
[pid=10143/tid=10165] ppid=10033 vsize=345856 CPUtime=0 cores=1,3,5,7
/proc/10143/task/10165/stat : 10165 (python) S 10033 10033 9574 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538721753 354156544 6893 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 514 18446604466530743296 0 0 -1 7 0 0 0
[pid=10033/tid=10040] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10040/stat : 10040 (python) S 10031 10033 9574 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 538613279 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10043] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10043/stat : 10043 (python) S 10031 10033 9574 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 538613281 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10046] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10046/stat : 10046 (python) S 10031 10033 9574 0 -1 4202560 37 935 0 0 0 0 0 0 22 0 8 0 538613284 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10049] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10049/stat : 10049 (python) S 10031 10033 9574 0 -1 4202560 27 935 0 0 0 0 0 0 24 0 8 0 538613286 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10131] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10131/stat : 10131 (python) S 10031 10033 9574 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 8 0 538662018 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10138] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10138/stat : 10138 (python) S 10031 10033 9574 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 8 0 538672034 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
[pid=10033/tid=10144] ppid=10031 vsize=355436 CPUtime=0 cores=1,3,5,7
/proc/10033/task/10144/stat : 10144 (python) S 10031 10033 9574 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 8 0 538681997 363966464 8383 33554432000 4194304 5683644 140736050733664 18446744073709551615 232347716017 0 0 16781312 2 18446604462999136192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 3011080

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 10033 and gives
#  childrusage.ru_utime.tv_sec=2402
#  childrusage.ru_utime.tv_usec=653741
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=129524
# CPU time returned by wait4() is 2405.78
# while last known CPU time is 4800.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1204.05
CPU time (s): 4800.37
CPU user time (s): 4794.87
CPU system time (s): 5.5
CPU usage (%): 398.685
Max. virtual memory (cumulated for all children) (KiB): 3152344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2402.65
system time used= 3.12952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208683
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= 7226
involuntary context switches= 11417

runsolver used 2.67459 second user time and 5.85311 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-01 19:15:49
IDJOB=3317919
IDBENCH=83408
IDSOLVER=1706
FILE ID=node132/3317919-1304270149
RUNJOBID= node132-1304267281-9593
PBS_JOBID= 13173947
Free space on /tmp= 72020 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_3_keyfind_1.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-3317919-1304270149/watcher-3317919-1304270149 -o /tmp/evaluation-result-3317919-1304270149/solver-3317919-1304270149 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317919-1304270149.cnf -seed 1199177234 -budget 4800 -cores 4

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=1199177234

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      21547364 kB
Buffers:        705640 kB
Cached:        6196064 kB
SwapCached:        112 kB
Active:        5776404 kB
Inactive:      5130344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21547364 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           95084 kB
Writeback:           0 kB
AnonPages:     4004712 kB
Mapped:          22760 kB
Slab:           424080 kB
PageTables:      13548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4194048 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72104 MiB
End job on node132 at 2011-05-01 19:35:55