Trace number 3378077

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) 1302.46 1300.04

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1092.34
Satisfiable
(Un)Satisfiability was proved
Number of variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
Number of clauses of size over 50

Solver Data

0.16/0.75	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.16/0.75	c INFO: solving HOME/instance-3378077-1305456861.cnf
0.16/0.75	c INFO: computing task features
0.16/0.76	c INFO: computed variable-clause graph statistics
0.16/0.76	c INFO: computed clause balance statistics
0.16/0.83	c INFO: computed variable balance statistics
0.16/0.88	c INFO: computed small-clause counts
0.16/0.88	c INFO: computed Horn-clause counts
0.16/0.89	c INFO: computed variable graph statistics
0.16/0.89	c INFO: collected features for HOME/instance-3378077-1305456861.cnf in 0.14 s
0.16/0.90	c INFO: running lingeling-276@0 for 582 with 2399 remaining (b = 0.58)
587.45/586.33	c INFO: running lingeling-276@585 for 291 with 1814 remaining (b = 0.17)
876.90/875.04	c INFO: running lingeling-276@0 for 194 with 1525 remaining (b = 0.35)
1072.88/1070.53	c INFO: running cryptominisat-2.9.0@0 for 485 with 1330 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-3378077-1305456861/watcher-3378077-1305456861 -o /tmp/evaluation-result-3378077-1305456861/solver-3378077-1305456861 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378077-1305456861.cnf -seed 1681619678 -budget 2400 

running on 2 cores: 0,2

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: 2.11 2.90 3.24 5/329 20384
/proc/meminfo: memFree=20858364/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=15776 CPUtime=0 cores=0,2
/proc/20384/stat : 20384 (python) D 20382 20384 20340 0 -1 4202496 903 0 0 0 0 0 0 0 17 0 1 0 657288478 16154624 784 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436015104 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/20384/statm: 3944 784 346 364 0 431 0

[startup+0.094539 s]
/proc/loadavg: 2.11 2.90 3.24 5/329 20384
/proc/meminfo: memFree=20858364/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=45816 CPUtime=0.04 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 1928 0 0 0 3 1 0 0 17 0 1 0 657288478 46915584 1701 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/20384/statm: 11454 1701 470 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45816

[startup+0.102919 s]
/proc/loadavg: 2.11 2.90 3.24 5/329 20384
/proc/meminfo: memFree=20858364/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=50336 CPUtime=0.05 cores=0,2
/proc/20384/stat : 20384 (python) D 20382 20384 20340 0 -1 4202496 2010 0 0 0 4 1 0 0 17 0 1 0 657288478 51544064 1770 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436015104 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20384/statm: 12584 1770 480 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50336

[startup+0.301468 s]
/proc/loadavg: 2.11 2.90 3.24 5/329 20384
/proc/meminfo: memFree=20858364/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=126796 CPUtime=0.16 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 5493 931 1 0 11 5 0 0 18 0 1 0 657288478 129839104 4004 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/20384/statm: 31699 4004 1008 364 0 2994 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 126796

[startup+0.994371 s]
/proc/loadavg: 2.11 2.90 3.24 5/329 20384
/proc/meminfo: memFree=20858364/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=288960 CPUtime=0.59 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 9712 931 1 0 45 14 0 0 17 0 2 0 657288478 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20384/statm: 72240 7127 1867 364 0 8158 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 288960

[startup+1.50027 s]
/proc/loadavg: 2.11 2.90 3.24 5/347 20423
/proc/meminfo: memFree=20672628/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=288960 CPUtime=0.59 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 9712 931 1 0 45 14 0 0 17 0 2 0 657288478 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20384/statm: 72240 7127 1867 364 0 8158 0
[pid=20414] ppid=20384 vsize=278716 CPUtime=0 cores=0,2
/proc/20414/stat : 20414 (python) S 20384 20384 20340 0 -1 4202560 712 0 0 0 0 0 0 0 18 0 1 0 657288569 285405184 5603 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436037135 0 0 16781312 514 10733375340039634943 0 0 17 2 0 0 0
/proc/20414/statm: 69679 5603 347 364 0 5597 0
[pid=20419] ppid=20414 vsize=5236 CPUtime=0.59 cores=0,2
/proc/20419/stat : 20419 (lingeling) R 20414 20419 20419 0 -1 4202496 807 0 0 0 59 0 0 0 20 0 1 0 657288569 5361664 511 33554432000 4194304 4352236 140737320185648 18446744073709551615 4328544 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20419/statm: 1309 511 129 39 0 389 0
[pid=20384/tid=20417] ppid=20382 vsize=288960 CPUtime=0 cores=0,2
/proc/20384/task/20417/stat : 20417 (python) S 20382 20384 20340 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 657288569 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 572912

[startup+3.10101 s]
/proc/loadavg: 2.11 2.90 3.24 5/347 20423
/proc/meminfo: memFree=20608284/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=288960 CPUtime=0.59 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 9712 931 1 0 45 14 0 0 17 0 2 0 657288478 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20384/statm: 72240 7127 1867 364 0 8158 0
[pid=20414] ppid=20384 vsize=278716 CPUtime=0 cores=0,2
/proc/20414/stat : 20414 (python) S 20384 20384 20340 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 657288569 285405184 5610 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436037135 0 0 16781312 514 10733375340039602434 0 0 17 2 0 0 0
/proc/20414/statm: 69679 5610 354 364 0 5597 0
[pid=20419] ppid=20414 vsize=5888 CPUtime=2.18 cores=0,2
/proc/20419/stat : 20419 (lingeling) R 20414 20419 20419 0 -1 4202496 1243 0 0 0 218 0 0 0 25 0 1 0 657288569 6029312 674 33554432000 4194304 4352236 140737320185648 18446744073709551615 4277845 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20419/statm: 1472 674 129 39 0 552 0
[pid=20384/tid=20417] ppid=20382 vsize=288960 CPUtime=0 cores=0,2
/proc/20384/task/20417/stat : 20417 (python) S 20382 20384 20340 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 657288569 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 573564

[startup+6.30041 s]
/proc/loadavg: 2.26 2.91 3.24 5/350 20426
/proc/meminfo: memFree=20510052/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=288960 CPUtime=0.59 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 9712 931 1 0 45 14 0 0 17 0 2 0 657288478 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20384/statm: 72240 7127 1867 364 0 8158 0
[pid=20414] ppid=20384 vsize=278716 CPUtime=0 cores=0,2
/proc/20414/stat : 20414 (python) S 20384 20384 20340 0 -1 4202560 879 0 0 0 0 0 0 0 18 0 1 0 657288569 285405184 5633 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436037135 0 0 16781312 514 10733375340039602434 0 0 17 2 0 0 0
/proc/20414/statm: 69679 5633 377 364 0 5597 0
[pid=20419] ppid=20414 vsize=6724 CPUtime=5.38 cores=0,2
/proc/20419/stat : 20419 (lingeling) R 20414 20419 20419 0 -1 4202496 1662 0 0 0 538 0 0 0 25 0 1 0 657288569 6885376 869 33554432000 4194304 4352236 140737320185648 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20419/statm: 1681 869 129 39 0 761 0
[pid=20384/tid=20417] ppid=20382 vsize=288960 CPUtime=0 cores=0,2
/proc/20384/task/20417/stat : 20417 (python) S 20382 20384 20340 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 657288569 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 574400

[startup+12.7012 s]
/proc/loadavg: 2.40 2.93 3.25 5/350 20426
/proc/meminfo: memFree=20504820/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=288960 CPUtime=0.59 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 9712 931 1 0 45 14 0 0 17 0 2 0 657288478 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20384/statm: 72240 7127 1867 364 0 8158 0
[pid=20414] ppid=20384 vsize=278716 CPUtime=0.02 cores=0,2
/proc/20414/stat : 20414 (python) S 20384 20384 20340 0 -1 4202560 885 0 0 0 1 1 0 0 18 0 1 0 657288569 285405184 5633 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436037135 0 0 16781312 514 3789990192664772866 0 0 17 2 0 0 0
/proc/20414/statm: 69679 5633 377 364 0 5597 0
[pid=20419] ppid=20414 vsize=8716 CPUtime=11.78 cores=0,2
/proc/20419/stat : 20419 (lingeling) R 20414 20419 20419 0 -1 4202496 2960 0 0 0 1178 0 0 0 25 0 1 0 657288569 8925184 1367 33554432000 4194304 4352236 140737320185648 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20419/statm: 2179 1367 129 39 0 1259 0
[pid=20384/tid=20417] ppid=20382 vsize=288960 CPUtime=0 cores=0,2
/proc/20384/task/20417/stat : 20417 (python) S 20382 20384 20340 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 657288569 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 576392

[startup+25.5008 s]
/proc/loadavg: 2.75 2.98 3.26 5/353 20430
/proc/meminfo: memFree=20484476/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=288960 CPUtime=0.59 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 9712 931 1 0 45 14 0 0 17 0 2 0 657288478 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20384/statm: 72240 7127 1867 364 0 8158 0
[pid=20414] ppid=20384 vsize=278716 CPUtime=0.05 cores=0,2
/proc/20414/stat : 20414 (python) S 20384 20384 20340 0 -1 4202560 891 0 0 0 2 3 0 0 18 0 1 0 657288569 285405184 5633 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436037135 0 0 16781312 514 3789990192664772866 0 0 17 2 0 0 0
/proc/20414/statm: 69679 5633 377 364 0 5597 0
[pid=20419] ppid=20414 vsize=8592 CPUtime=24.58 cores=0,2
/proc/20419/stat : 20419 (lingeling) R 20414 20419 20419 0 -1 4202496 4064 0 0 0 2458 0 0 0 25 0 1 0 657288569 8798208 1351 33554432000 4194304 4352236 140737320185648 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20419/statm: 2148 1351 129 39 0 1228 0
[pid=20384/tid=20417] ppid=20382 vsize=288960 CPUtime=0 cores=0,2
/proc/20384/task/20417/stat : 20417 (python) S 20382 20384 20340 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 657288569 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 576268

[startup+51.1129 s]
/proc/loadavg: 3.31 3.10 3.29 5/353 20430
/proc/meminfo: memFree=20455824/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=288960 CPUtime=0.59 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 9712 931 1 0 45 14 0 0 17 0 2 0 657288478 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20384/statm: 72240 7127 1867 364 0 8158 0
[pid=20414] ppid=20384 vsize=278716 CPUtime=0.11 cores=0,2
/proc/20414/stat : 20414 (python) S 20384 20384 20340 0 -1 4202560 901 0 0 0 5 6 0 0 18 0 1 0 657288569 285405184 5633 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436037135 0 0 16781312 514 3789990192664772866 0 0 17 2 0 0 0
/proc/20414/statm: 69679 5633 377 364 0 5597 0
[pid=20419] ppid=20414 vsize=11284 CPUtime=50.19 cores=0,2
/proc/20419/stat : 20419 (lingeling) R 20414 20419 20419 0 -1 4202496 7105 0 0 0 5019 0 0 0 25 0 1 0 657288569 11554816 2024 33554432000 4194304 4352236 140737320185648 18446744073709551615 4278838 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20419/statm: 2821 2024 129 39 0 1901 0
[pid=20384/tid=20417] ppid=20382 vsize=288960 CPUtime=0 cores=0,2
/proc/20384/task/20417/stat : 20417 (python) S 20382 20384 20340 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 657288569 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 578960

[startup+102.301 s]
/proc/loadavg: 3.74 3.25 3.33 5/353 20572
/proc/meminfo: memFree=20458744/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=288960 CPUtime=0.59 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 9712 931 1 0 45 14 0 0 17 0 2 0 657288478 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20384/statm: 72240 7127 1867 364 0 8158 0
[pid=20414] ppid=20384 vsize=278716 CPUtime=0.24 cores=0,2
/proc/20414/stat : 20414 (python) S 20384 20384 20340 0 -1 4202560 926 0 0 0 12 12 0 0 18 0 1 0 657288569 285405184 5633 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436037135 0 0 16781312 514 3789990192664772866 0 0 17 2 0 0 0
/proc/20414/statm: 69679 5633 377 364 0 5597 0
[pid=20419] ppid=20414 vsize=13972 CPUtime=101.38 cores=0,2
/proc/20419/stat : 20419 (lingeling) R 20414 20419 20419 0 -1 4202496 10962 0 0 0 10137 1 0 0 25 0 1 0 657288569 14307328 2681 33554432000 4194304 4352236 140737320185648 18446744073709551615 4207589 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20419/statm: 3493 2681 129 39 0 2573 0
[pid=20384/tid=20417] ppid=20382 vsize=288960 CPUtime=0 cores=0,2
/proc/20384/task/20417/stat : 20417 (python) S 20382 20384 20340 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 657288569 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 581648

[startup+162.301 s]
/proc/loadavg: 3.98 3.41 3.38 5/353 20608
/proc/meminfo: memFree=20409544/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=288960 CPUtime=0.59 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 9712 931 1 0 45 14 0 0 17 0 2 0 657288478 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20384/statm: 72240 7127 1867 364 0 8158 0
[pid=20414] ppid=20384 vsize=278716 CPUtime=0.4 cores=0,2
/proc/20414/stat : 20414 (python) S 20384 20384 20340 0 -1 4202560 944 0 0 0 20 20 0 0 18 0 1 0 657288569 285405184 5633 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436037135 0 0 16781312 514 3789990192664772866 0 0 17 2 0 0 0
/proc/20414/statm: 69679 5633 377 364 0 5597 0
[pid=20419] ppid=20414 vsize=14492 CPUtime=161.38 cores=0,2
/proc/20419/stat : 20419 (lingeling) R 20414 20419 20419 0 -1 4202496 14452 0 0 0 16137 1 0 0 25 0 1 0 657288569 14839808 2826 33554432000 4194304 4352236 140737320185648 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20419/statm: 3623 2826 129 39 0 2703 0
[pid=20384/tid=20417] ppid=20382 vsize=288960 CPUtime=0 cores=0,2
/proc/20384/task/20417/stat : 20417 (python) S 20382 20384 20340 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 657288569 295895040 7127 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 582168


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

[startup+1182.3 s]
/proc/loadavg: 4.27 4.10 3.83 5/381 20710
/proc/meminfo: memFree=18545948/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=309828 CPUtime=0.62 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 11387 931 1 0 48 14 0 0 20 0 4 0 657288478 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20384/statm: 77457 7205 1872 364 0 13369 0
[pid=20414] ppid=20384 vsize=288960 CPUtime=2.2 cores=0,2
/proc/20414/stat : 20414 (python) S 20384 20384 20340 0 -1 4202560 1196 0 0 0 119 101 0 0 18 0 2 0 657288569 295895040 5678 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20414/statm: 72240 5678 417 364 0 8158 0
[pid=20419] ppid=20414 vsize=24192 CPUtime=874.14 cores=0,2
/proc/20419/stat : 20419 (lingeling) T 20414 20419 20419 0 -1 4202496 44309 0 0 0 87408 6 0 0 25 0 1 0 657288569 24772608 5251 33554432000 4194304 4352236 140737320185648 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20419/statm: 6048 5251 129 39 0 5128 0
[pid=20414/tid=20668] ppid=20384 vsize=288960 CPUtime=0 cores=0,2
/proc/20414/task/20668/stat : 20668 (python) S 20384 20384 20340 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657347111 295895040 5678 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 514 18446604442526850048 0 0 -1 0 0 0 0
[pid=20686] ppid=20384 vsize=289328 CPUtime=0.5 cores=0,2
/proc/20686/stat : 20686 (python) S 20384 20384 20340 0 -1 4202560 1112 0 0 0 27 23 0 0 19 0 2 0 657375983 296271872 5726 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20686/statm: 72332 5726 400 364 0 8247 0
[pid=20688] ppid=20686 vsize=17624 CPUtime=195.47 cores=0,2
/proc/20688/stat : 20688 (lingeling) T 20686 20688 20688 0 -1 4202496 19047 0 0 0 19544 3 0 0 25 0 1 0 657375983 18046976 3609 33554432000 4194304 4352236 140736346684960 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20688/statm: 4406 3609 129 39 0 3486 0
[pid=20686/tid=20700] ppid=20384 vsize=289328 CPUtime=0 cores=0,2
/proc/20686/task/20700/stat : 20700 (python) S 20384 20384 20340 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657395531 296271872 5726 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 514 18446604451657836608 0 0 -1 2 0 0 0
[pid=20701] ppid=20384 vsize=299584 CPUtime=0.34 cores=0,2
/proc/20701/stat : 20701 (python) S 20384 20384 20340 0 -1 4202560 948 0 0 0 18 16 0 0 15 0 1 0 657395532 306774016 5700 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436037190 0 0 16781312 514 3789990192664772866 0 0 17 0 0 0 0
/proc/20701/statm: 74896 5700 371 364 0 10808 0
[pid=20703] ppid=20701 vsize=60136 CPUtime=111.4 cores=0,2
/proc/20703/stat : 20703 (cryptominisat-2) R 20701 20703 20703 0 -1 4202496 39502 0 0 0 11132 8 0 0 25 0 1 0 657395532 61579264 8107 33554432000 4194304 4677096 140734543211408 18446744073709551615 4320776 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20703/statm: 15034 8107 392 118 0 9993 0
[pid=20384/tid=20417] ppid=20382 vsize=309828 CPUtime=0 cores=0,2
/proc/20384/task/20417/stat : 20417 (python) S 20382 20384 20340 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 4 0 657288569 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
[pid=20384/tid=20687] ppid=20382 vsize=309828 CPUtime=0 cores=0,2
/proc/20384/task/20687/stat : 20687 (python) S 20382 20384 20340 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 657375983 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
[pid=20384/tid=20702] ppid=20382 vsize=309828 CPUtime=0 cores=0,2
/proc/20384/task/20702/stat : 20702 (python) S 20382 20384 20340 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 657395532 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1184.67
Current children cumulated vsize (KiB) 1289652

[startup+1242.3 s]
/proc/loadavg: 4.10 4.08 3.83 5/381 20712
/proc/meminfo: memFree=18520092/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=309828 CPUtime=0.62 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 11387 931 1 0 48 14 0 0 20 0 4 0 657288478 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20384/statm: 77457 7205 1872 364 0 13369 0
[pid=20414] ppid=20384 vsize=288960 CPUtime=2.2 cores=0,2
/proc/20414/stat : 20414 (python) S 20384 20384 20340 0 -1 4202560 1196 0 0 0 119 101 0 0 18 0 2 0 657288569 295895040 5678 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20414/statm: 72240 5678 417 364 0 8158 0
[pid=20419] ppid=20414 vsize=24192 CPUtime=874.14 cores=0,2
/proc/20419/stat : 20419 (lingeling) T 20414 20419 20419 0 -1 4202496 44309 0 0 0 87408 6 0 0 25 0 1 0 657288569 24772608 5251 33554432000 4194304 4352236 140737320185648 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20419/statm: 6048 5251 129 39 0 5128 0
[pid=20414/tid=20668] ppid=20384 vsize=288960 CPUtime=0 cores=0,2
/proc/20414/task/20668/stat : 20668 (python) S 20384 20384 20340 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657347111 295895040 5678 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 514 18446604442526850048 0 0 -1 0 0 0 0
[pid=20686] ppid=20384 vsize=289328 CPUtime=0.5 cores=0,2
/proc/20686/stat : 20686 (python) S 20384 20384 20340 0 -1 4202560 1112 0 0 0 27 23 0 0 19 0 2 0 657375983 296271872 5726 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20686/statm: 72332 5726 400 364 0 8247 0
[pid=20688] ppid=20686 vsize=17624 CPUtime=195.47 cores=0,2
/proc/20688/stat : 20688 (lingeling) T 20686 20688 20688 0 -1 4202496 19047 0 0 0 19544 3 0 0 25 0 1 0 657375983 18046976 3609 33554432000 4194304 4352236 140736346684960 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20688/statm: 4406 3609 129 39 0 3486 0
[pid=20686/tid=20700] ppid=20384 vsize=289328 CPUtime=0 cores=0,2
/proc/20686/task/20700/stat : 20700 (python) S 20384 20384 20340 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657395531 296271872 5726 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 514 18446604451657836608 0 0 -1 2 0 0 0
[pid=20701] ppid=20384 vsize=299584 CPUtime=0.51 cores=0,2
/proc/20701/stat : 20701 (python) S 20384 20384 20340 0 -1 4202560 968 0 0 0 27 24 0 0 15 0 1 0 657395532 306774016 5700 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436037190 0 0 16781312 514 3789990192664772866 0 0 17 0 0 0 0
/proc/20701/statm: 74896 5700 371 364 0 10808 0
[pid=20703] ppid=20701 vsize=74544 CPUtime=171.29 cores=0,2
/proc/20703/stat : 20703 (cryptominisat-2) R 20701 20703 20703 0 -1 4202496 53839 0 0 0 17118 11 0 0 25 0 1 0 657395532 76333056 11371 33554432000 4194304 4677096 140734543211408 18446744073709551615 4319581 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20703/statm: 18636 11371 392 118 0 13595 0
[pid=20384/tid=20417] ppid=20382 vsize=309828 CPUtime=0 cores=0,2
/proc/20384/task/20417/stat : 20417 (python) S 20382 20384 20340 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 4 0 657288569 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
[pid=20384/tid=20687] ppid=20382 vsize=309828 CPUtime=0 cores=0,2
/proc/20384/task/20687/stat : 20687 (python) S 20382 20384 20340 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 657375983 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
[pid=20384/tid=20702] ppid=20382 vsize=309828 CPUtime=0 cores=0,2
/proc/20384/task/20702/stat : 20702 (python) S 20382 20384 20340 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 657395532 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1244.73
Current children cumulated vsize (KiB) 1304060



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.06 3.84 6/381 20714
/proc/meminfo: memFree=18529672/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=309828 CPUtime=0.62 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 11387 931 1 0 48 14 0 0 20 0 4 0 657288478 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20384/statm: 77457 7205 1872 364 0 13369 0
[pid=20414] ppid=20384 vsize=288960 CPUtime=2.2 cores=0,2
/proc/20414/stat : 20414 (python) S 20384 20384 20340 0 -1 4202560 1196 0 0 0 119 101 0 0 18 0 2 0 657288569 295895040 5678 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20414/statm: 72240 5678 417 364 0 8158 0
[pid=20419] ppid=20414 vsize=24192 CPUtime=874.14 cores=0,2
/proc/20419/stat : 20419 (lingeling) T 20414 20419 20419 0 -1 4202496 44309 0 0 0 87408 6 0 0 25 0 1 0 657288569 24772608 5251 33554432000 4194304 4352236 140737320185648 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20419/statm: 6048 5251 129 39 0 5128 0
[pid=20414/tid=20668] ppid=20384 vsize=288960 CPUtime=0 cores=0,2
/proc/20414/task/20668/stat : 20668 (python) S 20384 20384 20340 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657347111 295895040 5678 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 514 18446604442526850048 0 0 -1 0 0 0 0
[pid=20686] ppid=20384 vsize=289328 CPUtime=0.5 cores=0,2
/proc/20686/stat : 20686 (python) S 20384 20384 20340 0 -1 4202560 1112 0 0 0 27 23 0 0 19 0 2 0 657375983 296271872 5726 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20686/statm: 72332 5726 400 364 0 8247 0
[pid=20688] ppid=20686 vsize=17624 CPUtime=195.47 cores=0,2
/proc/20688/stat : 20688 (lingeling) T 20686 20688 20688 0 -1 4202496 19047 0 0 0 19544 3 0 0 25 0 1 0 657375983 18046976 3609 33554432000 4194304 4352236 140736346684960 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20688/statm: 4406 3609 129 39 0 3486 0
[pid=20686/tid=20700] ppid=20384 vsize=289328 CPUtime=0 cores=0,2
/proc/20686/task/20700/stat : 20700 (python) S 20384 20384 20340 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657395531 296271872 5726 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 514 18446604451657836608 0 0 -1 2 0 0 0
[pid=20701] ppid=20384 vsize=299584 CPUtime=0.68 cores=0,2
/proc/20701/stat : 20701 (python) S 20384 20384 20340 0 -1 4202560 981 0 0 0 35 33 0 0 15 0 1 0 657395532 306774016 5700 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436037190 0 0 16781312 514 4836883596276891906 0 0 17 0 0 0 0
/proc/20701/statm: 74896 5700 371 364 0 10808 0
[pid=20703] ppid=20701 vsize=75004 CPUtime=228.85 cores=0,2
/proc/20703/stat : 20703 (cryptominisat-2) R 20701 20703 20703 0 -1 4202496 64940 0 0 0 22871 14 0 0 25 0 1 0 657395532 76804096 12176 33554432000 4194304 4677096 140734543211408 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20703/statm: 18751 12176 392 118 0 13710 0
[pid=20384/tid=20417] ppid=20382 vsize=309828 CPUtime=0 cores=0,2
/proc/20384/task/20417/stat : 20417 (python) S 20382 20384 20340 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 4 0 657288569 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
[pid=20384/tid=20687] ppid=20382 vsize=309828 CPUtime=0 cores=0,2
/proc/20384/task/20687/stat : 20687 (python) S 20382 20384 20340 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 657375983 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
[pid=20384/tid=20702] ppid=20382 vsize=309828 CPUtime=0 cores=0,2
/proc/20384/task/20702/stat : 20702 (python) S 20382 20384 20340 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 657395532 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1302.46
Current children cumulated vsize (KiB) 1304520

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

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

[startup+1300 s]
/proc/loadavg: 4.03 4.06 3.84 6/381 20714
/proc/meminfo: memFree=18529672/32951124 swapFree=57331800/67111528
[pid=20384] ppid=20382 vsize=309828 CPUtime=0.62 cores=0,2
/proc/20384/stat : 20384 (python) S 20382 20384 20340 0 -1 4202496 11387 931 1 0 48 14 0 0 20 0 4 0 657288478 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20384/statm: 77457 7205 1872 364 0 13369 0
[pid=20414] ppid=20384 vsize=288960 CPUtime=2.2 cores=0,2
/proc/20414/stat : 20414 (python) S 20384 20384 20340 0 -1 4202560 1196 0 0 0 119 101 0 0 18 0 2 0 657288569 295895040 5678 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20414/statm: 72240 5678 417 364 0 8158 0
[pid=20419] ppid=20414 vsize=24192 CPUtime=874.14 cores=0,2
/proc/20419/stat : 20419 (lingeling) T 20414 20419 20419 0 -1 4202496 44309 0 0 0 87408 6 0 0 25 0 1 0 657288569 24772608 5251 33554432000 4194304 4352236 140737320185648 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20419/statm: 6048 5251 129 39 0 5128 0
[pid=20414/tid=20668] ppid=20384 vsize=288960 CPUtime=0 cores=0,2
/proc/20414/task/20668/stat : 20668 (python) S 20384 20384 20340 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657347111 295895040 5678 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 514 18446604442526850048 0 0 -1 0 0 0 0
[pid=20686] ppid=20384 vsize=289328 CPUtime=0.5 cores=0,2
/proc/20686/stat : 20686 (python) S 20384 20384 20340 0 -1 4202560 1112 0 0 0 27 23 0 0 19 0 2 0 657375983 296271872 5726 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20686/statm: 72332 5726 400 364 0 8247 0
[pid=20688] ppid=20686 vsize=17624 CPUtime=195.47 cores=0,2
/proc/20688/stat : 20688 (lingeling) T 20686 20688 20688 0 -1 4202496 19047 0 0 0 19544 3 0 0 25 0 1 0 657375983 18046976 3609 33554432000 4194304 4352236 140736346684960 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20688/statm: 4406 3609 129 39 0 3486 0
[pid=20686/tid=20700] ppid=20384 vsize=289328 CPUtime=0 cores=0,2
/proc/20686/task/20700/stat : 20700 (python) S 20384 20384 20340 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657395531 296271872 5726 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 514 18446604451657836608 0 0 -1 2 0 0 0
[pid=20701] ppid=20384 vsize=299584 CPUtime=0.68 cores=0,2
/proc/20701/stat : 20701 (python) S 20384 20384 20340 0 -1 4202560 981 0 0 0 35 33 0 0 15 0 1 0 657395532 306774016 5700 33554432000 4194304 5683644 140736292456672 18446744073709551615 212436037190 0 0 16781312 514 4836883596276891906 0 0 17 0 0 0 0
/proc/20701/statm: 74896 5700 371 364 0 10808 0
[pid=20703] ppid=20701 vsize=75004 CPUtime=228.85 cores=0,2
/proc/20703/stat : 20703 (cryptominisat-2) R 20701 20703 20703 0 -1 4202496 64940 0 0 0 22871 14 0 0 25 0 1 0 657395532 76804096 12176 33554432000 4194304 4677096 140734543211408 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20703/statm: 18751 12176 392 118 0 13710 0
[pid=20384/tid=20417] ppid=20382 vsize=309828 CPUtime=0 cores=0,2
/proc/20384/task/20417/stat : 20417 (python) S 20382 20384 20340 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 4 0 657288569 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
[pid=20384/tid=20687] ppid=20382 vsize=309828 CPUtime=0 cores=0,2
/proc/20384/task/20687/stat : 20687 (python) S 20382 20384 20340 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 657375983 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 2 0 0 0
[pid=20384/tid=20702] ppid=20382 vsize=309828 CPUtime=0 cores=0,2
/proc/20384/task/20702/stat : 20702 (python) S 20382 20384 20340 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 657395532 317263872 7205 33554432000 4194304 5683644 140736292456672 18446744073709551615 212447840689 0 0 16781312 2 18446604447694033856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1302.46
Current children cumulated vsize (KiB) 1304520

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.04
CPU time (s): 1302.46
CPU user time (s): 1300.52
CPU system time (s): 1.94
CPU usage (%): 100.186
Max. virtual memory (cumulated for all children) (KiB): 1304520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.482926
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12319
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= 8837
involuntary context switches= 38

runsolver used 4.52631 second user time and 9.78551 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 12:54:21
IDJOB=3378077
IDBENCH=83431
IDSOLVER=1858
FILE ID=node102/3378077-1305456861
RUNJOBID= node102-1305456861-20358
PBS_JOBID= 13324892
Free space on /tmp= 73656 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_4_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-3378077-1305456861/watcher-3378077-1305456861 -o /tmp/evaluation-result-3378077-1305456861/solver-3378077-1305456861 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378077-1305456861.cnf -seed 1681619678 -budget 2400

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=1681619678

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20858900 kB
Buffers:         24060 kB
Cached:         451636 kB
SwapCached:      89884 kB
Active:        2924124 kB
Inactive:      8980584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20858900 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:           96760 kB
Writeback:           0 kB
AnonPages:    11350256 kB
Mapped:          13500 kB
Slab:            60844 kB
PageTables:      59908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 62134576 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= 73412 MiB
End job on node102 at 2011-05-15 13:16:03