Trace number 3498464

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
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 variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
Number of clauses of size over 50

Solver Data

0.34/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.69	c INFO: solving HOME/instance-3498464-1307954727.cnf
0.34/0.69	c INFO: computing task features
0.43/0.72	c INFO: computed variable-clause graph statistics
0.43/0.72	c INFO: computed clause balance statistics
0.53/0.88	c INFO: computed variable balance statistics
0.63/0.98	c INFO: computed small-clause counts
0.63/0.98	c INFO: computed Horn-clause counts
0.63/0.99	c INFO: computed variable graph statistics
0.63/0.99	c INFO: collected features for HOME/instance-3498464-1307954727.cnf in 0.30 s
0.74/1.02	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.28)
100.94/101.16	c INFO: running lingeling-276@100 for 485 with 4899 remaining (b = 0.41)
587.01/586.67	c INFO: running SApperloT@0 for 97 with 4414 remaining (b = 0.15)
686.32/685.80	c INFO: running cryptominisat-2.9.0@0 for 485 with 4314 remaining (b = 0.40)
1174.55/1173.64	c INFO: running precosat-570@0 for 388 with 3827 remaining (b = 0.29)
1563.41/1562.12	c INFO: running lingeling-276@585 for 679 with 3439 remaining (b = 0.27)
2243.95/2241.81	c INFO: running lingeling-276@0 for 582 with 2759 remaining (b = 0.39)
2831.21/2828.42	c INFO: running lingeling-276@586 for 291 with 2173 remaining (b = 0.11)
3118.89/3115.75	c INFO: running cryptominisat-2.9.0@0 for 1885 with 1885 remaining (b = 0.55)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498464-1307954727/watcher-3498464-1307954727 -o /var/tmp/evaluation-result-3498464-1307954727/solver-3498464-1307954727 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498464-1307954727.cnf -seed 454281895 -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: 1.92 1.99 1.62 2/232 30550
/proc/meminfo: memFree=7637260/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/30550/stat : 30550 (python) S 30548 30550 30305 0 -1 4202496 793 0 0 0 0 0 0 0 25 0 1 0 887888822 15749120 679 33554432000 4194304 5683644 140735526418896 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/30550/statm: 3845 679 322 364 0 332 0

[startup+0.0832779 s]
/proc/loadavg: 1.92 1.99 1.62 2/232 30550
/proc/meminfo: memFree=7637260/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=50016 CPUtime=0.05 cores=0,2,4,6
/proc/30550/stat : 30550 (python) R 30548 30550 30305 0 -1 4202496 1983 0 0 0 3 2 0 0 25 0 1 0 887888822 51216384 1742 33554432000 4194304 5683644 140735526418896 18446744073709551615 255106768640 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30550/statm: 12585 1747 480 364 0 1285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50016

[startup+0.100298 s]
/proc/loadavg: 1.92 1.99 1.62 2/232 30550
/proc/meminfo: memFree=7637260/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=66888 CPUtime=0.05 cores=0,2,4,6
/proc/30550/stat : 30550 (python) D 30548 30550 30305 0 -1 4202496 2132 0 0 0 3 2 0 0 25 0 1 0 887888822 68493312 1884 33554432000 4194304 5683644 140735526418896 18446744073709551615 255101845127 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/30550/statm: 16722 1884 521 364 0 1322 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 66888

[startup+0.300237 s]
/proc/loadavg: 1.92 1.99 1.62 2/232 30550
/proc/meminfo: memFree=7637260/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/30550/stat : 30550 (python) R 30548 30550 30305 0 -1 4202496 5969 932 1 0 13 5 0 0 17 0 1 0 887888822 139005952 4149 33554432000 4194304 5683644 140735526418896 18446744073709551615 255106764805 0 0 16781312 2 0 0 0 17 2 0 0 1
/proc/30550/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700187 s]
/proc/loadavg: 1.92 1.99 1.62 2/232 30550
/proc/meminfo: memFree=7637260/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=278768 CPUtime=0.43 cores=0,2,4,6
/proc/30550/stat : 30550 (python) R 30548 30550 30305 0 -1 4202496 9337 932 1 0 32 11 0 0 16 0 1 0 887888822 285458432 7010 33554432000 4194304 5683644 140735526418896 18446744073709551615 4422950 0 0 16781312 2 0 0 0 17 2 0 0 1
/proc/30550/statm: 69692 7011 1761 364 0 5616 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278768

[startup+1.50105 s]
/proc/loadavg: 1.92 1.99 1.62 3/233 30555
/proc/meminfo: memFree=7613956/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=289416 CPUtime=0.75 cores=0,2,4,6
/proc/30550/stat : 30550 (python) S 30548 30550 30305 0 -1 4202496 10219 932 1 0 64 11 0 0 18 0 2 0 887888822 296361984 7223 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 1
/proc/30550/statm: 72354 7223 1867 364 0 8272 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 289416

[startup+3.10079 s]
/proc/loadavg: 1.92 1.99 1.62 3/236 30558
/proc/meminfo: memFree=7610084/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=289416 CPUtime=0.75 cores=0,2,4,6
/proc/30550/stat : 30550 (python) S 30548 30550 30305 0 -1 4202496 10219 932 1 0 64 11 0 0 18 0 2 0 887888822 296361984 7223 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 1
/proc/30550/statm: 72354 7223 1867 364 0 8272 0
[pid=30556] ppid=30550 vsize=279172 CPUtime=0 cores=0,2,4,6
/proc/30556/stat : 30556 (python) S 30550 30550 30305 0 -1 4202560 807 0 0 0 0 0 0 0 18 0 1 0 887888924 285872128 5711 33554432000 4194304 5683644 140735526418896 18446744073709551615 255106788879 0 0 16781312 514 4466615359041929476 0 0 17 2 0 0 0
/proc/30556/statm: 69793 5711 359 364 0 5711 0
[pid=30558] ppid=30556 vsize=6656 CPUtime=2.06 cores=0,2,4,6
/proc/30558/stat : 30558 (lingeling) R 30556 30558 30558 0 -1 4202496 1180 0 0 0 206 0 0 0 25 0 1 0 887888924 6815744 863 33554432000 4194304 4352236 140734588146320 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30558/statm: 1664 863 128 39 0 744 0
[pid=30550/tid=30557] ppid=30548 vsize=289416 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30557/stat : 30557 (python) S 30548 30550 30305 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 887888924 296361984 7223 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 575244

[startup+6.30125 s]
/proc/loadavg: 1.93 1.99 1.63 3/236 30559
/proc/meminfo: memFree=7609464/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=289416 CPUtime=0.75 cores=0,2,4,6
/proc/30550/stat : 30550 (python) S 30548 30550 30305 0 -1 4202496 10219 932 1 0 64 11 0 0 18 0 2 0 887888822 296361984 7223 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 1
/proc/30550/statm: 72354 7223 1867 364 0 8272 0
[pid=30556] ppid=30550 vsize=279172 CPUtime=0 cores=0,2,4,6
/proc/30556/stat : 30556 (python) S 30550 30550 30305 0 -1 4202560 965 0 0 0 0 0 0 0 18 0 1 0 887888924 285872128 5734 33554432000 4194304 5683644 140735526418896 18446744073709551615 255106788879 0 0 16781312 514 4466615359041929476 0 0 17 2 0 0 0
/proc/30556/statm: 69793 5734 382 364 0 5711 0
[pid=30558] ppid=30556 vsize=6532 CPUtime=5.26 cores=0,2,4,6
/proc/30558/stat : 30558 (lingeling) R 30556 30558 30558 0 -1 4202496 1277 0 0 0 526 0 0 0 25 0 1 0 887888924 6688768 832 33554432000 4194304 4352236 140734588146320 18446744073709551615 4329205 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30558/statm: 1633 832 128 39 0 713 0
[pid=30550/tid=30557] ppid=30548 vsize=289416 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30557/stat : 30557 (python) S 30548 30550 30305 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 887888924 296361984 7223 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 575120

[startup+12.7011 s]
/proc/loadavg: 1.93 1.99 1.63 3/240 30563
/proc/meminfo: memFree=7271688/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=289416 CPUtime=0.75 cores=0,2,4,6
/proc/30550/stat : 30550 (python) S 30548 30550 30305 0 -1 4202496 10219 932 1 0 64 11 0 0 18 0 2 0 887888822 296361984 7223 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 1
/proc/30550/statm: 72354 7223 1867 364 0 8272 0
[pid=30556] ppid=30550 vsize=279172 CPUtime=0.01 cores=0,2,4,6
/proc/30556/stat : 30556 (python) S 30550 30550 30305 0 -1 4202560 968 0 0 0 0 1 0 0 18 0 1 0 887888924 285872128 5734 33554432000 4194304 5683644 140735526418896 18446744073709551615 255106788879 0 0 16781312 514 17493458696334704900 0 0 17 2 0 0 0
/proc/30556/statm: 69793 5734 382 364 0 5711 0
[pid=30558] ppid=30556 vsize=8060 CPUtime=11.66 cores=0,2,4,6
/proc/30558/stat : 30558 (lingeling) R 30556 30558 30558 0 -1 4202496 2171 0 0 0 1166 0 0 0 25 0 1 0 887888924 8253440 1182 33554432000 4194304 4352236 140734588146320 18446744073709551615 4327836 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30558/statm: 2015 1182 128 39 0 1095 0
[pid=30550/tid=30557] ppid=30548 vsize=289416 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30557/stat : 30557 (python) S 30548 30550 30305 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 887888924 296361984 7223 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 576648

[startup+25.5009 s]
/proc/loadavg: 1.95 1.99 1.63 3/240 30563
/proc/meminfo: memFree=7228164/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=289416 CPUtime=0.75 cores=0,2,4,6
/proc/30550/stat : 30550 (python) S 30548 30550 30305 0 -1 4202496 10219 932 1 0 64 11 0 0 18 0 2 0 887888822 296361984 7223 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 1
/proc/30550/statm: 72354 7223 1867 364 0 8272 0
[pid=30556] ppid=30550 vsize=279172 CPUtime=0.02 cores=0,2,4,6
/proc/30556/stat : 30556 (python) S 30550 30550 30305 0 -1 4202560 973 0 0 0 1 1 0 0 18 0 1 0 887888924 285872128 5734 33554432000 4194304 5683644 140735526418896 18446744073709551615 255106788879 0 0 16781312 514 17493458696334704900 0 0 17 2 0 0 0
/proc/30556/statm: 69793 5734 382 364 0 5711 0
[pid=30558] ppid=30556 vsize=9352 CPUtime=24.46 cores=0,2,4,6
/proc/30558/stat : 30558 (lingeling) R 30556 30558 30558 0 -1 4202496 3297 0 0 0 2446 0 0 0 25 0 1 0 887888924 9576448 1508 33554432000 4194304 4352236 140734588146320 18446744073709551615 4328441 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30558/statm: 2338 1508 128 39 0 1418 0
[pid=30550/tid=30557] ppid=30548 vsize=289416 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30557/stat : 30557 (python) S 30548 30550 30305 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 887888924 296361984 7223 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 577940

[startup+51.1004 s]
/proc/loadavg: 1.96 1.99 1.64 3/240 30564
/proc/meminfo: memFree=7225260/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=289416 CPUtime=0.75 cores=0,2,4,6
/proc/30550/stat : 30550 (python) S 30548 30550 30305 0 -1 4202496 10219 932 1 0 64 11 0 0 18 0 2 0 887888822 296361984 7223 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 1
/proc/30550/statm: 72354 7223 1867 364 0 8272 0
[pid=30556] ppid=30550 vsize=279172 CPUtime=0.05 cores=0,2,4,6
/proc/30556/stat : 30556 (python) S 30550 30550 30305 0 -1 4202560 981 0 0 0 3 2 0 0 18 0 1 0 887888924 285872128 5734 33554432000 4194304 5683644 140735526418896 18446744073709551615 255106788879 0 0 16781312 514 17493458696334704900 0 0 17 2 0 0 0
/proc/30556/statm: 69793 5734 382 364 0 5711 0
[pid=30558] ppid=30556 vsize=10780 CPUtime=50.07 cores=0,2,4,6
/proc/30558/stat : 30558 (lingeling) R 30556 30558 30558 0 -1 4202496 5316 0 0 0 5006 1 0 0 25 0 1 0 887888924 11038720 1895 33554432000 4194304 4352236 140734588146320 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30558/statm: 2695 1895 129 39 0 1775 0
[pid=30550/tid=30557] ppid=30548 vsize=289416 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30557/stat : 30557 (python) S 30548 30550 30305 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 887888924 296361984 7223 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 579368

[startup+102.307 s]
/proc/loadavg: 2.03 2.00 1.66 3/241 30566
/proc/meminfo: memFree=7222624/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=289732 CPUtime=0.77 cores=0,2,4,6
/proc/30550/stat : 30550 (python) S 30548 30550 30305 0 -1 4202496 10689 932 1 0 66 11 0 0 18 0 2 0 887888822 296685568 7316 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 1
/proc/30550/statm: 72433 7316 1876 364 0 8351 0
[pid=30556] ppid=30550 vsize=289416 CPUtime=0.13 cores=0,2,4,6
/proc/30556/stat : 30556 (python) S 30550 30550 30305 0 -1 4202560 1162 0 0 0 7 6 0 0 18 0 2 0 887888924 296361984 5773 33554432000 4194304 5683644 140735526418896 18446744073709551615 255106788934 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30556/statm: 72354 5773 416 364 0 8272 0
[pid=30558] ppid=30556 vsize=11036 CPUtime=101.24 cores=0,2,4,6
/proc/30558/stat : 30558 (lingeling) R 30556 30558 30558 0 -1 4202496 8260 0 0 0 10123 1 0 0 25 0 1 0 887888924 11300864 1959 33554432000 4194304 4352236 140734588146320 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30558/statm: 2759 1959 129 39 0 1839 0
[pid=30556/tid=30566] ppid=30550 vsize=289416 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30566/stat : 30566 (python) S 30550 30550 30305 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887898936 296361984 5773 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 514 18446604453952658176 0 0 -1 4 0 0 0
[pid=30550/tid=30557] ppid=30548 vsize=289732 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30557/stat : 30557 (python) S 30548 30550 30305 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 2 0 887888924 296685568 7316 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 590184

[startup+162.301 s]
/proc/loadavg: 1.97 1.99 1.67 3/185 30618
/proc/meminfo: memFree=13183524/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=289732 CPUtime=0.77 cores=0,2,4,6
/proc/30550/stat : 30550 (python) S 30548 30550 30305 0 -1 4202496 10689 932 1 0 66 11 0 0 18 0 2 0 887888822 296685568 7316 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 1
/proc/30550/statm: 72433 7316 1876 364 0 8351 0
[pid=30556] ppid=30550 vsize=289416 CPUtime=0.2 cores=0,2,4,6
/proc/30556/stat : 30556 (python) S 30550 30550 30305 0 -1 4202560 1184 0 0 0 10 10 0 0 18 0 2 0 887888924 296361984 5773 33554432000 4194304 5683644 140735526418896 18446744073709551615 255106788934 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30556/statm: 72354 5773 416 364 0 8272 0
[pid=30558] ppid=30556 vsize=10780 CPUtime=161.24 cores=0,2,4,6
/proc/30558/stat : 30558 (lingeling) R 30556 30558 30558 0 -1 4202496 10852 0 0 0 16123 1 0 0 25 0 1 0 887888924 11038720 1895 33554432000 4194304 4352236 140734588146320 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/30558/statm: 2695 1895 129 39 0 1775 0
[pid=30556/tid=30566] ppid=30550 vsize=289416 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30566/stat : 30566 (python) S 30550 30550 30305 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887898936 296361984 5773 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 514 18446604453952658176 0 0 -1 4 0 0 0
[pid=30550/tid=30557] ppid=30548 vsize=289732 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30557/stat : 30557 (python) S 30548 30550 30305 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 2 0 887888924 296685568 7316 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 589928

[startup+222.3 s]
/proc/loadavg: 1.99 1.99 1.69 3/186 30620
/proc/meminfo: memFree=13177408/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=289732 CPUtime=0.77 cores=0,2,4,6

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

/proc/30550/task/30557/stat : 30557 (python) S 30548 30550 30305 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 7 0 887888924 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30632] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30632/stat : 30632 (python) S 30548 30550 30305 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 7 0 887947489 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30639] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30639/stat : 30639 (python) S 30548 30550 30305 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 7 0 887957402 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30672] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30672/stat : 30672 (python) S 30548 30550 30305 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 7 0 888006186 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30797] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30797/stat : 30797 (python) S 30548 30550 30305 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 7 0 888113004 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30843] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30843/stat : 30843 (python) S 30548 30550 30305 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 7 0 888200397 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4907.81
Current children cumulated vsize (KiB) 2826096

[startup+4962.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/195 30939
/proc/meminfo: memFree=12696512/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=341244 CPUtime=0.9 cores=0,2,4,6
/proc/30550/stat : 30550 (python) S 30548 30550 30305 0 -1 4202496 14386 932 1 0 78 12 0 0 20 0 7 0 887888822 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 1
/proc/30550/statm: 85311 7414 1886 364 0 21214 0
[pid=30556] ppid=30550 vsize=289416 CPUtime=1.5 cores=0,2,4,6
/proc/30556/stat : 30556 (python) S 30550 30550 30305 0 -1 4202560 1214 0 0 0 84 66 0 0 18 0 2 0 887888924 296361984 5773 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30556/statm: 72354 5773 416 364 0 8272 0
[pid=30558] ppid=30556 vsize=26260 CPUtime=1265.3 cores=0,2,4,6
/proc/30558/stat : 30558 (lingeling) T 30556 30558 30558 0 -1 4202496 43429 0 0 0 126524 6 0 0 25 0 1 0 887888924 26890240 5765 33554432000 4194304 4352236 140734588146320 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/30558/statm: 6565 5765 129 39 0 5645 0
[pid=30556/tid=30566] ppid=30550 vsize=289416 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30566/stat : 30566 (python) S 30550 30550 30305 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 887898936 296361984 5773 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 514 18446604453952658176 0 0 -1 4 0 0 0
[pid=30631] ppid=30550 vsize=289608 CPUtime=0.11 cores=0,2,4,6
/proc/30631/stat : 30631 (python) S 30550 30550 30305 0 -1 4202560 1077 0 0 0 5 6 0 0 19 0 2 0 887947489 296558592 5798 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30631/statm: 72402 5798 400 364 0 8317 0
[pid=30633] ppid=30631 vsize=10564 CPUtime=99.11 cores=0,2,4,6
/proc/30633/stat : 30633 (SApperloT-base) T 30631 30633 30633 0 -1 4202496 2593 0 0 0 9911 0 0 0 25 0 1 0 887947489 10817536 2329 33554432000 134512640 135674940 4292668672 18446744073709551615 134564748 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/30633/statm: 2641 2329 100 284 0 2355 0
[pid=30631/tid=30637] ppid=30550 vsize=289608 CPUtime=0 cores=0,2,4,6
/proc/30631/task/30637/stat : 30637 (python) S 30550 30550 30305 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 887957400 296558592 5798 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 514 18446604453934569600 0 0 -1 6 0 0 0
[pid=30638] ppid=30550 vsize=300112 CPUtime=0.61 cores=0,2,4,6
/proc/30638/stat : 30638 (python) S 30550 30550 30305 0 -1 4202560 1169 0 0 0 35 26 0 0 16 0 2 0 887957402 307314688 5862 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30638/statm: 75028 5862 400 364 0 10940 0
[pid=30640] ppid=30638 vsize=251828 CPUtime=487.64 cores=0,2,4,6
/proc/30640/stat : 30640 (cryptominisat-2) T 30638 30640 30640 0 -1 4202496 187437 0 1 0 48728 36 0 0 25 0 1 0 887957403 257871872 41771 33554432000 4194304 4677096 140733950567600 18446744073709551615 4454526 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 8
/proc/30640/statm: 62957 41771 392 118 0 57916 0
[pid=30638/tid=30670] ppid=30550 vsize=300112 CPUtime=0 cores=0,2,4,6
/proc/30638/task/30670/stat : 30670 (python) S 30550 30550 30305 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 888006184 307314688 5862 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 514 18446604453977920768 0 0 -1 4 0 0 0
[pid=30671] ppid=30550 vsize=310368 CPUtime=0.51 cores=0,2,4,6
/proc/30671/stat : 30671 (python) S 30550 30550 30305 0 -1 4202560 1167 0 0 0 29 22 0 0 19 0 2 0 888006186 317816832 5881 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30671/statm: 77592 5881 400 364 0 13501 0
[pid=30673] ppid=30671 vsize=41600 CPUtime=388.31 cores=0,2,4,6
/proc/30673/stat : 30673 (precosat) T 30671 30673 30673 0 -1 4202496 10596 0 0 0 38829 2 0 0 25 0 1 0 888006186 42598400 10236 33554432000 4194304 4890832 140733476637760 18446744073709551615 4238220 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/30673/statm: 10400 10236 86 171 0 10227 0
[pid=30671/tid=30688] ppid=30550 vsize=310368 CPUtime=0 cores=0,2,4,6
/proc/30671/task/30688/stat : 30688 (python) S 30550 30550 30305 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888045032 317816832 5881 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 514 18446604453977919872 0 0 -1 0 0 0 0
[pid=30796] ppid=30550 vsize=320384 CPUtime=1.04 cores=0,2,4,6
/proc/30796/stat : 30796 (python) S 30550 30550 30305 0 -1 4202560 1167 0 0 0 60 44 0 0 18 0 2 0 888113003 328073216 5842 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30796/statm: 80096 5842 400 364 0 16002 0
[pid=30798] ppid=30796 vsize=16208 CPUtime=873.91 cores=0,2,4,6
/proc/30798/stat : 30798 (lingeling) T 30796 30798 30798 0 -1 4202496 31517 0 0 0 87387 4 0 0 25 0 1 0 888113004 16596992 3253 33554432000 4194304 4352236 140736304551504 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/30798/statm: 4052 3253 129 39 0 3132 0
[pid=30796/tid=30825] ppid=30550 vsize=320384 CPUtime=0 cores=0,2,4,6
/proc/30796/task/30825/stat : 30825 (python) S 30550 30550 30305 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 888171663 328073216 5842 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 514 18446604453950964160 0 0 -1 0 0 0 0
[pid=30842] ppid=30550 vsize=331000 CPUtime=2.37 cores=0,2,4,6
/proc/30842/stat : 30842 (python) S 30550 30550 30305 0 -1 4202560 1035 0 0 0 136 101 0 0 15 0 1 0 888200397 338944000 5904 33554432000 4194304 5683644 140735526418896 18446744073709551615 255106788934 0 0 16781312 514 17493458696334704900 0 0 17 2 0 0 0
/proc/30842/statm: 82750 5904 380 364 0 18653 0
[pid=30844] ppid=30842 vsize=371040 CPUtime=1846.57 cores=0,2,4,6
/proc/30844/stat : 30844 (cryptominisat-2) R 30842 30844 30844 0 -1 4202496 452203 0 0 0 184571 86 0 0 25 0 1 0 888200397 379944960 66518 33554432000 4194304 4677096 140736330736368 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30844/statm: 92760 66518 392 118 0 87719 0
[pid=30550/tid=30557] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30557/stat : 30557 (python) S 30548 30550 30305 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 7 0 887888924 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30632] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30632/stat : 30632 (python) S 30548 30550 30305 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 7 0 887947489 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30639] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30639/stat : 30639 (python) S 30548 30550 30305 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 7 0 887957402 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30672] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30672/stat : 30672 (python) S 30548 30550 30305 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 7 0 888006186 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30797] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30797/stat : 30797 (python) S 30548 30550 30305 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 7 0 888113004 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30843] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30843/stat : 30843 (python) S 30548 30550 30305 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 7 0 888200397 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4967.88
Current children cumulated vsize (KiB) 2899632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4994.4 s]
/proc/loadavg: 1.00 1.03 1.31 2/195 30940
/proc/meminfo: memFree=12705304/32951124 swapFree=67055536/67111528
[pid=30550] ppid=30548 vsize=341244 CPUtime=0.9 cores=0,2,4,6
/proc/30550/stat : 30550 (python) S 30548 30550 30305 0 -1 4202496 14386 932 1 0 78 12 0 0 20 0 7 0 887888822 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 1
/proc/30550/statm: 85311 7414 1886 364 0 21214 0
[pid=30556] ppid=30550 vsize=289416 CPUtime=1.5 cores=0,2,4,6
/proc/30556/stat : 30556 (python) S 30550 30550 30305 0 -1 4202560 1214 0 0 0 84 66 0 0 18 0 2 0 887888924 296361984 5773 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30556/statm: 72354 5773 416 364 0 8272 0
[pid=30558] ppid=30556 vsize=26260 CPUtime=1265.3 cores=0,2,4,6
/proc/30558/stat : 30558 (lingeling) T 30556 30558 30558 0 -1 4202496 43429 0 0 0 126524 6 0 0 25 0 1 0 887888924 26890240 5765 33554432000 4194304 4352236 140734588146320 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/30558/statm: 6565 5765 129 39 0 5645 0
[pid=30556/tid=30566] ppid=30550 vsize=289416 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30566/stat : 30566 (python) S 30550 30550 30305 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 887898936 296361984 5773 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 514 18446604453952658176 0 0 -1 4 0 0 0
[pid=30631] ppid=30550 vsize=289608 CPUtime=0.11 cores=0,2,4,6
/proc/30631/stat : 30631 (python) S 30550 30550 30305 0 -1 4202560 1077 0 0 0 5 6 0 0 19 0 2 0 887947489 296558592 5798 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30631/statm: 72402 5798 400 364 0 8317 0
[pid=30633] ppid=30631 vsize=10564 CPUtime=99.11 cores=0,2,4,6
/proc/30633/stat : 30633 (SApperloT-base) T 30631 30633 30633 0 -1 4202496 2593 0 0 0 9911 0 0 0 25 0 1 0 887947489 10817536 2329 33554432000 134512640 135674940 4292668672 18446744073709551615 134564748 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/30633/statm: 2641 2329 100 284 0 2355 0
[pid=30631/tid=30637] ppid=30550 vsize=289608 CPUtime=0 cores=0,2,4,6
/proc/30631/task/30637/stat : 30637 (python) S 30550 30550 30305 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 887957400 296558592 5798 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 514 18446604453934569600 0 0 -1 6 0 0 0
[pid=30638] ppid=30550 vsize=300112 CPUtime=0.61 cores=0,2,4,6
/proc/30638/stat : 30638 (python) S 30550 30550 30305 0 -1 4202560 1169 0 0 0 35 26 0 0 16 0 2 0 887957402 307314688 5862 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30638/statm: 75028 5862 400 364 0 10940 0
[pid=30640] ppid=30638 vsize=251828 CPUtime=487.64 cores=0,2,4,6
/proc/30640/stat : 30640 (cryptominisat-2) T 30638 30640 30640 0 -1 4202496 187437 0 1 0 48728 36 0 0 25 0 1 0 887957403 257871872 41771 33554432000 4194304 4677096 140733950567600 18446744073709551615 4454526 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 8
/proc/30640/statm: 62957 41771 392 118 0 57916 0
[pid=30638/tid=30670] ppid=30550 vsize=300112 CPUtime=0 cores=0,2,4,6
/proc/30638/task/30670/stat : 30670 (python) S 30550 30550 30305 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 888006184 307314688 5862 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 514 18446604453977920768 0 0 -1 4 0 0 0
[pid=30671] ppid=30550 vsize=310368 CPUtime=0.51 cores=0,2,4,6
/proc/30671/stat : 30671 (python) S 30550 30550 30305 0 -1 4202560 1167 0 0 0 29 22 0 0 19 0 2 0 888006186 317816832 5881 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30671/statm: 77592 5881 400 364 0 13501 0
[pid=30673] ppid=30671 vsize=41600 CPUtime=388.31 cores=0,2,4,6
/proc/30673/stat : 30673 (precosat) T 30671 30673 30673 0 -1 4202496 10596 0 0 0 38829 2 0 0 25 0 1 0 888006186 42598400 10236 33554432000 4194304 4890832 140733476637760 18446744073709551615 4238220 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/30673/statm: 10400 10236 86 171 0 10227 0
[pid=30671/tid=30688] ppid=30550 vsize=310368 CPUtime=0 cores=0,2,4,6
/proc/30671/task/30688/stat : 30688 (python) S 30550 30550 30305 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888045032 317816832 5881 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 514 18446604453977919872 0 0 -1 0 0 0 0
[pid=30796] ppid=30550 vsize=320384 CPUtime=1.04 cores=0,2,4,6
/proc/30796/stat : 30796 (python) S 30550 30550 30305 0 -1 4202560 1167 0 0 0 60 44 0 0 18 0 2 0 888113003 328073216 5842 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30796/statm: 80096 5842 400 364 0 16002 0
[pid=30798] ppid=30796 vsize=16208 CPUtime=873.91 cores=0,2,4,6
/proc/30798/stat : 30798 (lingeling) T 30796 30798 30798 0 -1 4202496 31517 0 0 0 87387 4 0 0 25 0 1 0 888113004 16596992 3253 33554432000 4194304 4352236 140736304551504 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/30798/statm: 4052 3253 129 39 0 3132 0
[pid=30796/tid=30825] ppid=30550 vsize=320384 CPUtime=0 cores=0,2,4,6
/proc/30796/task/30825/stat : 30825 (python) S 30550 30550 30305 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 888171663 328073216 5842 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 514 18446604453950964160 0 0 -1 0 0 0 0
[pid=30842] ppid=30550 vsize=331000 CPUtime=2.4 cores=0,2,4,6
/proc/30842/stat : 30842 (python) S 30550 30550 30305 0 -1 4202560 1035 0 0 0 138 102 0 0 15 0 1 0 888200397 338944000 5904 33554432000 4194304 5683644 140735526418896 18446744073709551615 255106788934 0 0 16781312 514 17493458696334704900 0 0 17 2 0 0 0
/proc/30842/statm: 82750 5904 380 364 0 18653 0
[pid=30844] ppid=30842 vsize=295380 CPUtime=1878.68 cores=0,2,4,6
/proc/30844/stat : 30844 (cryptominisat-2) R 30842 30844 30844 0 -1 4202496 458296 0 0 0 187781 87 0 0 25 0 1 0 888200397 302469120 64277 33554432000 4194304 4677096 140736330736368 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30844/statm: 73845 64277 392 118 0 68804 0
[pid=30550/tid=30557] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30557/stat : 30557 (python) S 30548 30550 30305 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 7 0 887888924 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30632] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30632/stat : 30632 (python) S 30548 30550 30305 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 7 0 887947489 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30639] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30639/stat : 30639 (python) S 30548 30550 30305 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 7 0 887957402 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30672] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30672/stat : 30672 (python) S 30548 30550 30305 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 7 0 888006186 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30797] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30797/stat : 30797 (python) S 30548 30550 30305 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 7 0 888113004 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=30550/tid=30843] ppid=30548 vsize=341244 CPUtime=0 cores=0,2,4,6
/proc/30550/task/30843/stat : 30843 (python) S 30548 30550 30305 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 7 0 888200397 349433856 7414 33554432000 4194304 5683644 140735526418896 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 2823972

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

Real time (s): 4994.44
CPU time (s): 5000.02
CPU user time (s): 4995.89
CPU system time (s): 4.13
CPU usage (%): 100.112
Max. virtual memory (cumulated for all children) (KiB): 2900156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.78488
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15322
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= 2876
involuntary context switches= 22

runsolver used 9.37557 second user time and 18.4412 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-13 10:45:27
IDJOB=3498464
IDBENCH=83421
IDSOLVER=1991
FILE ID=node144/3498464-1307954727
RUNJOBID= node144-1307953113-30324
PBS_JOBID= 13559684
Free space on /var/tmp= 2856 MiB

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

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=454281895

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7637688 kB
Buffers:         94392 kB
Cached:       18941368 kB
SwapCached:       9088 kB
Active:        9197908 kB
Inactive:     15417396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7637688 kB
SwapTotal:    67111528 kB
SwapFree:     67055536 kB
Dirty:           31772 kB
Writeback:           0 kB
AnonPages:     5577672 kB
Mapped:          19056 kB
Slab:           603592 kB
PageTables:      30856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10633084 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= 2880 MiB
End job on node144 at 2011-06-13 12:08:43