Trace number 3381324

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 237.491 31.0374

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.47	c INFO: solving HOME/instance-3381324-1305512735.cnf
0.32/0.47	c INFO: computing task features
0.41/0.54	c INFO: computed variable-clause graph statistics
0.41/0.54	c INFO: computed clause balance statistics
0.81/0.93	c INFO: computed variable balance statistics
1.11/1.22	c INFO: computed small-clause counts
1.11/1.22	c INFO: computed Horn-clause counts
1.21/1.34	c INFO: computed variable graph statistics
1.21/1.34	c INFO: collected features for HOME/instance-3381324-1305512735.cnf in 0.87 s
1.21/1.36	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.29)
1.21/1.38	c INFO: running cryptominisat-2.9.0@0 for 485 with 4999 remaining (b = 0.34)
1.31/1.41	c INFO: running lingeling-276@0 for 1261 with 4999 remaining (b = 0.52)
1.31/1.43	c INFO: running lingeling-276@0 for 1261 with 4999 remaining (b = 0.45)
1.31/1.46	c INFO: running SApperloT@0 for 97 with 4999 remaining (b = 0.03)
1.31/1.48	c INFO: running precosat-570@0 for 291 with 4999 remaining (b = 0.17)
1.40/1.51	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4998 remaining (b = 0.48)
1.40/1.54	c INFO: running lingeling-276@0 for 1067 with 4998 remaining (b = 0.32)
237.24/31.01	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-3381324-1305512735/watcher-3381324-1305512735 -o /tmp/evaluation-result-3381324-1305512735/solver-3381324-1305512735 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381324-1305512735.cnf -seed 1952240169 -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.78 8.02 8.01 1/354 6561
/proc/meminfo: memFree=23370412/32951124 swapFree=67023148/67111528
[pid=6561] ppid=6559 vsize=15384 CPUtime=0 cores=0-7
/proc/6561/stat : 6561 (python) R 6559 6561 5789 0 -1 4202496 794 0 0 0 0 0 0 0 24 0 1 0 643689428 15753216 681 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510295552 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6561/statm: 3846 681 322 364 0 333 0

[startup+0.0532159 s]
/proc/loadavg: 7.78 8.02 8.01 1/354 6561
/proc/meminfo: memFree=23370412/32951124 swapFree=67023148/67111528
[pid=6561] ppid=6559 vsize=30116 CPUtime=0.04 cores=0-7
/proc/6561/stat : 6561 (python) R 6559 6561 5789 0 -1 4202496 1510 0 0 0 3 1 0 0 24 0 1 0 643689428 30838784 1348 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510295552 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6561/statm: 7529 1348 443 364 0 899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30116

[startup+0.100209 s]
/proc/loadavg: 7.78 8.02 8.01 1/354 6561
/proc/meminfo: memFree=23370412/32951124 swapFree=67023148/67111528
[pid=6561] ppid=6559 vsize=104224 CPUtime=0.07 cores=0-7
/proc/6561/stat : 6561 (python) S 6559 6561 5789 0 -1 4202496 3047 0 0 0 5 2 0 0 17 0 1 0 643689428 106725376 2732 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/6561/statm: 26056 2732 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300182 s]
/proc/loadavg: 7.78 8.02 8.01 1/354 6561
/proc/meminfo: memFree=23370412/32951124 swapFree=67023148/67111528
[pid=6561] ppid=6559 vsize=168676 CPUtime=0.23 cores=0-7
/proc/6561/stat : 6561 (python) S 6559 6561 5789 0 -1 4202496 6723 935 1 0 16 7 0 0 17 0 1 0 643689428 172724224 4797 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/6561/statm: 42169 4797 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 168676

[startup+0.701099 s]
/proc/loadavg: 7.78 8.02 8.01 1/354 6561
/proc/meminfo: memFree=23370412/32951124 swapFree=67023148/67111528
[pid=6561] ppid=6559 vsize=282504 CPUtime=0.61 cores=0-7
/proc/6561/stat : 6561 (python) R 6559 6561 5789 0 -1 4202496 11026 935 1 0 51 10 0 0 17 0 1 0 643689428 289284096 8010 33554432000 4194304 5683644 140735895327648 18446744073709551615 47134139663412 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6561/statm: 70626 8010 1826 364 0 6550 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 282504

[startup+1.50092 s]
/proc/loadavg: 7.24 7.90 7.97 2/355 6566
/proc/meminfo: memFree=23344116/32951124 swapFree=67023148/67111528
[pid=6561] ppid=6559 vsize=407816 CPUtime=1.4 cores=0-7
/proc/6561/stat : 6561 (python) R 6559 6561 5789 0 -1 4202496 15495 935 1 0 129 11 0 0 20 0 7 0 643689428 417603584 7758 33554432000 4194304 5683644 140735895327648 18446744073709551615 4458813 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6561/statm: 101954 7758 1884 364 0 37857 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 407816

[startup+3.10163 s]
/proc/loadavg: 7.24 7.90 7.97 9/379 6590
/proc/meminfo: memFree=23258240/32951124 swapFree=67023148/67111528
[pid=6561] ppid=6559 vsize=428328 CPUtime=1.44 cores=0-7
/proc/6561/stat : 6561 (python) S 6559 6561 5789 0 -1 4202496 16571 935 1 0 132 12 0 0 24 0 9 0 643689428 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6561/statm: 107082 7771 1889 364 0 42979 0
[pid=6567] ppid=6561 vsize=280756 CPUtime=0 cores=0-7
/proc/6567/stat : 6567 (python) S 6561 6561 5789 0 -1 4202560 806 0 0 0 0 0 0 0 18 0 1 0 643689565 287494144 6100 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317583 0 0 16781312 514 4317697229298073599 0 0 17 7 0 0 0
/proc/6567/statm: 70189 6100 359 364 0 6107 0
[pid=6569] ppid=6567 vsize=7784 CPUtime=1.72 cores=0-7
/proc/6569/stat : 6569 (lingeling) R 6567 6569 6569 0 -1 4202496 1991 0 0 0 172 0 0 0 25 0 1 0 643689565 7970816 1148 33554432000 4194304 4352236 140733523187248 18446744073709551615 4331524 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/6569/statm: 1946 1148 129 39 0 1026 0
[pid=6570] ppid=6561 vsize=291012 CPUtime=0 cores=0-7
/proc/6570/stat : 6570 (python) S 6561 6561 5789 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 643689567 297996288 6093 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 5607134522811318530 0 0 17 6 0 0 0
/proc/6570/statm: 72753 6093 348 364 0 8668 0
[pid=6572] ppid=6570 vsize=62252 CPUtime=1.69 cores=0-7
/proc/6572/stat : 6572 (cryptominisat-2) R 6570 6572 6572 0 -1 4202496 8681 0 0 0 169 0 0 0 25 0 1 0 643689568 63746048 8177 33554432000 4194304 4677096 140735896873744 18446744073709551615 4319772 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6572/statm: 15563 8177 390 118 0 10522 0
[pid=6573] ppid=6561 vsize=301268 CPUtime=0 cores=0-7
/proc/6573/stat : 6573 (python) S 6561 6561 5789 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 643689570 308498432 6097 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 4523702277633998847 0 0 17 1 0 0 0
/proc/6573/statm: 75317 6097 348 364 0 11229 0
[pid=6575] ppid=6573 vsize=7784 CPUtime=1.67 cores=0-7
/proc/6575/stat : 6575 (lingeling) R 6573 6575 6575 0 -1 4202496 1990 0 0 0 167 0 0 0 25 0 1 0 643689570 7970816 1148 33554432000 4194304 4352236 140736567029456 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/6575/statm: 1946 1148 129 39 0 1026 0
[pid=6576] ppid=6561 vsize=311524 CPUtime=0 cores=0-7
/proc/6576/stat : 6576 (python) S 6561 6561 5789 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 643689572 319000576 6101 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 4505659291822194687 0 0 17 1 0 0 0
/proc/6576/statm: 77881 6101 348 364 0 13790 0
[pid=6578] ppid=6576 vsize=7912 CPUtime=1.65 cores=0-7
/proc/6578/stat : 6578 (lingeling) R 6576 6578 6578 0 -1 4202496 1989 0 0 0 165 0 0 0 25 0 1 0 643689572 8101888 1148 33554432000 4194304 4352236 140736680794896 18446744073709551615 4281116 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6578/statm: 1978 1148 129 39 0 1058 0
[pid=6579] ppid=6561 vsize=387316 CPUtime=0 cores=0-7
/proc/6579/stat : 6579 (python) S 6561 6561 5789 0 -1 4202560 723 0 0 0 0 0 0 0 18 0 1 0 643689575 396611584 6222 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 4456689242944307199 0 0 17 1 0 0 0
/proc/6579/statm: 96829 6222 348 364 0 32735 0
[pid=6581] ppid=6579 vsize=5760 CPUtime=1.61 cores=0-7
/proc/6581/stat : 6581 (SApperloT-base) R 6579 6581 6581 0 -1 4202496 1450 0 0 0 161 0 0 0 25 0 1 0 643689575 5898240 1195 33554432000 134512640 135674940 4290792320 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6581/statm: 1440 1195 99 284 0 1154 0
[pid=6582] ppid=6561 vsize=397572 CPUtime=0 cores=0-7
/proc/6582/stat : 6582 (python) S 6561 6561 5789 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 643689577 407113728 6195 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 4456681546362912767 0 0 17 4 0 0 0
/proc/6582/statm: 99393 6195 348 364 0 35296 0
[pid=6584] ppid=6582 vsize=12596 CPUtime=1.6 cores=0-7
/proc/6584/stat : 6584 (precosat) R 6582 6584 6584 0 -1 4202496 3272 0 0 0 160 0 0 0 25 0 1 0 643689577 12898304 2881 33554432000 4194304 4890832 140734709094656 18446744073709551615 4238312 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/6584/statm: 3149 2881 86 171 0 2976 0
[pid=6585] ppid=6561 vsize=407828 CPUtime=0 cores=0-7
/proc/6585/stat : 6585 (python) S 6561 6561 5789 0 -1 4202560 743 0 0 0 0 0 0 0 16 0 1 0 643689580 417615872 6222 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 14241015344738042115 0 0 17 0 0 0 0
/proc/6585/statm: 101957 6222 348 364 0 37857 0
[pid=6587] ppid=6585 vsize=61160 CPUtime=1.56 cores=0-7
/proc/6587/stat : 6587 (cryptominisat-2) R 6585 6587 6587 0 -1 4202496 8336 0 0 0 155 1 0 0 25 0 1 0 643689580 62627840 7836 33554432000 4194304 4677096 140737325924768 18446744073709551615 4335415 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6587/statm: 15290 7836 375 118 0 10249 0
[pid=6588] ppid=6561 vsize=418084 CPUtime=0 cores=0-7
/proc/6588/stat : 6588 (python) S 6561 6561 5789 0 -1 4202560 788 0 0 0 0 0 0 0 18 0 1 0 643689583 428118016 6232 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 11078683456438271 0 0 17 4 0 0 0
/proc/6588/statm: 104521 6232 354 364 0 40418 0
[pid=6590] ppid=6588 vsize=7524 CPUtime=1.54 cores=0-7
/proc/6590/stat : 6590 (lingeling) R 6588 6590 6590 0 -1 4202496 1894 0 0 0 154 0 0 0 25 0 1 0 643689583 7704576 1051 33554432000 4194304 4352236 140734102349216 18446744073709551615 4207860 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/6590/statm: 1881 1051 129 39 0 961 0
[pid=6561/tid=6568] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6568/stat : 6568 (python) S 6559 6561 5789 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 643689565 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 6 0 0 0
[pid=6561/tid=6571] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6571/stat : 6571 (python) S 6559 6561 5789 0 -1 4202560 20 935 0 0 0 0 0 0 22 0 9 0 643689568 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 0 0 0 0
[pid=6561/tid=6574] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6574/stat : 6574 (python) S 6559 6561 5789 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 643689570 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 6 0 0 0
[pid=6561/tid=6577] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6577/stat : 6577 (python) S 6559 6561 5789 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 643689572 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 5 0 0 0
[pid=6561/tid=6580] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6580/stat : 6580 (python) S 6559 6561 5789 0 -1 4202560 74 935 0 0 0 0 0 0 19 0 9 0 643689575 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 0 0 0 0
[pid=6561/tid=6583] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6583/stat : 6583 (python) S 6559 6561 5789 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 9 0 643689577 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 1 0 0 0
[pid=6561/tid=6586] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6586/stat : 6586 (python) S 6559 6561 5789 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 643689580 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 0 0 0 0
[pid=6561/tid=6589] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6589/stat : 6589 (python) S 6559 6561 5789 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 643689583 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 14.48
Current children cumulated vsize (KiB) 3396460

[startup+6.30106 s]
/proc/loadavg: 7.24 7.90 7.97 9/379 6590
/proc/meminfo: memFree=23207952/32951124 swapFree=67023148/67111528
[pid=6561] ppid=6559 vsize=428328 CPUtime=1.44 cores=0-7
/proc/6561/stat : 6561 (python) S 6559 6561 5789 0 -1 4202496 16571 935 1 0 132 12 0 0 24 0 9 0 643689428 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6561/statm: 107082 7771 1889 364 0 42979 0
[pid=6567] ppid=6561 vsize=280756 CPUtime=0.01 cores=0-7
/proc/6567/stat : 6567 (python) S 6561 6561 5789 0 -1 4202560 979 0 0 0 0 1 0 0 18 0 1 0 643689565 287494144 6122 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317583 0 0 16781312 514 4317697229298041089 0 0 17 7 0 0 0
/proc/6567/statm: 70189 6122 381 364 0 6107 0
[pid=6569] ppid=6567 vsize=10472 CPUtime=4.92 cores=0-7
/proc/6569/stat : 6569 (lingeling) R 6567 6569 6569 0 -1 4202496 2631 0 0 0 492 0 0 0 25 0 1 0 643689565 10723328 1788 33554432000 4194304 4352236 140733523187248 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/6569/statm: 2618 1788 129 39 0 1698 0
[pid=6570] ppid=6561 vsize=291012 CPUtime=0.01 cores=0-7
/proc/6570/stat : 6570 (python) S 6561 6561 5789 0 -1 4202560 906 0 0 0 0 1 0 0 15 0 1 0 643689567 297996288 6115 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 10379539304081752322 0 0 17 6 0 0 0
/proc/6570/statm: 72753 6115 370 364 0 8668 0
[pid=6572] ppid=6570 vsize=64032 CPUtime=4.89 cores=0-7
/proc/6572/stat : 6572 (cryptominisat-2) R 6570 6572 6572 0 -1 4202496 10706 0 0 0 488 1 0 0 25 0 1 0 643689568 65568768 8573 33554432000 4194304 4677096 140735896873744 18446744073709551615 4334321 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6572/statm: 16008 8573 392 118 0 10967 0
[pid=6573] ppid=6561 vsize=301268 CPUtime=0 cores=0-7
/proc/6573/stat : 6573 (python) S 6561 6561 5789 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 643689570 308498432 6120 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 4523702277633966340 0 0 17 1 0 0 0
/proc/6573/statm: 75317 6120 371 364 0 11229 0
[pid=6575] ppid=6573 vsize=9448 CPUtime=4.85 cores=0-7
/proc/6575/stat : 6575 (lingeling) R 6573 6575 6575 0 -1 4202496 2406 0 0 0 485 0 0 0 25 0 1 0 643689570 9674752 1564 33554432000 4194304 4352236 140736567029456 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/6575/statm: 2362 1564 129 39 0 1442 0
[pid=6576] ppid=6561 vsize=311524 CPUtime=0 cores=0-7
/proc/6576/stat : 6576 (python) S 6561 6561 5789 0 -1 4202560 925 0 0 0 0 0 0 0 18 0 1 0 643689572 319000576 6123 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 4505659291822162178 0 0 17 1 0 0 0
/proc/6576/statm: 77881 6123 370 364 0 13790 0
[pid=6578] ppid=6576 vsize=9704 CPUtime=4.85 cores=0-7
/proc/6578/stat : 6578 (lingeling) R 6576 6578 6578 0 -1 4202496 2469 0 0 0 485 0 0 0 25 0 1 0 643689572 9936896 1628 33554432000 4194304 4352236 140736680794896 18446744073709551615 4281241 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6578/statm: 2426 1628 129 39 0 1506 0
[pid=6579] ppid=6561 vsize=387316 CPUtime=0 cores=0-7
/proc/6579/stat : 6579 (python) S 6561 6561 5789 0 -1 4202560 802 0 0 0 0 0 0 0 18 0 1 0 643689575 396611584 6245 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 4456689242944274691 0 0 17 1 0 0 0
/proc/6579/statm: 96829 6245 371 364 0 32735 0
[pid=6581] ppid=6579 vsize=9604 CPUtime=4.75 cores=0-7
/proc/6581/stat : 6581 (SApperloT-base) R 6579 6581 6581 0 -1 4202496 2387 0 0 0 475 0 0 0 25 0 1 0 643689575 9834496 2132 33554432000 134512640 135674940 4290792320 18446744073709551615 134565290 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6581/statm: 2401 2132 99 284 0 2115 0
[pid=6582] ppid=6561 vsize=397572 CPUtime=0.01 cores=0-7
/proc/6582/stat : 6582 (python) S 6561 6561 5789 0 -1 4202560 813 0 0 0 0 1 0 0 18 0 1 0 643689577 407113728 6218 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 4456681546362880257 0 0 17 4 0 0 0
/proc/6582/statm: 99393 6218 371 364 0 35296 0
[pid=6584] ppid=6582 vsize=14204 CPUtime=4.75 cores=0-7
/proc/6584/stat : 6584 (precosat) R 6582 6584 6584 0 -1 4202496 3674 0 0 0 475 0 0 0 25 0 1 0 643689577 14544896 3283 33554432000 4194304 4890832 140734709094656 18446744073709551615 4238544 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/6584/statm: 3551 3283 86 171 0 3378 0
[pid=6585] ppid=6561 vsize=407828 CPUtime=0 cores=0-7
/proc/6585/stat : 6585 (python) S 6561 6561 5789 0 -1 4202560 826 0 0 0 0 0 0 0 15 0 1 0 643689580 417615872 6245 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 14241015344738042115 0 0 17 0 0 0 0
/proc/6585/statm: 101957 6245 371 364 0 37857 0
[pid=6587] ppid=6585 vsize=63948 CPUtime=4.73 cores=0-7
/proc/6587/stat : 6587 (cryptominisat-2) R 6585 6587 6587 0 -1 4202496 10558 0 0 0 472 1 0 0 25 0 1 0 643689580 65482752 8871 33554432000 4194304 4677096 140737325924768 18446744073709551615 4358587 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6587/statm: 15987 8871 392 118 0 10946 0
[pid=6588] ppid=6561 vsize=418084 CPUtime=0 cores=0-7
/proc/6588/stat : 6588 (python) S 6561 6561 5789 0 -1 4202560 870 0 0 0 0 0 0 0 18 0 1 0 643689583 428118016 6255 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 11078683456405762 0 0 17 4 0 0 0
/proc/6588/statm: 104521 6255 377 364 0 40418 0
[pid=6590] ppid=6588 vsize=10084 CPUtime=4.71 cores=0-7
/proc/6590/stat : 6590 (lingeling) R 6588 6590 6590 0 -1 4202496 2534 0 0 0 471 0 0 0 25 0 1 0 643689583 10326016 1691 33554432000 4194304 4352236 140734102349216 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/6590/statm: 2521 1691 129 39 0 1601 0

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

[pid=6584] ppid=6582 vsize=20796 CPUtime=28.96 cores=0-7
/proc/6584/stat : 6584 (precosat) R 6582 6584 6584 0 -1 4202496 5652 0 0 0 2895 1 0 0 25 0 1 0 643689577 21295104 4931 33554432000 4194304 4890832 140734709094656 18446744073709551615 4219697 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/6584/statm: 5199 4931 86 171 0 5026 0
[pid=6585] ppid=6561 vsize=407828 CPUtime=0.08 cores=0-7
/proc/6585/stat : 6585 (python) S 6561 6561 5789 0 -1 4202560 829 0 0 0 4 4 0 0 15 0 1 0 643689580 417615872 6245 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 14241015344738042115 0 0 17 0 0 0 0
/proc/6585/statm: 101957 6245 371 364 0 37857 0
[pid=6587] ppid=6585 vsize=98376 CPUtime=29.07 cores=0-7
/proc/6587/stat : 6587 (cryptominisat-2) R 6585 6587 6587 0 -1 4202496 17991 0 0 0 2904 3 0 0 25 0 1 0 643689580 100737024 13745 33554432000 4194304 4677096 140737325924768 18446744073709551615 4336243 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6587/statm: 24594 13745 392 118 0 19553 0
[pid=6588] ppid=6561 vsize=418084 CPUtime=0.07 cores=0-7
/proc/6588/stat : 6588 (python) S 6561 6561 5789 0 -1 4202560 870 0 0 0 4 3 0 0 18 0 1 0 643689583 428118016 6255 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 5760948348336963842 0 0 17 4 0 0 0
/proc/6588/statm: 104521 6255 377 364 0 40418 0
[pid=6590] ppid=6588 vsize=14948 CPUtime=28.98 cores=0-7
/proc/6590/stat : 6590 (lingeling) R 6588 6590 6590 0 -1 4202496 4774 0 0 0 2898 0 0 0 25 0 1 0 643689583 15306752 2907 33554432000 4194304 4352236 140734102349216 18446744073709551615 4328385 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/6590/statm: 3737 2907 129 39 0 2817 0
[pid=6561/tid=6568] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6568/stat : 6568 (python) S 6559 6561 5789 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 643689565 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 6 0 0 0
[pid=6561/tid=6571] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6571/stat : 6571 (python) S 6559 6561 5789 0 -1 4202560 20 935 0 0 0 0 0 0 22 0 9 0 643689568 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 0 0 0 0
[pid=6561/tid=6574] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6574/stat : 6574 (python) S 6559 6561 5789 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 643689570 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 6 0 0 0
[pid=6561/tid=6577] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6577/stat : 6577 (python) S 6559 6561 5789 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 643689572 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 5 0 0 0
[pid=6561/tid=6580] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6580/stat : 6580 (python) S 6559 6561 5789 0 -1 4202560 74 935 0 0 0 0 0 0 19 0 9 0 643689575 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 0 0 0 0
[pid=6561/tid=6583] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6583/stat : 6583 (python) S 6559 6561 5789 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 9 0 643689577 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 1 0 0 0
[pid=6561/tid=6586] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6586/stat : 6586 (python) S 6559 6561 5789 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 643689580 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 0 0 0 0
[pid=6561/tid=6589] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6589/stat : 6589 (python) S 6559 6561 5789 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 643689583 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 234.9
Current children cumulated vsize (KiB) 3507892

[startup+30.9017 s]
/proc/loadavg: 7.54 7.91 7.97 9/379 6591
/proc/meminfo: memFree=23135732/32951124 swapFree=67023148/67111528
[pid=6561] ppid=6559 vsize=428328 CPUtime=1.44 cores=0-7
/proc/6561/stat : 6561 (python) S 6559 6561 5789 0 -1 4202496 16571 935 1 0 132 12 0 0 24 0 9 0 643689428 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6561/statm: 107082 7771 1889 364 0 42979 0
[pid=6567] ppid=6561 vsize=280756 CPUtime=0.08 cores=0-7
/proc/6567/stat : 6567 (python) S 6561 6561 5789 0 -1 4202560 994 0 0 0 4 4 0 0 18 0 1 0 643689565 287494144 6123 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317583 0 0 16781312 514 5760948348336963841 0 0 17 7 0 0 0
/proc/6567/statm: 70189 6123 382 364 0 6107 0
[pid=6569] ppid=6567 vsize=13032 CPUtime=29.52 cores=0-7
/proc/6569/stat : 6569 (lingeling) R 6567 6569 6569 0 -1 4202496 3783 0 0 0 2952 0 0 0 25 0 1 0 643689565 13344768 2428 33554432000 4194304 4352236 140733523187248 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/6569/statm: 3258 2428 129 39 0 2338 0
[pid=6570] ppid=6561 vsize=291012 CPUtime=0.08 cores=0-7
/proc/6570/stat : 6570 (python) S 6561 6561 5789 0 -1 4202560 922 0 0 0 4 4 0 0 15 0 1 0 643689567 297996288 6116 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 10379539304081752322 0 0 17 6 0 0 0
/proc/6570/statm: 72753 6116 371 364 0 8668 0
[pid=6572] ppid=6570 vsize=89564 CPUtime=29.49 cores=0-7
/proc/6572/stat : 6572 (cryptominisat-2) R 6570 6572 6572 0 -1 4202496 18452 0 0 0 2947 2 0 0 25 0 1 0 643689568 91713536 13328 33554432000 4194304 4677096 140735896873744 18446744073709551615 4321136 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6572/statm: 22391 13328 392 118 0 17350 0
[pid=6573] ppid=6561 vsize=301268 CPUtime=0.08 cores=0-7
/proc/6573/stat : 6573 (python) S 6561 6561 5789 0 -1 4202560 909 0 0 0 4 4 0 0 18 0 1 0 643689570 308498432 6120 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 5760948348336963844 0 0 17 1 0 0 0
/proc/6573/statm: 75317 6120 371 364 0 11229 0
[pid=6575] ppid=6573 vsize=16616 CPUtime=29.39 cores=0-7
/proc/6575/stat : 6575 (lingeling) R 6573 6575 6575 0 -1 4202496 4551 0 0 0 2938 1 0 0 25 0 1 0 643689570 17014784 3197 33554432000 4194304 4352236 140736567029456 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/6575/statm: 4154 3197 129 39 0 3234 0
[pid=6576] ppid=6561 vsize=311524 CPUtime=0.07 cores=0-7
/proc/6576/stat : 6576 (python) S 6561 6561 5789 0 -1 4202560 936 0 0 0 3 4 0 0 18 0 1 0 643689572 319000576 6124 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 5760948348336963842 0 0 17 1 0 0 0
/proc/6576/statm: 77881 6124 371 364 0 13790 0
[pid=6578] ppid=6576 vsize=17128 CPUtime=29.45 cores=0-7
/proc/6578/stat : 6578 (lingeling) R 6576 6578 6578 0 -1 4202496 4805 0 0 0 2944 1 0 0 25 0 1 0 643689572 17539072 3452 33554432000 4194304 4352236 140736680794896 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6578/statm: 4282 3452 129 39 0 3362 0
[pid=6579] ppid=6561 vsize=387316 CPUtime=0.07 cores=0-7
/proc/6579/stat : 6579 (python) S 6561 6561 5789 0 -1 4202560 803 0 0 0 3 4 0 0 18 0 1 0 643689575 396611584 6245 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 5760948348336963843 0 0 17 1 0 0 0
/proc/6579/statm: 96829 6245 371 364 0 32735 0
[pid=6581] ppid=6579 vsize=14768 CPUtime=28.96 cores=0-7
/proc/6581/stat : 6581 (SApperloT-base) R 6579 6581 6581 0 -1 4202496 3568 0 0 0 2895 1 0 0 25 0 1 0 643689575 15122432 3313 33554432000 134512640 135674940 4290792320 18446744073709551615 134551072 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6581/statm: 3692 3313 99 284 0 3406 0
[pid=6582] ppid=6561 vsize=397572 CPUtime=0.07 cores=0-7
/proc/6582/stat : 6582 (python) S 6561 6561 5789 0 -1 4202560 813 0 0 0 4 3 0 0 18 0 1 0 643689577 407113728 6218 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 5760948348336963841 0 0 17 4 0 0 0
/proc/6582/statm: 99393 6218 371 364 0 35296 0
[pid=6584] ppid=6582 vsize=20796 CPUtime=29.16 cores=0-7
/proc/6584/stat : 6584 (precosat) R 6582 6584 6584 0 -1 4202496 5652 0 0 0 2915 1 0 0 25 0 1 0 643689577 21295104 4931 33554432000 4194304 4890832 140734709094656 18446744073709551615 4238692 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/6584/statm: 5199 4931 86 171 0 5026 0
[pid=6585] ppid=6561 vsize=407828 CPUtime=0.08 cores=0-7
/proc/6585/stat : 6585 (python) S 6561 6561 5789 0 -1 4202560 829 0 0 0 4 4 0 0 15 0 1 0 643689580 417615872 6245 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 14241015344738042115 0 0 17 0 0 0 0
/proc/6585/statm: 101957 6245 371 364 0 37857 0
[pid=6587] ppid=6585 vsize=98376 CPUtime=29.27 cores=0-7
/proc/6587/stat : 6587 (cryptominisat-2) R 6585 6587 6587 0 -1 4202496 18029 0 0 0 2924 3 0 0 25 0 1 0 643689580 100737024 13783 33554432000 4194304 4677096 140737325924768 18446744073709551615 4355168 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6587/statm: 24594 13783 392 118 0 19553 0
[pid=6588] ppid=6561 vsize=418084 CPUtime=0.07 cores=0-7
/proc/6588/stat : 6588 (python) S 6561 6561 5789 0 -1 4202560 870 0 0 0 4 3 0 0 18 0 1 0 643689583 428118016 6255 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 5760948348336963842 0 0 17 4 0 0 0
/proc/6588/statm: 104521 6255 377 364 0 40418 0
[pid=6590] ppid=6588 vsize=14948 CPUtime=29.17 cores=0-7
/proc/6590/stat : 6590 (lingeling) R 6588 6590 6590 0 -1 4202496 4774 0 0 0 2917 0 0 0 25 0 1 0 643689583 15306752 2907 33554432000 4194304 4352236 140734102349216 18446744073709551615 4234680 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/6590/statm: 3737 2907 129 39 0 2817 0
[pid=6561/tid=6568] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6568/stat : 6568 (python) S 6559 6561 5789 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 643689565 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 6 0 0 0
[pid=6561/tid=6571] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6571/stat : 6571 (python) S 6559 6561 5789 0 -1 4202560 20 935 0 0 0 0 0 0 22 0 9 0 643689568 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 0 0 0 0
[pid=6561/tid=6574] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6574/stat : 6574 (python) S 6559 6561 5789 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 643689570 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 6 0 0 0
[pid=6561/tid=6577] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6577/stat : 6577 (python) S 6559 6561 5789 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 643689572 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 5 0 0 0
[pid=6561/tid=6580] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6580/stat : 6580 (python) S 6559 6561 5789 0 -1 4202560 74 935 0 0 0 0 0 0 19 0 9 0 643689575 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 0 0 0 0
[pid=6561/tid=6583] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6583/stat : 6583 (python) S 6559 6561 5789 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 9 0 643689577 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 1 0 0 0
[pid=6561/tid=6586] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6586/stat : 6586 (python) S 6559 6561 5789 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 643689580 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 0 0 0 0
[pid=6561/tid=6589] ppid=6559 vsize=428328 CPUtime=0 cores=0-7
/proc/6561/task/6589/stat : 6589 (python) S 6559 6561 5789 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 643689583 438607872 7771 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 236.45
Current children cumulated vsize (KiB) 3508916

[startup+31.0016 s]
/proc/loadavg: 7.54 7.91 7.97 9/379 6591
/proc/meminfo: memFree=23135732/32951124 swapFree=67023148/67111528
[pid=6561] ppid=6559 vsize=428328 CPUtime=30.79 cores=0-7
/proc/6561/stat : 6561 (python) S 6559 6561 5789 0 -1 4202496 16605 6627 1 0 132 12 2931 4 17 0 9 0 643689428 438607872 7772 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522127679 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6561/statm: 107082 7772 1890 364 0 42979 0
[pid=6567] ppid=6561 vsize=280756 CPUtime=0.08 cores=0-7
/proc/6567/stat : 6567 (python) S 6561 6561 5789 0 -1 4202560 994 0 0 0 4 4 0 0 18 0 1 0 643689565 287494144 6123 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317583 0 0 16781312 514 5760948348336963841 0 0 17 7 0 0 0
/proc/6567/statm: 70189 6123 382 364 0 6107 0
[pid=6569] ppid=6567 vsize=13032 CPUtime=29.62 cores=0-7
/proc/6569/stat : 6569 (lingeling) R 6567 6569 6569 0 -1 4202496 3783 0 0 0 2962 0 0 0 25 0 1 0 643689565 13344768 2428 33554432000 4194304 4352236 140733523187248 18446744073709551615 4328336 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/6569/statm: 3258 2428 129 39 0 2338 0
[pid=6570] ppid=6561 vsize=0 CPUtime=29.67 cores=0-7
/proc/6570/stat : 6570 (python) Z 6561 6561 5789 0 -1 4202588 1149 18471 0 0 4 4 2956 3 15 0 1 0 643689567 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6570/statm: 0 0 0 0 0 0 0
[pid=6573] ppid=6561 vsize=301268 CPUtime=0.08 cores=0-7
/proc/6573/stat : 6573 (python) S 6561 6561 5789 0 -1 4202560 909 0 0 0 4 4 0 0 18 0 1 0 643689570 308498432 6120 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 5760948348336963844 0 0 17 1 0 0 0
/proc/6573/statm: 75317 6120 371 364 0 11229 0
[pid=6575] ppid=6573 vsize=16616 CPUtime=29.48 cores=0-7
/proc/6575/stat : 6575 (lingeling) R 6573 6575 6575 0 -1 4202496 4551 0 0 0 2947 1 0 0 25 0 1 0 643689570 17014784 3197 33554432000 4194304 4352236 140736567029456 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/6575/statm: 4154 3197 129 39 0 3234 0
[pid=6576] ppid=6561 vsize=311524 CPUtime=0.07 cores=0-7
/proc/6576/stat : 6576 (python) S 6561 6561 5789 0 -1 4202560 936 0 0 0 3 4 0 0 18 0 1 0 643689572 319000576 6124 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 5760948348336963842 0 0 17 1 0 0 0
/proc/6576/statm: 77881 6124 371 364 0 13790 0
[pid=6578] ppid=6576 vsize=17128 CPUtime=29.55 cores=0-7
/proc/6578/stat : 6578 (lingeling) R 6576 6578 6578 0 -1 4202496 4805 0 0 0 2954 1 0 0 25 0 1 0 643689572 17539072 3452 33554432000 4194304 4352236 140736680794896 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6578/statm: 4282 3452 129 39 0 3362 0
[pid=6579] ppid=6561 vsize=387316 CPUtime=0.07 cores=0-7
/proc/6579/stat : 6579 (python) S 6561 6561 5789 0 -1 4202560 803 0 0 0 3 4 0 0 18 0 1 0 643689575 396611584 6245 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 5760948348336963843 0 0 17 1 0 0 0
/proc/6579/statm: 96829 6245 371 364 0 32735 0
[pid=6581] ppid=6579 vsize=14768 CPUtime=29.06 cores=0-7
/proc/6581/stat : 6581 (SApperloT-base) R 6579 6581 6581 0 -1 4202496 3568 0 0 0 2905 1 0 0 25 0 1 0 643689575 15122432 3313 33554432000 134512640 135674940 4290792320 18446744073709551615 134536736 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6581/statm: 3692 3313 99 284 0 3406 0
[pid=6582] ppid=6561 vsize=397572 CPUtime=0.07 cores=0-7
/proc/6582/stat : 6582 (python) S 6561 6561 5789 0 -1 4202560 813 0 0 0 4 3 0 0 18 0 1 0 643689577 407113728 6218 33554432000 4194304 5683644 140735895327648 18446744073709551615 233510317638 0 0 16781312 514 5760948348336963841 0 0 17 4 0 0 0
/proc/6582/statm: 99393 6218 371 364 0 35296 0
[pid=6584] ppid=6582 vsize=20796 CPUtime=29.26 cores=0-7
/proc/6584/stat : 6584 (precosat) R 6582 6584 6584 0 -1 4202496 5652 0 0 0 2925 1 0 0 25 0 1 0 643689577 21295104 4931 33554432000 4194304 4890832 140734709094656 18446744073709551615 4229181 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/6584/statm: 5199 4931 86 171 0 5026 0
[pid=6585] ppid=6561 vsize=407828 CPUtime=0.08 cores=0-7
/proc/6585/stat : 6585 (python) S 6561 6561 5789 0 -1 4202560 847 0 0 0 4 4 0 0 15 0 1 0 643689580 417615872 6250 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522127679 0 0 16781824 2 18446744071562232103 0 0 17 0 0 0 0
/proc/6585/statm: 101957 6250 376 364 0 37857 0
[pid=6587] ppid=6585 vsize=0 CPUtime=29.36 cores=0-7
/proc/6587/stat : 6587 (cryptominisat-2) R 6585 6587 6587 0 -1 4203524 18029 0 0 0 2933 3 0 0 25 0 1 0 643689580 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6587/statm: 0 0 0 0 0 0 0
[pid=6561/tid=6568] ppid=6559 vsize=428328 CPUtime=29.35 cores=0-7
/proc/6561/task/6568/stat : 6568 (python) S 6559 6561 5789 0 -1 4202560 25 6627 0 0 0 0 2931 4 20 0 9 0 643689565 438607872 7772 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 6 0 0 0
[pid=6561/tid=6571] ppid=6559 vsize=428328 CPUtime=29.35 cores=0-7
/proc/6561/task/6571/stat : 6571 (python) S 6559 6561 5789 0 -1 4202560 20 6627 0 0 0 0 2931 4 22 0 9 0 643689568 438607872 7772 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 0 0 0 0
[pid=6561/tid=6574] ppid=6559 vsize=428328 CPUtime=29.35 cores=0-7
/proc/6561/task/6574/stat : 6574 (python) S 6559 6561 5789 0 -1 4202560 23 6627 0 0 0 0 2931 4 19 0 9 0 643689570 438607872 7772 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 6 0 0 0
[pid=6561/tid=6577] ppid=6559 vsize=428328 CPUtime=29.35 cores=0-7
/proc/6561/task/6577/stat : 6577 (python) S 6559 6561 5789 0 -1 4202560 23 6627 0 0 0 0 2931 4 20 0 9 0 643689572 438607872 7772 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 5 0 0 0
[pid=6561/tid=6580] ppid=6559 vsize=428328 CPUtime=29.35 cores=0-7
/proc/6561/task/6580/stat : 6580 (python) S 6559 6561 5789 0 -1 4202560 74 6627 0 0 0 0 2931 4 19 0 9 0 643689575 438607872 7772 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 0 0 0 0
[pid=6561/tid=6583] ppid=6559 vsize=428328 CPUtime=29.35 cores=0-7
/proc/6561/task/6583/stat : 6583 (python) S 6559 6561 5789 0 -1 4202560 31 6627 0 0 0 0 2931 4 21 0 9 0 643689577 438607872 7772 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 1 0 0 0
[pid=6561/tid=6586] ppid=6559 vsize=428328 CPUtime=29.35 cores=0-7
/proc/6561/task/6586/stat : 6586 (python) S 6559 6561 5789 0 -1 4202560 35 6627 0 0 0 0 2931 4 22 0 9 0 643689580 438607872 7772 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 0 0 0 0
[pid=6561/tid=6589] ppid=6559 vsize=428328 CPUtime=29.35 cores=0-7
/proc/6561/task/6589/stat : 6589 (python) S 6559 6561 5789 0 -1 4202560 34 6627 0 0 0 0 2931 4 25 0 9 0 643689583 438607872 7772 33554432000 4194304 5683644 140735895327648 18446744073709551615 233522121137 0 0 16781312 2 18446604445609050176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 237.24
Current children cumulated vsize (KiB) 2596932

Child status: 0
Real time (s): 31.0374
CPU time (s): 237.491
CPU user time (s): 236.869
CPU system time (s): 0.621905
CPU usage (%): 765.175
Max. virtual memory (cumulated for all children) (KiB): 3508916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 236.869
system time used= 0.621905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93653
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= 1686
involuntary context switches= 1597

runsolver used 0.144977 second user time and 0.269958 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-16 04:25:36
IDJOB=3381324
IDBENCH=87988
IDSOLVER=1864
FILE ID=node145/3381324-1305512735
RUNJOBID= node145-1305507717-5803
PBS_JOBID= 13325510
Free space on /tmp= 73724 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.shuffled.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-3381324-1305512735/watcher-3381324-1305512735 -o /tmp/evaluation-result-3381324-1305512735/solver-3381324-1305512735 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381324-1305512735.cnf -seed 1952240169 -budget 40000 -cores 8

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

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=1952240169

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23370816 kB
Buffers:         55096 kB
Cached:         293768 kB
SwapCached:       4796 kB
Active:        6410452 kB
Inactive:      2924456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23370816 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:           33912 kB
Writeback:           0 kB
AnonPages:     8981184 kB
Mapped:          28276 kB
Slab:           136076 kB
PageTables:      42268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83662380 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73696 MiB
End job on node145 at 2011-05-16 04:26:07