Trace number 3321665

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-industrialUNSAT 129.436 27.4089

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.cnf
MD5SUM7599aafec7bebba20ceab50260cd7197
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.53746
Satisfiable
(Un)Satisfiability was proved
Number of variables70167
Number of clauses209513
Sum of the clauses size488861
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2139674
Number of clauses of size 369837
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.46	c INFO: solving HOME/instance-3321665-1304348861.cnf
0.32/0.46	c INFO: computing task features
0.91/1.06	c INFO: computed variable-clause graph statistics
0.91/1.09	c INFO: computed clause balance statistics
4.21/4.30	c INFO: computed variable balance statistics
6.60/6.75	c INFO: computed small-clause counts
6.60/6.78	c INFO: computed Horn-clause counts
12.50/12.61	c INFO: computed variable graph statistics
12.50/12.61	c INFO: collected features for HOME/instance-3321665-1304348861.cnf in 12.13 s
12.50/12.64	c INFO: running lingeling-276@0 for 97 with 39987 remaining (b = 0.37)
12.50/12.67	c INFO: running cryptominisat-2.9.0@0 for 485 with 39987 remaining (b = 0.34)
12.60/12.70	c INFO: running lingeling-276@0 for 1261 with 39987 remaining (b = 0.48)
12.60/12.73	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39987 remaining (b = 0.55)
12.60/12.77	c INFO: running lingeling-276@0 for 1261 with 39987 remaining (b = 0.41)
12.71/12.80	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39987 remaining (b = 0.45)
12.71/12.84	c INFO: running precosat-570@0 for 388 with 39987 remaining (b = 0.21)
12.71/12.87	c INFO: running lingeling-276@0 for 1261 with 39987 remaining (b = 0.31)
128.80/27.37	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: 935)

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-3321665-1304348861/watcher-3321665-1304348861 -o /tmp/evaluation-result-3321665-1304348861/solver-3321665-1304348861 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321665-1304348861.cnf -seed 822601282 -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: 1.47 3.86 4.17 2/223 11018
/proc/meminfo: memFree=28416156/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=15752 CPUtime=0 cores=0-7
/proc/11018/stat : 11018 (python) S 11016 11018 10653 0 -1 4202496 839 0 0 0 0 0 0 0 20 0 1 0 546488473 16130048 723 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11018/statm: 3938 723 334 364 0 425 0

[startup+0.0382001 s]
/proc/loadavg: 1.47 3.86 4.17 2/223 11018
/proc/meminfo: memFree=28416156/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=18884 CPUtime=0.02 cores=0-7
/proc/11018/stat : 11018 (python) R 11016 11018 10653 0 -1 4202496 1288 0 0 0 2 0 0 0 20 0 1 0 546488473 19337216 1141 33554432000 4194304 5683644 140735418153296 18446744073709551615 4509181 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11018/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100182 s]
/proc/loadavg: 1.47 3.86 4.17 2/223 11018
/proc/meminfo: memFree=28416156/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=104224 CPUtime=0.06 cores=0-7
/proc/11018/stat : 11018 (python) S 11016 11018 10653 0 -1 4202496 3058 0 0 0 5 1 0 0 17 0 1 0 546488473 106725376 2741 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11018/statm: 26056 2741 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300122 s]
/proc/loadavg: 1.47 3.86 4.17 2/223 11018
/proc/meminfo: memFree=28416156/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=182428 CPUtime=0.23 cores=0-7
/proc/11018/stat : 11018 (python) S 11016 11018 10653 0 -1 4202496 6749 935 1 0 16 7 0 0 17 0 1 0 546488473 186806272 4817 33554432000 4194304 5683644 140735418153296 18446744073709551615 212431093383 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11018/statm: 46259 4819 1341 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 182428

[startup+0.701071 s]
/proc/loadavg: 1.47 3.86 4.17 2/223 11018
/proc/meminfo: memFree=28416156/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=296572 CPUtime=0.61 cores=0-7
/proc/11018/stat : 11018 (python) R 11016 11018 10653 0 -1 4202496 13757 935 1 0 50 11 0 0 17 0 1 0 546488473 303689728 11441 33554432000 4194304 5683644 140735418153296 18446744073709551615 47779375654110 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11018/statm: 74143 11441 1761 364 0 10067 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 296572

[startup+1.50092 s]
/proc/loadavg: 1.47 3.86 4.17 2/224 11023
/proc/meminfo: memFree=28368656/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=320128 CPUtime=1.4 cores=0-7
/proc/11018/stat : 11018 (python) R 11016 11018 10653 0 -1 4202496 24401 935 1 0 128 12 0 0 19 0 1 0 546488473 327811072 17417 33554432000 4194304 5683644 140735418153296 18446744073709551615 47779207576952 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11018/statm: 80032 17417 1826 364 0 15956 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 320128

[startup+3.10061 s]
/proc/loadavg: 1.47 3.86 4.17 2/224 11023
/proc/meminfo: memFree=28352908/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=320128 CPUtime=3 cores=0-7
/proc/11018/stat : 11018 (python) R 11016 11018 10653 0 -1 4202496 24401 935 1 0 288 12 0 0 22 0 1 0 546488473 327811072 17417 33554432000 4194304 5683644 140735418153296 18446744073709551615 47779207678254 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11018/statm: 80032 17417 1826 364 0 15956 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 320128

[startup+6.30101 s]
/proc/loadavg: 1.43 3.81 4.15 2/224 11023
/proc/meminfo: memFree=28353800/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=320128 CPUtime=6.2 cores=0-7
/proc/11018/stat : 11018 (python) R 11016 11018 10653 0 -1 4202496 24402 935 1 0 608 12 0 0 25 0 1 0 546488473 327811072 17418 33554432000 4194304 5683644 140735418153296 18446744073709551615 212439425705 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11018/statm: 80032 17418 1827 364 0 15956 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 320128

[startup+12.7008 s]
/proc/loadavg: 1.39 3.77 4.13 2/224 11023
/proc/meminfo: memFree=28355164/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=337440 CPUtime=12.6 cores=0-7
/proc/11018/stat : 11018 (python) R 11016 11018 10653 0 -1 4202496 25894 935 1 0 1247 13 0 0 18 0 3 0 546488473 345538560 16672 33554432000 4194304 5683644 140735418153296 18446744073709551615 47779207579343 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11018/statm: 84360 16672 1876 364 0 20275 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 337440

[startup+25.5013 s]
/proc/loadavg: 2.86 3.97 4.19 9/248 11048
/proc/meminfo: memFree=27779824/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=464512 CPUtime=12.78 cores=0-7
/proc/11018/stat : 11018 (python) S 11016 11018 10653 0 -1 4202496 30151 935 1 0 1262 16 0 0 22 0 9 0 546488473 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11018/statm: 116128 16814 1889 364 0 52025 0
[pid=11024] ppid=11018 vsize=316940 CPUtime=0.02 cores=0-7
/proc/11024/stat : 11024 (python) S 11018 11018 10653 0 -1 4202560 919 0 0 0 1 1 0 0 18 0 1 0 546489738 324546560 15164 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037135 0 0 16781312 514 8322141937985356036 0 0 17 1 0 0 0
/proc/11024/statm: 79235 15164 376 364 0 15153 0
[pid=11026] ppid=11024 vsize=21944 CPUtime=12.84 cores=0-7
/proc/11026/stat : 11026 (lingeling) R 11024 11026 11026 0 -1 4202496 14675 0 0 0 1282 2 0 0 25 0 1 0 546489738 22470656 4679 33554432000 4194304 4352236 140736349902368 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11026/statm: 5486 4679 129 39 0 4566 0
[pid=11027] ppid=11018 vsize=327196 CPUtime=0.02 cores=0-7
/proc/11027/stat : 11027 (python) S 11018 11018 10653 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 546489741 335048704 15162 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 13768031830747873538 0 0 17 0 0 0 0
/proc/11027/statm: 81799 15162 370 364 0 17714 0
[pid=11029] ppid=11027 vsize=170392 CPUtime=12.81 cores=0-7
/proc/11029/stat : 11029 (cryptominisat-2) R 11027 11029 11029 0 -1 4202496 38905 0 0 0 1276 5 0 0 25 0 1 0 546489741 174481408 33231 33554432000 4194304 4677096 140734342295680 18446744073709551615 4230489 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11029/statm: 42598 33231 391 118 0 37557 0
[pid=11030] ppid=11018 vsize=337452 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (python) S 11018 11018 10653 0 -1 4202560 915 0 0 0 0 1 0 0 18 0 1 0 546489744 345550848 15166 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 8322141937985356035 0 0 17 1 0 0 0
/proc/11030/statm: 84363 15166 370 364 0 20275 0
[pid=11032] ppid=11030 vsize=21776 CPUtime=12.78 cores=0-7
/proc/11032/stat : 11032 (lingeling) R 11030 11032 11032 0 -1 4202496 13588 0 0 0 1276 2 0 0 25 0 1 0 546489744 22298624 4614 33554432000 4194304 4352236 140735521499168 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11032/statm: 5444 4614 129 39 0 4524 0
[pid=11033] ppid=11018 vsize=347708 CPUtime=0.02 cores=0-7
/proc/11033/stat : 11033 (python) S 11018 11018 10653 0 -1 4202560 945 0 0 0 1 1 0 0 15 0 1 0 546489747 356052992 15170 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 4605084554909155588 0 0 17 6 0 0 0
/proc/11033/statm: 86927 15170 370 364 0 22836 0
[pid=11035] ppid=11033 vsize=170552 CPUtime=12.73 cores=0-7
/proc/11035/stat : 11035 (cryptominisat-2) R 11033 11035 11035 0 -1 4202496 38929 0 0 0 1269 4 0 0 25 0 1 0 546489747 174645248 33263 33554432000 4194304 4677096 140734577610944 18446744073709551615 4318923 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11035/statm: 42638 33263 391 118 0 37597 0
[pid=11036] ppid=11018 vsize=357964 CPUtime=0.01 cores=0-7
/proc/11036/stat : 11036 (python) S 11018 11018 10653 0 -1 4202560 945 0 0 0 0 1 0 0 18 0 1 0 546489750 366555136 15174 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 8322141937985356034 0 0 17 1 0 0 0
/proc/11036/statm: 89491 15174 370 364 0 25397 0
[pid=11038] ppid=11036 vsize=21716 CPUtime=12.71 cores=0-7
/proc/11038/stat : 11038 (lingeling) R 11036 11038 11038 0 -1 4202496 14603 0 0 0 1269 2 0 0 25 0 1 0 546489751 22237184 4622 33554432000 4194304 4352236 140736395154336 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11038/statm: 5429 4622 129 39 0 4509 0
[pid=11039] ppid=11018 vsize=368220 CPUtime=0.02 cores=0-7
/proc/11039/stat : 11039 (python) S 11018 11018 10653 0 -1 4202560 955 0 0 0 1 1 0 0 15 0 1 0 546489754 377057280 15178 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 17045794740403929348 0 0 17 1 0 0 0
/proc/11039/statm: 92055 15178 370 364 0 27958 0
[pid=11041] ppid=11039 vsize=169852 CPUtime=12.58 cores=0-7
/proc/11041/stat : 11041 (cryptominisat-2) R 11039 11041 11041 0 -1 4202496 38493 0 0 0 1252 6 0 0 25 0 1 0 546489754 173928448 32812 33554432000 4194304 4677096 140733282327168 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11041/statm: 42463 32812 391 118 0 37422 0
[pid=11042] ppid=11018 vsize=444012 CPUtime=0.02 cores=0-7
/proc/11042/stat : 11042 (python) S 11018 11018 10653 0 -1 4202560 810 0 0 0 1 1 0 0 18 0 1 0 546489757 454668288 15300 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 8322141937985356034 0 0 17 1 0 0 0
/proc/11042/statm: 111003 15300 371 364 0 46903 0
[pid=11044] ppid=11042 vsize=78596 CPUtime=12.52 cores=0-7
/proc/11044/stat : 11044 (precosat) R 11042 11044 11044 0 -1 4202496 19773 0 0 0 1249 3 0 0 25 0 1 0 546489759 80482304 18415 33554432000 4194304 4890832 140735657967008 18446744073709551615 4229292 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/11044/statm: 19649 18415 86 171 0 19476 0
[pid=11045] ppid=11018 vsize=454268 CPUtime=0.02 cores=0-7
/proc/11045/stat : 11045 (python) S 11018 11018 10653 0 -1 4202560 859 0 0 0 1 1 0 0 18 0 1 0 546489760 465170432 15298 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 8322141937985356033 0 0 17 0 0 0 0
/proc/11045/statm: 113567 15298 377 364 0 49464 0
[pid=11047] ppid=11045 vsize=21512 CPUtime=12.56 cores=0-7
/proc/11047/stat : 11047 (lingeling) R 11045 11047 11047 0 -1 4202496 13501 0 0 0 1255 1 0 0 25 0 1 0 546489761 22028288 4548 33554432000 4194304 4352236 140735142193456 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11047/statm: 5378 4548 129 39 0 4458 0
[pid=11018/tid=11025] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11025/stat : 11025 (python) S 11016 11018 10653 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 546489738 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11018/tid=11028] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11028/stat : 11028 (python) S 11016 11018 10653 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 546489741 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11018/tid=11031] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11031/stat : 11031 (python) S 11016 11018 10653 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 9 0 546489744 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11018/tid=11034] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11034/stat : 11034 (python) S 11016 11018 10653 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 546489747 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 6 0 0 0
[pid=11018/tid=11037] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11037/stat : 11037 (python) S 11016 11018 10653 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 9 0 546489751 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11018/tid=11040] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11040/stat : 11040 (python) S 11016 11018 10653 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 546489754 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 7 0 0 0
[pid=11018/tid=11043] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11043/stat : 11043 (python) S 11016 11018 10653 0 -1 4202560 76 935 0 0 0 0 0 0 20 0 9 0 546489757 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11018/tid=11046] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11046/stat : 11046 (python) S 11016 11018 10653 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 546489761 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 114.45
Current children cumulated vsize (KiB) 4094612

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

[startup+26.3012 s]
/proc/loadavg: 2.86 3.97 4.19 10/248 11048
/proc/meminfo: memFree=27804624/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=464512 CPUtime=12.78 cores=0-7
/proc/11018/stat : 11018 (python) S 11016 11018 10653 0 -1 4202496 30151 935 1 0 1262 16 0 0 22 0 9 0 546488473 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11018/statm: 116128 16814 1889 364 0 52025 0
[pid=11024] ppid=11018 vsize=316940 CPUtime=0.02 cores=0-7
/proc/11024/stat : 11024 (python) S 11018 11018 10653 0 -1 4202560 919 0 0 0 1 1 0 0 18 0 1 0 546489738 324546560 15164 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037135 0 0 16781312 514 8322141937985356036 0 0 17 1 0 0 0
/proc/11024/statm: 79235 15164 376 364 0 15153 0
[pid=11026] ppid=11024 vsize=21944 CPUtime=13.65 cores=0-7
/proc/11026/stat : 11026 (lingeling) R 11024 11026 11026 0 -1 4202496 14675 0 0 0 1363 2 0 0 25 0 1 0 546489738 22470656 4679 33554432000 4194304 4352236 140736349902368 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11026/statm: 5486 4679 129 39 0 4566 0
[pid=11027] ppid=11018 vsize=327196 CPUtime=0.02 cores=0-7
/proc/11027/stat : 11027 (python) S 11018 11018 10653 0 -1 4202560 915 0 0 0 1 1 0 0 15 0 1 0 546489741 335048704 15162 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 13768031830747873538 0 0 17 0 0 0 0
/proc/11027/statm: 81799 15162 370 364 0 17714 0
[pid=11029] ppid=11027 vsize=170392 CPUtime=13.61 cores=0-7
/proc/11029/stat : 11029 (cryptominisat-2) R 11027 11029 11029 0 -1 4202496 38997 0 0 0 1356 5 0 0 25 0 1 0 546489741 174481408 33323 33554432000 4194304 4677096 140734342295680 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11029/statm: 42598 33323 391 118 0 37557 0
[pid=11030] ppid=11018 vsize=337452 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (python) S 11018 11018 10653 0 -1 4202560 915 0 0 0 0 1 0 0 18 0 1 0 546489744 345550848 15166 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 8322141937985356035 0 0 17 1 0 0 0
/proc/11030/statm: 84363 15166 370 364 0 20275 0
[pid=11032] ppid=11030 vsize=21776 CPUtime=13.59 cores=0-7
/proc/11032/stat : 11032 (lingeling) R 11030 11032 11032 0 -1 4202496 13588 0 0 0 1357 2 0 0 25 0 1 0 546489744 22298624 4614 33554432000 4194304 4352236 140735521499168 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11032/statm: 5444 4614 129 39 0 4524 0
[pid=11033] ppid=11018 vsize=347708 CPUtime=0.02 cores=0-7

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

/proc/11018/task/11028/stat : 11028 (python) S 11016 11018 10653 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 546489741 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11018/tid=11031] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11031/stat : 11031 (python) S 11016 11018 10653 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 9 0 546489744 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11018/tid=11034] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11034/stat : 11034 (python) S 11016 11018 10653 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 546489747 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 6 0 0 0
[pid=11018/tid=11037] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11037/stat : 11037 (python) S 11016 11018 10653 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 9 0 546489751 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11018/tid=11040] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11040/stat : 11040 (python) S 11016 11018 10653 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 546489754 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 7 0 0 0
[pid=11018/tid=11043] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11043/stat : 11043 (python) S 11016 11018 10653 0 -1 4202560 76 935 0 0 0 0 0 0 20 0 9 0 546489757 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11018/tid=11046] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11046/stat : 11046 (python) S 11016 11018 10653 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 546489761 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 120.88
Current children cumulated vsize (KiB) 4073100

[startup+27.101 s]
/proc/loadavg: 2.86 3.97 4.19 10/248 11048
/proc/meminfo: memFree=27804624/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=464512 CPUtime=12.78 cores=0-7
/proc/11018/stat : 11018 (python) S 11016 11018 10653 0 -1 4202496 30151 935 1 0 1262 16 0 0 22 0 9 0 546488473 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11018/statm: 116128 16814 1889 364 0 52025 0
[pid=11024] ppid=11018 vsize=316940 CPUtime=0.02 cores=0-7
/proc/11024/stat : 11024 (python) S 11018 11018 10653 0 -1 4202560 919 0 0 0 1 1 0 0 18 0 1 0 546489738 324546560 15164 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037135 0 0 16781312 514 8322141937985356036 0 0 17 1 0 0 0
/proc/11024/statm: 79235 15164 376 364 0 15153 0
[pid=11026] ppid=11024 vsize=22264 CPUtime=14.44 cores=0-7
/proc/11026/stat : 11026 (lingeling) R 11024 11026 11026 0 -1 4202496 14735 0 0 0 1442 2 0 0 25 0 1 0 546489738 22798336 4736 33554432000 4194304 4352236 140736349902368 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11026/statm: 5566 4736 129 39 0 4646 0
[pid=11027] ppid=11018 vsize=327196 CPUtime=0.02 cores=0-7
/proc/11027/stat : 11027 (python) S 11018 11018 10653 0 -1 4202560 916 0 0 0 1 1 0 0 15 0 1 0 546489741 335048704 15162 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 15766825222788841730 0 0 17 2 0 0 0
/proc/11027/statm: 81799 15162 370 364 0 17714 0
[pid=11029] ppid=11027 vsize=170392 CPUtime=14.4 cores=0-7
/proc/11029/stat : 11029 (cryptominisat-2) R 11027 11029 11029 0 -1 4202496 39033 0 0 0 1435 5 0 0 25 0 1 0 546489741 174481408 33359 33554432000 4194304 4677096 140734342295680 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11029/statm: 42598 33359 391 118 0 37557 0
[pid=11030] ppid=11018 vsize=337452 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (python) S 11018 11018 10653 0 -1 4202560 915 0 0 0 0 1 0 0 18 0 1 0 546489744 345550848 15166 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 8322141937985356035 0 0 17 1 0 0 0
/proc/11030/statm: 84363 15166 370 364 0 20275 0
[pid=11032] ppid=11030 vsize=21768 CPUtime=14.38 cores=0-7
/proc/11032/stat : 11032 (lingeling) R 11030 11032 11032 0 -1 4202496 13598 0 0 0 1436 2 0 0 25 0 1 0 546489744 22290432 4622 33554432000 4194304 4352236 140735521499168 18446744073709551615 4276731 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11032/statm: 5442 4622 129 39 0 4522 0
[pid=11033] ppid=11018 vsize=347708 CPUtime=0.02 cores=0-7
/proc/11033/stat : 11033 (python) S 11018 11018 10653 0 -1 4202560 945 0 0 0 1 1 0 0 15 0 1 0 546489747 356052992 15170 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 4605084554909155588 0 0 17 6 0 0 0
/proc/11033/statm: 86927 15170 370 364 0 22836 0
[pid=11035] ppid=11033 vsize=170552 CPUtime=14.32 cores=0-7
/proc/11035/stat : 11035 (cryptominisat-2) R 11033 11035 11035 0 -1 4202496 39042 0 0 0 1428 4 0 0 25 0 1 0 546489747 174645248 33376 33554432000 4194304 4677096 140734577610944 18446744073709551615 4335043 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11035/statm: 42638 33376 391 118 0 37597 0
[pid=11036] ppid=11018 vsize=357964 CPUtime=0.01 cores=0-7
/proc/11036/stat : 11036 (python) S 11018 11018 10653 0 -1 4202560 945 0 0 0 0 1 0 0 18 0 1 0 546489750 366555136 15174 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 8322141937985356034 0 0 17 1 0 0 0
/proc/11036/statm: 89491 15174 370 364 0 25397 0
[pid=11038] ppid=11036 vsize=22036 CPUtime=14.3 cores=0-7
/proc/11038/stat : 11038 (lingeling) R 11036 11038 11038 0 -1 4202496 14662 0 0 0 1428 2 0 0 25 0 1 0 546489751 22564864 4678 33554432000 4194304 4352236 140736395154336 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11038/statm: 5509 4678 129 39 0 4589 0
[pid=11039] ppid=11018 vsize=368220 CPUtime=0.02 cores=0-7
/proc/11039/stat : 11039 (python) S 11018 11018 10653 0 -1 4202560 956 0 0 0 1 1 0 0 15 0 1 0 546489754 377057280 15178 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 17045794740403929348 0 0 17 1 0 0 0
/proc/11039/statm: 92055 15178 370 364 0 27958 0
[pid=11041] ppid=11039 vsize=169852 CPUtime=14.16 cores=0-7
/proc/11041/stat : 11041 (cryptominisat-2) R 11039 11041 11041 0 -1 4202496 38769 0 0 0 1410 6 0 0 25 0 1 0 546489754 173928448 33088 33554432000 4194304 4677096 140733282327168 18446744073709551615 4319538 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11041/statm: 42463 33088 391 118 0 37422 0
[pid=11042] ppid=11018 vsize=444012 CPUtime=0.02 cores=0-7
/proc/11042/stat : 11042 (python) S 11018 11018 10653 0 -1 4202560 810 0 0 0 1 1 0 0 18 0 1 0 546489757 454668288 15300 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 8322141937985356034 0 0 17 1 0 0 0
/proc/11042/statm: 111003 15300 371 364 0 46903 0
[pid=11044] ppid=11042 vsize=78596 CPUtime=14.12 cores=0-7
/proc/11044/stat : 11044 (precosat) R 11042 11044 11044 0 -1 4202496 19773 0 0 0 1409 3 0 0 25 0 1 0 546489759 80482304 18415 33554432000 4194304 4890832 140735657967008 18446744073709551615 4238610 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/11044/statm: 19649 18415 86 171 0 19476 0
[pid=11045] ppid=11018 vsize=454268 CPUtime=0.82 cores=0-7
/proc/11045/stat : 11045 (python) R 11018 11018 10653 0 -1 4202560 860 0 0 0 74 8 0 0 16 0 1 0 546489760 465170432 15298 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/11045/statm: 113567 15298 377 364 0 49464 0
[pid=11047] ppid=11045 vsize=0 CPUtime=13.36 cores=0-7
/proc/11047/stat : 11047 (lingeling) R 11045 11047 11047 0 -1 4202500 13504 0 0 0 1334 2 0 0 25 0 1 0 546489761 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/11047/statm: 0 0 0 0 0 0 0
[pid=11018/tid=11025] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11025/stat : 11025 (python) S 11016 11018 10653 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 546489738 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11018/tid=11028] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11028/stat : 11028 (python) S 11016 11018 10653 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 546489741 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11018/tid=11031] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11031/stat : 11031 (python) S 11016 11018 10653 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 9 0 546489744 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11018/tid=11034] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11034/stat : 11034 (python) S 11016 11018 10653 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 546489747 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 6 0 0 0
[pid=11018/tid=11037] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11037/stat : 11037 (python) S 11016 11018 10653 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 9 0 546489751 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11018/tid=11040] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11040/stat : 11040 (python) S 11016 11018 10653 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 546489754 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 7 0 0 0
[pid=11018/tid=11043] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11043/stat : 11043 (python) S 11016 11018 10653 0 -1 4202560 76 935 0 0 0 0 0 0 20 0 9 0 546489757 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11018/tid=11046] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11046/stat : 11046 (python) S 11016 11018 10653 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 546489761 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 127.2
Current children cumulated vsize (KiB) 4073732

[startup+27.301 s]
/proc/loadavg: 2.86 3.97 4.19 10/248 11048
/proc/meminfo: memFree=27804624/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=464512 CPUtime=12.78 cores=0-7
/proc/11018/stat : 11018 (python) S 11016 11018 10653 0 -1 4202496 30151 935 1 0 1262 16 0 0 22 0 9 0 546488473 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11018/statm: 116128 16814 1889 364 0 52025 0
[pid=11024] ppid=11018 vsize=316940 CPUtime=0.02 cores=0-7
/proc/11024/stat : 11024 (python) S 11018 11018 10653 0 -1 4202560 919 0 0 0 1 1 0 0 18 0 1 0 546489738 324546560 15164 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037135 0 0 16781312 514 8322141937985356036 0 0 17 1 0 0 0
/proc/11024/statm: 79235 15164 376 364 0 15153 0
[pid=11026] ppid=11024 vsize=22264 CPUtime=14.64 cores=0-7
/proc/11026/stat : 11026 (lingeling) R 11024 11026 11026 0 -1 4202496 14735 0 0 0 1462 2 0 0 25 0 1 0 546489738 22798336 4736 33554432000 4194304 4352236 140736349902368 18446744073709551615 4329205 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11026/statm: 5566 4736 129 39 0 4646 0
[pid=11027] ppid=11018 vsize=327196 CPUtime=0.02 cores=0-7
/proc/11027/stat : 11027 (python) S 11018 11018 10653 0 -1 4202560 916 0 0 0 1 1 0 0 15 0 1 0 546489741 335048704 15162 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 15766825222788841730 0 0 17 2 0 0 0
/proc/11027/statm: 81799 15162 370 364 0 17714 0
[pid=11029] ppid=11027 vsize=170392 CPUtime=14.6 cores=0-7
/proc/11029/stat : 11029 (cryptominisat-2) R 11027 11029 11029 0 -1 4202496 39051 0 0 0 1455 5 0 0 25 0 1 0 546489741 174481408 33377 33554432000 4194304 4677096 140734342295680 18446744073709551615 4319799 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11029/statm: 42598 33377 391 118 0 37557 0
[pid=11030] ppid=11018 vsize=337452 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (python) S 11018 11018 10653 0 -1 4202560 915 0 0 0 0 1 0 0 18 0 1 0 546489744 345550848 15166 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 8322141937985356035 0 0 17 1 0 0 0
/proc/11030/statm: 84363 15166 370 364 0 20275 0
[pid=11032] ppid=11030 vsize=21768 CPUtime=14.58 cores=0-7
/proc/11032/stat : 11032 (lingeling) R 11030 11032 11032 0 -1 4202496 13598 0 0 0 1456 2 0 0 25 0 1 0 546489744 22290432 4622 33554432000 4194304 4352236 140735521499168 18446744073709551615 4278690 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11032/statm: 5442 4622 129 39 0 4522 0
[pid=11033] ppid=11018 vsize=347708 CPUtime=0.02 cores=0-7
/proc/11033/stat : 11033 (python) S 11018 11018 10653 0 -1 4202560 945 0 0 0 1 1 0 0 15 0 1 0 546489747 356052992 15170 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 4605084554909155588 0 0 17 6 0 0 0
/proc/11033/statm: 86927 15170 370 364 0 22836 0
[pid=11035] ppid=11033 vsize=170552 CPUtime=14.52 cores=0-7
/proc/11035/stat : 11035 (cryptominisat-2) R 11033 11035 11035 0 -1 4202496 39060 0 0 0 1448 4 0 0 25 0 1 0 546489747 174645248 33394 33554432000 4194304 4677096 140734577610944 18446744073709551615 4339815 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11035/statm: 42638 33394 391 118 0 37597 0
[pid=11036] ppid=11018 vsize=357964 CPUtime=0.01 cores=0-7
/proc/11036/stat : 11036 (python) S 11018 11018 10653 0 -1 4202560 945 0 0 0 0 1 0 0 18 0 1 0 546489750 366555136 15174 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 8322141937985356034 0 0 17 1 0 0 0
/proc/11036/statm: 89491 15174 370 364 0 25397 0
[pid=11038] ppid=11036 vsize=22036 CPUtime=14.5 cores=0-7
/proc/11038/stat : 11038 (lingeling) R 11036 11038 11038 0 -1 4202496 14662 0 0 0 1448 2 0 0 25 0 1 0 546489751 22564864 4678 33554432000 4194304 4352236 140736395154336 18446744073709551615 4207791 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11038/statm: 5509 4678 129 39 0 4589 0
[pid=11039] ppid=11018 vsize=368220 CPUtime=0.02 cores=0-7
/proc/11039/stat : 11039 (python) S 11018 11018 10653 0 -1 4202560 956 0 0 0 1 1 0 0 15 0 1 0 546489754 377057280 15178 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 17045794740403929348 0 0 17 1 0 0 0
/proc/11039/statm: 92055 15178 370 364 0 27958 0
[pid=11041] ppid=11039 vsize=169852 CPUtime=14.36 cores=0-7
/proc/11041/stat : 11041 (cryptominisat-2) R 11039 11041 11041 0 -1 4202496 38773 0 0 0 1430 6 0 0 25 0 1 0 546489754 173928448 33092 33554432000 4194304 4677096 140733282327168 18446744073709551615 4318752 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11041/statm: 42463 33092 391 118 0 37422 0
[pid=11042] ppid=11018 vsize=444012 CPUtime=0.02 cores=0-7
/proc/11042/stat : 11042 (python) S 11018 11018 10653 0 -1 4202560 810 0 0 0 1 1 0 0 18 0 1 0 546489757 454668288 15300 33554432000 4194304 5683644 140735418153296 18446744073709551615 212436037190 0 0 16781312 514 8322141937985356034 0 0 17 1 0 0 0
/proc/11042/statm: 111003 15300 371 364 0 46903 0
[pid=11044] ppid=11042 vsize=78596 CPUtime=14.32 cores=0-7
/proc/11044/stat : 11044 (precosat) R 11042 11044 11044 0 -1 4202496 19773 0 0 0 1429 3 0 0 25 0 1 0 546489759 80482304 18415 33554432000 4194304 4890832 140735657967008 18446744073709551615 4238965 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/11044/statm: 19649 18415 86 171 0 19476 0
[pid=11045] ppid=11018 vsize=454268 CPUtime=1.02 cores=0-7
/proc/11045/stat : 11045 (python) R 11018 11018 10653 0 -1 4202560 860 0 0 0 92 10 0 0 16 0 1 0 546489760 465170432 15298 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/11045/statm: 113567 15298 377 364 0 49464 0
[pid=11047] ppid=11045 vsize=0 CPUtime=13.36 cores=0-7
/proc/11047/stat : 11047 (lingeling) R 11045 11047 11047 0 -1 4202500 13504 0 0 0 1334 2 0 0 25 0 1 0 546489761 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/11047/statm: 0 0 0 0 0 0 0
[pid=11018/tid=11025] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11025/stat : 11025 (python) S 11016 11018 10653 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 546489738 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11018/tid=11028] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11028/stat : 11028 (python) S 11016 11018 10653 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 546489741 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11018/tid=11031] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11031/stat : 11031 (python) S 11016 11018 10653 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 9 0 546489744 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11018/tid=11034] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11034/stat : 11034 (python) S 11016 11018 10653 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 546489747 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 6 0 0 0
[pid=11018/tid=11037] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11037/stat : 11037 (python) S 11016 11018 10653 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 9 0 546489751 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11018/tid=11040] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11040/stat : 11040 (python) S 11016 11018 10653 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 546489754 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 7 0 0 0
[pid=11018/tid=11043] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11043/stat : 11043 (python) S 11016 11018 10653 0 -1 4202560 76 935 0 0 0 0 0 0 20 0 9 0 546489757 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11018/tid=11046] ppid=11016 vsize=464512 CPUtime=0 cores=0-7
/proc/11018/task/11046/stat : 11046 (python) S 11016 11018 10653 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 546489761 475660288 16814 33554432000 4194304 5683644 140735418153296 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 128.8
Current children cumulated vsize (KiB) 4073732

[startup+27.401 s]
/proc/loadavg: 2.86 3.97 4.19 2/224 11050
/proc/meminfo: memFree=28362568/32951124 swapFree=67111416/67111528
[pid=11018] ppid=11016 vsize=0 CPUtime=129.42 cores=0-7
/proc/11018/stat : 11018 (python) Z 11016 11018 10653 0 -1 4202524 38566 202195 1 0 1264 17 11607 54 17 0 1 0 546488473 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11018/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 129.42
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 27.4089
CPU time (s): 129.436
CPU user time (s): 128.716
CPU system time (s): 0.71989
CPU usage (%): 472.243
Max. virtual memory (cumulated for all children) (KiB): 4105260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.716
system time used= 0.71989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240761
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= 1596
involuntary context switches= 846

runsolver used 0.074988 second user time and 0.133979 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-02 17:07:41
IDJOB=3321665
IDBENCH=82465
IDSOLVER=1710
FILE ID=node102/3321665-1304348861
RUNJOBID= node102-1304347539-10667
PBS_JOBID= 13178657
Free space on /tmp= 73452 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.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-3321665-1304348861/watcher-3321665-1304348861 -o /tmp/evaluation-result-3321665-1304348861/solver-3321665-1304348861 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321665-1304348861.cnf -seed 822601282 -budget 40000 -cores 8

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

MD5SUM BENCH= 7599aafec7bebba20ceab50260cd7197
RANDOM SEED=822601282

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28416436 kB
Buffers:        666008 kB
Cached:        1887004 kB
SwapCached:          0 kB
Active:        2000412 kB
Inactive:      2098044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28416436 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           35532 kB
Writeback:           0 kB
AnonPages:     1545332 kB
Mapped:          19324 kB
Slab:           357712 kB
PageTables:      13068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 25035456 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= 73424 MiB
End job on node102 at 2011-05-02 17:08:09