Trace number 3378073

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
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 variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

Solver Data

0.44/0.88	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.44/0.88	c INFO: solving HOME/instance-3378073-1305456618.cnf
0.44/0.88	c INFO: computing task features
0.44/0.94	c INFO: computed variable-clause graph statistics
0.44/0.94	c INFO: computed clause balance statistics
0.80/1.23	c INFO: computed variable balance statistics
0.90/1.37	c INFO: computed small-clause counts
0.90/1.37	c INFO: computed Horn-clause counts
0.90/1.39	c INFO: computed variable graph statistics
0.90/1.39	c INFO: collected features for HOME/instance-3378073-1305456618.cnf in 0.51 s
1.01/1.40	c INFO: running lingeling-276@0 for 582 with 2399 remaining (b = 0.57)
588.68/589.06	c INFO: running lingeling-276@585 for 291 with 1813 remaining (b = 0.17)
882.28/882.89	c INFO: running lingeling-276@0 for 194 with 1520 remaining (b = 0.35)
1079.47/1079.48	c INFO: running cryptominisat-2.9.0@0 for 485 with 1324 remaining (b = 0.41)

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: 961)

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-3378073-1305456618/watcher-3378073-1305456618 -o /tmp/evaluation-result-3378073-1305456618/solver-3378073-1305456618 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378073-1305456618.cnf -seed 1491339015 -budget 2400 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.89 1.03 1.57 4/400 30143
/proc/meminfo: memFree=23386292/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=15912 CPUtime=0 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 944 0 0 0 0 0 0 0 17 0 1 0 657258852 16293888 821 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/30143/statm: 3978 821 357 364 0 465 0

[startup+0.0198309 s]
/proc/loadavg: 0.89 1.03 1.57 4/400 30143
/proc/meminfo: memFree=23386292/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=16244 CPUtime=0 cores=1,3
/proc/30143/stat : 30143 (python) R 30140 30143 28260 0 -1 4202496 1041 0 0 0 0 0 0 0 17 0 1 0 657258852 16633856 913 33554432000 4194304 5683644 140734486329616 18446744073709551615 4562900 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30143/statm: 4061 913 380 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.100825 s]
/proc/loadavg: 0.89 1.03 1.57 4/400 30143
/proc/meminfo: memFree=23386292/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=45820 CPUtime=0.05 cores=1,3
/proc/30143/stat : 30143 (python) R 30140 30143 28260 0 -1 4202496 1924 0 0 0 3 2 0 0 17 0 1 0 657258852 46919680 1697 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476692992 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30143/statm: 11455 1697 470 364 0 1204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45820

[startup+0.300732 s]
/proc/loadavg: 0.89 1.03 1.57 4/400 30143
/proc/meminfo: memFree=23386292/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=126800 CPUtime=0.18 cores=1,3
/proc/30143/stat : 30143 (python) R 30140 30143 28260 0 -1 4202496 5489 932 1 0 11 7 0 0 19 0 1 0 657258852 129843200 4004 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488532151 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30143/statm: 31700 4004 1008 364 0 2995 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 126800

[startup+0.700661 s]
/proc/loadavg: 0.89 1.03 1.57 4/400 30143
/proc/meminfo: memFree=23386292/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=226776 CPUtime=0.37 cores=1,3
/proc/30143/stat : 30143 (python) R 30140 30143 28260 0 -1 4202496 7636 932 1 0 20 17 0 0 16 0 1 0 657258852 232218624 5603 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476692992 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30143/statm: 56694 5603 1566 364 0 4232 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 226776

[startup+1.5005 s]
/proc/loadavg: 0.89 1.03 1.57 5/413 30180
/proc/meminfo: memFree=23212432/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=290248 CPUtime=1.01 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 10984 932 1 0 80 21 0 0 17 0 2 0 657258852 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30143/statm: 72562 7456 1867 364 0 8480 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 290248

[startup+3.10026 s]
/proc/loadavg: 0.89 1.03 1.57 5/422 30189
/proc/meminfo: memFree=23168456/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=290248 CPUtime=1.01 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 10984 932 1 0 80 21 0 0 17 0 2 0 657258852 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30143/statm: 72562 7456 1867 364 0 8480 0
[pid=30184] ppid=30143 vsize=280004 CPUtime=0 cores=1,3
/proc/30184/stat : 30184 (python) S 30143 30143 28260 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 657258993 286724096 5939 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476715023 0 0 16781312 514 4226822868140294143 0 0 17 1 0 0 0
/proc/30184/statm: 70001 5939 354 364 0 5919 0
[pid=30186] ppid=30184 vsize=8004 CPUtime=1.68 cores=1,3
/proc/30186/stat : 30186 (lingeling) R 30184 30186 30186 0 -1 4202496 1908 0 0 0 168 0 0 0 25 0 1 0 657258993 8196096 1201 33554432000 4194304 4352236 140735430200160 18446744073709551615 4276771 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30186/statm: 2001 1201 129 39 0 1081 0
[pid=30143/tid=30185] ppid=30140 vsize=290248 CPUtime=0 cores=1,3
/proc/30143/task/30185/stat : 30185 (python) S 30140 30143 28260 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 657258993 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 578256

[startup+6.30058 s]
/proc/loadavg: 1.14 1.08 1.59 5/422 30189
/proc/meminfo: memFree=23161688/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=290248 CPUtime=1.01 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 10984 932 1 0 80 21 0 0 17 0 2 0 657258852 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30143/statm: 72562 7456 1867 364 0 8480 0
[pid=30184] ppid=30143 vsize=280004 CPUtime=0.01 cores=1,3
/proc/30184/stat : 30184 (python) S 30143 30143 28260 0 -1 4202560 879 0 0 0 1 0 0 0 18 0 1 0 657258993 286724096 5962 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476715023 0 0 16781312 514 4226822868140261640 0 0 17 1 0 0 0
/proc/30184/statm: 70001 5962 377 364 0 5919 0
[pid=30186] ppid=30184 vsize=8168 CPUtime=4.87 cores=1,3
/proc/30186/stat : 30186 (lingeling) R 30184 30186 30186 0 -1 4202496 2069 0 0 0 487 0 0 0 25 0 1 0 657258993 8364032 1242 33554432000 4194304 4352236 140735430200160 18446744073709551615 4213185 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30186/statm: 2042 1242 129 39 0 1122 0
[pid=30143/tid=30185] ppid=30140 vsize=290248 CPUtime=0 cores=1,3
/proc/30143/task/30185/stat : 30185 (python) S 30140 30143 28260 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 657258993 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 578420

[startup+12.7004 s]
/proc/loadavg: 1.37 1.12 1.60 5/425 30193
/proc/meminfo: memFree=23143880/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=290248 CPUtime=1.01 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 10984 932 1 0 80 21 0 0 17 0 2 0 657258852 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30143/statm: 72562 7456 1867 364 0 8480 0
[pid=30184] ppid=30143 vsize=280004 CPUtime=0.03 cores=1,3
/proc/30184/stat : 30184 (python) S 30143 30143 28260 0 -1 4202560 884 0 0 0 2 1 0 0 18 0 1 0 657258993 286724096 5962 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476715023 0 0 16781312 514 2041010240501022984 0 0 17 1 0 0 0
/proc/30184/statm: 70001 5962 377 364 0 5919 0
[pid=30186] ppid=30184 vsize=8556 CPUtime=11.24 cores=1,3
/proc/30186/stat : 30186 (lingeling) R 30184 30186 30186 0 -1 4202496 2742 0 0 0 1124 0 0 0 25 0 1 0 657258993 8761344 1339 33554432000 4194304 4352236 140735430200160 18446744073709551615 4278795 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30186/statm: 2139 1339 129 39 0 1219 0
[pid=30143/tid=30185] ppid=30140 vsize=290248 CPUtime=0 cores=1,3
/proc/30143/task/30185/stat : 30185 (python) S 30140 30143 28260 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 657258993 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 578808

[startup+25.501 s]
/proc/loadavg: 2.02 1.28 1.64 5/425 30193
/proc/meminfo: memFree=23138584/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=290248 CPUtime=1.01 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 10984 932 1 0 80 21 0 0 17 0 2 0 657258852 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30143/statm: 72562 7456 1867 364 0 8480 0
[pid=30184] ppid=30143 vsize=280004 CPUtime=0.06 cores=1,3
/proc/30184/stat : 30184 (python) S 30143 30143 28260 0 -1 4202560 890 0 0 0 3 3 0 0 18 0 1 0 657258993 286724096 5962 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476715023 0 0 16781312 514 2041010240501022984 0 0 17 1 0 0 0
/proc/30184/statm: 70001 5962 377 364 0 5919 0
[pid=30186] ppid=30184 vsize=9076 CPUtime=24.01 cores=1,3
/proc/30186/stat : 30186 (lingeling) R 30184 30186 30186 0 -1 4202496 4824 0 0 0 2401 0 0 0 25 0 1 0 657258993 9293824 1469 33554432000 4194304 4352236 140735430200160 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30186/statm: 2269 1469 129 39 0 1349 0
[pid=30143/tid=30185] ppid=30140 vsize=290248 CPUtime=0 cores=1,3
/proc/30143/task/30185/stat : 30185 (python) S 30140 30143 28260 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 657258993 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 579328

[startup+51.1011 s]
/proc/loadavg: 2.69 1.50 1.70 5/425 30193
/proc/meminfo: memFree=23122984/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=290248 CPUtime=1.01 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 10984 932 1 0 80 21 0 0 17 0 2 0 657258852 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30143/statm: 72562 7456 1867 364 0 8480 0
[pid=30184] ppid=30143 vsize=280004 CPUtime=0.13 cores=1,3
/proc/30184/stat : 30184 (python) S 30143 30143 28260 0 -1 4202560 899 0 0 0 7 6 0 0 18 0 1 0 657258993 286724096 5962 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476715023 0 0 16781312 514 2041010240501022984 0 0 17 1 0 0 0
/proc/30184/statm: 70001 5962 377 364 0 5919 0
[pid=30186] ppid=30184 vsize=11764 CPUtime=49.54 cores=1,3
/proc/30186/stat : 30186 (lingeling) R 30184 30186 30186 0 -1 4202496 8088 0 0 0 4953 1 0 0 25 0 1 0 657258993 12046336 2141 33554432000 4194304 4352236 140735430200160 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30186/statm: 2941 2141 129 39 0 2021 0
[pid=30143/tid=30185] ppid=30140 vsize=290248 CPUtime=0 cores=1,3
/proc/30143/task/30185/stat : 30185 (python) S 30140 30143 28260 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 657258993 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 582016

[startup+102.3 s]
/proc/loadavg: 3.53 1.91 1.83 5/425 30195
/proc/meminfo: memFree=23109572/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=290248 CPUtime=1.01 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 10984 932 1 0 80 21 0 0 17 0 2 0 657258852 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30143/statm: 72562 7456 1867 364 0 8480 0
[pid=30184] ppid=30143 vsize=280004 CPUtime=0.29 cores=1,3
/proc/30184/stat : 30184 (python) S 30143 30143 28260 0 -1 4202560 923 0 0 0 16 13 0 0 18 0 1 0 657258993 286724096 5962 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476715023 0 0 16781312 514 2041010240501022984 0 0 17 1 0 0 0
/proc/30184/statm: 70001 5962 377 364 0 5919 0
[pid=30186] ppid=30184 vsize=12532 CPUtime=100.58 cores=1,3
/proc/30186/stat : 30186 (lingeling) R 30184 30186 30186 0 -1 4202496 10968 0 0 0 10057 1 0 0 25 0 1 0 657258993 12832768 2333 33554432000 4194304 4352236 140735430200160 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30186/statm: 3133 2333 129 39 0 2213 0
[pid=30143/tid=30185] ppid=30140 vsize=290248 CPUtime=0 cores=1,3
/proc/30143/task/30185/stat : 30185 (python) S 30140 30143 28260 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 657258993 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 582784

[startup+162.301 s]
/proc/loadavg: 3.83 2.29 1.96 5/425 30197
/proc/meminfo: memFree=23106072/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=290248 CPUtime=1.01 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 10984 932 1 0 80 21 0 0 17 0 2 0 657258852 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30143/statm: 72562 7456 1867 364 0 8480 0
[pid=30184] ppid=30143 vsize=280004 CPUtime=0.47 cores=1,3
/proc/30184/stat : 30184 (python) S 30143 30143 28260 0 -1 4202560 941 0 0 0 25 22 0 0 18 0 1 0 657258993 286724096 5962 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476715023 0 0 16781312 514 2041010240501022984 0 0 17 1 0 0 0
/proc/30184/statm: 70001 5962 377 364 0 5919 0
[pid=30186] ppid=30184 vsize=12660 CPUtime=160.42 cores=1,3
/proc/30186/stat : 30186 (lingeling) R 30184 30186 30186 0 -1 4202496 14040 0 0 0 16040 2 0 0 25 0 1 0 657258993 12963840 2365 33554432000 4194304 4352236 140735430200160 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30186/statm: 3165 2365 129 39 0 2245 0
[pid=30143/tid=30185] ppid=30140 vsize=290248 CPUtime=0 cores=1,3
/proc/30143/task/30185/stat : 30185 (python) S 30140 30143 28260 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 657258993 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 161.9
Current children cumulated vsize (KiB) 582912

[startup+222.3 s]
/proc/loadavg: 3.98 2.61 2.09 5/425 30198
/proc/meminfo: memFree=23104564/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=290248 CPUtime=1.01 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 10984 932 1 0 80 21 0 0 17 0 2 0 657258852 297213952 7456 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30143/statm: 72562 7456 1867 364 0 8480 0
[pid=30184] ppid=30143 vsize=280004 CPUtime=0.65 cores=1,3
/proc/30184/stat : 30184 (python) S 30143 30143 28260 0 -1 4202560 960 0 0 0 34 31 0 0 18 0 1 0 657258993 286724096 5962 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476715023 0 0 16781312 514 2041010240501022984 0 0 17 1 0 0 0

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

[startup+1182.32 s]
/proc/loadavg: 4.15 4.08 3.37 5/457 30268
/proc/meminfo: memFree=22653400/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=310940 CPUtime=1.03 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 12619 932 1 0 82 21 0 0 20 0 4 0 657258852 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30143/statm: 77735 7501 1880 364 0 13647 0
[pid=30184] ppid=30143 vsize=290248 CPUtime=2.63 cores=1,3
/proc/30184/stat : 30184 (python) S 30143 30143 28260 0 -1 4202560 1202 0 0 0 135 128 0 0 18 0 2 0 657258993 297213952 6007 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 72562 6007 417 364 0 8480 0
[pid=30186] ppid=30184 vsize=22992 CPUtime=878.73 cores=1,3
/proc/30186/stat : 30186 (lingeling) T 30184 30186 30186 0 -1 4202496 43162 0 0 0 87866 7 0 0 25 0 1 0 657258993 23543808 4948 33554432000 4194304 4352236 140735430200160 18446744073709551615 4328213 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30186/statm: 5748 4948 129 39 0 4828 0
[pid=30184/tid=30210] ppid=30143 vsize=290248 CPUtime=0 cores=1,3
/proc/30184/task/30210/stat : 30210 (python) S 30143 30143 28260 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657317758 297213952 6007 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 514 18446604466781729024 0 0 -1 1 0 0 0
[pid=30250] ppid=30143 vsize=290032 CPUtime=0.6 cores=1,3
/proc/30250/stat : 30250 (python) S 30143 30143 28260 0 -1 4202560 1119 0 0 0 32 28 0 0 19 0 2 0 657347142 296992768 5933 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30250/statm: 72508 5933 400 364 0 8423 0
[pid=30252] ppid=30250 vsize=18184 CPUtime=196.58 cores=1,3
/proc/30252/stat : 30252 (lingeling) T 30250 30252 30252 0 -1 4202496 16902 0 0 0 19656 2 0 0 25 0 1 0 657347142 18620416 3747 33554432000 4194304 4352236 140735481798784 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30252/statm: 4546 3747 129 39 0 3626 0
[pid=30250/tid=30262] ppid=30143 vsize=290032 CPUtime=0 cores=1,3
/proc/30250/task/30262/stat : 30262 (python) S 30143 30143 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657366800 296992768 5933 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 514 18446604461063449344 0 0 -1 1 0 0 0
[pid=30263] ppid=30143 vsize=300696 CPUtime=0.35 cores=1,3
/proc/30263/stat : 30263 (python) S 30143 30143 28260 0 -1 4202560 959 0 0 0 17 18 0 0 15 0 1 0 657366801 307912704 5988 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476715078 0 0 16781312 514 15796116212552794372 0 0 17 3 0 0 0
/proc/30263/statm: 75174 5988 371 364 0 11086 0
[pid=30265] ppid=30263 vsize=80132 CPUtime=102.82 cores=1,3
/proc/30265/stat : 30265 (cryptominisat-2) R 30263 30265 30265 0 -1 4202496 56253 0 0 0 10272 10 0 0 25 0 1 0 657366801 82055168 13393 33554432000 4194304 4677096 140734588504192 18446744073709551615 4465384 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30265/statm: 20033 13393 392 118 0 14992 0
[pid=30143/tid=30185] ppid=30140 vsize=310940 CPUtime=0 cores=1,3
/proc/30143/task/30185/stat : 30185 (python) S 30140 30143 28260 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 4 0 657258993 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 1 0 0 0
[pid=30143/tid=30251] ppid=30140 vsize=310940 CPUtime=0 cores=1,3
/proc/30143/task/30251/stat : 30251 (python) S 30140 30143 28260 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 657347142 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 3 0 0 0
[pid=30143/tid=30264] ppid=30140 vsize=310940 CPUtime=0 cores=1,3
/proc/30143/task/30264/stat : 30264 (python) S 30140 30143 28260 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 657366801 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1182.74
Current children cumulated vsize (KiB) 1313224

[startup+1242.3 s]
/proc/loadavg: 4.12 4.08 3.41 6/457 30269
/proc/meminfo: memFree=22613080/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=310940 CPUtime=1.03 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 12619 932 1 0 82 21 0 0 20 0 4 0 657258852 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30143/statm: 77735 7501 1880 364 0 13647 0
[pid=30184] ppid=30143 vsize=290248 CPUtime=2.63 cores=1,3
/proc/30184/stat : 30184 (python) S 30143 30143 28260 0 -1 4202560 1202 0 0 0 135 128 0 0 18 0 2 0 657258993 297213952 6007 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 72562 6007 417 364 0 8480 0
[pid=30186] ppid=30184 vsize=22992 CPUtime=878.73 cores=1,3
/proc/30186/stat : 30186 (lingeling) T 30184 30186 30186 0 -1 4202496 43162 0 0 0 87866 7 0 0 25 0 1 0 657258993 23543808 4948 33554432000 4194304 4352236 140735430200160 18446744073709551615 4328213 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30186/statm: 5748 4948 129 39 0 4828 0
[pid=30184/tid=30210] ppid=30143 vsize=290248 CPUtime=0 cores=1,3
/proc/30184/task/30210/stat : 30210 (python) S 30143 30143 28260 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657317758 297213952 6007 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 514 18446604466781729024 0 0 -1 1 0 0 0
[pid=30250] ppid=30143 vsize=290032 CPUtime=0.6 cores=1,3
/proc/30250/stat : 30250 (python) S 30143 30143 28260 0 -1 4202560 1119 0 0 0 32 28 0 0 19 0 2 0 657347142 296992768 5933 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30250/statm: 72508 5933 400 364 0 8423 0
[pid=30252] ppid=30250 vsize=18184 CPUtime=196.58 cores=1,3
/proc/30252/stat : 30252 (lingeling) T 30250 30252 30252 0 -1 4202496 16902 0 0 0 19656 2 0 0 25 0 1 0 657347142 18620416 3747 33554432000 4194304 4352236 140735481798784 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30252/statm: 4546 3747 129 39 0 3626 0
[pid=30250/tid=30262] ppid=30143 vsize=290032 CPUtime=0 cores=1,3
/proc/30250/task/30262/stat : 30262 (python) S 30143 30143 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657366800 296992768 5933 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 514 18446604461063449344 0 0 -1 1 0 0 0
[pid=30263] ppid=30143 vsize=300696 CPUtime=0.56 cores=1,3
/proc/30263/stat : 30263 (python) S 30143 30143 28260 0 -1 4202560 981 0 0 0 27 29 0 0 15 0 1 0 657366801 307912704 5988 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476715078 0 0 16781312 514 15796116212552794372 0 0 17 3 0 0 0
/proc/30263/statm: 75174 5988 371 364 0 11086 0
[pid=30265] ppid=30263 vsize=80744 CPUtime=162.81 cores=1,3
/proc/30265/stat : 30265 (cryptominisat-2) R 30263 30265 30265 0 -1 4202496 71495 0 0 0 16266 15 0 0 25 0 1 0 657366801 82681856 12945 33554432000 4194304 4677096 140734588504192 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30265/statm: 20186 12945 392 118 0 15145 0
[pid=30143/tid=30185] ppid=30140 vsize=310940 CPUtime=0 cores=1,3
/proc/30143/task/30185/stat : 30185 (python) S 30140 30143 28260 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 4 0 657258993 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 1 0 0 0
[pid=30143/tid=30251] ppid=30140 vsize=310940 CPUtime=0 cores=1,3
/proc/30143/task/30251/stat : 30251 (python) S 30140 30143 28260 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 657347142 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 3 0 0 0
[pid=30143/tid=30264] ppid=30140 vsize=310940 CPUtime=0 cores=1,3
/proc/30143/task/30264/stat : 30264 (python) S 30140 30143 28260 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 657366801 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1242.94
Current children cumulated vsize (KiB) 1313836



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.02 s]
/proc/loadavg: 4.19 4.10 3.46 6/457 30271
/proc/meminfo: memFree=22563200/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=310940 CPUtime=1.03 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 12619 932 1 0 82 21 0 0 20 0 4 0 657258852 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30143/statm: 77735 7501 1880 364 0 13647 0
[pid=30184] ppid=30143 vsize=290248 CPUtime=2.63 cores=1,3
/proc/30184/stat : 30184 (python) S 30143 30143 28260 0 -1 4202560 1202 0 0 0 135 128 0 0 18 0 2 0 657258993 297213952 6007 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 72562 6007 417 364 0 8480 0
[pid=30186] ppid=30184 vsize=22992 CPUtime=878.73 cores=1,3
/proc/30186/stat : 30186 (lingeling) T 30184 30186 30186 0 -1 4202496 43162 0 0 0 87866 7 0 0 25 0 1 0 657258993 23543808 4948 33554432000 4194304 4352236 140735430200160 18446744073709551615 4328213 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30186/statm: 5748 4948 129 39 0 4828 0
[pid=30184/tid=30210] ppid=30143 vsize=290248 CPUtime=0 cores=1,3
/proc/30184/task/30210/stat : 30210 (python) S 30143 30143 28260 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657317758 297213952 6007 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 514 18446604466781729024 0 0 -1 1 0 0 0
[pid=30250] ppid=30143 vsize=290032 CPUtime=0.6 cores=1,3
/proc/30250/stat : 30250 (python) S 30143 30143 28260 0 -1 4202560 1119 0 0 0 32 28 0 0 19 0 2 0 657347142 296992768 5933 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30250/statm: 72508 5933 400 364 0 8423 0
[pid=30252] ppid=30250 vsize=18184 CPUtime=196.58 cores=1,3
/proc/30252/stat : 30252 (lingeling) T 30250 30252 30252 0 -1 4202496 16902 0 0 0 19656 2 0 0 25 0 1 0 657347142 18620416 3747 33554432000 4194304 4352236 140735481798784 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30252/statm: 4546 3747 129 39 0 3626 0
[pid=30250/tid=30262] ppid=30143 vsize=290032 CPUtime=0 cores=1,3
/proc/30250/task/30262/stat : 30262 (python) S 30143 30143 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657366800 296992768 5933 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 514 18446604461063449344 0 0 -1 1 0 0 0
[pid=30263] ppid=30143 vsize=300696 CPUtime=0.76 cores=1,3
/proc/30263/stat : 30263 (python) S 30143 30143 28260 0 -1 4202560 999 0 0 0 37 39 0 0 15 0 1 0 657366801 307912704 5988 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476715078 0 0 16781312 514 15796116212552794372 0 0 17 3 0 0 0
/proc/30263/statm: 75174 5988 371 364 0 11086 0
[pid=30265] ppid=30263 vsize=101456 CPUtime=220.54 cores=1,3
/proc/30265/stat : 30265 (cryptominisat-2) R 30263 30265 30265 0 -1 4202496 85749 0 0 0 22036 18 0 0 25 0 1 0 657366801 103890944 19210 33554432000 4194304 4677096 140734588504192 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30265/statm: 25364 19210 392 118 0 20323 0
[pid=30143/tid=30185] ppid=30140 vsize=310940 CPUtime=0 cores=1,3
/proc/30143/task/30185/stat : 30185 (python) S 30140 30143 28260 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 4 0 657258993 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 1 0 0 0
[pid=30143/tid=30251] ppid=30140 vsize=310940 CPUtime=0 cores=1,3
/proc/30143/task/30251/stat : 30251 (python) S 30140 30143 28260 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 657347142 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 3 0 0 0
[pid=30143/tid=30264] ppid=30140 vsize=310940 CPUtime=0 cores=1,3
/proc/30143/task/30264/stat : 30264 (python) S 30140 30143 28260 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 657366801 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1300.87
Current children cumulated vsize (KiB) 1334548

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300.02 s]
/proc/loadavg: 4.19 4.10 3.46 6/457 30271
/proc/meminfo: memFree=22563200/32950928 swapFree=67056568/67111528
[pid=30143] ppid=30140 vsize=310940 CPUtime=1.03 cores=1,3
/proc/30143/stat : 30143 (python) S 30140 30143 28260 0 -1 4202496 12619 932 1 0 82 21 0 0 20 0 4 0 657258852 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30143/statm: 77735 7501 1880 364 0 13647 0
[pid=30184] ppid=30143 vsize=290248 CPUtime=2.63 cores=1,3
/proc/30184/stat : 30184 (python) S 30143 30143 28260 0 -1 4202560 1202 0 0 0 135 128 0 0 18 0 2 0 657258993 297213952 6007 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 72562 6007 417 364 0 8480 0
[pid=30186] ppid=30184 vsize=22992 CPUtime=878.73 cores=1,3
/proc/30186/stat : 30186 (lingeling) T 30184 30186 30186 0 -1 4202496 43162 0 0 0 87866 7 0 0 25 0 1 0 657258993 23543808 4948 33554432000 4194304 4352236 140735430200160 18446744073709551615 4328213 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30186/statm: 5748 4948 129 39 0 4828 0
[pid=30184/tid=30210] ppid=30143 vsize=290248 CPUtime=0 cores=1,3
/proc/30184/task/30210/stat : 30210 (python) S 30143 30143 28260 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657317758 297213952 6007 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 514 18446604466781729024 0 0 -1 1 0 0 0
[pid=30250] ppid=30143 vsize=290032 CPUtime=0.6 cores=1,3
/proc/30250/stat : 30250 (python) S 30143 30143 28260 0 -1 4202560 1119 0 0 0 32 28 0 0 19 0 2 0 657347142 296992768 5933 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30250/statm: 72508 5933 400 364 0 8423 0
[pid=30252] ppid=30250 vsize=18184 CPUtime=196.58 cores=1,3
/proc/30252/stat : 30252 (lingeling) T 30250 30252 30252 0 -1 4202496 16902 0 0 0 19656 2 0 0 25 0 1 0 657347142 18620416 3747 33554432000 4194304 4352236 140735481798784 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30252/statm: 4546 3747 129 39 0 3626 0
[pid=30250/tid=30262] ppid=30143 vsize=290032 CPUtime=0 cores=1,3
/proc/30250/task/30262/stat : 30262 (python) S 30143 30143 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657366800 296992768 5933 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 514 18446604461063449344 0 0 -1 1 0 0 0
[pid=30263] ppid=30143 vsize=300696 CPUtime=0.76 cores=1,3
/proc/30263/stat : 30263 (python) S 30143 30143 28260 0 -1 4202560 999 0 0 0 37 39 0 0 15 0 1 0 657366801 307912704 5988 33554432000 4194304 5683644 140734486329616 18446744073709551615 239476715078 0 0 16781312 514 15796116212552794372 0 0 17 3 0 0 0
/proc/30263/statm: 75174 5988 371 364 0 11086 0
[pid=30265] ppid=30263 vsize=101456 CPUtime=220.54 cores=1,3
/proc/30265/stat : 30265 (cryptominisat-2) R 30263 30265 30265 0 -1 4202496 85749 0 0 0 22036 18 0 0 25 0 1 0 657366801 103890944 19210 33554432000 4194304 4677096 140734588504192 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30265/statm: 25364 19210 392 118 0 20323 0
[pid=30143/tid=30185] ppid=30140 vsize=310940 CPUtime=0 cores=1,3
/proc/30143/task/30185/stat : 30185 (python) S 30140 30143 28260 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 4 0 657258993 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 1 0 0 0
[pid=30143/tid=30251] ppid=30140 vsize=310940 CPUtime=0 cores=1,3
/proc/30143/task/30251/stat : 30251 (python) S 30140 30143 28260 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 657347142 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 3 0 0 0
[pid=30143/tid=30264] ppid=30140 vsize=310940 CPUtime=0 cores=1,3
/proc/30143/task/30264/stat : 30264 (python) S 30140 30143 28260 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 657366801 318402560 7501 33554432000 4194304 5683644 140734486329616 18446744073709551615 239488518577 0 0 16781312 2 18446604466781730816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1300.87
Current children cumulated vsize (KiB) 1334548

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30143 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=834873
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=217966
# CPU time returned by wait4() is 1.05284
# while last known CPU time is 1300.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.05
CPU time (s): 1300.87
CPU user time (s): 1298.44
CPU system time (s): 2.43
CPU usage (%): 100.063
Max. virtual memory (cumulated for all children) (KiB): 1334552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.834873
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13923
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= 21602
involuntary context switches= 45

runsolver used 5.20721 second user time and 12.1971 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 12:50:18
IDJOB=3378073
IDBENCH=83412
IDSOLVER=1858
FILE ID=node148/3378073-1305456618
RUNJOBID= node148-1305456618-30123
PBS_JOBID= 13324858
Free space on /tmp= 72856 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378073-1305456618/watcher-3378073-1305456618 -o /tmp/evaluation-result-3378073-1305456618/solver-3378073-1305456618 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378073-1305456618.cnf -seed 1491339015 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=1491339015

node148.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.83
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.82
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23387340 kB
Buffers:        335844 kB
Cached:        4840844 kB
SwapCached:       8488 kB
Active:        5979776 kB
Inactive:      3223312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23387340 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           64148 kB
Writeback:           0 kB
AnonPages:     4024608 kB
Mapped:          31100 kB
Slab:           259568 kB
PageTables:      36624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 104942128 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= 72728 MiB
End job on node148 at 2011-05-15 13:12:00