Trace number 3380630

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-par-industrial (fixed)UNSAT 2257 594.767

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.7592
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.39/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/0.70	c INFO: solving HOME/instance-3380630-1305486210.cnf
0.39/0.70	c INFO: computing task features
10.98/11.36	c INFO: computed variable-clause graph statistics
11.28/11.68	c INFO: computed clause balance statistics
53.18/53.56	c INFO: computed variable balance statistics
84.48/84.87	c INFO: computed small-clause counts
85.79/86.12	c INFO: computed Horn-clause counts
355.79/356.11	c INFO: computed variable graph statistics
355.79/356.12	c INFO: collected features for HOME/instance-3380630-1305486210.cnf in 355.12 s
355.79/356.15	c INFO: running lingeling-276@0 for 97 with 4644 remaining (b = 0.26)
355.79/356.17	c INFO: running cryptominisat-2.9.0@0 for 485 with 4644 remaining (b = 0.18)
355.88/356.21	c INFO: running cryptominisat-2.9.0@0 for 1261 with 4644 remaining (b = 0.29)
355.88/356.24	c INFO: running SApperloT@0 for 97 with 4644 remaining (b = 0.02)
355.88/356.27	c INFO: running cryptominisat-2.9.0@0 for 97 with 4644 remaining (b = 0.02)
355.88/356.30	c INFO: running lingeling-276@0 for 1261 with 4644 remaining (b = 0.21)
356.36/356.34	c INFO: running precosat-570@0 for 97 with 4644 remaining (b = 0.02)
356.36/356.37	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4644 remaining (b = 0.29)
1147.84/455.44	c INFO: running lingeling-276@0 for 194 with 4545 remaining (b = 0.03)
1156.61/456.51	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4544 remaining (b = 0.24)
1157.23/456.63	c INFO: running lingeling-276@0 for 1261 with 4544 remaining (b = 0.14)
1173.31/458.68	c INFO: running cryptominisat-2.9.0@0 for 1843 with 4542 remaining (b = 0.18)
2256.74/594.65	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380630-1305486210/watcher-3380630-1305486210 -o /tmp/evaluation-result-3380630-1305486210/solver-3380630-1305486210 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380630-1305486210.cnf -seed 421321427 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.72 8.07 8.07 2/305 32383
/proc/meminfo: memFree=6581800/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=15776 CPUtime=0 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 872 0 0 0 0 0 0 0 20 0 1 0 660219398 16154624 755 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516495045 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32383/statm: 3944 755 343 364 0 431 0

[startup+0.0836229 s]
/proc/loadavg: 7.72 8.07 8.07 2/305 32383
/proc/meminfo: memFree=6581800/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=45816 CPUtime=0.04 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 1925 0 0 0 3 1 0 0 20 0 1 0 660219398 46915584 1699 33554432000 4194304 5683644 140735473852688 18446744073709551615 4307201 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32383/statm: 11454 1699 470 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45816

[startup+0.100623 s]
/proc/loadavg: 7.72 8.07 8.07 2/305 32383
/proc/meminfo: memFree=6581800/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=85360 CPUtime=0.05 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 2575 0 0 0 4 1 0 0 18 0 1 0 660219398 87408640 2304 33554432000 4194304 5683644 140735473852688 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32383/statm: 21339 2307 707 364 0 1556 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85360

[startup+0.300616 s]
/proc/loadavg: 7.72 8.07 8.07 2/305 32383
/proc/meminfo: memFree=6581800/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=135748 CPUtime=0.18 cores=0-7
/proc/32383/stat : 32383 (python) S 32381 32383 32049 0 -1 4202496 5962 937 1 0 13 5 0 0 17 0 1 0 660219398 139005952 4150 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516830213 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/32383/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700537 s]
/proc/loadavg: 7.72 8.07 8.07 2/305 32383
/proc/meminfo: memFree=6581800/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=268640 CPUtime=0.39 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 8858 937 1 0 29 10 0 0 16 0 1 0 660219398 275087360 6623 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516832256 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32383/statm: 67160 6623 1705 364 0 5291 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 268640

[startup+1.5004 s]
/proc/loadavg: 7.72 8.07 8.07 2/306 32388
/proc/meminfo: memFree=6496424/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=370244 CPUtime=1.18 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 31970 937 1 0 104 14 0 0 17 0 1 0 660219398 379129856 29651 33554432000 4194304 5683644 140735473852688 18446744073709551615 4602978 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32383/statm: 92561 29652 1761 364 0 28485 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 370244

[startup+3.10107 s]
/proc/loadavg: 7.72 8.07 8.07 2/306 32388
/proc/meminfo: memFree=6436284/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=461352 CPUtime=2.79 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 53743 937 1 0 262 17 0 0 19 0 1 0 660219398 472424448 51424 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516495045 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32383/statm: 115338 51426 1761 364 0 51262 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 461352

[startup+6.30048 s]
/proc/loadavg: 7.26 7.97 8.03 2/306 32388
/proc/meminfo: memFree=6251160/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=648940 CPUtime=5.98 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 99453 937 1 0 576 22 0 0 25 0 1 0 660219398 664514560 97134 33554432000 4194304 5683644 140735473852688 18446744073709551615 4602943 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32383/statm: 162235 97135 1761 364 0 98159 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 648940

[startup+12.7003 s]
/proc/loadavg: 6.76 7.85 8.00 2/306 32388
/proc/meminfo: memFree=6115052/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=727164 CPUtime=12.38 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 230186 937 1 0 1201 37 0 0 25 0 1 0 660219398 744615936 119208 33554432000 4194304 5683644 140735473852688 18446744073709551615 5003984 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32383/statm: 181791 119208 1826 364 0 117715 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 727164

[startup+25.501 s]
/proc/loadavg: 5.48 7.51 7.88 2/306 32389
/proc/meminfo: memFree=6117888/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=727164 CPUtime=25.18 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 230186 937 1 0 2481 37 0 0 25 0 1 0 660219398 744615936 119208 33554432000 4194304 5683644 140735473852688 18446744073709551615 5003634 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32383/statm: 181791 119208 1826 364 0 117715 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 727164

[startup+51.1003 s]
/proc/loadavg: 3.95 6.99 7.70 2/306 32391
/proc/meminfo: memFree=6118260/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=727164 CPUtime=50.78 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 230186 937 1 0 5041 37 0 0 25 0 1 0 660219398 744615936 119208 33554432000 4194304 5683644 140735473852688 18446744073709551615 4562976 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/32383/statm: 181791 119208 1826 364 0 117715 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 727164

[startup+102.311 s]
/proc/loadavg: 2.28 6.06 7.35 2/306 32394
/proc/meminfo: memFree=6098176/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=746356 CPUtime=101.99 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 249354 937 1 0 10160 39 0 0 25 0 1 0 660219398 764268544 124013 33554432000 4194304 5683644 140735473852688 18446744073709551615 47294305949836 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/32383/statm: 186589 124013 1833 364 0 122513 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 746356

[startup+162.301 s]
/proc/loadavg: 1.47 5.14 6.95 2/306 32395
/proc/meminfo: memFree=6098268/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=746356 CPUtime=161.98 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 249354 937 1 0 16159 39 0 0 25 0 1 0 660219398 764268544 124013 33554432000 4194304 5683644 140735473852688 18446744073709551615 47294305949836 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/32383/statm: 186589 124013 1833 364 0 122513 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 746356

[startup+222.301 s]
/proc/loadavg: 1.17 4.38 6.57 2/306 32397
/proc/meminfo: memFree=6098360/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=746356 CPUtime=221.99 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 249354 937 1 0 22160 39 0 0 25 0 1 0 660219398 764268544 124013 33554432000 4194304 5683644 140735473852688 18446744073709551615 47294305949836 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/32383/statm: 186589 124013 1833 364 0 122513 0
Current children cumulated CPU time (s) 221.99
Current children cumulated vsize (KiB) 746356

[startup+282.301 s]
/proc/loadavg: 1.12 3.78 6.22 2/306 32399
/proc/meminfo: memFree=6098592/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=746356 CPUtime=281.99 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 249354 937 1 0 28160 39 0 0 25 0 1 0 660219398 764268544 124013 33554432000 4194304 5683644 140735473852688 18446744073709551615 47294305949836 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/32383/statm: 186589 124013 1833 364 0 122513 0
Current children cumulated CPU time (s) 281.99
Current children cumulated vsize (KiB) 746356

[startup+342.301 s]
/proc/loadavg: 1.04 3.27 5.89 2/306 32400
/proc/meminfo: memFree=6098572/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=746356 CPUtime=341.99 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 249354 937 1 0 34160 39 0 0 25 0 1 0 660219398 764268544 124013 33554432000 4194304 5683644 140735473852688 18446744073709551615 47294305949836 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/32383/statm: 186589 124013 1833 364 0 122513 0
Current children cumulated CPU time (s) 341.99
Current children cumulated vsize (KiB) 746356

[startup+402.301 s]
/proc/loadavg: 4.71 3.83 5.92 9/330 32426
/proc/meminfo: memFree=1860808/32951124 swapFree=60483256/67111528
[pid=32383] ppid=32381 vsize=681932 CPUtime=356.06 cores=0-7
/proc/32383/stat : 32383 (python) S 32381 32383 32049 0 -1 4202496 255011 937 1 0 35558 48 0 0 22 0 9 0 660219398 698298368 71185 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32383/statm: 170483 71185 1889 364 0 106380 0
[pid=32402] ppid=32383 vsize=534360 CPUtime=0.11 cores=0-7
/proc/32402/stat : 32402 (python) S 32383 32383 32049 0 -1 4202560 1013 0 0 0 5 6 0 0 18 0 1 0 660255013 547184640 69556 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854287 0 0 16781312 514 10179507348368752900 0 0 17 7 0 0 0
/proc/32402/statm: 133590 69556 381 364 0 69508 0
[pid=32404] ppid=32402 vsize=151372 CPUtime=45.65 cores=0-7
/proc/32404/stat : 32404 (lingeling) R 32402 32404 32404 0 -1 4202496 79163 0 0 0 4553 12 0 0 25 0 1 0 660255014 155004928 37013 33554432000 4194304 4352236 140734717283888 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/32404/statm: 37843 37013 129 39 0 36923 0
[pid=32405] ppid=32383 vsize=544616 CPUtime=0.12 cores=0-7
/proc/32405/stat : 32405 (python) S 32383 32383 32049 0 -1 4202560 949 0 0 0 7 5 0 0 15 0 1 0 660255016 557686784 69549 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 90058802702811393 0 0 17 6 0 0 0
/proc/32405/statm: 136154 69549 370 364 0 72069 0
[pid=32407] ppid=32405 vsize=947156 CPUtime=45.97 cores=0-7
/proc/32407/stat : 32407 (cryptominisat-2) R 32405 32407 32407 0 -1 4202496 272517 0 0 0 4551 46 0 0 25 0 1 0 660255017 969887744 223318 33554432000 4194304 4677096 140735321226208 18446744073709551615 4320288 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32407/statm: 236789 223318 393 118 0 231748 0
[pid=32408] ppid=32383 vsize=554872 CPUtime=0.12 cores=0-7
/proc/32408/stat : 32408 (python) S 32383 32383 32049 0 -1 4202560 968 0 0 0 6 6 0 0 15 0 1 0 660255019 568188928 69553 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 10179507348368752901 0 0 17 1 0 0 0
/proc/32408/statm: 138718 69553 370 364 0 74630 0
[pid=32410] ppid=32408 vsize=962224 CPUtime=46.07 cores=0-7
/proc/32410/stat : 32410 (cryptominisat-2) R 32408 32410 32410 0 -1 4202496 269404 0 0 0 4559 48 0 0 25 0 1 0 660255020 985317376 226707 33554432000 4194304 4677096 140737155062784 18446744073709551615 4452360 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32410/statm: 240556 226707 393 118 0 235515 0
[pid=32411] ppid=32383 vsize=565128 CPUtime=0.1 cores=0-7
/proc/32411/stat : 32411 (python) S 32383 32383 32049 0 -1 4202560 962 0 0 0 4 6 0 0 18 0 1 0 660255022 578691072 69557 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 10179507348368752900 0 0 17 1 0 0 0
/proc/32411/statm: 141282 69557 370 364 0 77191 0
[pid=32413] ppid=32411 vsize=124896 CPUtime=46.03 cores=0-7
/proc/32413/stat : 32413 (SApperloT-base) R 32411 32413 32413 0 -1 4202496 29521 0 0 0 4596 7 0 0 25 0 1 0 660255023 127893504 28611 33554432000 134512640 135674940 4289952160 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32413/statm: 31224 28611 100 284 0 30938 0
[pid=32414] ppid=32383 vsize=575384 CPUtime=0.12 cores=0-7
/proc/32414/stat : 32414 (python) S 32383 32383 32049 0 -1 4202560 978 0 0 0 6 6 0 0 15 0 1 0 660255025 589193216 69561 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 10179507348368752899 0 0 17 2 0 0 0
/proc/32414/statm: 143846 69561 370 364 0 79752 0
[pid=32416] ppid=32414 vsize=924312 CPUtime=45.92 cores=0-7
/proc/32416/stat : 32416 (cryptominisat-2) R 32414 32416 32416 0 -1 4202496 276426 0 0 0 4542 50 0 0 25 0 1 0 660255027 946495488 217544 33554432000 4194304 4677096 140734169836176 18446744073709551615 4452360 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/32416/statm: 231078 217544 393 118 0 226037 0
[pid=32417] ppid=32383 vsize=585640 CPUtime=0.1 cores=0-7

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

/proc/32416/stat : 32416 (cryptominisat-2) R 32414 32416 32416 0 -1 4202496 356579 0 0 0 23546 68 0 0 25 0 1 0 660255027 1267552256 284510 33554432000 4194304 4677096 140734169836176 18446744073709551615 4319362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/32416/statm: 309461 284510 393 118 0 304420 0
[pid=32414/tid=32437] ppid=32383 vsize=575384 CPUtime=0 cores=0-7
/proc/32414/task/32437/stat : 32437 (python) S 32383 32383 32049 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 660265264 589193216 69591 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 514 18446604450710885696 0 0 -1 1 0 0 0
[pid=32417] ppid=32383 vsize=585640 CPUtime=0.57 cores=0-7
/proc/32417/stat : 32417 (python) S 32383 32383 32049 0 -1 4202560 1020 0 0 0 28 29 0 0 18 0 1 0 660255029 599695360 69565 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 10179507348368752900 0 0 17 1 0 0 0
/proc/32417/statm: 146410 69565 370 364 0 82313 0
[pid=32419] ppid=32417 vsize=150348 CPUtime=235.71 cores=0-7
/proc/32419/stat : 32419 (lingeling) R 32417 32419 32419 0 -1 4202496 80075 0 0 0 23558 13 0 0 25 0 1 0 660255030 153956352 36757 33554432000 4194304 4352236 140735089739296 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/32419/statm: 37587 36757 129 39 0 36667 0
[pid=32420] ppid=32383 vsize=661432 CPUtime=0.24 cores=0-7
/proc/32420/stat : 32420 (python) S 32383 32383 32049 0 -1 4202560 1024 0 0 0 11 13 0 0 19 0 2 0 660255032 677306368 69716 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32420/statm: 165358 69716 399 364 0 101258 0
[pid=32422] ppid=32420 vsize=502224 CPUtime=100.22 cores=0-7
/proc/32422/stat : 32422 (precosat) T 32420 32422 32422 0 -1 4202496 132670 0 0 0 10001 21 0 0 25 0 1 0 660255035 514277376 123540 33554432000 4194304 4890832 140736372549472 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/32422/statm: 125556 123540 86 171 0 125383 0
[pid=32420/tid=32433] ppid=32383 vsize=661432 CPUtime=0 cores=0-7
/proc/32420/task/32433/stat : 32433 (python) S 32383 32383 32049 0 -1 4202560 99 0 0 0 0 0 0 0 19 0 2 0 660265059 677306368 69716 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 514 18446604443773229824 0 0 -1 1 0 0 0
[pid=32423] ppid=32383 vsize=671688 CPUtime=0.62 cores=0-7
/proc/32423/stat : 32423 (python) S 32383 32383 32049 0 -1 4202560 875 0 0 0 32 30 0 0 15 0 1 0 660255035 687808512 69672 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 10179507348368752900 0 0 17 7 0 0 0
/proc/32423/statm: 167922 69672 377 364 0 103819 0
[pid=32425] ppid=32423 vsize=1161340 CPUtime=233.56 cores=0-7
/proc/32425/stat : 32425 (cryptominisat-2) R 32423 32425 32425 0 -1 4202496 348699 0 0 0 23287 69 0 0 25 0 1 0 660255036 1189212160 263301 33554432000 4194304 4677096 140737238360560 18446744073709551615 4504197 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/32425/statm: 290335 263301 393 118 0 285294 0
[pid=32430] ppid=32383 vsize=681944 CPUtime=0.35 cores=0-7
/proc/32430/stat : 32430 (python) S 32383 32383 32049 0 -1 4202560 841 0 0 0 19 16 0 0 16 0 1 0 660265050 698310656 69691 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 10179507348368752900 0 0 17 0 0 0 0
/proc/32430/statm: 170486 69691 371 364 0 106380 0
[pid=32432] ppid=32430 vsize=1175108 CPUtime=136.62 cores=0-7
/proc/32432/stat : 32432 (cryptominisat-2) R 32430 32432 32432 0 -1 4202496 349181 0 0 0 13609 53 0 0 25 0 1 0 660265051 1203310592 272663 33554432000 4194304 4677096 140733708208336 18446744073709551615 4358608 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32432/statm: 293777 272663 393 118 0 288736 0
[pid=32434] ppid=32383 vsize=692200 CPUtime=0.32 cores=0-7
/proc/32434/stat : 32434 (python) S 32383 32383 32049 0 -1 4202560 837 0 0 0 16 16 0 0 18 0 1 0 660265062 708812800 69714 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 10179507348368752900 0 0 17 0 0 0 0
/proc/32434/statm: 173050 69714 371 364 0 108941 0
[pid=32436] ppid=32434 vsize=151124 CPUtime=135.8 cores=0-7
/proc/32436/stat : 32436 (lingeling) R 32434 32436 32436 0 -1 4202496 79507 0 0 0 13562 18 0 0 25 0 1 0 660265063 154750976 36950 33554432000 4194304 4352236 140735548666160 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/32436/statm: 37781 36950 129 39 0 36861 0
[pid=32383/tid=32403] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32403/stat : 32403 (python) S 32381 32383 32049 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 11 0 660255014 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 7 0 0 0
[pid=32383/tid=32406] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32406/stat : 32406 (python) S 32381 32383 32049 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 11 0 660255017 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 2 0 0 0
[pid=32383/tid=32409] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32409/stat : 32409 (python) S 32381 32383 32049 0 -1 4202560 27 937 0 0 0 0 0 0 21 0 11 0 660255020 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 4 0 0 0
[pid=32383/tid=32412] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32412/stat : 32412 (python) S 32381 32383 32049 0 -1 4202560 23 937 0 0 0 0 0 0 18 0 11 0 660255023 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 5 0 0 0
[pid=32383/tid=32415] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32415/stat : 32415 (python) S 32381 32383 32049 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 11 0 660255026 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 2 0 0 0
[pid=32383/tid=32418] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32418/stat : 32418 (python) S 32381 32383 32049 0 -1 4202560 25 937 0 0 0 0 0 0 19 0 11 0 660255030 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 7 0 0 0
[pid=32383/tid=32421] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32421/stat : 32421 (python) S 32381 32383 32049 0 -1 4202560 65 937 0 0 0 0 0 0 20 0 11 0 660255033 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 0 0 0 0
[pid=32383/tid=32424] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32424/stat : 32424 (python) S 32381 32383 32049 0 -1 4202560 35 937 0 0 0 0 0 0 22 0 11 0 660255036 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 0 0 0 0
[pid=32383/tid=32431] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32431/stat : 32431 (python) S 32381 32383 32049 0 -1 4202560 39 937 0 0 0 0 0 0 20 0 11 0 660265051 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 0 0 0 0
[pid=32383/tid=32435] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32435/stat : 32435 (python) S 32381 32383 32049 0 -1 4202560 35 937 0 0 0 0 0 0 21 0 11 0 660265063 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2248.72
Current children cumulated vsize (KiB) 13928708

[startup+594.302 s]
/proc/loadavg: 8.04 5.89 6.34 9/340 32441
/proc/meminfo: memFree=95596/32951124 swapFree=60275636/67111528
[pid=32383] ppid=32381 vsize=702444 CPUtime=356.19 cores=0-7
/proc/32383/stat : 32383 (python) S 32381 32383 32049 0 -1 4202496 256938 937 1 0 35568 51 0 0 18 0 11 0 660219398 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32383/statm: 175611 71252 1894 364 0 111502 0
[pid=32402] ppid=32383 vsize=544604 CPUtime=0.58 cores=0-7
/proc/32402/stat : 32402 (python) S 32383 32383 32049 0 -1 4202560 1226 0 0 0 26 32 0 0 18 0 2 0 660255013 557674496 69595 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32402/statm: 136151 69595 415 364 0 72069 0
[pid=32404] ppid=32402 vsize=151580 CPUtime=236.8 cores=0-7
/proc/32404/stat : 32404 (lingeling) R 32402 32404 32404 0 -1 4202496 80195 0 0 0 23668 12 0 0 25 0 1 0 660255014 155217920 37065 33554432000 4194304 4352236 140734717283888 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/32404/statm: 37895 37065 129 39 0 36975 0
[pid=32402/tid=32428] ppid=32383 vsize=544604 CPUtime=0 cores=0-7
/proc/32402/task/32428/stat : 32428 (python) S 32383 32383 32049 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 660264940 557674496 69595 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 514 18446604453328266304 0 0 -1 7 0 0 0
[pid=32405] ppid=32383 vsize=544616 CPUtime=0.62 cores=0-7
/proc/32405/stat : 32405 (python) S 32383 32383 32049 0 -1 4202560 1000 0 0 0 35 27 0 0 15 0 1 0 660255016 557686784 69549 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 10179507348368752897 0 0 17 6 0 0 0
/proc/32405/statm: 136154 69549 370 364 0 72069 0
[pid=32407] ppid=32405 vsize=1167124 CPUtime=237.39 cores=0-7
/proc/32407/stat : 32407 (cryptominisat-2) R 32405 32407 32407 0 -1 4202496 329344 0 0 0 23681 58 0 0 25 0 1 0 660255017 1195134976 267535 33554432000 4194304 4677096 140735321226208 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32407/statm: 291781 267535 393 118 0 286740 0
[pid=32408] ppid=32383 vsize=554872 CPUtime=0.62 cores=0-7
/proc/32408/stat : 32408 (python) S 32383 32383 32049 0 -1 4202560 1017 0 0 0 34 28 0 0 15 0 1 0 660255019 568188928 69553 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 10179507348368752901 0 0 17 4 0 0 0
/proc/32408/statm: 138718 69553 370 364 0 74630 0
[pid=32410] ppid=32408 vsize=1313432 CPUtime=237.67 cores=0-7
/proc/32410/stat : 32410 (cryptominisat-2) R 32408 32410 32410 0 -1 4202496 357512 0 0 0 23700 67 0 0 25 0 1 0 660255020 1344954368 301928 33554432000 4194304 4677096 140737155062784 18446744073709551615 4319365 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32410/statm: 328358 301928 393 118 0 323317 0
[pid=32411] ppid=32383 vsize=565128 CPUtime=0.25 cores=0-7
/proc/32411/stat : 32411 (python) S 32383 32383 32049 0 -1 4202560 1141 0 0 0 12 13 0 0 19 0 2 0 660255022 578691072 69587 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32411/statm: 141282 69587 399 364 0 77191 0
[pid=32413] ppid=32411 vsize=138632 CPUtime=100.23 cores=0-7
/proc/32413/stat : 32413 (SApperloT-base) T 32411 32413 32413 0 -1 4202496 33001 0 0 0 10014 9 0 0 25 0 1 0 660255023 141959168 31834 33554432000 134512640 135674940 4289952160 18446744073709551615 134565458 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32413/statm: 34658 31834 100 284 0 34372 0
[pid=32411/tid=32429] ppid=32383 vsize=565128 CPUtime=0 cores=0-7
/proc/32411/task/32429/stat : 32429 (python) S 32383 32383 32049 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 660265047 578691072 69587 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 514 18446604450710886592 0 0 -1 1 0 0 0
[pid=32414] ppid=32383 vsize=575384 CPUtime=0.61 cores=0-7
/proc/32414/stat : 32414 (python) S 32383 32383 32049 0 -1 4202560 1183 0 0 0 33 28 0 0 15 0 2 0 660255025 589193216 69591 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32414/statm: 143846 69591 399 364 0 79752 0
[pid=32416] ppid=32414 vsize=1237844 CPUtime=236.94 cores=0-7
/proc/32416/stat : 32416 (cryptominisat-2) R 32414 32416 32416 0 -1 4202496 356602 0 0 0 23626 68 0 0 25 0 1 0 660255027 1267552256 284533 33554432000 4194304 4677096 140734169836176 18446744073709551615 4358608 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/32416/statm: 309461 284533 393 118 0 304420 0
[pid=32414/tid=32437] ppid=32383 vsize=575384 CPUtime=0 cores=0-7
/proc/32414/task/32437/stat : 32437 (python) S 32383 32383 32049 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 660265264 589193216 69591 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 514 18446604450710885696 0 0 -1 1 0 0 0
[pid=32417] ppid=32383 vsize=585644 CPUtime=0.57 cores=0-7
/proc/32417/stat : 32417 (python) R 32383 32383 32049 0 -1 4202560 1023 0 0 0 28 29 0 0 16 0 1 0 660255029 599699456 69565 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516834107 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/32417/statm: 146410 69565 370 364 0 82313 0
[pid=32419] ppid=32417 vsize=150352 CPUtime=236.51 cores=0-7
/proc/32419/stat : 32419 (lingeling) R 32417 32419 32419 0 -1 4202496 80077 0 0 0 23638 13 0 0 25 0 1 0 660255030 153960448 29361 33554432000 4194304 4352236 140735089739296 18446744073709551615 246516877447 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32419/statm: 37588 29361 130 39 0 36668 0
[pid=32420] ppid=32383 vsize=661432 CPUtime=0.24 cores=0-7
/proc/32420/stat : 32420 (python) S 32383 32383 32049 0 -1 4202560 1024 0 0 0 11 13 0 0 19 0 2 0 660255032 677306368 69716 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32420/statm: 165358 69716 399 364 0 101258 0
[pid=32422] ppid=32420 vsize=502224 CPUtime=100.22 cores=0-7
/proc/32422/stat : 32422 (precosat) T 32420 32422 32422 0 -1 4202496 132670 0 0 0 10001 21 0 0 25 0 1 0 660255035 514277376 123540 33554432000 4194304 4890832 140736372549472 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/32422/statm: 125556 123540 86 171 0 125383 0
[pid=32420/tid=32433] ppid=32383 vsize=661432 CPUtime=0 cores=0-7
/proc/32420/task/32433/stat : 32433 (python) S 32383 32383 32049 0 -1 4202560 99 0 0 0 0 0 0 0 19 0 2 0 660265059 677306368 69716 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 514 18446604443773229824 0 0 -1 1 0 0 0
[pid=32423] ppid=32383 vsize=671688 CPUtime=0.62 cores=0-7
/proc/32423/stat : 32423 (python) S 32383 32383 32049 0 -1 4202560 875 0 0 0 32 30 0 0 15 0 1 0 660255035 687808512 69672 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 10179507348368752900 0 0 17 7 0 0 0
/proc/32423/statm: 167922 69672 377 364 0 103819 0
[pid=32425] ppid=32423 vsize=1161340 CPUtime=234.34 cores=0-7
/proc/32425/stat : 32425 (cryptominisat-2) R 32423 32425 32425 0 -1 4202496 348713 0 0 0 23365 69 0 0 25 0 1 0 660255036 1189212160 263315 33554432000 4194304 4677096 140737238360560 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/32425/statm: 290335 263315 393 118 0 285294 0
[pid=32430] ppid=32383 vsize=681944 CPUtime=0.35 cores=0-7
/proc/32430/stat : 32430 (python) S 32383 32383 32049 0 -1 4202560 841 0 0 0 19 16 0 0 15 0 1 0 660265050 698310656 69691 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 10179507348368752900 0 0 17 0 0 0 0
/proc/32430/statm: 170486 69691 371 364 0 106380 0
[pid=32432] ppid=32430 vsize=1175108 CPUtime=137.42 cores=0-7
/proc/32432/stat : 32432 (cryptominisat-2) R 32430 32432 32432 0 -1 4202496 349213 0 0 0 13689 53 0 0 25 0 1 0 660265051 1203310592 272695 33554432000 4194304 4677096 140733708208336 18446744073709551615 4319365 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32432/statm: 293777 272695 393 118 0 288736 0
[pid=32434] ppid=32383 vsize=692200 CPUtime=0.32 cores=0-7
/proc/32434/stat : 32434 (python) S 32383 32383 32049 0 -1 4202560 837 0 0 0 16 16 0 0 18 0 1 0 660265062 708812800 69714 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516854342 0 0 16781312 514 10179507348368752900 0 0 17 0 0 0 0
/proc/32434/statm: 173050 69714 371 364 0 108941 0
[pid=32436] ppid=32434 vsize=151124 CPUtime=136.6 cores=0-7
/proc/32436/stat : 32436 (lingeling) R 32434 32436 32436 0 -1 4202496 79507 0 0 0 13642 18 0 0 25 0 1 0 660265063 154750976 36950 33554432000 4194304 4352236 140735548666160 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/32436/statm: 37781 36950 129 39 0 36861 0
[pid=32383/tid=32403] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32403/stat : 32403 (python) S 32381 32383 32049 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 11 0 660255014 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 7 0 0 0
[pid=32383/tid=32406] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32406/stat : 32406 (python) S 32381 32383 32049 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 11 0 660255017 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 2 0 0 0
[pid=32383/tid=32409] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32409/stat : 32409 (python) S 32381 32383 32049 0 -1 4202560 27 937 0 0 0 0 0 0 21 0 11 0 660255020 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 4 0 0 0
[pid=32383/tid=32412] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32412/stat : 32412 (python) S 32381 32383 32049 0 -1 4202560 23 937 0 0 0 0 0 0 18 0 11 0 660255023 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 5 0 0 0
[pid=32383/tid=32415] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32415/stat : 32415 (python) S 32381 32383 32049 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 11 0 660255026 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 2 0 0 0
[pid=32383/tid=32418] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32418/stat : 32418 (python) S 32381 32383 32049 0 -1 4202560 25 937 0 0 0 0 0 0 19 0 11 0 660255030 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 7 0 0 0
[pid=32383/tid=32421] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32421/stat : 32421 (python) S 32381 32383 32049 0 -1 4202560 65 937 0 0 0 0 0 0 20 0 11 0 660255033 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 0 0 0 0
[pid=32383/tid=32424] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32424/stat : 32424 (python) S 32381 32383 32049 0 -1 4202560 35 937 0 0 0 0 0 0 22 0 11 0 660255036 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 0 0 0 0
[pid=32383/tid=32431] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32431/stat : 32431 (python) S 32381 32383 32049 0 -1 4202560 39 937 0 0 0 0 0 0 20 0 11 0 660265051 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 0 0 0 0
[pid=32383/tid=32435] ppid=32381 vsize=702444 CPUtime=0 cores=0-7
/proc/32383/task/32435/stat : 32435 (python) S 32381 32383 32049 0 -1 4202560 35 937 0 0 0 0 0 0 21 0 11 0 660265063 719302656 71252 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 2 18446604453849342400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2255.09
Current children cumulated vsize (KiB) 13928716

[startup+594.701 s]
/proc/loadavg: 8.04 5.89 6.34 9/340 32441
/proc/meminfo: memFree=95596/32951124 swapFree=60275636/67111528
[pid=32383] ppid=32381 vsize=661340 CPUtime=2256.92 cores=0-7
/proc/32383/stat : 32383 (python) R 32381 32383 32049 0 -1 4202496 283425 2158545 1 0 35571 53 189404 664 15 0 4 0 660219398 677212160 71162 33554432000 4194304 5683644 140735473852688 18446744073709551615 246516489655 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32383/statm: 165335 71162 1874 364 0 101258 0
[pid=32383/tid=32409] ppid=32381 vsize=661340 CPUtime=1900.68 cores=0-7
/proc/32383/task/32409/stat : 32409 (python) S 32381 32383 32049 0 -1 4202560 29 2158545 0 0 0 0 189404 664 18 0 4 0 660255020 677212160 71162 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 0 18446604453849342400 0 0 -1 6 0 0 0
[pid=32383/tid=32412] ppid=32381 vsize=661340 CPUtime=1900.68 cores=0-7
/proc/32383/task/32412/stat : 32412 (python) S 32381 32383 32049 0 -1 4202560 26 2158545 0 0 0 0 189404 664 15 0 4 0 660255023 677212160 71162 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 0 18446604453849342400 0 0 -1 5 0 0 0
[pid=32383/tid=32418] ppid=32381 vsize=661340 CPUtime=1900.68 cores=0-7
/proc/32383/task/32418/stat : 32418 (python) S 32381 32383 32049 0 -1 4202560 26 2158545 0 0 0 0 189404 664 18 0 4 0 660255030 677212160 71162 33554432000 4194304 5683644 140735473852688 18446744073709551615 246528657841 0 0 16781312 0 18446604453849342400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2256.92
Current children cumulated vsize (KiB) 661340

Child status: 0
Real time (s): 594.767
CPU time (s): 2257
CPU user time (s): 2249.78
CPU system time (s): 7.2199
CPU usage (%): 379.477
Max. virtual memory (cumulated for all children) (KiB): 13928736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2249.78
system time used= 7.2199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2470470
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= 6062
involuntary context switches= 19905

runsolver used 2.20866 second user time and 4.92625 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 21:03:32
IDJOB=3380630
IDBENCH=70961
IDSOLVER=1864
FILE ID=node134/3380630-1305486210
RUNJOBID= node134-1305481203-32063
PBS_JOBID= 13325346
Free space on /tmp= 73440 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380630-1305486210/watcher-3380630-1305486210 -o /tmp/evaluation-result-3380630-1305486210/solver-3380630-1305486210 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380630-1305486210.cnf -seed 421321427 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=421321427

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6581956 kB
Buffers:        252280 kB
Cached:        5431464 kB
SwapCached:      21176 kB
Active:       18411980 kB
Inactive:      7680556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6581956 kB
SwapTotal:    67111528 kB
SwapFree:     60483256 kB
Dirty:           81196 kB
Writeback:           0 kB
AnonPages:    20395584 kB
Mapped:          14828 kB
Slab:           134012 kB
PageTables:      72224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59413880 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73408 MiB
End job on node134 at 2011-05-15 21:13:27