Trace number 3498458

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) 5000.02 4993.66

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
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 variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

Solver Data

0.35/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.69	c INFO: solving HOME/instance-3498458-1307954441.cnf
0.35/0.69	c INFO: computing task features
0.52/0.81	c INFO: computed variable-clause graph statistics
0.52/0.81	c INFO: computed clause balance statistics
1.12/1.46	c INFO: computed variable balance statistics
1.42/1.78	c INFO: computed small-clause counts
1.42/1.78	c INFO: computed Horn-clause counts
1.52/1.81	c INFO: computed variable graph statistics
1.52/1.81	c INFO: collected features for HOME/instance-3498458-1307954441.cnf in 1.11 s
1.52/1.83	c INFO: running lingeling-276@0 for 97 with 4998 remaining (b = 0.27)
101.71/101.96	c INFO: running lingeling-276@100 for 97 with 4898 remaining (b = 0.14)
196.93/197.08	c INFO: running SApperloT@0 for 97 with 4803 remaining (b = 0.11)
297.22/297.21	c INFO: running lingeling-276@195 for 97 with 4703 remaining (b = 0.14)
394.43/394.34	c INFO: running cryptominisat-2.9.0@0 for 485 with 4606 remaining (b = 0.38)
882.57/881.73	c INFO: running lingeling-276@292 for 291 with 4119 remaining (b = 0.24)
1178.26/1177.06	c INFO: running precosat-570@0 for 388 with 3824 remaining (b = 0.28)
1567.26/1565.54	c INFO: running lingeling-276@587 for 679 with 3435 remaining (b = 0.27)
2241.94/2239.32	c INFO: running lingeling-276@0 for 582 with 2761 remaining (b = 0.38)
2829.28/2825.96	c INFO: running cryptominisat-2.9.0@0 for 485 with 2175 remaining (b = 0.28)
3319.09/3315.07	c INFO: running lingeling-276@0 for 194 with 1686 remaining (b = 0.15)
3515.62/3511.32	c INFO: running lingeling-276@196 for 291 with 1490 remaining (b = 0.14)
3809.33/3804.67	c INFO: running lingeling-276@0 for 97 with 1197 remaining (b = 0.06)
3909.64/3904.80	c INFO: running lingeling-276@489 for 97 with 1096 remaining (b = 0.05)
4006.88/4001.93	c INFO: running cryptominisat-2.9.0@487 for 999 with 999 remaining (b = 0.31)

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498458-1307954441/watcher-3498458-1307954441 -o /var/tmp/evaluation-result-3498458-1307954441/solver-3498458-1307954441 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498458-1307954441.cnf -seed 1011107962 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.00 1.98 1.49 3/193 19199
/proc/meminfo: memFree=543948/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/19199/stat : 19199 (python) S 19197 19199 18768 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 907044532 15548416 615 33554432000 4194304 5683644 140736124336096 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/19199/statm: 3796 615 321 364 0 283 0

[startup+0.080244 s]
/proc/loadavg: 2.00 1.98 1.49 3/193 19199
/proc/meminfo: memFree=543948/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=45820 CPUtime=0.05 cores=1,3,5,7
/proc/19199/stat : 19199 (python) R 19197 19199 18768 0 -1 4202496 1926 0 0 0 4 1 0 0 17 0 1 0 907044532 46919680 1698 33554432000 4194304 5683644 140736124336096 18446744073709551615 230809163776 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19199/statm: 11455 1698 470 364 0 1204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45820

[startup+0.10025 s]
/proc/loadavg: 2.00 1.98 1.49 3/193 19199
/proc/meminfo: memFree=543948/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=85368 CPUtime=0.05 cores=1,3,5,7
/proc/19199/stat : 19199 (python) R 19197 19199 18768 0 -1 4202496 2612 0 0 0 4 1 0 0 17 0 1 0 907044532 87416832 2331 33554432000 4194304 5683644 140736124336096 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19199/statm: 21342 2335 713 364 0 1559 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85368

[startup+0.300231 s]
/proc/loadavg: 2.00 1.98 1.49 3/193 19199
/proc/meminfo: memFree=543948/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/19199/stat : 19199 (python) R 19197 19199 18768 0 -1 4202496 5975 932 1 0 13 6 0 0 17 0 1 0 907044532 139010048 4149 33554432000 4194304 5683644 140736124336096 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19199/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.701136 s]
/proc/loadavg: 2.00 1.98 1.49 3/193 19199
/proc/meminfo: memFree=543948/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=278728 CPUtime=0.42 cores=1,3,5,7
/proc/19199/stat : 19199 (python) R 19197 19199 18768 0 -1 4202496 9347 932 1 0 27 15 0 0 15 0 1 0 907044532 285417472 7017 33554432000 4194304 5683644 140736124336096 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19199/statm: 69682 7026 1761 364 0 5606 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278728

[startup+1.50098 s]
/proc/loadavg: 2.00 1.98 1.49 3/194 19204
/proc/meminfo: memFree=512244/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=285312 CPUtime=1.22 cores=1,3,5,7
/proc/19199/stat : 19199 (python) R 19197 19199 18768 0 -1 4202496 11864 932 1 0 107 15 0 0 16 0 1 0 907044532 292159488 8713 33554432000 4194304 5683644 140736124336096 18446744073709551615 47249457626752 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19199/statm: 71328 8713 1827 364 0 7252 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 285312

[startup+3.10069 s]
/proc/loadavg: 2.00 1.98 1.49 3/197 19207
/proc/meminfo: memFree=507360/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=291872 CPUtime=1.56 cores=1,3,5,7
/proc/19199/stat : 19199 (python) S 19197 19199 18768 0 -1 4202496 12245 932 1 0 140 16 0 0 19 0 2 0 907044532 298876928 7870 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19199/statm: 72968 7870 1875 364 0 8886 0
[pid=19205] ppid=19199 vsize=281628 CPUtime=0 cores=1,3,5,7
/proc/19205/stat : 19205 (python) S 19199 19199 18768 0 -1 4202560 808 0 0 0 0 0 0 0 18 0 1 0 907044715 288387072 6350 33554432000 4194304 5683644 140736124336096 18446744073709551615 230809185807 0 0 16781312 514 8918829035610439679 0 0 17 5 0 0 0
/proc/19205/statm: 70407 6350 359 364 0 6325 0
[pid=19207] ppid=19205 vsize=8200 CPUtime=1.25 cores=1,3,5,7
/proc/19207/stat : 19207 (lingeling) R 19205 19207 19207 0 -1 4202496 1845 0 0 0 125 0 0 0 22 0 1 0 907044716 8396800 1236 33554432000 4194304 4352236 140737082132496 18446744073709551615 4329043 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19207/statm: 2050 1236 129 39 0 1130 0
[pid=19199/tid=19206] ppid=19197 vsize=291872 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19206/stat : 19206 (python) S 19197 19199 18768 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 907044716 298876928 7870 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 581700

[startup+6.30109 s]
/proc/loadavg: 2.08 1.99 1.50 3/197 19207
/proc/meminfo: memFree=496384/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=291872 CPUtime=1.56 cores=1,3,5,7
/proc/19199/stat : 19199 (python) S 19197 19199 18768 0 -1 4202496 12245 932 1 0 140 16 0 0 19 0 2 0 907044532 298876928 7870 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19199/statm: 72968 7870 1875 364 0 8886 0
[pid=19205] ppid=19199 vsize=281628 CPUtime=0 cores=1,3,5,7
/proc/19205/stat : 19205 (python) S 19199 19199 18768 0 -1 4202560 966 0 0 0 0 0 0 0 18 0 1 0 907044715 288387072 6372 33554432000 4194304 5683644 140736124336096 18446744073709551615 230809185807 0 0 16781312 514 8918829035610439679 0 0 17 5 0 0 0
/proc/19205/statm: 70407 6372 381 364 0 6325 0
[pid=19207] ppid=19205 vsize=8856 CPUtime=4.45 cores=1,3,5,7
/proc/19207/stat : 19207 (lingeling) R 19205 19207 19207 0 -1 4202496 2085 0 0 0 445 0 0 0 25 0 1 0 907044716 9068544 1412 33554432000 4194304 4352236 140737082132496 18446744073709551615 4228396 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19207/statm: 2214 1412 129 39 0 1294 0
[pid=19199/tid=19206] ppid=19197 vsize=291872 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19206/stat : 19206 (python) S 19197 19199 18768 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 907044716 298876928 7870 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 582356

[startup+12.7009 s]
/proc/loadavg: 2.08 1.99 1.50 3/197 19207
/proc/meminfo: memFree=509428/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=291872 CPUtime=1.56 cores=1,3,5,7
/proc/19199/stat : 19199 (python) S 19197 19199 18768 0 -1 4202496 12245 932 1 0 140 16 0 0 19 0 2 0 907044532 298876928 7870 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19199/statm: 72968 7870 1875 364 0 8886 0
[pid=19205] ppid=19199 vsize=281628 CPUtime=0 cores=1,3,5,7
/proc/19205/stat : 19205 (python) S 19199 19199 18768 0 -1 4202560 970 0 0 0 0 0 0 0 18 0 1 0 907044715 288387072 6372 33554432000 4194304 5683644 140736124336096 18446744073709551615 230809185807 0 0 16781312 514 2997286289503387908 0 0 17 5 0 0 0
/proc/19205/statm: 70407 6372 381 364 0 6325 0
[pid=19207] ppid=19205 vsize=11940 CPUtime=10.85 cores=1,3,5,7
/proc/19207/stat : 19207 (lingeling) R 19205 19207 19207 0 -1 4202496 4168 0 0 0 1085 0 0 0 25 0 1 0 907044716 12226560 2183 33554432000 4194304 4352236 140737082132496 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19207/statm: 2985 2183 129 39 0 2065 0
[pid=19199/tid=19206] ppid=19197 vsize=291872 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19206/stat : 19206 (python) S 19197 19199 18768 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 907044716 298876928 7870 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 585440

[startup+25.5006 s]
/proc/loadavg: 2.06 1.99 1.51 3/197 19207
/proc/meminfo: memFree=504912/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=291872 CPUtime=1.56 cores=1,3,5,7
/proc/19199/stat : 19199 (python) S 19197 19199 18768 0 -1 4202496 12245 932 1 0 140 16 0 0 19 0 2 0 907044532 298876928 7870 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19199/statm: 72968 7870 1875 364 0 8886 0
[pid=19205] ppid=19199 vsize=281628 CPUtime=0.02 cores=1,3,5,7
/proc/19205/stat : 19205 (python) S 19199 19199 18768 0 -1 4202560 974 0 0 0 1 1 0 0 18 0 1 0 907044715 288387072 6373 33554432000 4194304 5683644 140736124336096 18446744073709551615 230809185807 0 0 16781312 514 2997286289503387908 0 0 17 5 0 0 0
/proc/19205/statm: 70407 6373 382 364 0 6325 0
[pid=19207] ppid=19205 vsize=12716 CPUtime=23.65 cores=1,3,5,7
/proc/19207/stat : 19207 (lingeling) R 19205 19207 19207 0 -1 4202496 5612 0 0 0 2365 0 0 0 25 0 1 0 907044716 13021184 2379 33554432000 4194304 4352236 140737082132496 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19207/statm: 3179 2379 129 39 0 2259 0
[pid=19199/tid=19206] ppid=19197 vsize=291872 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19206/stat : 19206 (python) S 19197 19199 18768 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 907044716 298876928 7870 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 586216

[startup+51.1009 s]
/proc/loadavg: 2.10 2.01 1.52 3/197 19208
/proc/meminfo: memFree=334372/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=291872 CPUtime=1.56 cores=1,3,5,7
/proc/19199/stat : 19199 (python) S 19197 19199 18768 0 -1 4202496 12245 932 1 0 140 16 0 0 19 0 2 0 907044532 298876928 7870 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19199/statm: 72968 7870 1875 364 0 8886 0
[pid=19205] ppid=19199 vsize=281628 CPUtime=0.04 cores=1,3,5,7
/proc/19205/stat : 19205 (python) S 19199 19199 18768 0 -1 4202560 983 0 0 0 2 2 0 0 18 0 1 0 907044715 288387072 6373 33554432000 4194304 5683644 140736124336096 18446744073709551615 230809185807 0 0 16781312 514 2997286289503387908 0 0 17 5 0 0 0
/proc/19205/statm: 70407 6373 382 364 0 6325 0
[pid=19207] ppid=19205 vsize=13104 CPUtime=49.24 cores=1,3,5,7
/proc/19207/stat : 19207 (lingeling) R 19205 19207 19207 0 -1 4202496 8493 0 0 0 4924 0 0 0 25 0 1 0 907044716 13418496 2476 33554432000 4194304 4352236 140737082132496 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19207/statm: 3276 2476 129 39 0 2356 0
[pid=19199/tid=19206] ppid=19197 vsize=291872 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19206/stat : 19206 (python) S 19197 19199 18768 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 907044716 298876928 7870 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 586604

[startup+102.307 s]
/proc/loadavg: 2.04 2.00 1.55 3/198 19210
/proc/meminfo: memFree=300712/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=292192 CPUtime=1.59 cores=1,3,5,7
/proc/19199/stat : 19199 (python) S 19197 19199 18768 0 -1 4202496 12734 932 1 0 143 16 0 0 18 0 2 0 907044532 299204608 7919 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19199/statm: 73048 7919 1876 364 0 8966 0
[pid=19205] ppid=19199 vsize=291872 CPUtime=0.11 cores=1,3,5,7
/proc/19205/stat : 19205 (python) S 19199 19199 18768 0 -1 4202560 1164 0 0 0 6 5 0 0 18 0 2 0 907044715 298876928 6412 33554432000 4194304 5683644 140736124336096 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19205/statm: 72968 6412 416 364 0 8886 0
[pid=19207] ppid=19205 vsize=17596 CPUtime=100.42 cores=1,3,5,7
/proc/19207/stat : 19207 (lingeling) R 19205 19207 19207 0 -1 4202496 15568 0 0 0 10041 1 0 0 25 0 1 0 907044716 18018304 3599 33554432000 4194304 4352236 140737082132496 18446744073709551615 4236655 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19207/statm: 4399 3599 129 39 0 3479 0
[pid=19205/tid=19210] ppid=19199 vsize=291872 CPUtime=0 cores=1,3,5,7
/proc/19205/task/19210/stat : 19210 (python) S 19199 19199 18768 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907054726 298876928 6412 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604454989269952 0 0 -1 1 0 0 0
[pid=19199/tid=19206] ppid=19197 vsize=292192 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19206/stat : 19206 (python) S 19197 19199 18768 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 907044716 299204608 7919 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 601660

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.57 3/198 19212
/proc/meminfo: memFree=249808/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=292192 CPUtime=1.59 cores=1,3,5,7
/proc/19199/stat : 19199 (python) S 19197 19199 18768 0 -1 4202496 12734 932 1 0 143 16 0 0 18 0 2 0 907044532 299204608 7919 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19199/statm: 73048 7919 1876 364 0 8966 0
[pid=19205] ppid=19199 vsize=291872 CPUtime=0.18 cores=1,3,5,7
/proc/19205/stat : 19205 (python) S 19199 19199 18768 0 -1 4202560 1186 0 0 0 10 8 0 0 18 0 2 0 907044715 298876928 6412 33554432000 4194304 5683644 140736124336096 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19205/statm: 72968 6412 416 364 0 8886 0
[pid=19207] ppid=19205 vsize=18620 CPUtime=160.42 cores=1,3,5,7
/proc/19207/stat : 19207 (lingeling) R 19205 19207 19207 0 -1 4202496 20144 0 0 0 16040 2 0 0 25 0 1 0 907044716 19066880 3855 33554432000 4194304 4352236 140737082132496 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19207/statm: 4655 3855 129 39 0 3735 0
[pid=19205/tid=19210] ppid=19199 vsize=291872 CPUtime=0 cores=1,3,5,7
/proc/19205/task/19210/stat : 19210 (python) S 19199 19199 18768 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907054726 298876928 6412 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604454989269952 0 0 -1 1 0 0 0
[pid=19199/tid=19206] ppid=19197 vsize=292192 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19206/stat : 19206 (python) S 19197 19199 18768 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 907044716 299204608 7919 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 602684

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.59 3/201 19217
/proc/meminfo: memFree=234720/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=302448 CPUtime=1.61 cores=1,3,5,7

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

[pid=19256] ppid=19199 vsize=312916 CPUtime=0.51 cores=1,3,5,7
/proc/19256/stat : 19256 (python) S 19199 19199 18768 0 -1 4202560 1163 0 0 0 28 23 0 0 17 0 2 0 907162239 320425984 6502 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19256/statm: 78229 6502 400 364 0 14138 0
[pid=19258] ppid=19256 vsize=49852 CPUtime=388.44 cores=1,3,5,7
/proc/19258/stat : 19258 (precosat) T 19256 19258 19258 0 -1 4202496 13025 0 0 0 38842 2 0 0 25 0 1 0 907162239 51048448 12333 33554432000 4194304 4890832 140736129238192 18446744073709551615 4238592 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/19258/statm: 12463 12333 86 171 0 12290 0
[pid=19256/tid=19281] ppid=19199 vsize=312916 CPUtime=0 cores=1,3,5,7
/proc/19256/task/19281/stat : 19281 (python) S 19199 19199 18768 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 907201084 320425984 6502 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604471146182528 0 0 -1 1 0 0 0
[pid=19300] ppid=19199 vsize=323172 CPUtime=0.71 cores=1,3,5,7
/proc/19300/stat : 19300 (python) S 19199 19199 18768 0 -1 4202560 1165 0 0 0 37 34 0 0 19 0 2 0 907268464 330928128 6506 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19300/statm: 80793 6506 400 364 0 16699 0
[pid=19302] ppid=19300 vsize=21688 CPUtime=586.63 cores=1,3,5,7
/proc/19302/stat : 19302 (lingeling) T 19300 19302 19302 0 -1 4202496 41298 0 0 0 58658 5 0 0 25 0 1 0 907268465 22208512 4622 33554432000 4194304 4352236 140735412878304 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/19302/statm: 5422 4622 129 39 0 4502 0
[pid=19300/tid=19418] ppid=19199 vsize=323172 CPUtime=0 cores=1,3,5,7
/proc/19300/task/19418/stat : 19418 (python) S 19199 19199 18768 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 907327127 330928128 6506 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604471132991936 0 0 -1 5 0 0 0
[pid=19419] ppid=19199 vsize=333428 CPUtime=0.73 cores=1,3,5,7
/proc/19419/stat : 19419 (python) S 19199 19199 18768 0 -1 4202560 1182 0 0 0 44 29 0 0 16 0 2 0 907327128 341430272 6510 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19419/statm: 83357 6510 400 364 0 19260 0
[pid=19421] ppid=19419 vsize=124932 CPUtime=489.1 cores=1,3,5,7
/proc/19421/stat : 19421 (cryptominisat-2) T 19419 19421 19421 0 -1 4202496 176562 0 0 0 48873 37 0 0 25 0 1 0 907327128 127930368 23391 33554432000 4194304 4677096 140736303779168 18446744073709551615 4320203 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/19421/statm: 31233 23391 392 118 0 26192 0
[pid=19419/tid=19436] ppid=19199 vsize=333428 CPUtime=0 cores=1,3,5,7
/proc/19419/task/19436/stat : 19436 (python) S 19199 19199 18768 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 907376038 341430272 6510 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604454989269056 0 0 -1 1 0 0 0
[pid=19437] ppid=19199 vsize=343684 CPUtime=0.78 cores=1,3,5,7
/proc/19437/stat : 19437 (python) S 19199 19199 18768 0 -1 4202560 1163 0 0 0 41 37 0 0 18 0 2 0 907376039 351932416 6514 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19437/statm: 85921 6514 400 364 0 21821 0
[pid=19439] ppid=19437 vsize=20908 CPUtime=586.67 cores=1,3,5,7
/proc/19439/stat : 19439 (lingeling) T 19437 19439 19439 0 -1 4202496 39714 0 0 0 58663 4 0 0 25 0 1 0 907376040 21409792 4414 33554432000 4194304 4352236 140733661472160 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/19439/statm: 5227 4414 129 39 0 4307 0
[pid=19437/tid=19445] ppid=19199 vsize=343684 CPUtime=0 cores=1,3,5,7
/proc/19437/task/19445/stat : 19445 (python) S 19199 19199 18768 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907395663 351932416 6514 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604471117424576 0 0 -1 1 0 0 0
[pid=19457] ppid=19199 vsize=353940 CPUtime=0.12 cores=1,3,5,7
/proc/19457/stat : 19457 (python) S 19199 19199 18768 0 -1 4202560 1160 0 0 0 6 6 0 0 19 0 2 0 907424999 362434560 6540 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19457/statm: 88485 6540 406 364 0 24382 0
[pid=19459] ppid=19457 vsize=15544 CPUtime=100.11 cores=1,3,5,7
/proc/19459/stat : 19459 (lingeling) T 19457 19459 19459 0 -1 4202496 15156 0 0 0 10010 1 0 0 25 0 1 0 907424999 15917056 3087 33554432000 4194304 4352236 140734332997232 18446744073709551615 4328085 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/19459/statm: 3886 3087 129 39 0 2966 0
[pid=19457/tid=19467] ppid=19199 vsize=353940 CPUtime=0 cores=1,3,5,7
/proc/19457/task/19467/stat : 19467 (python) S 19199 19199 18768 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907435011 362434560 6540 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604471117425472 0 0 -1 3 0 0 0
[pid=19199/tid=19206] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19206/stat : 19206 (python) S 19197 19199 18768 0 -1 4202560 43 932 0 0 0 0 0 0 15 0 9 0 907044716 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 7 0 0 0
[pid=19199/tid=19215] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19215/stat : 19215 (python) S 19197 19199 18768 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 907064240 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 1 0 0 0
[pid=19199/tid=19224] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19224/stat : 19224 (python) S 19197 19199 18768 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 9 0 907083966 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 1 0 0 0
[pid=19199/tid=19257] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19257/stat : 19257 (python) S 19197 19199 18768 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 907162239 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 1 0 0 0
[pid=19199/tid=19301] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19301/stat : 19301 (python) S 19197 19199 18768 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 907268464 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 1 0 0 0
[pid=19199/tid=19420] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19420/stat : 19420 (python) S 19197 19199 18768 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 907327128 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 5 0 0 0
[pid=19199/tid=19438] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19438/stat : 19438 (python) S 19197 19199 18768 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 907376039 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 5 0 0 0
[pid=19199/tid=19458] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19458/stat : 19458 (python) S 19197 19199 18768 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 907424999 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4968.68
Current children cumulated vsize (KiB) 3446976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.6 s]
/proc/loadavg: 2.05 2.01 1.97 3/234 19516
/proc/meminfo: memFree=10784224/32951124 swapFree=67053020/67111528
[pid=19199] ppid=19197 vsize=364184 CPUtime=1.81 cores=1,3,5,7
/proc/19199/stat : 19199 (python) S 19197 19199 18768 0 -1 4202496 18699 932 1 0 163 18 0 0 18 0 9 0 907044532 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19199/statm: 91046 8027 1890 364 0 26943 0
[pid=19205] ppid=19199 vsize=291872 CPUtime=1.6 cores=1,3,5,7
/proc/19205/stat : 19205 (python) S 19199 19199 18768 0 -1 4202560 1217 0 0 0 83 77 0 0 18 0 2 0 907044715 298876928 6412 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19205/statm: 72968 6412 416 364 0 8886 0
[pid=19207] ppid=19205 vsize=23616 CPUtime=1261.39 cores=1,3,5,7
/proc/19207/stat : 19207 (lingeling) T 19205 19207 19207 0 -1 4202496 73937 0 0 0 126132 7 0 0 25 0 1 0 907044716 24182784 5104 33554432000 4194304 4352236 140737082132496 18446744073709551615 4328205 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/19207/statm: 5904 5104 129 39 0 4984 0
[pid=19205/tid=19210] ppid=19199 vsize=291872 CPUtime=0 cores=1,3,5,7
/proc/19205/task/19210/stat : 19210 (python) S 19199 19199 18768 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907054726 298876928 6412 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604454989269952 0 0 -1 1 0 0 0
[pid=19214] ppid=19199 vsize=292204 CPUtime=0.11 cores=1,3,5,7
/proc/19214/stat : 19214 (python) S 19199 19199 18768 0 -1 4202560 1091 0 0 0 6 5 0 0 19 0 2 0 907064240 299216896 6444 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19214/statm: 73051 6444 400 364 0 8966 0
[pid=19216] ppid=19214 vsize=19900 CPUtime=100.09 cores=1,3,5,7
/proc/19216/stat : 19216 (SApperloT-base) T 19214 19216 19216 0 -1 4202496 4788 0 0 0 10009 0 0 0 25 0 1 0 907064241 20377600 4525 33554432000 134512640 135674940 4288338432 18446744073709551615 134564660 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19216/statm: 4975 4525 100 284 0 4689 0
[pid=19214/tid=19220] ppid=19199 vsize=292204 CPUtime=0 cores=1,3,5,7
/proc/19214/task/19220/stat : 19220 (python) S 19199 19199 18768 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907074251 299216896 6444 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604471131738304 0 0 -1 5 0 0 0
[pid=19223] ppid=19199 vsize=302660 CPUtime=2.16 cores=1,3,5,7
/proc/19223/stat : 19223 (python) S 19199 19199 18768 0 -1 4202560 1215 0 0 0 117 99 0 0 15 0 2 0 907083966 309923840 6499 33554432000 4194304 5683644 140736124336096 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19223/statm: 75665 6499 401 364 0 11577 0
[pid=19225] ppid=19223 vsize=163324 CPUtime=1479.06 cores=1,3,5,7
/proc/19225/stat : 19225 (cryptominisat-2) R 19223 19225 19225 0 -1 4202496 332465 0 0 0 147821 85 0 0 25 0 1 0 907083966 167243776 32762 33554432000 4194304 4677096 140734576486320 18446744073709551615 4317795 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19225/statm: 40831 32762 392 118 0 35790 0
[pid=19223/tid=19247] ppid=19199 vsize=302660 CPUtime=0 cores=1,3,5,7
/proc/19223/task/19247/stat : 19247 (python) S 19199 19199 18768 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 907132703 309923840 6499 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604471119694720 0 0 -1 1 0 0 0
[pid=19256] ppid=19199 vsize=312916 CPUtime=0.51 cores=1,3,5,7
/proc/19256/stat : 19256 (python) S 19199 19199 18768 0 -1 4202560 1163 0 0 0 28 23 0 0 17 0 2 0 907162239 320425984 6502 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19256/statm: 78229 6502 400 364 0 14138 0
[pid=19258] ppid=19256 vsize=49852 CPUtime=388.44 cores=1,3,5,7
/proc/19258/stat : 19258 (precosat) T 19256 19258 19258 0 -1 4202496 13025 0 0 0 38842 2 0 0 25 0 1 0 907162239 51048448 12333 33554432000 4194304 4890832 140736129238192 18446744073709551615 4238592 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/19258/statm: 12463 12333 86 171 0 12290 0
[pid=19256/tid=19281] ppid=19199 vsize=312916 CPUtime=0 cores=1,3,5,7
/proc/19256/task/19281/stat : 19281 (python) S 19199 19199 18768 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 907201084 320425984 6502 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604471146182528 0 0 -1 1 0 0 0
[pid=19300] ppid=19199 vsize=323172 CPUtime=0.71 cores=1,3,5,7
/proc/19300/stat : 19300 (python) S 19199 19199 18768 0 -1 4202560 1165 0 0 0 37 34 0 0 19 0 2 0 907268464 330928128 6506 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19300/statm: 80793 6506 400 364 0 16699 0
[pid=19302] ppid=19300 vsize=21688 CPUtime=586.63 cores=1,3,5,7
/proc/19302/stat : 19302 (lingeling) T 19300 19302 19302 0 -1 4202496 41298 0 0 0 58658 5 0 0 25 0 1 0 907268465 22208512 4622 33554432000 4194304 4352236 140735412878304 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/19302/statm: 5422 4622 129 39 0 4502 0
[pid=19300/tid=19418] ppid=19199 vsize=323172 CPUtime=0 cores=1,3,5,7
/proc/19300/task/19418/stat : 19418 (python) S 19199 19199 18768 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 907327127 330928128 6506 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604471132991936 0 0 -1 5 0 0 0
[pid=19419] ppid=19199 vsize=333428 CPUtime=0.73 cores=1,3,5,7
/proc/19419/stat : 19419 (python) S 19199 19199 18768 0 -1 4202560 1182 0 0 0 44 29 0 0 16 0 2 0 907327128 341430272 6510 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19419/statm: 83357 6510 400 364 0 19260 0
[pid=19421] ppid=19419 vsize=124932 CPUtime=489.1 cores=1,3,5,7
/proc/19421/stat : 19421 (cryptominisat-2) T 19419 19421 19421 0 -1 4202496 176562 0 0 0 48873 37 0 0 25 0 1 0 907327128 127930368 23391 33554432000 4194304 4677096 140736303779168 18446744073709551615 4320203 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/19421/statm: 31233 23391 392 118 0 26192 0
[pid=19419/tid=19436] ppid=19199 vsize=333428 CPUtime=0 cores=1,3,5,7
/proc/19419/task/19436/stat : 19436 (python) S 19199 19199 18768 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 907376038 341430272 6510 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604454989269056 0 0 -1 1 0 0 0
[pid=19437] ppid=19199 vsize=343684 CPUtime=0.78 cores=1,3,5,7
/proc/19437/stat : 19437 (python) S 19199 19199 18768 0 -1 4202560 1163 0 0 0 41 37 0 0 18 0 2 0 907376039 351932416 6514 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19437/statm: 85921 6514 400 364 0 21821 0
[pid=19439] ppid=19437 vsize=20908 CPUtime=586.67 cores=1,3,5,7
/proc/19439/stat : 19439 (lingeling) T 19437 19439 19439 0 -1 4202496 39714 0 0 0 58663 4 0 0 25 0 1 0 907376040 21409792 4414 33554432000 4194304 4352236 140733661472160 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/19439/statm: 5227 4414 129 39 0 4307 0
[pid=19437/tid=19445] ppid=19199 vsize=343684 CPUtime=0 cores=1,3,5,7
/proc/19437/task/19445/stat : 19445 (python) S 19199 19199 18768 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907395663 351932416 6514 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604471117424576 0 0 -1 1 0 0 0
[pid=19457] ppid=19199 vsize=353940 CPUtime=0.12 cores=1,3,5,7
/proc/19457/stat : 19457 (python) S 19199 19199 18768 0 -1 4202560 1160 0 0 0 6 6 0 0 19 0 2 0 907424999 362434560 6540 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19457/statm: 88485 6540 406 364 0 24382 0
[pid=19459] ppid=19457 vsize=15544 CPUtime=100.11 cores=1,3,5,7
/proc/19459/stat : 19459 (lingeling) T 19457 19459 19459 0 -1 4202496 15156 0 0 0 10010 1 0 0 25 0 1 0 907424999 15917056 3087 33554432000 4194304 4352236 140734332997232 18446744073709551615 4328085 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/19459/statm: 3886 3087 129 39 0 2966 0
[pid=19457/tid=19467] ppid=19199 vsize=353940 CPUtime=0 cores=1,3,5,7
/proc/19457/task/19467/stat : 19467 (python) S 19199 19199 18768 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907435011 362434560 6540 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 514 18446604471117425472 0 0 -1 3 0 0 0
[pid=19199/tid=19206] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19206/stat : 19206 (python) S 19197 19199 18768 0 -1 4202560 43 932 0 0 0 0 0 0 15 0 9 0 907044716 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 7 0 0 0
[pid=19199/tid=19215] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19215/stat : 19215 (python) S 19197 19199 18768 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 907064240 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 1 0 0 0
[pid=19199/tid=19224] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19224/stat : 19224 (python) S 19197 19199 18768 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 9 0 907083966 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 1 0 0 0
[pid=19199/tid=19257] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19257/stat : 19257 (python) S 19197 19199 18768 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 907162239 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 1 0 0 0
[pid=19199/tid=19301] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19301/stat : 19301 (python) S 19197 19199 18768 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 907268464 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 1 0 0 0
[pid=19199/tid=19420] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19420/stat : 19420 (python) S 19197 19199 18768 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 907327128 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 5 0 0 0
[pid=19199/tid=19438] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19438/stat : 19438 (python) S 19197 19199 18768 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 907376039 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 5 0 0 0
[pid=19199/tid=19458] ppid=19197 vsize=364184 CPUtime=0 cores=1,3,5,7
/proc/19199/task/19458/stat : 19458 (python) S 19197 19199 18768 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 907424999 372924416 8027 33554432000 4194304 5683644 140736124336096 18446744073709551615 230820989361 0 0 16781312 2 18446604456656505664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 3357824

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

Real time (s): 4993.66
CPU time (s): 5000.02
CPU user time (s): 4995.33
CPU system time (s): 4.69
CPU usage (%): 100.127
Max. virtual memory (cumulated for all children) (KiB): 3468128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.63675
system time used= 0.184971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19635
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= 2899
involuntary context switches= 28

runsolver used 12.5561 second user time and 26.7999 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-13 10:40:41
IDJOB=3498458
IDBENCH=83410
IDSOLVER=1991
FILE ID=node104/3498458-1307954441
RUNJOBID= node104-1307953128-18787
PBS_JOBID= 13559724
Free space on /var/tmp= 2844 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_2_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 /var/tmp/evaluation-result-3498458-1307954441/watcher-3498458-1307954441 -o /var/tmp/evaluation-result-3498458-1307954441/solver-3498458-1307954441 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498458-1307954441.cnf -seed 1011107962 -budget 5000

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=1011107962

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.75
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:        544384 kB
Buffers:        100764 kB
Cached:       24654708 kB
SwapCached:      11468 kB
Active:       16300272 kB
Inactive:     15271204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:        544384 kB
SwapTotal:    67111528 kB
SwapFree:     67053020 kB
Dirty:           32456 kB
Writeback:          28 kB
AnonPages:     6813548 kB
Mapped:          15772 kB
Slab:           750144 kB
PageTables:      23764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8680664 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 /var/tmp at the end= 2824 MiB
End job on node104 at 2011-06-13 12:03:57