Trace number 3380535

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 346.726 134.124

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.0941
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.69	c INFO: solving HOME/instance-3380535-1305481207.cnf
0.34/0.69	c INFO: computing task features
2.92/3.30	c INFO: computed variable-clause graph statistics
3.10/3.40	c INFO: computed clause balance statistics
14.70/15.06	c INFO: computed variable balance statistics
23.50/23.89	c INFO: computed small-clause counts
23.81/24.13	c INFO: computed Horn-clause counts
103.12/103.42	c INFO: computed variable graph statistics
103.12/103.42	c INFO: collected features for HOME/instance-3380535-1305481207.cnf in 102.66 s
103.12/103.44	c INFO: running lingeling-276@0 for 97 with 4897 remaining (b = 0.65)
103.12/103.47	c INFO: running cryptominisat-2.9.0@0 for 485 with 4897 remaining (b = 0.46)
103.12/103.50	c INFO: running lingeling-276@0 for 1261 with 4897 remaining (b = 0.56)
103.21/103.52	c INFO: running lingeling-276@0 for 970 with 4897 remaining (b = 0.45)
103.21/103.55	c INFO: running cryptominisat-2.9.0@0 for 582 with 4897 remaining (b = 0.40)
103.21/103.58	c INFO: running precosat-570@0 for 388 with 4897 remaining (b = 0.29)
103.31/103.60	c INFO: running lingeling-276@0 for 970 with 4897 remaining (b = 0.32)
103.31/103.63	c INFO: running cryptominisat-2.9.0@0 for 485 with 4897 remaining (b = 0.26)
346.30/134.07	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-3380535-1305481207/watcher-3380535-1305481207 -o /tmp/evaluation-result-3380535-1305481207/solver-3380535-1305481207 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380535-1305481207.cnf -seed 1920491652 -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: 0.08 0.02 0.01 2/438 10563
/proc/meminfo: memFree=21569960/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=15772 CPUtime=0 cores=0-7
/proc/10563/stat : 10563 (python) R 10561 10563 10537 0 -1 4202496 856 0 0 0 0 0 0 0 20 0 1 0 659721216 16150528 738 33554432000 4194304 5683644 140737352893088 18446744073709551615 5002908 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10563/statm: 3943 740 335 364 0 430 0

[startup+0.0664769 s]
/proc/loadavg: 0.08 0.02 0.01 2/438 10563
/proc/meminfo: memFree=21569960/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=30108 CPUtime=0.04 cores=0-7
/proc/10563/stat : 10563 (python) S 10561 10563 10537 0 -1 4202496 1509 0 0 0 3 1 0 0 20 0 1 0 659721216 30830592 1347 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/10563/statm: 7527 1347 443 364 0 897 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30108

[startup+0.100498 s]
/proc/loadavg: 0.08 0.02 0.01 2/438 10563
/proc/meminfo: memFree=21569960/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=85616 CPUtime=0.07 cores=0-7
/proc/10563/stat : 10563 (python) S 10561 10563 10537 0 -1 4202496 2628 0 0 0 5 2 0 0 18 0 1 0 659721216 87670784 2347 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/10563/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85616

[startup+0.300439 s]
/proc/loadavg: 0.08 0.02 0.01 2/438 10563
/proc/meminfo: memFree=21569960/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=135744 CPUtime=0.18 cores=0-7
/proc/10563/stat : 10563 (python) R 10561 10563 10537 0 -1 4202496 5962 932 1 0 14 4 0 0 17 0 1 0 659721216 139001856 4149 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640855557 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10563/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135744

[startup+0.700365 s]
/proc/loadavg: 0.08 0.02 0.01 2/438 10563
/proc/meminfo: memFree=21569960/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=292132 CPUtime=0.4 cores=0-7
/proc/10563/stat : 10563 (python) R 10561 10563 10537 0 -1 4202496 11090 932 1 0 30 10 0 0 16 0 1 0 659721216 299143168 8768 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640859392 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10563/statm: 73033 8789 1758 364 0 8957 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 292132

[startup+1.50022 s]
/proc/loadavg: 0.08 0.02 0.01 2/439 10568
/proc/meminfo: memFree=21514960/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=343128 CPUtime=1.21 cores=0-7
/proc/10563/stat : 10563 (python) R 10561 10563 10537 0 -1 4202496 25368 932 1 0 109 12 0 0 17 0 1 0 659721216 351363072 23046 33554432000 4194304 5683644 140737352893088 18446744073709551615 4952101 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10563/statm: 85782 23047 1761 364 0 21706 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 343128

[startup+3.10093 s]
/proc/loadavg: 0.08 0.02 0.01 2/439 10568
/proc/meminfo: memFree=21443908/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=437608 CPUtime=2.81 cores=0-7
/proc/10563/stat : 10563 (python) R 10561 10563 10537 0 -1 4202496 66811 932 1 0 264 17 0 0 19 0 1 0 659721216 448110592 46775 33554432000 4194304 5683644 140737352893088 18446744073709551615 47032870797990 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10563/statm: 109402 46775 1815 364 0 45326 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 437608

[startup+6.30034 s]
/proc/loadavg: 0.23 0.05 0.02 2/439 10568
/proc/meminfo: memFree=21400012/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=425384 CPUtime=6 cores=0-7
/proc/10563/stat : 10563 (python) R 10561 10563 10537 0 -1 4202496 71375 932 1 0 583 17 0 0 25 0 1 0 659721216 435593216 43730 33554432000 4194304 5683644 140737352893088 18446744073709551615 47032871108910 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10563/statm: 106346 43730 1826 364 0 42270 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 425384

[startup+12.7002 s]
/proc/loadavg: 0.29 0.06 0.02 2/439 10568
/proc/meminfo: memFree=21400212/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=425384 CPUtime=12.4 cores=0-7
/proc/10563/stat : 10563 (python) R 10561 10563 10537 0 -1 4202496 71375 932 1 0 1223 17 0 0 25 0 1 0 659721216 435593216 43730 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640518915 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10563/statm: 106346 43730 1826 364 0 42270 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 425384

[startup+25.5009 s]
/proc/loadavg: 0.45 0.11 0.04 2/439 10569
/proc/meminfo: memFree=21394436/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=431496 CPUtime=25.2 cores=0-7
/proc/10563/stat : 10563 (python) R 10561 10563 10537 0 -1 4202496 72910 932 1 0 2503 17 0 0 25 0 1 0 659721216 441851904 45265 33554432000 4194304 5683644 140737352893088 18446744073709551615 47032870807692 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10563/statm: 107874 45265 1833 364 0 43798 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 431496

[startup+51.1002 s]
/proc/loadavg: 0.64 0.18 0.06 2/439 10569
/proc/meminfo: memFree=21394008/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=431496 CPUtime=50.8 cores=0-7
/proc/10563/stat : 10563 (python) R 10561 10563 10537 0 -1 4202496 72910 932 1 0 5063 17 0 0 25 0 1 0 659721216 441851904 45265 33554432000 4194304 5683644 140737352893088 18446744073709551615 47032870807692 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10563/statm: 107874 45265 1833 364 0 43798 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 431496

[startup+102.315 s]
/proc/loadavg: 0.84 0.30 0.11 2/439 10571
/proc/meminfo: memFree=21393660/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=431496 CPUtime=102.02 cores=0-7
/proc/10563/stat : 10563 (python) R 10561 10563 10537 0 -1 4202496 72910 932 1 0 10185 17 0 0 25 0 1 0 659721216 441851904 45265 33554432000 4194304 5683644 140737352893088 18446744073709551615 47032870807680 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10563/statm: 107874 45265 1833 364 0 43798 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 431496

Solver just ended. Dumping a history of the last processes samples

[startup+115.102 s]
/proc/loadavg: 1.94 0.56 0.19 9/463 10595
/proc/meminfo: memFree=19789616/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=567116 CPUtime=103.35 cores=0-7
/proc/10563/stat : 10563 (python) S 10561 10563 10537 0 -1 4202496 78763 932 1 0 10313 22 0 0 22 0 9 0 659721216 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10563/statm: 141779 42362 1889 364 0 77676 0
[pid=10572] ppid=10563 vsize=419544 CPUtime=0.04 cores=0-7
/proc/10572/stat : 10572 (python) S 10563 10563 10537 0 -1 4202560 987 0 0 0 2 2 0 0 18 0 1 0 659731560 429613056 40820 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879631 0 0 16781312 514 12575510311060078852 0 0 17 1 0 0 0
/proc/10572/statm: 104886 40820 381 364 0 40804 0
[pid=10574] ppid=10572 vsize=75512 CPUtime=11.63 cores=0-7
/proc/10574/stat : 10574 (lingeling) R 10572 10574 10574 0 -1 4202496 33379 0 0 0 1159 4 0 0 25 0 1 0 659731561 77324288 18048 33554432000 4194304 4352236 140734889649712 18446744073709551615 4241656 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/10574/statm: 18878 18048 129 39 0 17958 0
[pid=10575] ppid=10563 vsize=429800 CPUtime=0.04 cores=0-7
/proc/10575/stat : 10575 (python) S 10563 10563 10537 0 -1 4202560 912 0 0 0 2 2 0 0 18 0 1 0 659731563 440115200 40813 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078852 0 0 17 2 0 0 0
/proc/10575/statm: 107450 40813 370 364 0 43365 0
[pid=10577] ppid=10575 vsize=425836 CPUtime=11.61 cores=0-7
/proc/10577/stat : 10577 (cryptominisat-2) R 10575 10577 10577 0 -1 4202496 97077 0 0 0 1149 12 0 0 25 0 1 0 659731564 436056064 88141 33554432000 4194304 4677096 140734845762736 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10577/statm: 106459 88141 362 118 0 101418 0
[pid=10578] ppid=10563 vsize=440056 CPUtime=0.04 cores=0-7
/proc/10578/stat : 10578 (python) S 10563 10563 10537 0 -1 4202560 935 0 0 0 2 2 0 0 18 0 1 0 659731566 450617344 40817 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078849 0 0 17 1 0 0 0
/proc/10578/statm: 110014 40817 370 364 0 45926 0
[pid=10580] ppid=10578 vsize=75488 CPUtime=11.54 cores=0-7
/proc/10580/stat : 10580 (lingeling) R 10578 10580 10580 0 -1 4202496 33371 0 0 0 1150 4 0 0 25 0 1 0 659731566 77299712 18042 33554432000 4194304 4352236 140734944504208 18446744073709551615 4294463 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/10580/statm: 18872 18042 129 39 0 17952 0
[pid=10581] ppid=10563 vsize=450312 CPUtime=0.03 cores=0-7
/proc/10581/stat : 10581 (python) S 10563 10563 10537 0 -1 4202560 946 0 0 0 1 2 0 0 18 0 1 0 659731568 461119488 40821 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078851 0 0 17 7 0 0 0
/proc/10581/statm: 112578 40821 370 364 0 48487 0
[pid=10583] ppid=10581 vsize=72276 CPUtime=11.55 cores=0-7
/proc/10583/stat : 10583 (lingeling) R 10581 10583 10583 0 -1 4202496 32600 0 0 0 1151 4 0 0 25 0 1 0 659731569 74010624 17240 33554432000 4194304 4352236 140735870287472 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10583/statm: 18069 17240 129 39 0 17149 0
[pid=10584] ppid=10563 vsize=526104 CPUtime=0.04 cores=0-7
/proc/10584/stat : 10584 (python) S 10563 10563 10537 0 -1 4202560 954 0 0 0 1 3 0 0 15 0 1 0 659731571 538730496 40827 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078851 0 0 17 1 0 0 0
/proc/10584/statm: 131526 40827 370 364 0 67432 0
[pid=10586] ppid=10584 vsize=425836 CPUtime=11.53 cores=0-7
/proc/10586/stat : 10586 (cryptominisat-2) R 10584 10586 10586 0 -1 4202496 97076 0 0 0 1139 14 0 0 25 0 1 0 659731572 436056064 88138 33554432000 4194304 4677096 140733789123792 18446744073709551615 4238075 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10586/statm: 106459 88138 362 118 0 101418 0
[pid=10587] ppid=10563 vsize=536360 CPUtime=0.03 cores=0-7
/proc/10587/stat : 10587 (python) S 10563 10563 10537 0 -1 4202560 954 0 0 0 1 2 0 0 18 0 1 0 659731574 549232640 40831 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078851 0 0 17 1 0 0 0
/proc/10587/statm: 134090 40831 370 364 0 69993 0
[pid=10589] ppid=10587 vsize=253088 CPUtime=11.28 cores=0-7
/proc/10589/stat : 10589 (precosat) R 10587 10589 10589 0 -1 4202496 64137 0 0 0 1118 10 0 0 25 0 1 0 659731574 259162112 59753 33554432000 4194304 4890832 140735229767680 18446744073709551615 4295802 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/10589/statm: 63272 59753 86 171 0 63099 0
[pid=10590] ppid=10563 vsize=546616 CPUtime=0.03 cores=0-7
/proc/10590/stat : 10590 (python) S 10563 10563 10537 0 -1 4202560 950 0 0 0 1 2 0 0 18 0 1 0 659731577 559734784 40835 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078849 0 0 17 1 0 0 0
/proc/10590/statm: 136654 40835 370 364 0 72554 0
[pid=10592] ppid=10590 vsize=74660 CPUtime=11.44 cores=0-7
/proc/10592/stat : 10592 (lingeling) R 10590 10592 10592 0 -1 4202496 33205 0 0 0 1141 3 0 0 25 0 1 0 659731578 76451840 17834 33554432000 4194304 4352236 140735247598096 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10592/statm: 18665 17834 129 39 0 17745 0
[pid=10593] ppid=10563 vsize=556872 CPUtime=0.04 cores=0-7
/proc/10593/stat : 10593 (python) S 10563 10563 10537 0 -1 4202560 1002 0 0 0 2 2 0 0 15 0 1 0 659731579 570236928 40845 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078851 0 0 17 1 0 0 0
/proc/10593/statm: 139218 40845 376 364 0 75115 0
[pid=10595] ppid=10593 vsize=425832 CPUtime=11.17 cores=0-7
/proc/10595/stat : 10595 (cryptominisat-2) R 10593 10595 10595 0 -1 4202496 97076 0 0 0 1103 14 0 0 25 0 1 0 659731582 436051968 88133 33554432000 4194304 4677096 140736161427536 18446744073709551615 4236634 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10595/statm: 106458 88133 362 118 0 101417 0
[pid=10563/tid=10573] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10573/stat : 10573 (python) S 10561 10563 10537 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 659731561 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 0 0 0 0
[pid=10563/tid=10576] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10576/stat : 10576 (python) S 10561 10563 10537 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 9 0 659731563 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 6 0 0 0
[pid=10563/tid=10579] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10579/stat : 10579 (python) S 10561 10563 10537 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 659731566 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 0 0 0 0
[pid=10563/tid=10582] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10582/stat : 10582 (python) S 10561 10563 10537 0 -1 4202560 19 932 0 0 0 0 0 0 17 0 9 0 659731569 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 5 0 0 0
[pid=10563/tid=10585] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10585/stat : 10585 (python) S 10561 10563 10537 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 659731571 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 0 0 0 0
[pid=10563/tid=10588] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10588/stat : 10588 (python) S 10561 10563 10537 0 -1 4202560 19 932 0 0 0 0 0 0 21 0 9 0 659731574 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 7 0 0 0
[pid=10563/tid=10591] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10591/stat : 10591 (python) S 10561 10563 10537 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 659731577 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 1 0 0 0
[pid=10563/tid=10594] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10594/stat : 10594 (python) S 10561 10563 10537 0 -1 4202560 30 932 0 0 0 0 0 0 23 0 9 0 659731580 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 195.39

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

/proc/10563/task/10576/stat : 10576 (python) S 10561 10563 10537 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 9 0 659731563 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 6 0 0 0
[pid=10563/tid=10579] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10579/stat : 10579 (python) S 10561 10563 10537 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 659731566 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 0 0 0 0
[pid=10563/tid=10582] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10582/stat : 10582 (python) S 10561 10563 10537 0 -1 4202560 19 932 0 0 0 0 0 0 17 0 9 0 659731569 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 5 0 0 0
[pid=10563/tid=10585] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10585/stat : 10585 (python) S 10561 10563 10537 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 659731571 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 0 0 0 0
[pid=10563/tid=10588] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10588/stat : 10588 (python) S 10561 10563 10537 0 -1 4202560 19 932 0 0 0 0 0 0 21 0 9 0 659731574 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 7 0 0 0
[pid=10563/tid=10591] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10591/stat : 10591 (python) S 10561 10563 10537 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 659731577 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 1 0 0 0
[pid=10563/tid=10594] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10594/stat : 10594 (python) S 10561 10563 10537 0 -1 4202560 30 932 0 0 0 0 0 0 23 0 9 0 659731580 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 335.91
Current children cumulated vsize (KiB) 6538064

[startup+133.501 s]
/proc/loadavg: 3.66 1.04 0.36 9/463 10596
/proc/meminfo: memFree=19613500/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=567116 CPUtime=103.35 cores=0-7
/proc/10563/stat : 10563 (python) S 10561 10563 10537 0 -1 4202496 78763 932 1 0 10313 22 0 0 22 0 9 0 659721216 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10563/statm: 141779 42362 1889 364 0 77676 0
[pid=10572] ppid=10563 vsize=419544 CPUtime=0.1 cores=0-7
/proc/10572/stat : 10572 (python) S 10563 10563 10537 0 -1 4202560 996 0 0 0 5 5 0 0 18 0 1 0 659731560 429613056 40820 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879631 0 0 16781312 514 12575510311060078852 0 0 17 1 0 0 0
/proc/10572/statm: 104886 40820 381 364 0 40804 0
[pid=10574] ppid=10572 vsize=75488 CPUtime=30.03 cores=0-7
/proc/10574/stat : 10574 (lingeling) R 10572 10574 10574 0 -1 4202496 33379 0 0 0 2999 4 0 0 25 0 1 0 659731561 77299712 18042 33554432000 4194304 4352236 140734889649712 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/10574/statm: 18872 18042 129 39 0 17952 0
[pid=10575] ppid=10563 vsize=429800 CPUtime=0.1 cores=0-7
/proc/10575/stat : 10575 (python) S 10563 10563 10537 0 -1 4202560 926 0 0 0 5 5 0 0 15 0 1 0 659731563 440115200 40813 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 3584676191681872132 0 0 17 2 0 0 0
/proc/10575/statm: 107450 40813 370 364 0 43365 0
[pid=10577] ppid=10575 vsize=513684 CPUtime=30.01 cores=0-7
/proc/10577/stat : 10577 (cryptominisat-2) R 10575 10577 10577 0 -1 4202496 119809 0 0 0 2985 16 0 0 25 0 1 0 659731564 526012416 107587 33554432000 4194304 4677096 140734845762736 18446744073709551615 4319603 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10577/statm: 128421 107587 391 118 0 123380 0
[pid=10578] ppid=10563 vsize=440056 CPUtime=0.1 cores=0-7
/proc/10578/stat : 10578 (python) S 10563 10563 10537 0 -1 4202560 943 0 0 0 5 5 0 0 18 0 1 0 659731566 450617344 40817 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078849 0 0 17 1 0 0 0
/proc/10578/statm: 110014 40817 370 364 0 45926 0
[pid=10580] ppid=10578 vsize=52224 CPUtime=29.88 cores=0-7
/proc/10580/stat : 10580 (lingeling) R 10578 10580 10580 0 -1 4202496 34764 0 0 0 2984 4 0 0 25 0 1 0 659731566 53477376 12226 33554432000 4194304 4352236 140734944504208 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/10580/statm: 13056 12226 129 39 0 12136 0
[pid=10581] ppid=10563 vsize=450312 CPUtime=0.1 cores=0-7
/proc/10581/stat : 10581 (python) S 10563 10563 10537 0 -1 4202560 953 0 0 0 4 6 0 0 18 0 1 0 659731568 461119488 40821 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078851 0 0 17 7 0 0 0
/proc/10581/statm: 112578 40821 370 364 0 48487 0
[pid=10583] ppid=10581 vsize=52552 CPUtime=29.96 cores=0-7
/proc/10583/stat : 10583 (lingeling) R 10581 10583 10583 0 -1 4202496 34277 0 0 0 2991 5 0 0 25 0 1 0 659731569 53813248 12309 33554432000 4194304 4352236 140735870287472 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10583/statm: 13138 12309 129 39 0 12218 0
[pid=10584] ppid=10563 vsize=526104 CPUtime=0.1 cores=0-7
/proc/10584/stat : 10584 (python) S 10563 10563 10537 0 -1 4202560 970 0 0 0 4 6 0 0 15 0 1 0 659731571 538730496 40827 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 514272378931347715 0 0 17 0 0 0 0
/proc/10584/statm: 131526 40827 370 364 0 67432 0
[pid=10586] ppid=10584 vsize=513552 CPUtime=29.89 cores=0-7
/proc/10586/stat : 10586 (cryptominisat-2) R 10584 10586 10586 0 -1 4202496 119928 0 0 0 2972 17 0 0 25 0 1 0 659731572 525877248 107691 33554432000 4194304 4677096 140733789123792 18446744073709551615 4265408 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10586/statm: 128388 107691 392 118 0 123347 0
[pid=10587] ppid=10563 vsize=536360 CPUtime=0.1 cores=0-7
/proc/10587/stat : 10587 (python) S 10563 10563 10537 0 -1 4202560 963 0 0 0 5 5 0 0 18 0 1 0 659731574 549232640 40831 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078851 0 0 17 1 0 0 0
/proc/10587/statm: 134090 40831 370 364 0 69993 0
[pid=10589] ppid=10587 vsize=263160 CPUtime=29.3 cores=0-7
/proc/10589/stat : 10589 (precosat) R 10587 10589 10589 0 -1 4202496 66711 0 0 0 2920 10 0 0 25 0 1 0 659731574 269475840 62327 33554432000 4194304 4890832 140735229767680 18446744073709551615 4238673 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/10589/statm: 65790 62327 86 171 0 65617 0
[pid=10590] ppid=10563 vsize=546616 CPUtime=0.09 cores=0-7
/proc/10590/stat : 10590 (python) S 10563 10563 10537 0 -1 4202560 958 0 0 0 4 5 0 0 18 0 1 0 659731577 559734784 40835 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078849 0 0 17 1 0 0 0
/proc/10590/statm: 136654 40835 370 364 0 72554 0
[pid=10592] ppid=10590 vsize=52892 CPUtime=29.84 cores=0-7
/proc/10592/stat : 10592 (lingeling) R 10590 10592 10592 0 -1 4202496 34917 0 0 0 2980 4 0 0 25 0 1 0 659731578 54161408 12391 33554432000 4194304 4352236 140735247598096 18446744073709551615 4295420 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10592/statm: 13223 12391 129 39 0 12303 0
[pid=10593] ppid=10563 vsize=556872 CPUtime=0.1 cores=0-7
/proc/10593/stat : 10593 (python) S 10563 10563 10537 0 -1 4202560 1011 0 0 0 4 6 0 0 15 0 1 0 659731579 570236928 40845 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 14659247577711476995 0 0 17 1 0 0 0
/proc/10593/statm: 139218 40845 376 364 0 75115 0
[pid=10595] ppid=10593 vsize=513048 CPUtime=29.24 cores=0-7
/proc/10595/stat : 10595 (cryptominisat-2) R 10593 10595 10595 0 -1 4202496 119569 0 0 0 2906 18 0 0 25 0 1 0 659731582 525361152 107356 33554432000 4194304 4677096 140736161427536 18446744073709551615 4358708 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10595/statm: 128262 107356 391 118 0 123221 0
[pid=10563/tid=10573] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10573/stat : 10573 (python) S 10561 10563 10537 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 659731561 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 0 0 0 0
[pid=10563/tid=10576] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10576/stat : 10576 (python) S 10561 10563 10537 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 9 0 659731563 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 6 0 0 0
[pid=10563/tid=10579] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10579/stat : 10579 (python) S 10561 10563 10537 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 659731566 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 0 0 0 0
[pid=10563/tid=10582] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10582/stat : 10582 (python) S 10561 10563 10537 0 -1 4202560 19 932 0 0 0 0 0 0 17 0 9 0 659731569 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 5 0 0 0
[pid=10563/tid=10585] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10585/stat : 10585 (python) S 10561 10563 10537 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 659731571 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 0 0 0 0
[pid=10563/tid=10588] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10588/stat : 10588 (python) S 10561 10563 10537 0 -1 4202560 19 932 0 0 0 0 0 0 21 0 9 0 659731574 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 7 0 0 0
[pid=10563/tid=10591] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10591/stat : 10591 (python) S 10561 10563 10537 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 659731577 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 1 0 0 0
[pid=10563/tid=10594] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10594/stat : 10594 (python) S 10561 10563 10537 0 -1 4202560 30 932 0 0 0 0 0 0 23 0 9 0 659731580 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 6509380

[startup+133.901 s]
/proc/loadavg: 3.66 1.04 0.36 9/463 10596
/proc/meminfo: memFree=19613500/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=567116 CPUtime=103.35 cores=0-7
/proc/10563/stat : 10563 (python) S 10561 10563 10537 0 -1 4202496 78763 932 1 0 10313 22 0 0 22 0 9 0 659721216 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10563/statm: 141779 42362 1889 364 0 77676 0
[pid=10572] ppid=10563 vsize=419544 CPUtime=0.1 cores=0-7
/proc/10572/stat : 10572 (python) S 10563 10563 10537 0 -1 4202560 996 0 0 0 5 5 0 0 18 0 1 0 659731560 429613056 40820 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879631 0 0 16781312 514 12575510311060078852 0 0 17 1 0 0 0
/proc/10572/statm: 104886 40820 381 364 0 40804 0
[pid=10574] ppid=10572 vsize=75488 CPUtime=30.43 cores=0-7
/proc/10574/stat : 10574 (lingeling) R 10572 10574 10574 0 -1 4202496 33379 0 0 0 3039 4 0 0 25 0 1 0 659731561 77299712 18042 33554432000 4194304 4352236 140734889649712 18446744073709551615 4331541 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/10574/statm: 18872 18042 129 39 0 17952 0
[pid=10575] ppid=10563 vsize=429800 CPUtime=0.1 cores=0-7
/proc/10575/stat : 10575 (python) S 10563 10563 10537 0 -1 4202560 926 0 0 0 5 5 0 0 15 0 1 0 659731563 440115200 40813 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 3584676191681872132 0 0 17 2 0 0 0
/proc/10575/statm: 107450 40813 370 364 0 43365 0
[pid=10577] ppid=10575 vsize=513684 CPUtime=30.41 cores=0-7
/proc/10577/stat : 10577 (cryptominisat-2) R 10575 10577 10577 0 -1 4202496 119823 0 0 0 3025 16 0 0 25 0 1 0 659731564 526012416 107601 33554432000 4194304 4677096 140734845762736 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10577/statm: 128421 107601 391 118 0 123380 0
[pid=10578] ppid=10563 vsize=440056 CPUtime=0.1 cores=0-7
/proc/10578/stat : 10578 (python) S 10563 10563 10537 0 -1 4202560 943 0 0 0 5 5 0 0 18 0 1 0 659731566 450617344 40817 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078849 0 0 17 1 0 0 0
/proc/10578/statm: 110014 40817 370 364 0 45926 0
[pid=10580] ppid=10578 vsize=52224 CPUtime=30.28 cores=0-7
/proc/10580/stat : 10580 (lingeling) R 10578 10580 10580 0 -1 4202496 34764 0 0 0 3024 4 0 0 25 0 1 0 659731566 53477376 12226 33554432000 4194304 4352236 140734944504208 18446744073709551615 4209247 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/10580/statm: 13056 12226 129 39 0 12136 0
[pid=10581] ppid=10563 vsize=450312 CPUtime=0.1 cores=0-7
/proc/10581/stat : 10581 (python) S 10563 10563 10537 0 -1 4202560 953 0 0 0 4 6 0 0 18 0 1 0 659731568 461119488 40821 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078851 0 0 17 7 0 0 0
/proc/10581/statm: 112578 40821 370 364 0 48487 0
[pid=10583] ppid=10581 vsize=52552 CPUtime=30.36 cores=0-7
/proc/10583/stat : 10583 (lingeling) R 10581 10583 10583 0 -1 4202496 34277 0 0 0 3031 5 0 0 25 0 1 0 659731569 53813248 12309 33554432000 4194304 4352236 140735870287472 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10583/statm: 13138 12309 129 39 0 12218 0
[pid=10584] ppid=10563 vsize=526104 CPUtime=0.1 cores=0-7
/proc/10584/stat : 10584 (python) S 10563 10563 10537 0 -1 4202560 970 0 0 0 4 6 0 0 15 0 1 0 659731571 538730496 40827 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 514272378931347715 0 0 17 0 0 0 0
/proc/10584/statm: 131526 40827 370 364 0 67432 0
[pid=10586] ppid=10584 vsize=514080 CPUtime=30.29 cores=0-7
/proc/10586/stat : 10586 (cryptominisat-2) R 10584 10586 10586 0 -1 4202496 120051 0 0 0 3012 17 0 0 25 0 1 0 659731572 526417920 107814 33554432000 4194304 4677096 140733789123792 18446744073709551615 253640557564 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10586/statm: 128520 107814 392 118 0 123479 0
[pid=10587] ppid=10563 vsize=536360 CPUtime=0.1 cores=0-7
/proc/10587/stat : 10587 (python) S 10563 10563 10537 0 -1 4202560 963 0 0 0 5 5 0 0 18 0 1 0 659731574 549232640 40831 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078851 0 0 17 1 0 0 0
/proc/10587/statm: 134090 40831 370 364 0 69993 0
[pid=10589] ppid=10587 vsize=263160 CPUtime=29.7 cores=0-7
/proc/10589/stat : 10589 (precosat) R 10587 10589 10589 0 -1 4202496 66711 0 0 0 2960 10 0 0 25 0 1 0 659731574 269475840 62327 33554432000 4194304 4890832 140735229767680 18446744073709551615 4238686 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/10589/statm: 65790 62327 86 171 0 65617 0
[pid=10590] ppid=10563 vsize=546616 CPUtime=0.09 cores=0-7
/proc/10590/stat : 10590 (python) S 10563 10563 10537 0 -1 4202560 958 0 0 0 4 5 0 0 18 0 1 0 659731577 559734784 40835 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 12575510311060078849 0 0 17 1 0 0 0
/proc/10590/statm: 136654 40835 370 364 0 72554 0
[pid=10592] ppid=10590 vsize=52892 CPUtime=30.24 cores=0-7
/proc/10592/stat : 10592 (lingeling) R 10590 10592 10592 0 -1 4202496 34917 0 0 0 3020 4 0 0 25 0 1 0 659731578 54161408 12391 33554432000 4194304 4352236 140735247598096 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10592/statm: 13223 12391 129 39 0 12303 0
[pid=10593] ppid=10563 vsize=556872 CPUtime=0.1 cores=0-7
/proc/10593/stat : 10593 (python) S 10563 10563 10537 0 -1 4202560 1011 0 0 0 4 6 0 0 15 0 1 0 659731579 570236928 40845 33554432000 4194304 5683644 140737352893088 18446744073709551615 253640879686 0 0 16781312 514 14659247577711476995 0 0 17 1 0 0 0
/proc/10593/statm: 139218 40845 376 364 0 75115 0
[pid=10595] ppid=10593 vsize=513048 CPUtime=29.64 cores=0-7
/proc/10595/stat : 10595 (cryptominisat-2) R 10593 10595 10595 0 -1 4202496 119579 0 0 0 2946 18 0 0 25 0 1 0 659731582 525361152 107366 33554432000 4194304 4677096 140736161427536 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10595/statm: 128262 107366 391 118 0 123221 0
[pid=10563/tid=10573] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10573/stat : 10573 (python) S 10561 10563 10537 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 659731561 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 0 0 0 0
[pid=10563/tid=10576] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10576/stat : 10576 (python) S 10561 10563 10537 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 9 0 659731563 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 6 0 0 0
[pid=10563/tid=10579] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10579/stat : 10579 (python) S 10561 10563 10537 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 659731566 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 0 0 0 0
[pid=10563/tid=10582] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10582/stat : 10582 (python) S 10561 10563 10537 0 -1 4202560 19 932 0 0 0 0 0 0 17 0 9 0 659731569 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 5 0 0 0
[pid=10563/tid=10585] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10585/stat : 10585 (python) S 10561 10563 10537 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 659731571 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 0 0 0 0
[pid=10563/tid=10588] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10588/stat : 10588 (python) S 10561 10563 10537 0 -1 4202560 19 932 0 0 0 0 0 0 21 0 9 0 659731574 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 7 0 0 0
[pid=10563/tid=10591] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10591/stat : 10591 (python) S 10561 10563 10537 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 659731577 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 1 0 0 0
[pid=10563/tid=10594] ppid=10561 vsize=567116 CPUtime=0 cores=0-7
/proc/10563/task/10594/stat : 10594 (python) S 10561 10563 10537 0 -1 4202560 30 932 0 0 0 0 0 0 23 0 9 0 659731580 580726784 42362 33554432000 4194304 5683644 140737352893088 18446744073709551615 253652683185 0 0 16781312 2 18446604447640565632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 345.49
Current children cumulated vsize (KiB) 6509908

[startup+134.101 s]
/proc/loadavg: 3.66 1.04 0.36 2/439 10597
/proc/meminfo: memFree=21400780/32951124 swapFree=56449232/67111528
[pid=10563] ppid=10561 vsize=515788 CPUtime=346.69 cores=0-7
/proc/10563/stat : 10563 (python) R 10561 10563 10537 0 -1 4202496 97988 572791 1 0 10315 23 24193 138 17 0 1 0 659721216 528166912 42327 33554432000 4194304 5683644 140737352893088 18446744073709551615 5258879 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10563/statm: 128947 42327 1874 364 0 64871 0
Current children cumulated CPU time (s) 346.69
Current children cumulated vsize (KiB) 515788

Child status: 0
Real time (s): 134.124
CPU time (s): 346.726
CPU user time (s): 345.093
CPU system time (s): 1.63375
CPU usage (%): 258.512
Max. virtual memory (cumulated for all children) (KiB): 6606392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 345.093
system time used= 1.63375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 671518
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= 3484
involuntary context switches= 1297

runsolver used 0.584911 second user time and 1.27181 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 19:40:08
IDJOB=3380535
IDBENCH=20495
IDSOLVER=1864
FILE ID=node106/3380535-1305481207
RUNJOBID= node106-1305481206-10551
PBS_JOBID= 13325374
Free space on /tmp= 73372 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT07/industrial/manolios/manol-pipe-f7idw.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-3380535-1305481207/watcher-3380535-1305481207 -o /tmp/evaluation-result-3380535-1305481207/solver-3380535-1305481207 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380535-1305481207.cnf -seed 1920491652 -budget 40000 -cores 8

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

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=1920491652

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21570264 kB
Buffers:        305508 kB
Cached:        6274564 kB
SwapCached:      27536 kB
Active:        2786348 kB
Inactive:      8336320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21570264 kB
SwapTotal:    67111528 kB
SwapFree:     56449232 kB
Dirty:           45844 kB
Writeback:           0 kB
AnonPages:     4524196 kB
Mapped:          19796 kB
Slab:           130488 kB
PageTables:      59116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 123522192 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= 73340 MiB
End job on node106 at 2011-05-15 19:42:22