Trace number 3377858

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_3_keyfind_1.cnf
MD5SUM278d646386a62d4f28f7fc390c5eab3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark151.988
Satisfiable
(Un)Satisfiability was proved
Number of variables708
Number of clauses2664
Sum of the clauses size8392
Maximum clause length5
Minimum clause length1
Number of clauses of size 176
Number of clauses of size 2120
Number of clauses of size 31856
Number of clauses of size 4552
Number of clauses of size 560
Number of clauses of size over 50

Solver Data

0.17/0.79	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.17/0.79	c INFO: solving HOME/instance-3377858-1305456861.cnf
0.17/0.79	c INFO: computing task features
0.17/0.80	c INFO: computed variable-clause graph statistics
0.17/0.80	c INFO: computed clause balance statistics
0.17/0.85	c INFO: computed variable balance statistics
0.17/0.89	c INFO: computed small-clause counts
0.17/0.89	c INFO: computed Horn-clause counts
0.17/0.90	c INFO: computed variable graph statistics
0.17/0.90	c INFO: collected features for HOME/instance-3377858-1305456861.cnf in 0.11 s
0.17/0.91	c INFO: running lingeling-276@0 for 582 with 2399 remaining (b = 0.58)
588.17/588.24	c INFO: running lingeling-276@586 for 291 with 1813 remaining (b = 0.17)
881.97/881.93	c INFO: running lingeling-276@0 for 194 with 1520 remaining (b = 0.35)
1076.95/1076.45	c INFO: running cryptominisat-2.9.0@0 for 485 with 1326 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-3377858-1305456861/watcher-3377858-1305456861 -o /tmp/evaluation-result-3377858-1305456861/solver-3377858-1305456861 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377858-1305456861.cnf -seed 1681619678 -budget 2400 

running on 2 cores: 5,7

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 4/325 20380
/proc/meminfo: memFree=20859024/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=11796 CPUtime=0 cores=5,7
/proc/20380/stat : 20380 (runsolver) R 20378 20380 20340 0 -1 4202560 42 0 0 0 0 0 0 0 22 0 1 0 657288478 12079104 49 33554432000 4194304 5432360 140734266833296 18446744073709551615 4267067 0 0 4096 24578 0 0 0 17 7 0 0 0
/proc/20380/statm: 2949 49 30 303 0 2643 0

[startup+0.089516 s]
/proc/loadavg: 2.11 2.90 3.24 4/325 20380
/proc/meminfo: memFree=20859024/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=36508 CPUtime=0.04 cores=5,7
/proc/20380/stat : 20380 (python) R 20378 20380 20340 0 -1 4202496 1613 0 0 0 3 1 0 0 17 0 1 0 657288478 37384192 1445 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436015104 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20380/statm: 9127 1445 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.100511 s]
/proc/loadavg: 2.11 2.90 3.24 4/325 20380
/proc/meminfo: memFree=20859024/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=45816 CPUtime=0.06 cores=5,7
/proc/20380/stat : 20380 (python) D 20378 20380 20340 0 -1 4202496 1928 0 0 0 4 2 0 0 17 0 1 0 657288478 46915584 1701 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436015104 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20380/statm: 11454 1701 470 364 0 1203 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45816

[startup+0.30048 s]
/proc/loadavg: 2.11 2.90 3.24 4/325 20380
/proc/meminfo: memFree=20859024/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=126304 CPUtime=0.17 cores=5,7
/proc/20380/stat : 20380 (python) D 20378 20380 20340 0 -1 4202496 4883 931 1 0 11 6 0 0 18 0 1 0 657288478 129335296 3901 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436022839 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 0
/proc/20380/statm: 31576 3901 1001 364 0 2871 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 126304

[startup+1.29625 s]
/proc/loadavg: 2.11 2.90 3.24 4/325 20380
/proc/meminfo: memFree=20859024/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=288744 CPUtime=0.53 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 9756 931 1 0 41 12 0 0 18 0 2 0 657288478 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 72186 7078 1875 364 0 8104 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 288744

[startup+1.50021 s]
/proc/loadavg: 2.11 2.90 3.24 4/325 20380
/proc/meminfo: memFree=20859024/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=288744 CPUtime=0.53 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 9756 931 1 0 41 12 0 0 18 0 2 0 657288478 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 72186 7078 1875 364 0 8104 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 288744

[startup+3.10094 s]
/proc/loadavg: 2.11 2.90 3.24 5/347 20423
/proc/meminfo: memFree=20591420/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=288744 CPUtime=0.53 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 9756 931 1 0 41 12 0 0 18 0 2 0 657288478 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 72186 7078 1875 364 0 8104 0
[pid=20415] ppid=20380 vsize=278500 CPUtime=0 cores=5,7
/proc/20415/stat : 20415 (python) S 20380 20380 20340 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 657288569 285184000 5553 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436037135 0 0 16781312 514 46444749841727748 0 0 17 5 0 0 0
/proc/20415/statm: 69625 5553 354 364 0 5543 0
[pid=20418] ppid=20415 vsize=6684 CPUtime=2.16 cores=5,7
/proc/20418/stat : 20418 (lingeling) R 20415 20418 20418 0 -1 4202496 1465 0 0 0 216 0 0 0 21 0 1 0 657288569 6844416 872 33554432000 4194304 4352236 140736858029648 18446744073709551615 4331583 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20418/statm: 1671 872 129 39 0 751 0
[pid=20380/tid=20416] ppid=20378 vsize=288744 CPUtime=0 cores=5,7
/proc/20380/task/20416/stat : 20416 (python) S 20378 20380 20340 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 657288569 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 573928

[startup+6.31133 s]
/proc/loadavg: 2.26 2.91 3.24 5/350 20426
/proc/meminfo: memFree=20511104/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=288744 CPUtime=0.53 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 9756 931 1 0 41 12 0 0 18 0 2 0 657288478 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 72186 7078 1875 364 0 8104 0
[pid=20415] ppid=20380 vsize=278500 CPUtime=0 cores=5,7
/proc/20415/stat : 20415 (python) S 20380 20380 20340 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 657288569 285184000 5576 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436037135 0 0 16781312 514 46444749841727748 0 0 17 5 0 0 0
/proc/20415/statm: 69625 5576 377 364 0 5543 0
[pid=20418] ppid=20415 vsize=6812 CPUtime=5.35 cores=5,7
/proc/20418/stat : 20418 (lingeling) R 20415 20418 20418 0 -1 4202496 2106 0 0 0 535 0 0 0 25 0 1 0 657288569 6975488 905 33554432000 4194304 4352236 140736858029648 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20418/statm: 1703 905 129 39 0 783 0
[pid=20380/tid=20416] ppid=20378 vsize=288744 CPUtime=0 cores=5,7
/proc/20380/task/20416/stat : 20416 (python) S 20378 20380 20340 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 657288569 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 574056

[startup+12.7011 s]
/proc/loadavg: 2.40 2.93 3.25 5/350 20426
/proc/meminfo: memFree=20504308/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=288744 CPUtime=0.53 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 9756 931 1 0 41 12 0 0 18 0 2 0 657288478 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 72186 7078 1875 364 0 8104 0
[pid=20415] ppid=20380 vsize=278500 CPUtime=0.02 cores=5,7
/proc/20415/stat : 20415 (python) S 20380 20380 20340 0 -1 4202560 888 0 0 0 1 1 0 0 18 0 1 0 657288569 285184000 5576 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436037135 0 0 16781312 514 4042983420169519364 0 0 17 5 0 0 0
/proc/20415/statm: 69625 5576 377 364 0 5543 0
[pid=20418] ppid=20415 vsize=8868 CPUtime=11.73 cores=5,7
/proc/20418/stat : 20418 (lingeling) R 20415 20418 20418 0 -1 4202496 3356 0 0 0 1173 0 0 0 25 0 1 0 657288569 9080832 1419 33554432000 4194304 4352236 140736858029648 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20418/statm: 2217 1419 129 39 0 1297 0
[pid=20380/tid=20416] ppid=20378 vsize=288744 CPUtime=0 cores=5,7
/proc/20380/task/20416/stat : 20416 (python) S 20378 20380 20340 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 657288569 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 576112

[startup+25.5007 s]
/proc/loadavg: 2.75 2.98 3.26 5/353 20430
/proc/meminfo: memFree=20466992/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=288744 CPUtime=0.53 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 9756 931 1 0 41 12 0 0 18 0 2 0 657288478 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 72186 7078 1875 364 0 8104 0
[pid=20415] ppid=20380 vsize=278500 CPUtime=0.04 cores=5,7
/proc/20415/stat : 20415 (python) S 20380 20380 20340 0 -1 4202560 894 0 0 0 2 2 0 0 18 0 1 0 657288569 285184000 5576 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436037135 0 0 16781312 514 4042983420169519364 0 0 17 5 0 0 0
/proc/20415/statm: 69625 5576 377 364 0 5543 0
[pid=20418] ppid=20415 vsize=12452 CPUtime=24.5 cores=5,7
/proc/20418/stat : 20418 (lingeling) R 20415 20418 20418 0 -1 4202496 5948 0 0 0 2450 0 0 0 25 0 1 0 657288569 12750848 2315 33554432000 4194304 4352236 140736858029648 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20418/statm: 3113 2315 129 39 0 2193 0
[pid=20380/tid=20416] ppid=20378 vsize=288744 CPUtime=0 cores=5,7
/proc/20380/task/20416/stat : 20416 (python) S 20378 20380 20340 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 657288569 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 579696

[startup+51.1009 s]
/proc/loadavg: 3.31 3.10 3.29 5/353 20430
/proc/meminfo: memFree=20457064/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=288744 CPUtime=0.53 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 9756 931 1 0 41 12 0 0 18 0 2 0 657288478 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 72186 7078 1875 364 0 8104 0
[pid=20415] ppid=20380 vsize=278500 CPUtime=0.11 cores=5,7
/proc/20415/stat : 20415 (python) S 20380 20380 20340 0 -1 4202560 904 0 0 0 6 5 0 0 18 0 1 0 657288569 285184000 5576 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436037135 0 0 16781312 514 4042983420169519364 0 0 17 5 0 0 0
/proc/20415/statm: 69625 5576 377 364 0 5543 0
[pid=20418] ppid=20415 vsize=13220 CPUtime=50.04 cores=5,7
/proc/20418/stat : 20418 (lingeling) R 20415 20418 20418 0 -1 4202496 9020 0 0 0 5004 0 0 0 25 0 1 0 657288569 13537280 2507 33554432000 4194304 4352236 140736858029648 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20418/statm: 3305 2507 129 39 0 2385 0
[pid=20380/tid=20416] ppid=20378 vsize=288744 CPUtime=0 cores=5,7
/proc/20380/task/20416/stat : 20416 (python) S 20378 20380 20340 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 657288569 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 580464

[startup+102.301 s]
/proc/loadavg: 3.74 3.25 3.33 5/353 20572
/proc/meminfo: memFree=20457628/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=288744 CPUtime=0.53 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 9756 931 1 0 41 12 0 0 18 0 2 0 657288478 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 72186 7078 1875 364 0 8104 0
[pid=20415] ppid=20380 vsize=278500 CPUtime=0.24 cores=5,7
/proc/20415/stat : 20415 (python) S 20380 20380 20340 0 -1 4202560 927 0 0 0 12 12 0 0 18 0 1 0 657288569 285184000 5576 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436037135 0 0 16781312 514 4042983420169519364 0 0 17 5 0 0 0
/proc/20415/statm: 69625 5576 377 364 0 5543 0
[pid=20418] ppid=20415 vsize=15656 CPUtime=101.13 cores=5,7
/proc/20418/stat : 20418 (lingeling) R 20415 20418 20418 0 -1 4202496 15389 0 0 0 10111 2 0 0 25 0 1 0 657288569 16031744 3116 33554432000 4194304 4352236 140736858029648 18446744073709551615 4328544 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20418/statm: 3914 3116 129 39 0 2994 0
[pid=20380/tid=20416] ppid=20378 vsize=288744 CPUtime=0 cores=5,7
/proc/20380/task/20416/stat : 20416 (python) S 20378 20380 20340 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 657288569 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 582900

[startup+162.301 s]
/proc/loadavg: 3.98 3.41 3.38 5/353 20608
/proc/meminfo: memFree=20394788/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=288744 CPUtime=0.53 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 9756 931 1 0 41 12 0 0 18 0 2 0 657288478 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 72186 7078 1875 364 0 8104 0
[pid=20415] ppid=20380 vsize=278500 CPUtime=0.38 cores=5,7
/proc/20415/stat : 20415 (python) S 20380 20380 20340 0 -1 4202560 945 0 0 0 19 19 0 0 18 0 1 0 657288569 285184000 5576 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436037135 0 0 16781312 514 4042983420169519364 0 0 17 5 0 0 0
/proc/20415/statm: 69625 5576 377 364 0 5543 0
[pid=20418] ppid=20415 vsize=20520 CPUtime=161 cores=5,7
/proc/20418/stat : 20418 (lingeling) R 20415 20418 20418 0 -1 4202496 21501 0 0 0 16097 3 0 0 25 0 1 0 657288569 21012480 4332 33554432000 4194304 4352236 140736858029648 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20418/statm: 5130 4332 129 39 0 4210 0
[pid=20380/tid=20416] ppid=20378 vsize=288744 CPUtime=0 cores=5,7
/proc/20380/task/20416/stat : 20416 (python) S 20378 20380 20340 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 657288569 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 161.91
Current children cumulated vsize (KiB) 587764

[startup+222.3 s]
/proc/loadavg: 4.06 3.53 3.42 5/350 20642
/proc/meminfo: memFree=20078212/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=288744 CPUtime=0.53 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 9756 931 1 0 41 12 0 0 18 0 2 0 657288478 295673856 7078 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 72186 7078 1875 364 0 8104 0
[pid=20415] ppid=20380 vsize=278500 CPUtime=0.54 cores=5,7
/proc/20415/stat : 20415 (python) S 20380 20380 20340 0 -1 4202560 965 0 0 0 27 27 0 0 18 0 1 0 657288569 285184000 5576 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436037135 0 0 16781312 514 4042983420169519364 0 0 17 5 0 0 0

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

[startup+1122.3 s]
/proc/loadavg: 4.25 4.07 3.80 5/381 20709
/proc/meminfo: memFree=18561016/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=309744 CPUtime=0.55 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 11408 931 1 0 43 12 0 0 20 0 4 0 657288478 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 77436 7192 1880 364 0 13348 0
[pid=20415] ppid=20380 vsize=288744 CPUtime=2.15 cores=5,7
/proc/20415/stat : 20415 (python) S 20380 20380 20340 0 -1 4202560 1200 0 0 0 112 103 0 0 18 0 2 0 657288569 295673856 5621 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20415/statm: 72186 5621 417 364 0 8104 0
[pid=20418] ppid=20415 vsize=33068 CPUtime=879.29 cores=5,7
/proc/20418/stat : 20418 (lingeling) T 20415 20418 20418 0 -1 4202496 69790 0 0 0 87920 9 0 0 25 0 1 0 657288569 33861632 7469 33554432000 4194304 4352236 140736858029648 18446744073709551615 4328208 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/20418/statm: 8267 7469 129 39 0 7347 0
[pid=20415/tid=20670] ppid=20380 vsize=288744 CPUtime=0 cores=5,7
/proc/20415/task/20670/stat : 20670 (python) S 20380 20380 20340 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657347302 295673856 5621 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 514 18446604457218474304 0 0 -1 7 0 0 0
[pid=20689] ppid=20380 vsize=288788 CPUtime=0.51 cores=5,7
/proc/20689/stat : 20689 (python) S 20380 20380 20340 0 -1 4202560 1117 0 0 0 25 26 0 0 19 0 2 0 657376671 295718912 5623 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20689/statm: 72197 5623 400 364 0 8112 0
[pid=20691] ppid=20689 vsize=21032 CPUtime=194.51 cores=5,7
/proc/20691/stat : 20691 (lingeling) T 20689 20691 20691 0 -1 4202496 24899 0 0 0 19447 4 0 0 25 0 1 0 657376671 21536768 4456 33554432000 4194304 4352236 140736475489760 18446744073709551615 4328205 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/20691/statm: 5258 4456 129 39 0 4338 0
[pid=20689/tid=20705] ppid=20380 vsize=288788 CPUtime=0 cores=5,7
/proc/20689/task/20705/stat : 20705 (python) S 20380 20380 20340 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657396122 295718912 5623 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 514 18446604464860808256 0 0 -1 7 0 0 0
[pid=20706] ppid=20380 vsize=299500 CPUtime=0.14 cores=5,7
/proc/20706/stat : 20706 (python) S 20380 20380 20340 0 -1 4202560 922 0 0 0 6 8 0 0 15 0 1 0 657396123 306688000 5679 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436037190 0 0 16781312 514 4042983420169519366 0 0 17 5 0 0 0
/proc/20706/statm: 74875 5679 371 364 0 10787 0
[pid=20708] ppid=20706 vsize=51760 CPUtime=45.73 cores=5,7
/proc/20708/stat : 20708 (cryptominisat-2) R 20706 20708 20708 0 -1 4202496 21931 0 0 0 4563 10 0 0 25 0 1 0 657396123 53002240 5800 33554432000 4194304 4677096 140734142015840 18446744073709551615 4320772 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20708/statm: 12940 5800 392 118 0 7899 0
[pid=20380/tid=20416] ppid=20378 vsize=309744 CPUtime=0 cores=5,7
/proc/20380/task/20416/stat : 20416 (python) S 20378 20380 20340 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 4 0 657288569 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
[pid=20380/tid=20690] ppid=20378 vsize=309744 CPUtime=0 cores=5,7
/proc/20380/task/20690/stat : 20690 (python) S 20378 20380 20340 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 657376671 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
[pid=20380/tid=20707] ppid=20378 vsize=309744 CPUtime=0 cores=5,7
/proc/20380/task/20707/stat : 20707 (python) S 20378 20380 20340 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 657396123 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.88
Current children cumulated vsize (KiB) 1292636

[startup+1182.3 s]
/proc/loadavg: 4.27 4.10 3.83 5/381 20710
/proc/meminfo: memFree=18545452/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=309744 CPUtime=0.55 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 11408 931 1 0 43 12 0 0 20 0 4 0 657288478 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 77436 7192 1880 364 0 13348 0
[pid=20415] ppid=20380 vsize=288744 CPUtime=2.15 cores=5,7
/proc/20415/stat : 20415 (python) S 20380 20380 20340 0 -1 4202560 1200 0 0 0 112 103 0 0 18 0 2 0 657288569 295673856 5621 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20415/statm: 72186 5621 417 364 0 8104 0
[pid=20418] ppid=20415 vsize=33068 CPUtime=879.29 cores=5,7
/proc/20418/stat : 20418 (lingeling) T 20415 20418 20418 0 -1 4202496 69790 0 0 0 87920 9 0 0 25 0 1 0 657288569 33861632 7469 33554432000 4194304 4352236 140736858029648 18446744073709551615 4328208 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/20418/statm: 8267 7469 129 39 0 7347 0
[pid=20415/tid=20670] ppid=20380 vsize=288744 CPUtime=0 cores=5,7
/proc/20415/task/20670/stat : 20670 (python) S 20380 20380 20340 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657347302 295673856 5621 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 514 18446604457218474304 0 0 -1 7 0 0 0
[pid=20689] ppid=20380 vsize=288788 CPUtime=0.51 cores=5,7
/proc/20689/stat : 20689 (python) S 20380 20380 20340 0 -1 4202560 1117 0 0 0 25 26 0 0 19 0 2 0 657376671 295718912 5623 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20689/statm: 72197 5623 400 364 0 8112 0
[pid=20691] ppid=20689 vsize=21032 CPUtime=194.51 cores=5,7
/proc/20691/stat : 20691 (lingeling) T 20689 20691 20691 0 -1 4202496 24899 0 0 0 19447 4 0 0 25 0 1 0 657376671 21536768 4456 33554432000 4194304 4352236 140736475489760 18446744073709551615 4328205 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/20691/statm: 5258 4456 129 39 0 4338 0
[pid=20689/tid=20705] ppid=20380 vsize=288788 CPUtime=0 cores=5,7
/proc/20689/task/20705/stat : 20705 (python) S 20380 20380 20340 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657396122 295718912 5623 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 514 18446604464860808256 0 0 -1 7 0 0 0
[pid=20706] ppid=20380 vsize=299500 CPUtime=0.3 cores=5,7
/proc/20706/stat : 20706 (python) S 20380 20380 20340 0 -1 4202560 945 0 0 0 15 15 0 0 15 0 1 0 657396123 306688000 5679 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436037190 0 0 16781312 514 9203800734175297798 0 0 17 5 0 0 0
/proc/20706/statm: 74875 5679 371 364 0 10787 0
[pid=20708] ppid=20706 vsize=66544 CPUtime=105.6 cores=5,7
/proc/20708/stat : 20708 (cryptominisat-2) R 20706 20708 20708 0 -1 4202496 40422 0 0 0 10539 21 0 0 25 0 1 0 657396123 68141056 9633 33554432000 4194304 4677096 140734142015840 18446744073709551615 4454535 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20708/statm: 16636 9633 392 118 0 11595 0
[pid=20380/tid=20416] ppid=20378 vsize=309744 CPUtime=0 cores=5,7
/proc/20380/task/20416/stat : 20416 (python) S 20378 20380 20340 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 4 0 657288569 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
[pid=20380/tid=20690] ppid=20378 vsize=309744 CPUtime=0 cores=5,7
/proc/20380/task/20690/stat : 20690 (python) S 20378 20380 20340 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 657376671 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
[pid=20380/tid=20707] ppid=20378 vsize=309744 CPUtime=0 cores=5,7
/proc/20380/task/20707/stat : 20707 (python) S 20378 20380 20340 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 657396123 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.91
Current children cumulated vsize (KiB) 1307420

[startup+1242.3 s]
/proc/loadavg: 4.10 4.08 3.83 5/381 20712
/proc/meminfo: memFree=18520960/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=309744 CPUtime=0.55 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 11408 931 1 0 43 12 0 0 20 0 4 0 657288478 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 77436 7192 1880 364 0 13348 0
[pid=20415] ppid=20380 vsize=288744 CPUtime=2.15 cores=5,7
/proc/20415/stat : 20415 (python) S 20380 20380 20340 0 -1 4202560 1200 0 0 0 112 103 0 0 18 0 2 0 657288569 295673856 5621 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20415/statm: 72186 5621 417 364 0 8104 0
[pid=20418] ppid=20415 vsize=33068 CPUtime=879.29 cores=5,7
/proc/20418/stat : 20418 (lingeling) T 20415 20418 20418 0 -1 4202496 69790 0 0 0 87920 9 0 0 25 0 1 0 657288569 33861632 7469 33554432000 4194304 4352236 140736858029648 18446744073709551615 4328208 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/20418/statm: 8267 7469 129 39 0 7347 0
[pid=20415/tid=20670] ppid=20380 vsize=288744 CPUtime=0 cores=5,7
/proc/20415/task/20670/stat : 20670 (python) S 20380 20380 20340 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657347302 295673856 5621 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 514 18446604457218474304 0 0 -1 7 0 0 0
[pid=20689] ppid=20380 vsize=288788 CPUtime=0.51 cores=5,7
/proc/20689/stat : 20689 (python) S 20380 20380 20340 0 -1 4202560 1117 0 0 0 25 26 0 0 19 0 2 0 657376671 295718912 5623 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20689/statm: 72197 5623 400 364 0 8112 0
[pid=20691] ppid=20689 vsize=21032 CPUtime=194.51 cores=5,7
/proc/20691/stat : 20691 (lingeling) T 20689 20691 20691 0 -1 4202496 24899 0 0 0 19447 4 0 0 25 0 1 0 657376671 21536768 4456 33554432000 4194304 4352236 140736475489760 18446744073709551615 4328205 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/20691/statm: 5258 4456 129 39 0 4338 0
[pid=20689/tid=20705] ppid=20380 vsize=288788 CPUtime=0 cores=5,7
/proc/20689/task/20705/stat : 20705 (python) S 20380 20380 20340 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657396122 295718912 5623 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 514 18446604464860808256 0 0 -1 7 0 0 0
[pid=20706] ppid=20380 vsize=299500 CPUtime=0.47 cores=5,7
/proc/20706/stat : 20706 (python) S 20380 20380 20340 0 -1 4202560 969 0 0 0 24 23 0 0 15 0 1 0 657396123 306688000 5679 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436037190 0 0 16781312 514 4042983420169519366 0 0 17 5 0 0 0
/proc/20706/statm: 74875 5679 371 364 0 10787 0
[pid=20708] ppid=20706 vsize=67020 CPUtime=165.5 cores=5,7
/proc/20708/stat : 20708 (cryptominisat-2) R 20706 20708 20708 0 -1 4202496 52751 0 0 0 16523 27 0 0 25 0 1 0 657396123 68628480 10280 33554432000 4194304 4677096 140734142015840 18446744073709551615 4319584 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/20708/statm: 16755 10280 392 118 0 11714 0
[pid=20380/tid=20416] ppid=20378 vsize=309744 CPUtime=0 cores=5,7
/proc/20380/task/20416/stat : 20416 (python) S 20378 20380 20340 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 4 0 657288569 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
[pid=20380/tid=20690] ppid=20378 vsize=309744 CPUtime=0 cores=5,7
/proc/20380/task/20690/stat : 20690 (python) S 20378 20380 20340 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 657376671 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
[pid=20380/tid=20707] ppid=20378 vsize=309744 CPUtime=0 cores=5,7
/proc/20380/task/20707/stat : 20707 (python) S 20378 20380 20340 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 657396123 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1242.98
Current children cumulated vsize (KiB) 1307896



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.06 3.84 5/381 20714
/proc/meminfo: memFree=18529672/32951124 swapFree=57331800/67111528
[pid=20380] ppid=20378 vsize=309744 CPUtime=0.55 cores=5,7
/proc/20380/stat : 20380 (python) S 20378 20380 20340 0 -1 4202496 11408 931 1 0 43 12 0 0 20 0 4 0 657288478 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/20380/statm: 77436 7192 1880 364 0 13348 0
[pid=20415] ppid=20380 vsize=288744 CPUtime=2.15 cores=5,7
/proc/20415/stat : 20415 (python) S 20380 20380 20340 0 -1 4202560 1200 0 0 0 112 103 0 0 18 0 2 0 657288569 295673856 5621 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20415/statm: 72186 5621 417 364 0 8104 0
[pid=20418] ppid=20415 vsize=33068 CPUtime=879.29 cores=5,7
/proc/20418/stat : 20418 (lingeling) T 20415 20418 20418 0 -1 4202496 69790 0 0 0 87920 9 0 0 25 0 1 0 657288569 33861632 7469 33554432000 4194304 4352236 140736858029648 18446744073709551615 4328208 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/20418/statm: 8267 7469 129 39 0 7347 0
[pid=20415/tid=20670] ppid=20380 vsize=288744 CPUtime=0 cores=5,7
/proc/20415/task/20670/stat : 20670 (python) S 20380 20380 20340 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657347302 295673856 5621 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 514 18446604457218474304 0 0 -1 7 0 0 0
[pid=20689] ppid=20380 vsize=288788 CPUtime=0.51 cores=5,7
/proc/20689/stat : 20689 (python) S 20380 20380 20340 0 -1 4202560 1117 0 0 0 25 26 0 0 19 0 2 0 657376671 295718912 5623 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20689/statm: 72197 5623 400 364 0 8112 0
[pid=20691] ppid=20689 vsize=21032 CPUtime=194.51 cores=5,7
/proc/20691/stat : 20691 (lingeling) T 20689 20691 20691 0 -1 4202496 24899 0 0 0 19447 4 0 0 25 0 1 0 657376671 21536768 4456 33554432000 4194304 4352236 140736475489760 18446744073709551615 4328205 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/20691/statm: 5258 4456 129 39 0 4338 0
[pid=20689/tid=20705] ppid=20380 vsize=288788 CPUtime=0 cores=5,7
/proc/20689/task/20705/stat : 20705 (python) S 20380 20380 20340 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657396122 295718912 5623 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 514 18446604464860808256 0 0 -1 7 0 0 0
[pid=20706] ppid=20380 vsize=299500 CPUtime=0.64 cores=5,7
/proc/20706/stat : 20706 (python) S 20380 20380 20340 0 -1 4202560 984 0 0 0 33 31 0 0 16 0 1 0 657396123 306688000 5679 33554432000 4194304 5683644 140733918265184 18446744073709551615 212436037190 0 0 16781312 514 4042983420169519366 0 0 17 5 0 0 0
/proc/20706/statm: 74875 5679 371 364 0 10787 0
[pid=20708] ppid=20706 vsize=74864 CPUtime=223.11 cores=5,7
/proc/20708/stat : 20708 (cryptominisat-2) R 20706 20708 20708 0 -1 4202496 65824 0 0 0 22278 33 0 0 25 0 1 0 657396123 76660736 11586 33554432000 4194304 4677096 140734142015840 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20708/statm: 18716 11586 392 118 0 13675 0
[pid=20380/tid=20416] ppid=20378 vsize=309744 CPUtime=0 cores=5,7
/proc/20380/task/20416/stat : 20416 (python) S 20378 20380 20340 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 4 0 657288569 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
[pid=20380/tid=20690] ppid=20378 vsize=309744 CPUtime=0 cores=5,7
/proc/20380/task/20690/stat : 20690 (python) S 20378 20380 20340 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 657376671 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
[pid=20380/tid=20707] ppid=20378 vsize=309744 CPUtime=0 cores=5,7
/proc/20380/task/20707/stat : 20707 (python) S 20378 20380 20340 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 657396123 317177856 7192 33554432000 4194304 5683644 140733918265184 18446744073709551615 212447840689 0 0 16781312 2 18446604468543959104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1300.76
Current children cumulated vsize (KiB) 1315740

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 20380 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=445932
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=129980
# CPU time returned by wait4() is 0.575912
# while last known CPU time is 1300.76
#
# 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): 1300.76
CPU user time (s): 1298.58
CPU system time (s): 2.18
CPU usage (%): 100.056
Max. virtual memory (cumulated for all children) (KiB): 1319152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.445932
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12691
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= 6916
involuntary context switches= 34

runsolver used 4.26535 second user time and 10.0795 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 12:54:21
IDJOB=3377858
IDBENCH=83432
IDSOLVER=1858
FILE ID=node102/3377858-1305456861
RUNJOBID= node102-1305456861-20361
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_3_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-3377858-1305456861/watcher-3377858-1305456861 -o /tmp/evaluation-result-3377858-1305456861/solver-3377858-1305456861 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377858-1305456861.cnf -seed 1681619678 -budget 2400

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

MD5SUM BENCH= 278d646386a62d4f28f7fc390c5eab3e
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:      20859064 kB
Buffers:         24060 kB
Cached:         451248 kB
SwapCached:      89884 kB
Active:        2920408 kB
Inactive:      8983816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20859064 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:           96760 kB
Writeback:           0 kB
AnonPages:    11349868 kB
Mapped:          13112 kB
Slab:            60844 kB
PageTables:      59908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 62113556 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