Trace number 3498459

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3498459-1307954456.cnf
0.36/0.67	c INFO: computing task features
0.43/0.73	c INFO: computed variable-clause graph statistics
0.43/0.73	c INFO: computed clause balance statistics
0.75/1.03	c INFO: computed variable balance statistics
0.85/1.18	c INFO: computed small-clause counts
0.85/1.18	c INFO: computed Horn-clause counts
0.85/1.19	c INFO: computed variable graph statistics
0.85/1.19	c INFO: collected features for HOME/instance-3498459-1307954456.cnf in 0.53 s
0.94/1.22	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.28)
101.13/101.35	c INFO: running lingeling-276@100 for 485 with 4899 remaining (b = 0.41)
587.20/586.85	c INFO: running SApperloT@0 for 97 with 4413 remaining (b = 0.15)
687.40/686.98	c INFO: running cryptominisat-2.9.0@0 for 485 with 4313 remaining (b = 0.40)
1175.23/1174.06	c INFO: running precosat-570@0 for 388 with 3826 remaining (b = 0.29)
1564.22/1562.54	c INFO: running lingeling-276@585 for 679 with 3438 remaining (b = 0.27)
2244.94/2242.35	c INFO: running lingeling-276@0 for 582 with 2758 remaining (b = 0.39)
2832.39/2829.05	c INFO: running lingeling-276@586 for 194 with 2172 remaining (b = 0.06)
3023.83/3020.28	c INFO: running cryptominisat-2.9.0@486 for 97 with 1980 remaining (b = 0.09)
3121.20/3117.43	c INFO: running cryptominisat-2.9.0@0 for 485 with 1883 remaining (b = 0.29)
3612.62/3608.15	c INFO: running lingeling-276@0 for 291 with 1393 remaining (b = 0.20)
3904.40/3899.52	c INFO: running cryptominisat-2.9.0@490 for 97 with 1102 remaining (b = 0.05)
4001.07/3996.01	c INFO: running lingeling-276@777 for 97 with 1005 remaining (b = 0.05)
4098.30/4093.14	c INFO: running precosat-570@388 for 388 with 908 remaining (b = 0.19)
4490.39/4484.66	c INFO: running precosat-570@0 for 194 with 516 remaining (b = 0.12)
4685.93/4679.94	c INFO: running lingeling-276@291 for 321 with 321 remaining (b = 0.13)
5000.08/4993.64	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498459-1307954456/watcher-3498459-1307954456 -o /var/tmp/evaluation-result-3498459-1307954456/solver-3498459-1307954456 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498459-1307954456.cnf -seed 1192808602 -budget 5000 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.00 1.50 3/184 14048
/proc/meminfo: memFree=30002020/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/14048/stat : 14048 (python) S 14046 14048 13667 0 -1 4202496 651 0 0 0 0 0 0 0 25 0 1 0 907044394 15441920 545 33554432000 4194304 5683644 140735242724848 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/14048/statm: 3770 545 312 364 0 257 0

[startup+0.036078 s]
/proc/loadavg: 2.09 2.00 1.50 3/184 14048
/proc/meminfo: memFree=30002020/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=16820 CPUtime=0.01 cores=0,2,4,6
/proc/14048/stat : 14048 (python) R 14046 14048 13667 0 -1 4202496 1228 0 0 0 1 0 0 0 25 0 1 0 907044394 17223680 1084 33554432000 4194304 5683644 140735242724848 18446744073709551615 4528038 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14048/statm: 4205 1084 417 364 0 692 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16820

[startup+0.101073 s]
/proc/loadavg: 2.09 2.00 1.50 3/184 14048
/proc/meminfo: memFree=30002020/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=87708 CPUtime=0.05 cores=0,2,4,6
/proc/14048/stat : 14048 (python) R 14046 14048 13667 0 -1 4202496 2640 0 0 0 4 1 0 0 25 0 1 0 907044394 89812992 2354 33554432000 4194304 5683644 140735242724848 18446744073709551615 268272687104 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/14048/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.301045 s]
/proc/loadavg: 2.09 2.00 1.50 3/184 14048
/proc/meminfo: memFree=30002020/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=135752 CPUtime=0.19 cores=0,2,4,6
/proc/14048/stat : 14048 (python) S 14046 14048 13667 0 -1 4202496 5972 938 1 0 14 5 0 0 25 0 1 0 907044394 139010048 4150 33554432000 4194304 5683644 140735242724848 18446744073709551615 268272685061 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/14048/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700973 s]
/proc/loadavg: 2.09 2.00 1.50 3/184 14048
/proc/meminfo: memFree=30002020/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=280440 CPUtime=0.43 cores=0,2,4,6
/proc/14048/stat : 14048 (python) R 14046 14048 13667 0 -1 4202496 9766 938 1 0 32 11 0 0 25 0 1 0 907044394 287170560 7437 33554432000 4194304 5683644 140735242724848 18446744073709551615 4943928 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14048/statm: 70110 7437 1761 364 0 6034 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 280440

[startup+1.50088 s]
/proc/loadavg: 2.09 2.00 1.50 3/185 14053
/proc/meminfo: memFree=29972404/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=290252 CPUtime=0.96 cores=0,2,4,6
/proc/14048/stat : 14048 (python) S 14046 14048 13667 0 -1 4202496 11073 938 1 0 84 12 0 0 25 0 2 0 907044394 297218048 7465 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14048/statm: 72563 7465 1875 364 0 8481 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 290252

[startup+3.10048 s]
/proc/loadavg: 2.09 2.00 1.50 3/188 14056
/proc/meminfo: memFree=29967048/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=290252 CPUtime=0.96 cores=0,2,4,6
/proc/14048/stat : 14048 (python) S 14046 14048 13667 0 -1 4202496 11073 938 1 0 84 12 0 0 25 0 2 0 907044394 297218048 7465 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14048/statm: 72563 7465 1875 364 0 8481 0
[pid=14054] ppid=14048 vsize=280008 CPUtime=0 cores=0,2,4,6
/proc/14054/stat : 14054 (python) S 14048 14048 13667 0 -1 4202560 807 0 0 0 0 0 0 0 18 0 1 0 907044516 286728192 5945 33554432000 4194304 5683644 140735242724848 18446744073709551615 268272709135 0 0 16781312 514 4990297079310974975 0 0 17 2 0 0 0
/proc/14054/statm: 70002 5945 359 364 0 5920 0
[pid=14056] ppid=14054 vsize=7844 CPUtime=1.87 cores=0,2,4,6
/proc/14056/stat : 14056 (lingeling) R 14054 14056 14056 0 -1 4202496 1857 0 0 0 187 0 0 0 25 0 1 0 907044516 8032256 1145 33554432000 4194304 4352236 140734716711712 18446744073709551615 4328243 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14056/statm: 1961 1145 129 39 0 1041 0
[pid=14048/tid=14055] ppid=14046 vsize=290252 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14055/stat : 14055 (python) S 14046 14048 13667 0 -1 4202560 25 938 0 0 0 0 0 0 25 0 2 0 907044516 297218048 7465 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 578104

[startup+6.30102 s]
/proc/loadavg: 2.24 2.03 1.52 3/188 14056
/proc/meminfo: memFree=29958744/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=290252 CPUtime=0.96 cores=0,2,4,6
/proc/14048/stat : 14048 (python) S 14046 14048 13667 0 -1 4202496 11073 938 1 0 84 12 0 0 25 0 2 0 907044394 297218048 7465 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14048/statm: 72563 7465 1875 364 0 8481 0
[pid=14054] ppid=14048 vsize=280008 CPUtime=0 cores=0,2,4,6
/proc/14054/stat : 14054 (python) S 14048 14048 13667 0 -1 4202560 956 0 0 0 0 0 0 0 18 0 1 0 907044516 286728192 5967 33554432000 4194304 5683644 140735242724848 18446744073709551615 268272709135 0 0 16781312 514 4990297079310942468 0 0 17 2 0 0 0
/proc/14054/statm: 70002 5967 381 364 0 5920 0
[pid=14056] ppid=14054 vsize=8368 CPUtime=5.07 cores=0,2,4,6
/proc/14056/stat : 14056 (lingeling) R 14054 14056 14056 0 -1 4202496 2340 0 0 0 507 0 0 0 25 0 1 0 907044516 8568832 1276 33554432000 4194304 4352236 140734716711712 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14056/statm: 2092 1276 129 39 0 1172 0
[pid=14048/tid=14055] ppid=14046 vsize=290252 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14055/stat : 14055 (python) S 14046 14048 13667 0 -1 4202560 25 938 0 0 0 0 0 0 25 0 2 0 907044516 297218048 7465 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 578628

[startup+12.7009 s]
/proc/loadavg: 2.22 2.03 1.52 3/188 14056
/proc/meminfo: memFree=29936256/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=290252 CPUtime=0.96 cores=0,2,4,6
/proc/14048/stat : 14048 (python) S 14046 14048 13667 0 -1 4202496 11073 938 1 0 84 12 0 0 25 0 2 0 907044394 297218048 7465 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14048/statm: 72563 7465 1875 364 0 8481 0
[pid=14054] ppid=14048 vsize=280008 CPUtime=0 cores=0,2,4,6
/proc/14054/stat : 14054 (python) S 14048 14048 13667 0 -1 4202560 961 0 0 0 0 0 0 0 18 0 1 0 907044516 286728192 5968 33554432000 4194304 5683644 140735242724848 18446744073709551615 268272709135 0 0 16781312 514 13655336282652377348 0 0 17 2 0 0 0
/proc/14054/statm: 70002 5968 382 364 0 5920 0
[pid=14056] ppid=14054 vsize=8756 CPUtime=11.47 cores=0,2,4,6
/proc/14056/stat : 14056 (lingeling) R 14054 14056 14056 0 -1 4202496 2917 0 0 0 1147 0 0 0 25 0 1 0 907044516 8966144 1373 33554432000 4194304 4352236 140734716711712 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14056/statm: 2189 1373 129 39 0 1269 0
[pid=14048/tid=14055] ppid=14046 vsize=290252 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14055/stat : 14055 (python) S 14046 14048 13667 0 -1 4202560 25 938 0 0 0 0 0 0 25 0 2 0 907044516 297218048 7465 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 579016

[startup+25.5006 s]
/proc/loadavg: 2.17 2.03 1.53 3/188 14056
/proc/meminfo: memFree=29925568/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=290252 CPUtime=0.96 cores=0,2,4,6
/proc/14048/stat : 14048 (python) S 14046 14048 13667 0 -1 4202496 11073 938 1 0 84 12 0 0 25 0 2 0 907044394 297218048 7465 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14048/statm: 72563 7465 1875 364 0 8481 0
[pid=14054] ppid=14048 vsize=280008 CPUtime=0.02 cores=0,2,4,6
/proc/14054/stat : 14054 (python) S 14048 14048 13667 0 -1 4202560 966 0 0 0 1 1 0 0 18 0 1 0 907044516 286728192 5968 33554432000 4194304 5683644 140735242724848 18446744073709551615 268272709135 0 0 16781312 514 13655336282652377348 0 0 17 2 0 0 0
/proc/14054/statm: 70002 5968 382 364 0 5920 0
[pid=14056] ppid=14054 vsize=9272 CPUtime=24.26 cores=0,2,4,6
/proc/14056/stat : 14056 (lingeling) R 14054 14056 14056 0 -1 4202496 4966 0 0 0 2426 0 0 0 25 0 1 0 907044516 9494528 1502 33554432000 4194304 4352236 140734716711712 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14056/statm: 2318 1502 129 39 0 1398 0
[pid=14048/tid=14055] ppid=14046 vsize=290252 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14055/stat : 14055 (python) S 14046 14048 13667 0 -1 4202560 25 938 0 0 0 0 0 0 25 0 2 0 907044516 297218048 7465 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 579532

[startup+51.101 s]
/proc/loadavg: 2.11 2.03 1.54 3/188 14057
/proc/meminfo: memFree=29897016/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=290252 CPUtime=0.96 cores=0,2,4,6
/proc/14048/stat : 14048 (python) S 14046 14048 13667 0 -1 4202496 11073 938 1 0 84 12 0 0 25 0 2 0 907044394 297218048 7465 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14048/statm: 72563 7465 1875 364 0 8481 0
[pid=14054] ppid=14048 vsize=280008 CPUtime=0.05 cores=0,2,4,6
/proc/14054/stat : 14054 (python) S 14048 14048 13667 0 -1 4202560 974 0 0 0 3 2 0 0 18 0 1 0 907044516 286728192 5968 33554432000 4194304 5683644 140735242724848 18446744073709551615 268272709135 0 0 16781312 514 13655336282652377348 0 0 17 2 0 0 0
/proc/14054/statm: 70002 5968 382 364 0 5920 0
[pid=14056] ppid=14054 vsize=11832 CPUtime=49.87 cores=0,2,4,6
/proc/14056/stat : 14056 (lingeling) R 14054 14056 14056 0 -1 4202496 8198 0 0 0 4986 1 0 0 25 0 1 0 907044516 12115968 2142 33554432000 4194304 4352236 140734716711712 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14056/statm: 2958 2142 129 39 0 2038 0
[pid=14048/tid=14055] ppid=14046 vsize=290252 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14055/stat : 14055 (python) S 14046 14048 13667 0 -1 4202560 25 938 0 0 0 0 0 0 25 0 2 0 907044516 297218048 7465 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 582092

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 1.56 3/189 14060
/proc/meminfo: memFree=29894216/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=290400 CPUtime=0.98 cores=0,2,4,6
/proc/14048/stat : 14048 (python) S 14046 14048 13667 0 -1 4202496 11541 938 1 0 86 12 0 0 18 0 2 0 907044394 297369600 7482 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14048/statm: 72600 7482 1876 364 0 8518 0
[pid=14054] ppid=14048 vsize=290252 CPUtime=0.11 cores=0,2,4,6
/proc/14054/stat : 14054 (python) S 14048 14048 13667 0 -1 4202560 1152 0 0 0 6 5 0 0 18 0 2 0 907044516 297218048 6007 33554432000 4194304 5683644 140735242724848 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14054/statm: 72563 6007 416 364 0 8481 0
[pid=14056] ppid=14054 vsize=13880 CPUtime=101.05 cores=0,2,4,6
/proc/14056/stat : 14056 (lingeling) R 14054 14056 14056 0 -1 4202496 11910 0 0 0 10104 1 0 0 25 0 1 0 907044516 14213120 2654 33554432000 4194304 4352236 140734716711712 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14056/statm: 3470 2654 129 39 0 2550 0
[pid=14054/tid=14060] ppid=14048 vsize=290252 CPUtime=0 cores=0,2,4,6
/proc/14054/task/14060/stat : 14060 (python) S 14048 14048 13667 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 907054527 297218048 6007 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604445484652736 0 0 -1 2 0 0 0
[pid=14048/tid=14055] ppid=14046 vsize=290400 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14055/stat : 14055 (python) S 14046 14048 13667 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 2 0 907044516 297369600 7482 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 594532

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 1.58 3/189 14061
/proc/meminfo: memFree=29884504/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=290400 CPUtime=0.98 cores=0,2,4,6
/proc/14048/stat : 14048 (python) S 14046 14048 13667 0 -1 4202496 11541 938 1 0 86 12 0 0 18 0 2 0 907044394 297369600 7482 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14048/statm: 72600 7482 1876 364 0 8518 0
[pid=14054] ppid=14048 vsize=290252 CPUtime=0.18 cores=0,2,4,6
/proc/14054/stat : 14054 (python) S 14048 14048 13667 0 -1 4202560 1194 0 0 0 10 8 0 0 18 0 2 0 907044516 297218048 6007 33554432000 4194304 5683644 140735242724848 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14054/statm: 72563 6007 416 364 0 8481 0
[pid=14056] ppid=14054 vsize=14264 CPUtime=161.05 cores=0,2,4,6
/proc/14056/stat : 14056 (lingeling) R 14054 14056 14056 0 -1 4202496 16230 0 0 0 16103 2 0 0 25 0 1 0 907044516 14606336 2750 33554432000 4194304 4352236 140734716711712 18446744073709551615 4278099 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14056/statm: 3566 2750 129 39 0 2646 0
[pid=14054/tid=14060] ppid=14048 vsize=290252 CPUtime=0 cores=0,2,4,6
/proc/14054/task/14060/stat : 14060 (python) S 14048 14048 13667 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 907054527 297218048 6007 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604445484652736 0 0 -1 2 0 0 0
[pid=14048/tid=14055] ppid=14046 vsize=290400 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14055/stat : 14055 (python) S 14046 14048 13667 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 2 0 907044516 297369600 7482 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 594916

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.61 3/189 14063
/proc/meminfo: memFree=29866472/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=290400 CPUtime=0.98 cores=0,2,4,6

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

[pid=14105] ppid=14048 vsize=311328 CPUtime=1.08 cores=0,2,4,6
/proc/14105/stat : 14105 (python) S 14048 14048 13667 0 -1 4202560 1167 0 0 0 60 48 0 0 18 0 2 0 907161800 318799872 6105 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14105/statm: 77832 6105 400 364 0 13741 0
[pid=14107] ppid=14105 vsize=49576 CPUtime=779.96 cores=0,2,4,6
/proc/14107/stat : 14107 (precosat) T 14105 14107 14107 0 -1 4202496 14605 0 0 0 77993 3 0 0 25 0 1 0 907161801 50765824 12234 33554432000 4194304 4890832 140734043192544 18446744073709551615 4238614 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/14107/statm: 12394 12234 86 171 0 12221 0
[pid=14105/tid=14139] ppid=14048 vsize=311328 CPUtime=0 cores=0,2,4,6
/proc/14105/task/14139/stat : 14139 (python) S 14048 14048 13667 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 907200646 318799872 6105 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604453895320640 0 0 -1 4 0 0 0
[pid=14162] ppid=14048 vsize=321584 CPUtime=1.17 cores=0,2,4,6
/proc/14162/stat : 14162 (python) S 14048 14048 13667 0 -1 4202560 1170 0 0 0 63 54 0 0 18 0 2 0 907268629 329302016 6109 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14162/statm: 80396 6109 400 364 0 16302 0
[pid=14164] ppid=14162 vsize=19688 CPUtime=875 cores=0,2,4,6
/proc/14164/stat : 14164 (lingeling) T 14162 14164 14164 0 -1 4202496 31265 0 0 0 87496 4 0 0 25 0 1 0 907268629 20160512 4122 33554432000 4194304 4352236 140736971001216 18446744073709551615 4328349 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/14164/statm: 4922 4122 129 39 0 4002 0
[pid=14162/tid=14184] ppid=14048 vsize=321584 CPUtime=0 cores=0,2,4,6
/proc/14162/task/14184/stat : 14184 (python) S 14048 14048 13667 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907327298 329302016 6109 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604453883575040 0 0 -1 4 0 0 0
[pid=14194] ppid=14048 vsize=397528 CPUtime=0.88 cores=0,2,4,6
/proc/14194/stat : 14194 (python) S 14048 14048 13667 0 -1 4202560 1186 0 0 0 50 38 0 0 16 0 2 0 907356137 407068672 6153 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14194/statm: 99382 6153 400 364 0 35285 0
[pid=14196] ppid=14194 vsize=200572 CPUtime=587.2 cores=0,2,4,6
/proc/14196/stat : 14196 (cryptominisat-2) T 14194 14196 14196 0 -1 4202496 164669 0 0 0 58689 31 0 0 25 0 1 0 907356138 205385728 30544 33554432000 4194304 4677096 140733711404992 18446744073709551615 4320152 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/14196/statm: 50143 30544 392 118 0 45102 0
[pid=14194/tid=14210] ppid=14048 vsize=397528 CPUtime=0 cores=0,2,4,6
/proc/14194/task/14210/stat : 14210 (python) S 14048 14048 13667 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 907405209 407068672 6153 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604451724841152 0 0 -1 2 0 0 0
[pid=14211] ppid=14048 vsize=407784 CPUtime=0.76 cores=0,2,4,6
/proc/14211/stat : 14211 (python) S 14048 14048 13667 0 -1 4202560 1163 0 0 0 42 34 0 0 18 0 2 0 907405210 417570816 6157 33554432000 4194304 5683644 140735242724848 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14211/statm: 101946 6157 400 364 0 37846 0
[pid=14213] ppid=14211 vsize=22784 CPUtime=573.71 cores=0,2,4,6
/proc/14213/stat : 14213 (lingeling) R 14211 14213 14213 0 -1 4202496 33794 0 0 0 57367 4 0 0 25 0 1 0 907405210 23330816 4896 33554432000 4194304 4352236 140735158951536 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/14213/statm: 5696 4896 129 39 0 4776 0
[pid=14211/tid=14222] ppid=14048 vsize=407784 CPUtime=0 cores=0,2,4,6
/proc/14211/task/14222/stat : 14222 (python) S 14048 14048 13667 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907434345 417570816 6157 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604440278877312 0 0 -1 4 0 0 0
[pid=14238] ppid=14048 vsize=418040 CPUtime=0.29 cores=0,2,4,6
/proc/14238/stat : 14238 (python) S 14048 14048 13667 0 -1 4202560 1186 0 0 0 16 13 0 0 19 0 2 0 907492860 428072960 6167 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14238/statm: 104510 6167 406 364 0 40407 0
[pid=14240] ppid=14238 vsize=31684 CPUtime=195.25 cores=0,2,4,6
/proc/14240/stat : 14240 (precosat) T 14238 14240 14240 0 -1 4202496 8448 0 0 0 19524 1 0 0 25 0 1 0 907492861 32444416 7770 33554432000 4194304 4890832 140733982680432 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/14240/statm: 7921 7770 86 171 0 7748 0
[pid=14238/tid=14247] ppid=14048 vsize=418040 CPUtime=0 cores=0,2,4,6
/proc/14238/task/14247/stat : 14247 (python) S 14048 14048 13667 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907512388 428072960 6167 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604453918201984 0 0 -1 2 0 0 0
[pid=14048/tid=14055] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14055/stat : 14055 (python) S 14046 14048 13667 0 -1 4202560 31 938 0 0 0 0 0 0 18 0 9 0 907044516 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 0 0 0 0
[pid=14048/tid=14078] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14078/stat : 14078 (python) S 14046 14048 13667 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 907103080 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 2 0 0 0
[pid=14048/tid=14086] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14086/stat : 14086 (python) S 14046 14048 13667 0 -1 4202560 35 938 0 0 0 0 0 0 18 0 9 0 907113093 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 4 0 0 0
[pid=14048/tid=14106] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14106/stat : 14106 (python) S 14046 14048 13667 0 -1 4202560 32 938 0 0 0 0 0 0 18 0 9 0 907161801 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 0 0 0 0
[pid=14048/tid=14163] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14163/stat : 14163 (python) S 14046 14048 13667 0 -1 4202560 35 938 0 0 0 0 0 0 15 0 9 0 907268629 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 4 0 0 0
[pid=14048/tid=14195] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14195/stat : 14195 (python) S 14046 14048 13667 0 -1 4202560 34 938 0 0 0 0 0 0 18 0 9 0 907356137 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 4 0 0 0
[pid=14048/tid=14212] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14212/stat : 14212 (python) S 14046 14048 13667 0 -1 4202560 33 938 0 0 0 0 0 0 18 0 9 0 907405210 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 6 0 0 0
[pid=14048/tid=14239] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14239/stat : 14239 (python) S 14046 14048 13667 0 -1 4202560 32 938 0 0 0 0 0 0 20 0 9 0 907492860 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4968.73
Current children cumulated vsize (KiB) 3721528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.6 s]
/proc/loadavg: 1.20 1.68 1.84 2/204 14291
/proc/meminfo: memFree=29744864/32950928 swapFree=67048888/67111528
[pid=14048] ppid=14046 vsize=428284 CPUtime=1.18 cores=0,2,4,6
/proc/14048/stat : 14048 (python) S 14046 14048 13667 0 -1 4202496 17549 938 1 0 104 14 0 0 18 0 9 0 907044394 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14048/statm: 107071 7683 1890 364 0 42968 0
[pid=14054] ppid=14048 vsize=290252 CPUtime=1.59 cores=0,2,4,6
/proc/14054/stat : 14054 (python) S 14048 14048 13667 0 -1 4202560 1224 0 0 0 88 71 0 0 18 0 2 0 907044516 297218048 6007 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14054/statm: 72563 6007 416 364 0 8481 0
[pid=14056] ppid=14054 vsize=21996 CPUtime=1265.39 cores=0,2,4,6
/proc/14056/stat : 14056 (lingeling) T 14054 14056 14056 0 -1 4202496 55592 0 0 0 126531 8 0 0 25 0 1 0 907044516 22523904 4699 33554432000 4194304 4352236 140734716711712 18446744073709551615 4328208 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/14056/statm: 5499 4699 129 39 0 4579 0
[pid=14054/tid=14060] ppid=14048 vsize=290252 CPUtime=0 cores=0,2,4,6
/proc/14054/task/14060/stat : 14060 (python) S 14048 14048 13667 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 907054527 297218048 6007 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604445484652736 0 0 -1 2 0 0 0
[pid=14077] ppid=14048 vsize=290816 CPUtime=0.11 cores=0,2,4,6
/proc/14077/stat : 14077 (python) S 14048 14048 13667 0 -1 4202560 1099 0 0 0 6 5 0 0 19 0 2 0 907103080 297795584 6097 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14077/statm: 72704 6097 400 364 0 8619 0
[pid=14079] ppid=14077 vsize=12148 CPUtime=100.1 cores=0,2,4,6
/proc/14079/stat : 14079 (SApperloT-base) T 14077 14079 14079 0 -1 4202496 2898 0 0 0 10010 0 0 0 25 0 1 0 907103080 12439552 2633 33554432000 134512640 135674940 4286897616 18446744073709551615 134555538 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14079/statm: 3037 2633 100 284 0 2751 0
[pid=14077/tid=14084] ppid=14048 vsize=290816 CPUtime=0 cores=0,2,4,6
/proc/14077/task/14084/stat : 14084 (python) S 14048 14048 13667 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 907113090 297795584 6097 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604453940100032 0 0 -1 4 0 0 0
[pid=14085] ppid=14048 vsize=301072 CPUtime=0.88 cores=0,2,4,6
/proc/14085/stat : 14085 (python) S 14048 14048 13667 0 -1 4202560 1188 0 0 0 48 40 0 0 15 0 2 0 907113093 308297728 6101 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14085/statm: 75268 6101 400 364 0 11180 0
[pid=14087] ppid=14085 vsize=196392 CPUtime=584.18 cores=0,2,4,6
/proc/14087/stat : 14087 (cryptominisat-2) T 14085 14087 14087 0 -1 4202496 160597 0 0 0 58387 31 0 0 25 0 1 0 907113093 201105408 29619 33554432000 4194304 4677096 140735860627904 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/14087/statm: 49098 29619 392 118 0 44057 0
[pid=14085/tid=14104] ppid=14048 vsize=301072 CPUtime=0 cores=0,2,4,6
/proc/14085/task/14104/stat : 14104 (python) S 14048 14048 13667 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 907161798 308297728 6101 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604451724842048 0 0 -1 0 0 0 0
[pid=14105] ppid=14048 vsize=311328 CPUtime=1.08 cores=0,2,4,6
/proc/14105/stat : 14105 (python) S 14048 14048 13667 0 -1 4202560 1167 0 0 0 60 48 0 0 18 0 2 0 907161800 318799872 6105 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14105/statm: 77832 6105 400 364 0 13741 0
[pid=14107] ppid=14105 vsize=49576 CPUtime=779.96 cores=0,2,4,6
/proc/14107/stat : 14107 (precosat) T 14105 14107 14107 0 -1 4202496 14605 0 0 0 77993 3 0 0 25 0 1 0 907161801 50765824 12234 33554432000 4194304 4890832 140734043192544 18446744073709551615 4238614 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/14107/statm: 12394 12234 86 171 0 12221 0
[pid=14105/tid=14139] ppid=14048 vsize=311328 CPUtime=0 cores=0,2,4,6
/proc/14105/task/14139/stat : 14139 (python) S 14048 14048 13667 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 907200646 318799872 6105 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604453895320640 0 0 -1 4 0 0 0
[pid=14162] ppid=14048 vsize=321584 CPUtime=1.17 cores=0,2,4,6
/proc/14162/stat : 14162 (python) S 14048 14048 13667 0 -1 4202560 1170 0 0 0 63 54 0 0 18 0 2 0 907268629 329302016 6109 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14162/statm: 80396 6109 400 364 0 16302 0
[pid=14164] ppid=14162 vsize=19688 CPUtime=875 cores=0,2,4,6
/proc/14164/stat : 14164 (lingeling) T 14162 14164 14164 0 -1 4202496 31265 0 0 0 87496 4 0 0 25 0 1 0 907268629 20160512 4122 33554432000 4194304 4352236 140736971001216 18446744073709551615 4328349 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/14164/statm: 4922 4122 129 39 0 4002 0
[pid=14162/tid=14184] ppid=14048 vsize=321584 CPUtime=0 cores=0,2,4,6
/proc/14162/task/14184/stat : 14184 (python) S 14048 14048 13667 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907327298 329302016 6109 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604453883575040 0 0 -1 4 0 0 0
[pid=14194] ppid=14048 vsize=397528 CPUtime=0.88 cores=0,2,4,6
/proc/14194/stat : 14194 (python) S 14048 14048 13667 0 -1 4202560 1186 0 0 0 50 38 0 0 16 0 2 0 907356137 407068672 6153 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14194/statm: 99382 6153 400 364 0 35285 0
[pid=14196] ppid=14194 vsize=200572 CPUtime=587.2 cores=0,2,4,6
/proc/14196/stat : 14196 (cryptominisat-2) T 14194 14196 14196 0 -1 4202496 164669 0 0 0 58689 31 0 0 25 0 1 0 907356138 205385728 30544 33554432000 4194304 4677096 140733711404992 18446744073709551615 4320152 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/14196/statm: 50143 30544 392 118 0 45102 0
[pid=14194/tid=14210] ppid=14048 vsize=397528 CPUtime=0 cores=0,2,4,6
/proc/14194/task/14210/stat : 14210 (python) S 14048 14048 13667 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 907405209 407068672 6153 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604451724841152 0 0 -1 2 0 0 0
[pid=14211] ppid=14048 vsize=407784 CPUtime=0.8 cores=0,2,4,6
/proc/14211/stat : 14211 (python) S 14048 14048 13667 0 -1 4202560 1163 0 0 0 44 36 0 0 18 0 2 0 907405210 417570816 6157 33554432000 4194304 5683644 140735242724848 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14211/statm: 101946 6157 400 364 0 37846 0
[pid=14213] ppid=14211 vsize=19712 CPUtime=605.02 cores=0,2,4,6
/proc/14213/stat : 14213 (lingeling) R 14211 14213 14213 0 -1 4202496 33922 0 0 0 60498 4 0 0 25 0 1 0 907405210 20185088 4128 33554432000 4194304 4352236 140735158951536 18446744073709551615 4327857 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/14213/statm: 4928 4128 129 39 0 4008 0
[pid=14211/tid=14222] ppid=14048 vsize=407784 CPUtime=0 cores=0,2,4,6
/proc/14211/task/14222/stat : 14222 (python) S 14048 14048 13667 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907434345 417570816 6157 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604440278877312 0 0 -1 4 0 0 0
[pid=14238] ppid=14048 vsize=418040 CPUtime=0.29 cores=0,2,4,6
/proc/14238/stat : 14238 (python) S 14048 14048 13667 0 -1 4202560 1186 0 0 0 16 13 0 0 19 0 2 0 907492860 428072960 6167 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14238/statm: 104510 6167 406 364 0 40407 0
[pid=14240] ppid=14238 vsize=31684 CPUtime=195.25 cores=0,2,4,6
/proc/14240/stat : 14240 (precosat) T 14238 14240 14240 0 -1 4202496 8448 0 0 0 19524 1 0 0 25 0 1 0 907492861 32444416 7770 33554432000 4194304 4890832 140733982680432 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/14240/statm: 7921 7770 86 171 0 7748 0
[pid=14238/tid=14247] ppid=14048 vsize=418040 CPUtime=0 cores=0,2,4,6
/proc/14238/task/14247/stat : 14247 (python) S 14048 14048 13667 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907512388 428072960 6167 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 514 18446604453918201984 0 0 -1 2 0 0 0
[pid=14048/tid=14055] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14055/stat : 14055 (python) S 14046 14048 13667 0 -1 4202560 31 938 0 0 0 0 0 0 18 0 9 0 907044516 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 0 0 0 0
[pid=14048/tid=14078] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14078/stat : 14078 (python) S 14046 14048 13667 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 907103080 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 2 0 0 0
[pid=14048/tid=14086] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14086/stat : 14086 (python) S 14046 14048 13667 0 -1 4202560 35 938 0 0 0 0 0 0 18 0 9 0 907113093 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 4 0 0 0
[pid=14048/tid=14106] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14106/stat : 14106 (python) S 14046 14048 13667 0 -1 4202560 32 938 0 0 0 0 0 0 18 0 9 0 907161801 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 0 0 0 0
[pid=14048/tid=14163] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14163/stat : 14163 (python) S 14046 14048 13667 0 -1 4202560 35 938 0 0 0 0 0 0 15 0 9 0 907268629 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 4 0 0 0
[pid=14048/tid=14195] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14195/stat : 14195 (python) S 14046 14048 13667 0 -1 4202560 34 938 0 0 0 0 0 0 18 0 9 0 907356137 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 4 0 0 0
[pid=14048/tid=14212] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14212/stat : 14212 (python) S 14046 14048 13667 0 -1 4202560 33 938 0 0 0 0 0 0 18 0 9 0 907405210 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 6 0 0 0
[pid=14048/tid=14239] ppid=14046 vsize=428284 CPUtime=0 cores=0,2,4,6
/proc/14048/task/14239/stat : 14239 (python) S 14046 14048 13667 0 -1 4202560 32 938 0 0 0 0 0 0 20 0 9 0 907492860 438562816 7683 33554432000 4194304 5683644 140735242724848 18446744073709551615 268284512689 0 0 16781312 2 18446604440278878208 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 3718456

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 14048 and gives
#  childrusage.ru_utime.tv_sec=805
#  childrusage.ru_utime.tv_usec=105605
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=300498
# CPU time returned by wait4() is 808.406
# while last known CPU time is 5000.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.65
CPU time (s): 5000.08
CPU user time (s): 4996.07
CPU system time (s): 4.01
CPU usage (%): 100.129
Max. virtual memory (cumulated for all children) (KiB): 3722040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 805.106
system time used= 3.3005
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72288
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= 8865
involuntary context switches= 1295

runsolver used 12.5501 second user time and 24.1003 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-13 10:40:56
IDJOB=3498459
IDBENCH=83412
IDSOLVER=1991
FILE ID=node122/3498459-1307954456
RUNJOBID= node122-1307953121-13685
PBS_JOBID= 13559706
Free space on /var/tmp= 2860 MiB

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

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=1192808602

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30002696 kB
Buffers:         23012 kB
Cached:        2549220 kB
SwapCached:      15100 kB
Active:         345172 kB
Inactive:      2400860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30002696 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:           31900 kB
Writeback:           0 kB
AnonPages:      171272 kB
Mapped:          15260 kB
Slab:           136288 kB
PageTables:       6432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   498096 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2860 MiB
End job on node122 at 2011-06-13 12:04:12