Trace number 3381234

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 63.1744 11.0733

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
dekker.used-as.sat04-989.cnf
MD5SUMaed38f764725bc435a811b081bc99da2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.68644
Satisfiable
(Un)Satisfiability was proved
Number of variables19473
Number of clauses58308
Sum of the clauses size136028
Maximum clause length3
Minimum clause length1
Number of clauses of size 118
Number of clauses of size 238860
Number of clauses of size 319430
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.39/1.14	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/1.14	c INFO: solving HOME/instance-3381234-1305510145.cnf
0.39/1.14	c INFO: computing task features
0.56/1.30	c INFO: computed variable-clause graph statistics
0.56/1.31	c INFO: computed clause balance statistics
1.37/2.19	c INFO: computed variable balance statistics
2.05/2.85	c INFO: computed small-clause counts
2.05/2.86	c INFO: computed Horn-clause counts
2.57/3.36	c INFO: computed variable graph statistics
2.57/3.36	c INFO: collected features for HOME/instance-3381234-1305510145.cnf in 2.21 s
2.57/3.39	c INFO: running lingeling-276@0 for 97 with 4997 remaining (b = 0.30)
2.66/3.41	c INFO: running cryptominisat-2.9.0@0 for 485 with 4997 remaining (b = 0.33)
2.66/3.43	c INFO: running lingeling-276@0 for 1261 with 4997 remaining (b = 0.50)
2.66/3.46	c INFO: running lingeling-276@0 for 1261 with 4997 remaining (b = 0.44)
2.66/3.48	c INFO: running SApperloT@0 for 97 with 4997 remaining (b = 0.03)
2.76/3.51	c INFO: running precosat-570@0 for 291 with 4997 remaining (b = 0.16)
2.76/3.54	c INFO: running cryptominisat-2.9.0@0 for 485 with 4997 remaining (b = 0.21)
2.76/3.56	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4997 remaining (b = 0.43)
62.79/11.05	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-3381234-1305510145/watcher-3381234-1305510145 -o /tmp/evaluation-result-3381234-1305510145/solver-3381234-1305510145 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381234-1305510145.cnf -seed 353171673 -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: 8.21 8.19 8.09 1/418 29137
/proc/meminfo: memFree=13692932/32951124 swapFree=65586204/67111528
[pid=29137] ppid=29135 vsize=15912 CPUtime=0 cores=0-7
/proc/29137/stat : 29137 (python) R 29135 29137 28697 0 -1 4202496 940 0 0 0 0 0 0 0 24 0 1 0 741245201 16293888 819 33554432000 4194304 5683644 140733328022192 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29137/statm: 3977 818 356 364 0 464 0

[startup+0.073776 s]
/proc/loadavg: 8.21 8.19 8.09 1/418 29137
/proc/meminfo: memFree=13692932/32951124 swapFree=65586204/67111528
[pid=29137] ppid=29135 vsize=36840 CPUtime=0.03 cores=0-7
/proc/29137/stat : 29137 (python) R 29135 29137 28697 0 -1 4202496 1622 0 0 0 3 0 0 0 24 0 1 0 741245201 37724160 1452 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735174501 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29137/statm: 9210 1452 452 364 0 1027 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36840

[startup+0.108705 s]
/proc/loadavg: 8.21 8.19 8.09 1/418 29137
/proc/meminfo: memFree=13692932/32951124 swapFree=65586204/67111528
[pid=29137] ppid=29135 vsize=47888 CPUtime=0.05 cores=0-7
/proc/29137/stat : 29137 (python) D 29135 29137 28697 0 -1 4202496 1930 0 0 0 4 1 0 0 24 0 1 0 741245201 49037312 1703 33554432000 4194304 5683644 140733328022192 18446744073709551615 216730255370 0 0 16781312 2 18446744071696489144 0 0 17 4 0 0 0
/proc/29137/statm: 11972 1703 471 364 0 1204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 47888

[startup+0.300669 s]
/proc/loadavg: 8.21 8.19 8.09 1/418 29137
/proc/meminfo: memFree=13692932/32951124 swapFree=65586204/67111528
[pid=29137] ppid=29135 vsize=47888 CPUtime=0.05 cores=0-7
/proc/29137/stat : 29137 (python) D 29135 29137 28697 0 -1 4202496 1930 0 0 0 4 1 0 0 24 0 1 0 741245201 49037312 1703 33554432000 4194304 5683644 140733328022192 18446744073709551615 216730255370 0 0 16781312 2 18446744071696489144 0 0 17 4 0 0 0
/proc/29137/statm: 11972 1703 471 364 0 1204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 47888

[startup+0.700605 s]
/proc/loadavg: 8.21 8.19 8.09 1/418 29137
/proc/meminfo: memFree=13692932/32951124 swapFree=65586204/67111528
[pid=29137] ppid=29135 vsize=126300 CPUtime=0.14 cores=0-7
/proc/29137/stat : 29137 (python) R 29135 29137 28697 0 -1 4202496 4709 936 1 0 11 3 0 0 18 0 1 0 741245201 129331200 3895 33554432000 4194304 5683644 140733328022192 18446744073709551615 5177488 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29137/statm: 31575 3895 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 126300

[startup+1.50046 s]
/proc/loadavg: 8.21 8.19 8.09 2/419 29142
/proc/meminfo: memFree=13677052/32951124 swapFree=65586204/67111528
[pid=29137] ppid=29135 vsize=288452 CPUtime=0.75 cores=0-7
/proc/29137/stat : 29137 (python) R 29135 29137 28697 0 -1 4202496 13735 936 1 0 63 12 0 0 16 0 1 0 741245201 295374848 9497 33554432000 4194304 5683644 140733328022192 18446744073709551615 46927281897058 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29137/statm: 72113 9497 1826 364 0 8037 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 288452

[startup+3.10018 s]
/proc/loadavg: 8.21 8.19 8.09 2/419 29142
/proc/meminfo: memFree=13661056/32951124 swapFree=65586204/67111528
[pid=29137] ppid=29135 vsize=289060 CPUtime=2.35 cores=0-7
/proc/29137/stat : 29137 (python) R 29135 29137 28697 0 -1 4202496 13894 936 1 0 223 12 0 0 18 0 1 0 741245201 295997440 9656 33554432000 4194304 5683644 140733328022192 18446744073709551615 46927281752192 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29137/statm: 72265 9656 1833 364 0 8189 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 289060
heavy processes:

[startup+6.30159 s]
/proc/loadavg: 7.64 8.07 8.05 9/443 29166
/proc/meminfo: memFree=13486876/32951124 swapFree=65586204/67111528
[pid=29137] ppid=29135 vsize=365684 CPUtime=2.82 cores=0-7
/proc/29137/stat : 29137 (python) S 29135 29137 28697 0 -1 4202496 19671 936 1 0 268 14 0 0 24 0 9 0 741245201 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29137/statm: 91421 8385 1889 364 0 27318 0
[pid=29143] ppid=29137 vsize=284108 CPUtime=0 cores=0-7
/proc/29143/stat : 29143 (python) S 29137 29137 28697 0 -1 4202560 813 0 0 0 0 0 0 0 18 0 1 0 741245540 290926592 6702 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198735 0 0 16781312 514 15144079154124652801 0 0 17 7 0 0 0
/proc/29143/statm: 71027 6702 360 364 0 6945 0
[pid=29145] ppid=29143 vsize=9464 CPUtime=2.9 cores=0-7
/proc/29145/stat : 29145 (lingeling) R 29143 29145 29145 0 -1 4202496 3834 0 0 0 290 0 0 0 25 0 1 0 741245540 9691136 1548 33554432000 4194304 4352236 140736694004672 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29145/statm: 2366 1548 129 39 0 1446 0
[pid=29146] ppid=29137 vsize=294228 CPUtime=0 cores=0-7
/proc/29146/stat : 29146 (python) S 29137 29137 28697 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 741245542 301289472 6767 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 4961005264913268993 0 0 17 6 0 0 0
/proc/29146/statm: 73557 6767 349 364 0 9472 0
[pid=29148] ppid=29146 vsize=66472 CPUtime=2.88 cores=0-7
/proc/29148/stat : 29148 (cryptominisat-2) R 29146 29148 29148 0 -1 4202496 10550 0 0 0 287 1 0 0 25 0 1 0 741245542 68067328 9253 33554432000 4194304 4677096 140736091523600 18446744073709551615 4318826 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29148/statm: 16618 9253 387 118 0 11577 0
[pid=29149] ppid=29137 vsize=304396 CPUtime=0 cores=0-7
/proc/29149/stat : 29149 (python) S 29137 29137 28697 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 741245545 311701504 6771 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 4205847759695085828 0 0 17 0 0 0 0
/proc/29149/statm: 76099 6771 349 364 0 12011 0
[pid=29151] ppid=29149 vsize=10592 CPUtime=2.82 cores=0-7
/proc/29151/stat : 29151 (lingeling) R 29149 29151 29151 0 -1 4202496 3477 0 0 0 282 0 0 0 25 0 1 0 741245545 10846208 1849 33554432000 4194304 4352236 140733625897888 18446744073709551615 4238568 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/29151/statm: 2648 1849 129 39 0 1728 0
[pid=29152] ppid=29137 vsize=315080 CPUtime=0 cores=0-7
/proc/29152/stat : 29152 (python) S 29137 29137 28697 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 741245547 322641920 6775 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 4249498371317793028 0 0 17 0 0 0 0
/proc/29152/statm: 78770 6775 349 364 0 14679 0
[pid=29154] ppid=29152 vsize=10508 CPUtime=2.82 cores=0-7
/proc/29154/stat : 29154 (lingeling) R 29152 29154 29154 0 -1 4202496 3857 0 0 0 282 0 0 0 25 0 1 0 741245548 10760192 1797 33554432000 4194304 4352236 140737242950032 18446744073709551615 4231124 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/29154/statm: 2627 1797 129 39 0 1707 0
[pid=29155] ppid=29137 vsize=325044 CPUtime=0 cores=0-7
/proc/29155/stat : 29155 (python) S 29137 29137 28697 0 -1 4202560 760 0 0 0 0 0 0 0 18 0 1 0 741245550 332845056 6830 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 7242440765257777410 0 0 17 6 0 0 0
/proc/29155/statm: 81261 6830 349 364 0 17167 0
[pid=29157] ppid=29155 vsize=6012 CPUtime=2.8 cores=0-7
/proc/29157/stat : 29157 (SApperloT-base) R 29155 29157 29157 0 -1 4202496 1490 0 0 0 280 0 0 0 25 0 1 0 741245550 6156288 1222 33554432000 134512640 135674940 4289401024 18446744073709551615 134551227 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29157/statm: 1503 1222 99 284 0 1217 0
[pid=29158] ppid=29137 vsize=335252 CPUtime=0 cores=0-7
/proc/29158/stat : 29158 (python) S 29137 29137 28697 0 -1 4202560 769 0 0 0 0 0 0 0 18 0 1 0 741245552 343298048 6834 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 13790897549437010179 0 0 17 4 0 0 0
/proc/29158/statm: 83813 6834 349 364 0 19716 0
[pid=29160] ppid=29158 vsize=22300 CPUtime=2.77 cores=0-7
/proc/29160/stat : 29160 (precosat) R 29158 29160 29160 0 -1 4202496 5675 0 0 0 277 0 0 0 25 0 1 0 741245553 22835200 5099 33554432000 4194304 4890832 140734567597952 18446744073709551615 4238592 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/29160/statm: 5575 5099 86 171 0 5402 0
[pid=29161] ppid=29137 vsize=345916 CPUtime=0 cores=0-7
/proc/29161/stat : 29161 (python) S 29137 29137 28697 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 741245555 354217984 6838 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 1586340196478058755 0 0 17 1 0 0 0
/proc/29161/statm: 86479 6838 349 364 0 22379 0
[pid=29163] ppid=29161 vsize=66652 CPUtime=2.71 cores=0-7
/proc/29163/stat : 29163 (cryptominisat-2) R 29161 29163 29163 0 -1 4202496 10556 0 0 0 270 1 0 0 25 0 1 0 741245556 68251648 9243 33554432000 4194304 4677096 140736763408384 18446744073709551615 4319886 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29163/statm: 16663 9243 387 118 0 11622 0
[pid=29164] ppid=29137 vsize=356124 CPUtime=0 cores=0-7
/proc/29164/stat : 29164 (python) S 29137 29137 28697 0 -1 4202560 822 0 0 0 0 0 0 0 15 0 1 0 741245557 364670976 6848 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 14460521846107242753 0 0 17 1 0 0 0
/proc/29164/statm: 89031 6848 355 364 0 24928 0
[pid=29166] ppid=29164 vsize=66540 CPUtime=2.71 cores=0-7
/proc/29166/stat : 29166 (cryptominisat-2) R 29164 29166 29166 0 -1 4202496 10554 0 0 0 270 1 0 0 25 0 1 0 741245558 68136960 9247 33554432000 4194304 4677096 140734631859856 18446744073709551615 4319869 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29166/statm: 16635 9247 387 118 0 11594 0
[pid=29137/tid=29144] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29144/stat : 29144 (python) S 29135 29137 28697 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 741245540 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 0 0 0 0
[pid=29137/tid=29147] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29147/stat : 29147 (python) S 29135 29137 28697 0 -1 4202560 21 936 0 0 0 0 0 0 20 0 9 0 741245542 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 2 0 0 0
[pid=29137/tid=29150] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29150/stat : 29150 (python) S 29135 29137 28697 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 741245545 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 6 0 0 0
[pid=29137/tid=29153] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29153/stat : 29153 (python) S 29135 29137 28697 0 -1 4202560 21 936 0 0 0 0 0 0 20 0 9 0 741245547 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 6 0 0 0
[pid=29137/tid=29156] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29156/stat : 29156 (python) S 29135 29137 28697 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 741245550 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 0 0 0 0
[pid=29137/tid=29159] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29159/stat : 29159 (python) S 29135 29137 28697 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 9 0 741245552 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 4 0 0 0
[pid=29137/tid=29162] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29162/stat : 29162 (python) S 29135 29137 28697 0 -1 4202560 26 936 0 0 0 0 0 0 23 0 9 0 741245555 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 1 0 0 0
[pid=29137/tid=29165] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29165/stat : 29165 (python) S 29135 29137 28697 0 -1 4202560 32 936 0 0 0 0 0 0 24 0 9 0 741245558 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 3184372

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

[startup+9.50103 s]
/proc/loadavg: 7.66 8.07 8.05 9/443 29166
/proc/meminfo: memFree=13478196/32951124 swapFree=65586204/67111528
[pid=29137] ppid=29135 vsize=365684 CPUtime=2.82 cores=0-7
/proc/29137/stat : 29137 (python) S 29135 29137 28697 0 -1 4202496 19671 936 1 0 268 14 0 0 24 0 9 0 741245201 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29137/statm: 91421 8385 1889 364 0 27318 0
[pid=29143] ppid=29137 vsize=284108 CPUtime=0.01 cores=0-7
/proc/29143/stat : 29143 (python) S 29137 29137 28697 0 -1 4202560 985 0 0 0 1 0 0 0 18 0 1 0 741245540 290926592 6725 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198735 0 0 16781312 514 15144079154124652801 0 0 17 7 0 0 0
/proc/29143/statm: 71027 6725 383 364 0 6945 0
[pid=29145] ppid=29143 vsize=11268 CPUtime=6.1 cores=0-7
/proc/29145/stat : 29145 (lingeling) R 29143 29145 29145 0 -1 4202496 4273 0 0 0 610 0 0 0 25 0 1 0 741245540 11538432 1987 33554432000 4194304 4352236 140736694004672 18446744073709551615 4328210 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29145/statm: 2817 1987 129 39 0 1897 0
[pid=29146] ppid=29137 vsize=294228 CPUtime=0.01 cores=0-7
/proc/29146/stat : 29146 (python) S 29137 29137 28697 0 -1 4202560 910 0 0 0 1 0 0 0 15 0 1 0 741245542 301289472 6790 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 4961005264913268993 0 0 17 6 0 0 0
/proc/29146/statm: 73557 6790 372 364 0 9472 0
[pid=29148] ppid=29146 vsize=72112 CPUtime=6.07 cores=0-7
/proc/29148/stat : 29148 (cryptominisat-2) R 29146 29148 29148 0 -1 4202496 12451 0 0 0 606 1 0 0 25 0 1 0 741245542 73842688 10591 33554432000 4194304 4677096 140736091523600 18446744073709551615 4318847 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29148/statm: 18028 10591 391 118 0 12987 0
[pid=29149] ppid=29137 vsize=304396 CPUtime=0.01 cores=0-7
/proc/29149/stat : 29149 (python) S 29137 29137 28697 0 -1 4202560 910 0 0 0 0 1 0 0 18 0 1 0 741245545 311701504 6794 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 4205847759695085828 0 0 17 0 0 0 0
/proc/29149/statm: 76099 6794 372 364 0 12011 0
[pid=29151] ppid=29149 vsize=10864 CPUtime=5.94 cores=0-7
/proc/29151/stat : 29151 (lingeling) R 29149 29151 29151 0 -1 4202496 3767 0 0 0 594 0 0 0 25 0 1 0 741245545 11124736 1917 33554432000 4194304 4352236 140733625897888 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/29151/statm: 2716 1917 129 39 0 1796 0
[pid=29152] ppid=29137 vsize=315080 CPUtime=0.01 cores=0-7
/proc/29152/stat : 29152 (python) S 29137 29137 28697 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 741245547 322641920 6798 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 4249498371317793028 0 0 17 0 0 0 0
/proc/29152/statm: 78770 6798 372 364 0 14679 0
[pid=29154] ppid=29152 vsize=11164 CPUtime=6.02 cores=0-7
/proc/29154/stat : 29154 (lingeling) R 29152 29154 29154 0 -1 4202496 4243 0 0 0 602 0 0 0 25 0 1 0 741245548 11431936 1961 33554432000 4194304 4352236 140737242950032 18446744073709551615 4207896 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/29154/statm: 2791 1961 129 39 0 1871 0
[pid=29155] ppid=29137 vsize=325044 CPUtime=0.01 cores=0-7
/proc/29155/stat : 29155 (python) S 29137 29137 28697 0 -1 4202560 938 0 0 0 0 1 0 0 18 0 1 0 741245550 332845056 6853 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 7242440765257777410 0 0 17 6 0 0 0
/proc/29155/statm: 81261 6853 372 364 0 17167 0
[pid=29157] ppid=29155 vsize=7200 CPUtime=5.96 cores=0-7
/proc/29157/stat : 29157 (SApperloT-base) R 29155 29157 29157 0 -1 4202496 1755 0 0 0 596 0 0 0 25 0 1 0 741245550 7372800 1487 33554432000 134512640 135674940 4289401024 18446744073709551615 134571313 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29157/statm: 1800 1487 99 284 0 1514 0
[pid=29158] ppid=29137 vsize=335252 CPUtime=0.67 cores=0-7
/proc/29158/stat : 29158 (python) R 29137 29137 28697 0 -1 4202560 953 0 0 0 57 10 0 0 16 0 1 0 741245552 343298048 6857 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/29158/statm: 83813 6857 372 364 0 19716 0
[pid=29160] ppid=29158 vsize=0 CPUtime=5.29 cores=0-7
/proc/29160/stat : 29160 (precosat) R 29158 29160 29160 0 -1 4202500 5676 0 0 0 529 0 0 0 25 0 1 0 741245553 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29160/statm: 0 0 0 0 0 0 0

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

[pid=29164] ppid=29137 vsize=356124 CPUtime=0.02 cores=0-7
/proc/29164/stat : 29164 (python) S 29137 29137 28697 0 -1 4202560 989 0 0 0 1 1 0 0 15 0 1 0 741245557 364670976 6871 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 14460521846107242753 0 0 17 1 0 0 0
/proc/29164/statm: 89031 6871 378 364 0 24928 0
[pid=29166] ppid=29164 vsize=85832 CPUtime=7.08 cores=0-7
/proc/29166/stat : 29166 (cryptominisat-2) R 29164 29166 29166 0 -1 4202496 15823 0 0 0 705 3 0 0 25 0 1 0 741245558 87891968 13967 33554432000 4194304 4677096 140734631859856 18446744073709551615 4250205 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29166/statm: 21458 13968 391 118 0 16417 0
[pid=29137/tid=29144] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29144/stat : 29144 (python) S 29135 29137 28697 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 741245540 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 0 0 0 0
[pid=29137/tid=29147] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29147/stat : 29147 (python) S 29135 29137 28697 0 -1 4202560 21 936 0 0 0 0 0 0 20 0 9 0 741245542 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 2 0 0 0
[pid=29137/tid=29150] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29150/stat : 29150 (python) S 29135 29137 28697 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 741245545 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 6 0 0 0
[pid=29137/tid=29153] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29153/stat : 29153 (python) S 29135 29137 28697 0 -1 4202560 21 936 0 0 0 0 0 0 20 0 9 0 741245547 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 6 0 0 0
[pid=29137/tid=29156] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29156/stat : 29156 (python) S 29135 29137 28697 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 741245550 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 0 0 0 0
[pid=29137/tid=29159] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29159/stat : 29159 (python) S 29135 29137 28697 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 9 0 741245552 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 4 0 0 0
[pid=29137/tid=29162] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29162/stat : 29162 (python) S 29135 29137 28697 0 -1 4202560 26 936 0 0 0 0 0 0 23 0 9 0 741245555 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 1 0 0 0
[pid=29137/tid=29165] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29165/stat : 29165 (python) S 29135 29137 28697 0 -1 4202560 32 936 0 0 0 0 0 0 24 0 9 0 741245558 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.29
Current children cumulated vsize (KiB) 3223432

[startup+10.9018 s]
/proc/loadavg: 7.66 8.07 8.05 10/443 29166
/proc/meminfo: memFree=13431356/32951124 swapFree=65586204/67111528
[pid=29137] ppid=29135 vsize=365684 CPUtime=2.82 cores=0-7
/proc/29137/stat : 29137 (python) S 29135 29137 28697 0 -1 4202496 19671 936 1 0 268 14 0 0 24 0 9 0 741245201 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29137/statm: 91421 8385 1889 364 0 27318 0
[pid=29143] ppid=29137 vsize=284108 CPUtime=0.01 cores=0-7
/proc/29143/stat : 29143 (python) S 29137 29137 28697 0 -1 4202560 985 0 0 0 1 0 0 0 18 0 1 0 741245540 290926592 6725 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198735 0 0 16781312 514 15144079154124652801 0 0 17 7 0 0 0
/proc/29143/statm: 71027 6725 383 364 0 6945 0
[pid=29145] ppid=29143 vsize=11128 CPUtime=7.51 cores=0-7
/proc/29145/stat : 29145 (lingeling) R 29143 29145 29145 0 -1 4202496 4273 0 0 0 751 0 0 0 25 0 1 0 741245540 11395072 1952 33554432000 4194304 4352236 140736694004672 18446744073709551615 4328441 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29145/statm: 2782 1952 129 39 0 1862 0
[pid=29146] ppid=29137 vsize=294228 CPUtime=0.01 cores=0-7
/proc/29146/stat : 29146 (python) S 29137 29137 28697 0 -1 4202560 910 0 0 0 1 0 0 0 15 0 1 0 741245542 301289472 6790 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 4961005264913268993 0 0 17 6 0 0 0
/proc/29146/statm: 73557 6790 372 364 0 9472 0
[pid=29148] ppid=29146 vsize=94532 CPUtime=7.49 cores=0-7
/proc/29148/stat : 29148 (cryptominisat-2) R 29146 29148 29148 0 -1 4202496 17930 0 0 0 747 2 0 0 25 0 1 0 741245542 96800768 16070 33554432000 4194304 4677096 140736091523600 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29148/statm: 23633 16070 391 118 0 18592 0
[pid=29149] ppid=29137 vsize=304396 CPUtime=0.01 cores=0-7
/proc/29149/stat : 29149 (python) S 29137 29137 28697 0 -1 4202560 910 0 0 0 0 1 0 0 18 0 1 0 741245545 311701504 6794 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 4205847759695085828 0 0 17 0 0 0 0
/proc/29149/statm: 76099 6794 372 364 0 12011 0
[pid=29151] ppid=29149 vsize=10916 CPUtime=7.33 cores=0-7
/proc/29151/stat : 29151 (lingeling) R 29149 29151 29151 0 -1 4202496 3815 0 0 0 733 0 0 0 25 0 1 0 741245545 11177984 1930 33554432000 4194304 4352236 140733625897888 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/29151/statm: 2729 1930 129 39 0 1809 0
[pid=29152] ppid=29137 vsize=315080 CPUtime=0.01 cores=0-7
/proc/29152/stat : 29152 (python) S 29137 29137 28697 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 741245547 322641920 6798 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 4249498371317793028 0 0 17 0 0 0 0
/proc/29152/statm: 78770 6798 372 364 0 14679 0
[pid=29154] ppid=29152 vsize=11024 CPUtime=7.44 cores=0-7
/proc/29154/stat : 29154 (lingeling) R 29152 29154 29154 0 -1 4202496 4275 0 0 0 744 0 0 0 25 0 1 0 741245548 11288576 1958 33554432000 4194304 4352236 140737242950032 18446744073709551615 4276583 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/29154/statm: 2756 1958 129 39 0 1836 0
[pid=29155] ppid=29137 vsize=325044 CPUtime=0.01 cores=0-7
/proc/29155/stat : 29155 (python) S 29137 29137 28697 0 -1 4202560 938 0 0 0 0 1 0 0 18 0 1 0 741245550 332845056 6853 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 7242440765257777410 0 0 17 6 0 0 0
/proc/29155/statm: 81261 6853 372 364 0 17167 0
[pid=29157] ppid=29155 vsize=7872 CPUtime=7.37 cores=0-7
/proc/29157/stat : 29157 (SApperloT-base) R 29155 29157 29157 0 -1 4202496 1900 0 0 0 737 0 0 0 25 0 1 0 741245550 8060928 1632 33554432000 134512640 135674940 4289401024 18446744073709551615 134564244 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29157/statm: 1968 1632 99 284 0 1682 0
[pid=29158] ppid=29137 vsize=335252 CPUtime=2.08 cores=0-7
/proc/29158/stat : 29158 (python) R 29137 29137 28697 0 -1 4202560 953 0 0 0 177 31 0 0 18 0 1 0 741245552 343298048 6857 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/29158/statm: 83813 6857 372 364 0 19716 0
[pid=29160] ppid=29158 vsize=0 CPUtime=5.29 cores=0-7
/proc/29160/stat : 29160 (precosat) R 29158 29160 29160 0 -1 4202500 5676 0 0 0 529 0 0 0 25 0 1 0 741245553 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29160/statm: 0 0 0 0 0 0 0
[pid=29161] ppid=29137 vsize=345916 CPUtime=0.01 cores=0-7
/proc/29161/stat : 29161 (python) S 29137 29137 28697 0 -1 4202560 957 0 0 0 0 1 0 0 15 0 1 0 741245555 354217984 6861 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 1586340196478058755 0 0 17 1 0 0 0
/proc/29161/statm: 86479 6861 372 364 0 22379 0
[pid=29163] ppid=29161 vsize=83280 CPUtime=7.29 cores=0-7
/proc/29163/stat : 29163 (cryptominisat-2) R 29161 29163 29163 0 -1 4202496 15253 0 0 0 727 2 0 0 25 0 1 0 741245556 85278720 13370 33554432000 4194304 4677096 140736763408384 18446744073709551615 4250205 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29163/statm: 20820 13370 391 118 0 15779 0
[pid=29164] ppid=29137 vsize=356124 CPUtime=0.02 cores=0-7
/proc/29164/stat : 29164 (python) S 29137 29137 28697 0 -1 4202560 989 0 0 0 1 1 0 0 15 0 1 0 741245557 364670976 6871 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 14460521846107242753 0 0 17 1 0 0 0
/proc/29164/statm: 89031 6871 378 364 0 24928 0
[pid=29166] ppid=29164 vsize=91272 CPUtime=7.29 cores=0-7
/proc/29166/stat : 29166 (cryptominisat-2) R 29164 29166 29166 0 -1 4202496 17103 0 0 0 726 3 0 0 25 0 1 0 741245558 93462528 15247 33554432000 4194304 4677096 140734631859856 18446744073709551615 4319756 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29166/statm: 22818 15247 391 118 0 17777 0
[pid=29137/tid=29144] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29144/stat : 29144 (python) S 29135 29137 28697 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 741245540 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 0 0 0 0
[pid=29137/tid=29147] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29147/stat : 29147 (python) S 29135 29137 28697 0 -1 4202560 21 936 0 0 0 0 0 0 20 0 9 0 741245542 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 2 0 0 0
[pid=29137/tid=29150] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29150/stat : 29150 (python) S 29135 29137 28697 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 741245545 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 6 0 0 0
[pid=29137/tid=29153] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29153/stat : 29153 (python) S 29135 29137 28697 0 -1 4202560 21 936 0 0 0 0 0 0 20 0 9 0 741245547 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 6 0 0 0
[pid=29137/tid=29156] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29156/stat : 29156 (python) S 29135 29137 28697 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 741245550 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 0 0 0 0
[pid=29137/tid=29159] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29159/stat : 29159 (python) S 29135 29137 28697 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 9 0 741245552 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 4 0 0 0
[pid=29137/tid=29162] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29162/stat : 29162 (python) S 29135 29137 28697 0 -1 4202560 26 936 0 0 0 0 0 0 23 0 9 0 741245555 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 1 0 0 0
[pid=29137/tid=29165] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29165/stat : 29165 (python) S 29135 29137 28697 0 -1 4202560 32 936 0 0 0 0 0 0 24 0 9 0 741245558 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 61.99
Current children cumulated vsize (KiB) 3235856

[startup+11.0168 s]
/proc/loadavg: 7.66 8.07 8.05 10/443 29166
/proc/meminfo: memFree=13431356/32951124 swapFree=65586204/67111528
[pid=29137] ppid=29135 vsize=365684 CPUtime=2.82 cores=0-7
/proc/29137/stat : 29137 (python) S 29135 29137 28697 0 -1 4202496 19671 936 1 0 268 14 0 0 24 0 9 0 741245201 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29137/statm: 91421 8385 1889 364 0 27318 0
[pid=29143] ppid=29137 vsize=284108 CPUtime=0.01 cores=0-7
/proc/29143/stat : 29143 (python) S 29137 29137 28697 0 -1 4202560 985 0 0 0 1 0 0 0 18 0 1 0 741245540 290926592 6725 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198735 0 0 16781312 514 15144079154124652801 0 0 17 7 0 0 0
/proc/29143/statm: 71027 6725 383 364 0 6945 0
[pid=29145] ppid=29143 vsize=11128 CPUtime=7.61 cores=0-7
/proc/29145/stat : 29145 (lingeling) R 29143 29145 29145 0 -1 4202496 4273 0 0 0 761 0 0 0 25 0 1 0 741245540 11395072 1952 33554432000 4194304 4352236 140736694004672 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29145/statm: 2782 1952 129 39 0 1862 0
[pid=29146] ppid=29137 vsize=294228 CPUtime=0.01 cores=0-7
/proc/29146/stat : 29146 (python) S 29137 29137 28697 0 -1 4202560 910 0 0 0 1 0 0 0 15 0 1 0 741245542 301289472 6790 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 4961005264913268993 0 0 17 6 0 0 0
/proc/29146/statm: 73557 6790 372 364 0 9472 0
[pid=29148] ppid=29146 vsize=94532 CPUtime=7.59 cores=0-7
/proc/29148/stat : 29148 (cryptominisat-2) R 29146 29148 29148 0 -1 4202496 17944 0 0 0 757 2 0 0 25 0 1 0 741245542 96800768 16084 33554432000 4194304 4677096 140736091523600 18446744073709551615 4320203 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29148/statm: 23633 16084 391 118 0 18592 0
[pid=29149] ppid=29137 vsize=304396 CPUtime=0.01 cores=0-7
/proc/29149/stat : 29149 (python) S 29137 29137 28697 0 -1 4202560 910 0 0 0 0 1 0 0 18 0 1 0 741245545 311701504 6794 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 4205847759695085828 0 0 17 0 0 0 0
/proc/29149/statm: 76099 6794 372 364 0 12011 0
[pid=29151] ppid=29149 vsize=10916 CPUtime=7.43 cores=0-7
/proc/29151/stat : 29151 (lingeling) R 29149 29151 29151 0 -1 4202496 3815 0 0 0 743 0 0 0 25 0 1 0 741245545 11177984 1930 33554432000 4194304 4352236 140733625897888 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/29151/statm: 2729 1930 129 39 0 1809 0
[pid=29152] ppid=29137 vsize=315080 CPUtime=0.01 cores=0-7
/proc/29152/stat : 29152 (python) S 29137 29137 28697 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 741245547 322641920 6798 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 4249498371317793028 0 0 17 0 0 0 0
/proc/29152/statm: 78770 6798 372 364 0 14679 0
[pid=29154] ppid=29152 vsize=11024 CPUtime=7.54 cores=0-7
/proc/29154/stat : 29154 (lingeling) R 29152 29154 29154 0 -1 4202496 4275 0 0 0 754 0 0 0 25 0 1 0 741245548 11288576 1958 33554432000 4194304 4352236 140737242950032 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/29154/statm: 2756 1958 129 39 0 1836 0
[pid=29155] ppid=29137 vsize=325044 CPUtime=0.01 cores=0-7
/proc/29155/stat : 29155 (python) S 29137 29137 28697 0 -1 4202560 938 0 0 0 0 1 0 0 18 0 1 0 741245550 332845056 6853 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 7242440765257777410 0 0 17 6 0 0 0
/proc/29155/statm: 81261 6853 372 364 0 17167 0
[pid=29157] ppid=29155 vsize=7872 CPUtime=7.47 cores=0-7
/proc/29157/stat : 29157 (SApperloT-base) R 29155 29157 29157 0 -1 4202496 1909 0 0 0 747 0 0 0 25 0 1 0 741245550 8060928 1641 33554432000 134512640 135674940 4289401024 18446744073709551615 134571315 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29157/statm: 1968 1641 99 284 0 1682 0
[pid=29158] ppid=29137 vsize=335252 CPUtime=2.18 cores=0-7
/proc/29158/stat : 29158 (python) R 29137 29137 28697 0 -1 4202560 953 0 0 0 186 32 0 0 18 0 1 0 741245552 343298048 6857 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/29158/statm: 83813 6857 372 364 0 19716 0
[pid=29160] ppid=29158 vsize=0 CPUtime=5.29 cores=0-7
/proc/29160/stat : 29160 (precosat) R 29158 29160 29160 0 -1 4202500 5676 0 0 0 529 0 0 0 25 0 1 0 741245553 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29160/statm: 0 0 0 0 0 0 0
[pid=29161] ppid=29137 vsize=345916 CPUtime=0.01 cores=0-7
/proc/29161/stat : 29161 (python) S 29137 29137 28697 0 -1 4202560 957 0 0 0 0 1 0 0 15 0 1 0 741245555 354217984 6861 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 1586340196478058755 0 0 17 1 0 0 0
/proc/29161/statm: 86479 6861 372 364 0 22379 0
[pid=29163] ppid=29161 vsize=85996 CPUtime=7.39 cores=0-7
/proc/29163/stat : 29163 (cryptominisat-2) R 29161 29163 29163 0 -1 4202496 15889 0 0 0 737 2 0 0 25 0 1 0 741245556 88059904 14006 33554432000 4194304 4677096 140736763408384 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29163/statm: 21499 14006 391 118 0 16458 0
[pid=29164] ppid=29137 vsize=356124 CPUtime=0.02 cores=0-7
/proc/29164/stat : 29164 (python) S 29137 29137 28697 0 -1 4202560 989 0 0 0 1 1 0 0 15 0 1 0 741245557 364670976 6871 33554432000 4194304 5683644 140733328022192 18446744073709551615 216735198790 0 0 16781312 514 14460521846107242753 0 0 17 1 0 0 0
/proc/29164/statm: 89031 6871 378 364 0 24928 0
[pid=29166] ppid=29164 vsize=93444 CPUtime=7.39 cores=0-7
/proc/29166/stat : 29166 (cryptominisat-2) R 29164 29166 29166 0 -1 4202496 17645 0 0 0 736 3 0 0 25 0 1 0 741245558 95686656 15789 33554432000 4194304 4677096 140734631859856 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29166/statm: 23361 15789 391 118 0 18320 0
[pid=29137/tid=29144] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29144/stat : 29144 (python) S 29135 29137 28697 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 741245540 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 0 0 0 0
[pid=29137/tid=29147] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29147/stat : 29147 (python) S 29135 29137 28697 0 -1 4202560 21 936 0 0 0 0 0 0 20 0 9 0 741245542 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 2 0 0 0
[pid=29137/tid=29150] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29150/stat : 29150 (python) S 29135 29137 28697 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 741245545 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 6 0 0 0
[pid=29137/tid=29153] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29153/stat : 29153 (python) S 29135 29137 28697 0 -1 4202560 21 936 0 0 0 0 0 0 20 0 9 0 741245547 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 6 0 0 0
[pid=29137/tid=29156] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29156/stat : 29156 (python) S 29135 29137 28697 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 741245550 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 0 0 0 0
[pid=29137/tid=29159] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29159/stat : 29159 (python) S 29135 29137 28697 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 9 0 741245552 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 4 0 0 0
[pid=29137/tid=29162] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29162/stat : 29162 (python) S 29135 29137 28697 0 -1 4202560 26 936 0 0 0 0 0 0 23 0 9 0 741245555 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 1 0 0 0
[pid=29137/tid=29165] ppid=29135 vsize=365684 CPUtime=0 cores=0-7
/proc/29137/task/29165/stat : 29165 (python) S 29135 29137 28697 0 -1 4202560 32 936 0 0 0 0 0 0 24 0 9 0 741245558 374460416 8385 33554432000 4194304 5683644 140733328022192 18446744073709551615 216747002289 0 0 16781312 2 18446604449491904512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 62.79
Current children cumulated vsize (KiB) 3240744

Child status: 0
Real time (s): 11.0733
CPU time (s): 63.1744
CPU user time (s): 62.4625
CPU system time (s): 0.711891
CPU usage (%): 570.509
Max. virtual memory (cumulated for all children) (KiB): 3240744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.4625
system time used= 0.711891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105915
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= 3450
involuntary context switches= 458

runsolver used 0.056991 second user time and 0.133979 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-16 03:42:25
IDJOB=3381234
IDBENCH=84953
IDSOLVER=1864
FILE ID=node119/3381234-1305510145
RUNJOBID= node119-1305505496-28711
PBS_JOBID= 13325498
Free space on /tmp= 73300 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/dekker.used-as.sat04-989.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-3381234-1305510145/watcher-3381234-1305510145 -o /tmp/evaluation-result-3381234-1305510145/solver-3381234-1305510145 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381234-1305510145.cnf -seed 353171673 -budget 40000 -cores 8

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

MD5SUM BENCH= aed38f764725bc435a811b081bc99da2
RANDOM SEED=353171673

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.74
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.815
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:      13693336 kB
Buffers:        313144 kB
Cached:        4913956 kB
SwapCached:       4756 kB
Active:       15697504 kB
Inactive:      3209128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13693336 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           32648 kB
Writeback:           0 kB
AnonPages:    13678408 kB
Mapped:          33688 kB
Slab:           216244 kB
PageTables:      63492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120780056 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= 73268 MiB
End job on node119 at 2011-05-16 03:42:37