Trace number 3321703

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 309.282 62.1266

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
MD5SUM7eb9713591c46f87c512df513290fd7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.938
Satisfiable
(Un)Satisfiability was proved
Number of variables115266
Number of clauses345359
Sum of the clauses size805835
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2230238
Number of clauses of size 3115119
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.47	c INFO: solving HOME/instance-3321703-1304349074.cnf
0.32/0.47	c INFO: computing task features
1.31/1.46	c INFO: computed variable-clause graph statistics
1.40/1.51	c INFO: computed clause balance statistics
6.80/6.96	c INFO: computed variable balance statistics
10.91/11.06	c INFO: computed small-clause counts
11.00/11.11	c INFO: computed Horn-clause counts
26.40/26.56	c INFO: computed variable graph statistics
26.40/26.56	c INFO: collected features for HOME/instance-3321703-1304349074.cnf in 26.06 s
26.40/26.59	c INFO: running lingeling-276@0 for 97 with 39973 remaining (b = 0.43)
26.51/26.62	c INFO: running lingeling-276@0 for 1261 with 39973 remaining (b = 0.52)
26.51/26.65	c INFO: running cryptominisat-2.9.0@0 for 485 with 39973 remaining (b = 0.35)
26.51/26.68	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39973 remaining (b = 0.57)
26.60/26.72	c INFO: running lingeling-276@0 for 1261 with 39973 remaining (b = 0.42)
26.60/26.75	c INFO: running precosat-570@0 for 388 with 39973 remaining (b = 0.23)
26.60/26.78	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39973 remaining (b = 0.48)
26.71/26.81	c INFO: running lingeling-276@0 for 1261 with 39973 remaining (b = 0.32)
308.50/62.09	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-3321703-1304349074/watcher-3321703-1304349074 -o /tmp/evaluation-result-3321703-1304349074/solver-3321703-1304349074 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321703-1304349074.cnf -seed 1453900545 -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: 5.88 4.31 4.70 2/251 23793
/proc/meminfo: memFree=28157080/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=15776 CPUtime=0 cores=0-7
/proc/23793/stat : 23793 (python) R 23791 23793 23450 0 -1 4202496 886 0 0 0 0 0 0 0 17 0 1 0 546505370 16154624 767 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244009669 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23793/statm: 3944 768 343 364 0 431 0

[startup+0.0776341 s]
/proc/loadavg: 5.88 4.31 4.70 2/251 23793
/proc/meminfo: memFree=28157080/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=85072 CPUtime=0.05 cores=0-7
/proc/23793/stat : 23793 (python) R 23791 23793 23450 0 -1 4202496 2516 0 0 0 4 1 0 0 17 0 1 0 546505370 87113728 2242 33554432000 4194304 5683644 140734060036928 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23793/statm: 21268 2247 707 364 0 1485 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85072

[startup+0.100651 s]
/proc/loadavg: 5.88 4.31 4.70 2/251 23793
/proc/meminfo: memFree=28157080/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=104224 CPUtime=0.07 cores=0-7
/proc/23793/stat : 23793 (python) R 23791 23793 23450 0 -1 4202496 3059 0 0 0 5 2 0 0 17 0 1 0 546505370 106725376 2741 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244344677 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23793/statm: 26056 2741 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300615 s]
/proc/loadavg: 5.88 4.31 4.70 2/251 23793
/proc/meminfo: memFree=28157080/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=170756 CPUtime=0.23 cores=0-7
/proc/23793/stat : 23793 (python) R 23791 23793 23450 0 -1 4202496 6740 935 1 0 17 6 0 0 18 0 1 0 546505370 174854144 4807 33554432000 4194304 5683644 140734060036928 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23793/statm: 42688 4806 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700526 s]
/proc/loadavg: 5.88 4.31 4.70 2/251 23793
/proc/meminfo: memFree=28157080/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=299388 CPUtime=0.61 cores=0-7
/proc/23793/stat : 23793 (python) R 23791 23793 23450 0 -1 4202496 14606 935 1 0 53 8 0 0 18 0 1 0 546505370 306573312 12166 33554432000 4194304 5683644 140734060036928 18446744073709551615 47403729575200 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23793/statm: 74847 12167 1761 364 0 10771 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 299388

[startup+1.50039 s]
/proc/loadavg: 5.88 4.31 4.70 2/252 23798
/proc/meminfo: memFree=28094328/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=343056 CPUtime=1.4 cores=0-7
/proc/23793/stat : 23793 (python) R 23791 23793 23450 0 -1 4202496 36671 935 1 0 130 10 0 0 20 0 1 0 546505370 351289344 23143 33554432000 4194304 5683644 140734060036928 18446744073709551615 47403563880096 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23793/statm: 85764 23143 1820 364 0 21688 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 343056

[startup+3.10113 s]
/proc/loadavg: 5.88 4.31 4.70 2/252 23798
/proc/meminfo: memFree=28070644/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=343056 CPUtime=3.01 cores=0-7
/proc/23793/stat : 23793 (python) R 23791 23793 23450 0 -1 4202496 36677 935 1 0 291 10 0 0 25 0 1 0 546505370 351289344 23149 33554432000 4194304 5683644 140734060036928 18446744073709551615 4500664 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23793/statm: 85764 23149 1826 364 0 21688 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 343056

[startup+6.30055 s]
/proc/loadavg: 5.49 4.26 4.68 2/252 23798
/proc/meminfo: memFree=28072144/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=343056 CPUtime=6.21 cores=0-7
/proc/23793/stat : 23793 (python) R 23791 23793 23450 0 -1 4202496 36677 935 1 0 611 10 0 0 25 0 1 0 546505370 351289344 23149 33554432000 4194304 5683644 140734060036928 18446744073709551615 4401735 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23793/statm: 85764 23149 1826 364 0 21688 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 343056

[startup+12.7004 s]
/proc/loadavg: 5.13 4.20 4.66 2/252 23799
/proc/meminfo: memFree=28070420/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=345752 CPUtime=12.6 cores=0-7
/proc/23793/stat : 23793 (python) R 23791 23793 23450 0 -1 4202496 37358 935 1 0 1250 10 0 0 25 0 1 0 546505370 354050048 23830 33554432000 4194304 5683644 140734060036928 18446744073709551615 47403558729868 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23793/statm: 86438 23830 1833 364 0 22362 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 345752

[startup+25.5002 s]
/proc/loadavg: 4.21 4.04 4.60 2/252 23799
/proc/meminfo: memFree=28071976/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=345752 CPUtime=25.4 cores=0-7
/proc/23793/stat : 23793 (python) R 23791 23793 23450 0 -1 4202496 37358 935 1 0 2530 10 0 0 25 0 1 0 546505370 354050048 23830 33554432000 4194304 5683644 140734060036928 18446744073709551615 47403558729868 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23793/statm: 86438 23830 1833 364 0 22362 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 345752

[startup+51.1017 s]
/proc/loadavg: 5.50 4.36 4.69 9/276 23824
/proc/meminfo: memFree=26996968/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=488060 CPUtime=26.73 cores=0-7
/proc/23793/stat : 23793 (python) S 23791 23793 23450 0 -1 4202496 42891 935 1 0 2659 14 0 0 22 0 9 0 546505370 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23793/statm: 122015 22698 1889 364 0 57912 0
[pid=23800] ppid=23793 vsize=340488 CPUtime=0.04 cores=0-7
/proc/23800/stat : 23800 (python) S 23793 23793 23450 0 -1 4202560 908 0 0 0 2 2 0 0 18 0 1 0 546508029 348659712 21051 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368911 0 0 16781312 514 18248022740151795970 0 0 17 1 0 0 0
/proc/23800/statm: 85122 21051 376 364 0 21040 0
[pid=23802] ppid=23800 vsize=28788 CPUtime=24.48 cores=0-7
/proc/23802/stat : 23802 (lingeling) R 23800 23802 23802 0 -1 4202496 21968 0 0 0 2446 2 0 0 25 0 1 0 546508030 29478912 6366 33554432000 4194304 4352236 140735964520848 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23802/statm: 7197 6366 129 39 0 6277 0
[pid=23803] ppid=23793 vsize=350744 CPUtime=0.04 cores=0-7
/proc/23803/stat : 23803 (python) S 23793 23793 23450 0 -1 4202560 901 0 0 0 1 3 0 0 18 0 1 0 546508032 359161856 21049 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23803/statm: 87686 21049 370 364 0 23601 0
[pid=23805] ppid=23803 vsize=28212 CPUtime=24.45 cores=0-7
/proc/23805/stat : 23805 (lingeling) R 23803 23805 23805 0 -1 4202496 21439 0 0 0 2442 3 0 0 25 0 1 0 546508033 28889088 6248 33554432000 4194304 4352236 140735337805760 18446744073709551615 4328403 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23805/statm: 7053 6248 129 39 0 6133 0
[pid=23806] ppid=23793 vsize=361000 CPUtime=0.04 cores=0-7
/proc/23806/stat : 23806 (python) S 23793 23793 23450 0 -1 4202560 903 0 0 0 2 2 0 0 15 0 1 0 546508035 369664000 21053 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 3292399612739944708 0 0 17 6 0 0 0
/proc/23806/statm: 90250 21053 370 364 0 26162 0
[pid=23808] ppid=23806 vsize=320784 CPUtime=24.42 cores=0-7
/proc/23808/stat : 23808 (cryptominisat-2) R 23806 23808 23808 0 -1 4202496 78527 0 0 0 2432 10 0 0 25 0 1 0 546508036 328482816 70996 33554432000 4194304 4677096 140734079557056 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/23808/statm: 80196 70996 391 118 0 75155 0
[pid=23809] ppid=23793 vsize=371256 CPUtime=0.04 cores=0-7
/proc/23809/stat : 23809 (python) S 23793 23793 23450 0 -1 4202560 924 0 0 0 2 2 0 0 15 0 1 0 546508039 380166144 21057 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 12768061189657690372 0 0 17 5 0 0 0
/proc/23809/statm: 92814 21057 370 364 0 28723 0
[pid=23811] ppid=23809 vsize=320764 CPUtime=24.36 cores=0-7
/proc/23811/stat : 23811 (cryptominisat-2) R 23809 23811 23811 0 -1 4202496 78468 0 0 0 2424 12 0 0 25 0 1 0 546508039 328462336 70919 33554432000 4194304 4677096 140737435894592 18446744073709551615 4346685 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23811/statm: 80191 70919 391 118 0 75150 0
[pid=23812] ppid=23793 vsize=447048 CPUtime=0.04 cores=0-7
/proc/23812/stat : 23812 (python) S 23793 23793 23450 0 -1 4202560 797 0 0 0 2 2 0 0 18 0 1 0 546508042 457777152 21179 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23812/statm: 111762 21179 371 364 0 47668 0
[pid=23814] ppid=23812 vsize=28120 CPUtime=24.01 cores=0-7
/proc/23814/stat : 23814 (lingeling) R 23812 23814 23814 0 -1 4202496 21627 0 0 0 2398 3 0 0 25 0 1 0 546508042 28794880 6200 33554432000 4194304 4352236 140737322026848 18446744073709551615 4245505 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23814/statm: 7030 6200 129 39 0 6110 0
[pid=23815] ppid=23793 vsize=457304 CPUtime=0.04 cores=0-7
/proc/23815/stat : 23815 (python) S 23793 23793 23450 0 -1 4202560 803 0 0 0 2 2 0 0 18 0 1 0 546508045 468279296 21179 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23815/statm: 114326 21179 371 364 0 50229 0
[pid=23817] ppid=23815 vsize=105688 CPUtime=24.12 cores=0-7
/proc/23817/stat : 23817 (precosat) R 23815 23817 23817 0 -1 4202496 27652 0 0 0 2408 4 0 0 25 0 1 0 546508045 108224512 25591 33554432000 4194304 4890832 140735304161728 18446744073709551615 4298354 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/23817/statm: 26422 25591 86 171 0 26249 0
[pid=23818] ppid=23793 vsize=467560 CPUtime=0.04 cores=0-7
/proc/23818/stat : 23818 (python) S 23793 23793 23450 0 -1 4202560 821 0 0 0 2 2 0 0 15 0 1 0 546508048 478781440 21183 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 17235931087171977476 0 0 17 1 0 0 0
/proc/23818/statm: 116890 21183 371 364 0 52790 0
[pid=23820] ppid=23818 vsize=321044 CPUtime=24.27 cores=0-7
/proc/23820/stat : 23820 (cryptominisat-2) R 23818 23820 23820 0 -1 4202496 78540 0 0 0 2417 10 0 0 25 0 1 0 546508051 328749056 71038 33554432000 4194304 4677096 140737439575984 18446744073709551615 4320291 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23820/statm: 80261 71038 391 118 0 75220 0
[pid=23821] ppid=23793 vsize=477816 CPUtime=0.04 cores=0-7
/proc/23821/stat : 23821 (python) S 23793 23793 23450 0 -1 4202560 855 0 0 0 2 2 0 0 18 0 1 0 546508052 489283584 21182 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23821/statm: 119454 21182 377 364 0 55351 0
[pid=23823] ppid=23821 vsize=27528 CPUtime=24.25 cores=0-7
/proc/23823/stat : 23823 (lingeling) R 23821 23823 23823 0 -1 4202496 21815 0 0 0 2422 3 0 0 25 0 1 0 546508052 28188672 6052 33554432000 4194304 4352236 140734890891104 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23823/statm: 6882 6052 129 39 0 5962 0
[pid=23793/tid=23801] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23801/stat : 23801 (python) S 23791 23793 23450 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 546508030 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 6 0 0 0
[pid=23793/tid=23804] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23804/stat : 23804 (python) S 23791 23793 23450 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 546508033 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 3 0 0 0
[pid=23793/tid=23807] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23807/stat : 23807 (python) S 23791 23793 23450 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 546508036 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 0 0 0 0
[pid=23793/tid=23810] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23810/stat : 23810 (python) S 23791 23793 23450 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 546508039 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 5 0 0 0
[pid=23793/tid=23813] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23813/stat : 23813 (python) S 23791 23793 23450 0 -1 4202560 76 935 0 0 0 0 0 0 19 0 9 0 546508042 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 0 0 0 0
[pid=23793/tid=23816] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23816/stat : 23816 (python) S 23791 23793 23450 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 546508045 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 7 0 0 0
[pid=23793/tid=23819] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23819/stat : 23819 (python) S 23791 23793 23450 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 546508049 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 1 0 0 0
[pid=23793/tid=23822] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23822/stat : 23822 (python) S 23791 23793 23450 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 546508052 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 221.41
Current children cumulated vsize (KiB) 4942204

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

[startup+57.5016 s]
/proc/loadavg: 5.70 4.42 4.70 9/276 23824
/proc/meminfo: memFree=26992128/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=488060 CPUtime=26.73 cores=0-7
/proc/23793/stat : 23793 (python) S 23791 23793 23450 0 -1 4202496 42891 935 1 0 2659 14 0 0 22 0 9 0 546505370 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23793/statm: 122015 22698 1889 364 0 57912 0
[pid=23800] ppid=23793 vsize=340488 CPUtime=0.05 cores=0-7
/proc/23800/stat : 23800 (python) S 23793 23793 23450 0 -1 4202560 911 0 0 0 3 2 0 0 18 0 1 0 546508029 348659712 21051 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368911 0 0 16781312 514 18248022740151795970 0 0 17 1 0 0 0
/proc/23800/statm: 85122 21051 376 364 0 21040 0
[pid=23802] ppid=23800 vsize=29064 CPUtime=30.88 cores=0-7
/proc/23802/stat : 23802 (lingeling) R 23800 23802 23802 0 -1 4202496 22448 0 0 0 3086 2 0 0 25 0 1 0 546508030 29761536 6435 33554432000 4194304 4352236 140735964520848 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23802/statm: 7266 6435 129 39 0 6346 0
[pid=23803] ppid=23793 vsize=350744 CPUtime=0.05 cores=0-7
/proc/23803/stat : 23803 (python) S 23793 23793 23450 0 -1 4202560 904 0 0 0 2 3 0 0 18 0 1 0 546508032 359161856 21049 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23803/statm: 87686 21049 370 364 0 23601 0
[pid=23805] ppid=23803 vsize=28228 CPUtime=30.85 cores=0-7

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

/proc/23793/task/23807/stat : 23807 (python) S 23791 23793 23450 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 546508036 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 0 0 0 0
[pid=23793/tid=23810] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23810/stat : 23810 (python) S 23791 23793 23450 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 546508039 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 5 0 0 0
[pid=23793/tid=23813] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23813/stat : 23813 (python) S 23791 23793 23450 0 -1 4202560 76 935 0 0 0 0 0 0 19 0 9 0 546508042 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 0 0 0 0
[pid=23793/tid=23816] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23816/stat : 23816 (python) S 23791 23793 23450 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 546508045 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 7 0 0 0
[pid=23793/tid=23819] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23819/stat : 23819 (python) S 23791 23793 23450 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 546508049 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 1 0 0 0
[pid=23793/tid=23822] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23822/stat : 23822 (python) S 23791 23793 23450 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 546508052 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 298.08
Current children cumulated vsize (KiB) 4969336

[startup+61.5019 s]
/proc/loadavg: 5.89 4.48 4.72 10/276 23824
/proc/meminfo: memFree=27266940/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=488060 CPUtime=26.73 cores=0-7
/proc/23793/stat : 23793 (python) S 23791 23793 23450 0 -1 4202496 42891 935 1 0 2659 14 0 0 22 0 9 0 546505370 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23793/statm: 122015 22698 1889 364 0 57912 0
[pid=23800] ppid=23793 vsize=340488 CPUtime=0.06 cores=0-7
/proc/23800/stat : 23800 (python) S 23793 23793 23450 0 -1 4202560 913 0 0 0 3 3 0 0 18 0 1 0 546508029 348659712 21051 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368911 0 0 16781312 514 18248022740151795970 0 0 17 1 0 0 0
/proc/23800/statm: 85122 21051 376 364 0 21040 0
[pid=23802] ppid=23800 vsize=29028 CPUtime=34.89 cores=0-7
/proc/23802/stat : 23802 (lingeling) R 23800 23802 23802 0 -1 4202496 22448 0 0 0 3487 2 0 0 25 0 1 0 546508030 29724672 6426 33554432000 4194304 4352236 140735964520848 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23802/statm: 7257 6426 129 39 0 6337 0
[pid=23803] ppid=23793 vsize=350744 CPUtime=0.06 cores=0-7
/proc/23803/stat : 23803 (python) S 23793 23793 23450 0 -1 4202560 907 0 0 0 2 4 0 0 18 0 1 0 546508032 359161856 21049 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23803/statm: 87686 21049 370 364 0 23601 0
[pid=23805] ppid=23803 vsize=29444 CPUtime=34.86 cores=0-7
/proc/23805/stat : 23805 (lingeling) R 23803 23805 23805 0 -1 4202496 22127 0 0 0 3483 3 0 0 25 0 1 0 546508033 30150656 6531 33554432000 4194304 4352236 140735337805760 18446744073709551615 4276741 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23805/statm: 7361 6531 129 39 0 6441 0
[pid=23806] ppid=23793 vsize=361000 CPUtime=0.43 cores=0-7
/proc/23806/stat : 23806 (python) R 23793 23793 23450 0 -1 4202560 914 0 0 0 35 8 0 0 16 0 1 0 546508035 369664000 21053 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256179007 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/23806/statm: 90250 21053 370 364 0 26162 0
[pid=23808] ppid=23806 vsize=0 CPUtime=34.44 cores=0-7
/proc/23808/stat : 23808 (cryptominisat-2) R 23806 23808 23808 0 -1 4202500 81048 0 0 0 3432 12 0 0 25 0 1 0 546508036 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23808/statm: 0 0 0 0 0 0 0
[pid=23809] ppid=23793 vsize=371256 CPUtime=0.07 cores=0-7
/proc/23809/stat : 23809 (python) S 23793 23793 23450 0 -1 4202560 933 0 0 0 4 3 0 0 15 0 1 0 546508039 380166144 21057 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 12768061189657690372 0 0 17 5 0 0 0
/proc/23809/statm: 92814 21057 370 364 0 28723 0
[pid=23811] ppid=23809 vsize=328904 CPUtime=34.74 cores=0-7
/proc/23811/stat : 23811 (cryptominisat-2) R 23809 23811 23811 0 -1 4202496 80943 0 0 0 3461 13 0 0 25 0 1 0 546508039 336797696 72141 33554432000 4194304 4677096 140737435894592 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23811/statm: 82226 72141 391 118 0 77185 0
[pid=23812] ppid=23793 vsize=447048 CPUtime=0.06 cores=0-7
/proc/23812/stat : 23812 (python) S 23793 23793 23450 0 -1 4202560 797 0 0 0 3 3 0 0 18 0 1 0 546508042 457777152 21179 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23812/statm: 111762 21179 371 364 0 47668 0
[pid=23814] ppid=23812 vsize=28504 CPUtime=34.29 cores=0-7
/proc/23814/stat : 23814 (lingeling) R 23812 23814 23814 0 -1 4202496 22144 0 0 0 3426 3 0 0 25 0 1 0 546508042 29188096 6296 33554432000 4194304 4352236 140737322026848 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23814/statm: 7126 6296 129 39 0 6206 0
[pid=23815] ppid=23793 vsize=457304 CPUtime=0.06 cores=0-7
/proc/23815/stat : 23815 (python) S 23793 23793 23450 0 -1 4202560 803 0 0 0 4 2 0 0 18 0 1 0 546508045 468279296 21179 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23815/statm: 114326 21179 371 364 0 50229 0
[pid=23817] ppid=23815 vsize=105688 CPUtime=34.42 cores=0-7
/proc/23817/stat : 23817 (precosat) R 23815 23817 23817 0 -1 4202496 27653 0 0 0 3438 4 0 0 25 0 1 0 546508045 108224512 25592 33554432000 4194304 4890832 140735304161728 18446744073709551615 4238565 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/23817/statm: 26422 25592 86 171 0 26249 0
[pid=23818] ppid=23793 vsize=467560 CPUtime=0.07 cores=0-7
/proc/23818/stat : 23818 (python) S 23793 23793 23450 0 -1 4202560 827 0 0 0 4 3 0 0 15 0 1 0 546508048 478781440 21183 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 17235931087171977476 0 0 17 2 0 0 0
/proc/23818/statm: 116890 21183 371 364 0 52790 0
[pid=23820] ppid=23818 vsize=328736 CPUtime=34.67 cores=0-7
/proc/23820/stat : 23820 (cryptominisat-2) R 23818 23820 23820 0 -1 4202496 80949 0 0 0 3457 10 0 0 25 0 1 0 546508051 336625664 72214 33554432000 4194304 4677096 140737439575984 18446744073709551615 4317795 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23820/statm: 82184 72214 391 118 0 77143 0
[pid=23821] ppid=23793 vsize=477816 CPUtime=0.06 cores=0-7
/proc/23821/stat : 23821 (python) S 23793 23793 23450 0 -1 4202560 855 0 0 0 3 3 0 0 18 0 1 0 546508052 489283584 21182 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23821/statm: 119454 21182 377 364 0 55351 0
[pid=23823] ppid=23821 vsize=29168 CPUtime=34.65 cores=0-7
/proc/23823/stat : 23823 (lingeling) R 23821 23823 23823 0 -1 4202496 22233 0 0 0 3462 3 0 0 25 0 1 0 546508052 29868032 6462 33554432000 4194304 4352236 140734890891104 18446744073709551615 4328403 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23823/statm: 7292 6462 129 39 0 6372 0
[pid=23793/tid=23801] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23801/stat : 23801 (python) S 23791 23793 23450 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 546508030 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 6 0 0 0
[pid=23793/tid=23804] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23804/stat : 23804 (python) S 23791 23793 23450 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 546508033 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 3 0 0 0
[pid=23793/tid=23807] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23807/stat : 23807 (python) S 23791 23793 23450 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 546508036 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 0 0 0 0
[pid=23793/tid=23810] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23810/stat : 23810 (python) S 23791 23793 23450 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 546508039 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 5 0 0 0
[pid=23793/tid=23813] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23813/stat : 23813 (python) S 23791 23793 23450 0 -1 4202560 76 935 0 0 0 0 0 0 19 0 9 0 546508042 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 0 0 0 0
[pid=23793/tid=23816] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23816/stat : 23816 (python) S 23791 23793 23450 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 546508045 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 7 0 0 0
[pid=23793/tid=23819] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23819/stat : 23819 (python) S 23791 23793 23450 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 546508049 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 1 0 0 0
[pid=23793/tid=23822] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23822/stat : 23822 (python) S 23791 23793 23450 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 546508052 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 304.56
Current children cumulated vsize (KiB) 4640748

[startup+61.9018 s]
/proc/loadavg: 5.89 4.48 4.72 10/276 23824
/proc/meminfo: memFree=27266940/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=488060 CPUtime=26.73 cores=0-7
/proc/23793/stat : 23793 (python) S 23791 23793 23450 0 -1 4202496 42891 935 1 0 2659 14 0 0 22 0 9 0 546505370 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23793/statm: 122015 22698 1889 364 0 57912 0
[pid=23800] ppid=23793 vsize=340488 CPUtime=0.06 cores=0-7
/proc/23800/stat : 23800 (python) S 23793 23793 23450 0 -1 4202560 913 0 0 0 3 3 0 0 18 0 1 0 546508029 348659712 21051 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368911 0 0 16781312 514 18248022740151795970 0 0 17 1 0 0 0
/proc/23800/statm: 85122 21051 376 364 0 21040 0
[pid=23802] ppid=23800 vsize=29028 CPUtime=35.28 cores=0-7
/proc/23802/stat : 23802 (lingeling) R 23800 23802 23802 0 -1 4202496 22448 0 0 0 3526 2 0 0 25 0 1 0 546508030 29724672 6426 33554432000 4194304 4352236 140735964520848 18446744073709551615 4295564 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23802/statm: 7257 6426 129 39 0 6337 0
[pid=23803] ppid=23793 vsize=350744 CPUtime=0.06 cores=0-7
/proc/23803/stat : 23803 (python) S 23793 23793 23450 0 -1 4202560 907 0 0 0 2 4 0 0 18 0 1 0 546508032 359161856 21049 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23803/statm: 87686 21049 370 364 0 23601 0
[pid=23805] ppid=23803 vsize=29444 CPUtime=35.25 cores=0-7
/proc/23805/stat : 23805 (lingeling) R 23803 23805 23805 0 -1 4202496 22127 0 0 0 3522 3 0 0 25 0 1 0 546508033 30150656 6531 33554432000 4194304 4352236 140735337805760 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23805/statm: 7361 6531 129 39 0 6441 0
[pid=23806] ppid=23793 vsize=361000 CPUtime=0.83 cores=0-7
/proc/23806/stat : 23806 (python) R 23793 23793 23450 0 -1 4202560 914 0 0 0 68 15 0 0 16 0 1 0 546508035 369664000 21053 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/23806/statm: 90250 21053 370 364 0 26162 0
[pid=23808] ppid=23806 vsize=0 CPUtime=34.44 cores=0-7
/proc/23808/stat : 23808 (cryptominisat-2) R 23806 23808 23808 0 -1 4202500 81048 0 0 0 3432 12 0 0 25 0 1 0 546508036 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23808/statm: 0 0 0 0 0 0 0
[pid=23809] ppid=23793 vsize=371256 CPUtime=0.07 cores=0-7
/proc/23809/stat : 23809 (python) S 23793 23793 23450 0 -1 4202560 933 0 0 0 4 3 0 0 15 0 1 0 546508039 380166144 21057 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 12768061189657690372 0 0 17 5 0 0 0
/proc/23809/statm: 92814 21057 370 364 0 28723 0
[pid=23811] ppid=23809 vsize=328904 CPUtime=35.13 cores=0-7
/proc/23811/stat : 23811 (cryptominisat-2) R 23809 23811 23811 0 -1 4202496 80992 0 0 0 3500 13 0 0 25 0 1 0 546508039 336797696 72190 33554432000 4194304 4677096 140737435894592 18446744073709551615 4444696 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23811/statm: 82226 72190 391 118 0 77185 0
[pid=23812] ppid=23793 vsize=447048 CPUtime=0.06 cores=0-7
/proc/23812/stat : 23812 (python) S 23793 23793 23450 0 -1 4202560 797 0 0 0 3 3 0 0 18 0 1 0 546508042 457777152 21179 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23812/statm: 111762 21179 371 364 0 47668 0
[pid=23814] ppid=23812 vsize=28504 CPUtime=34.68 cores=0-7
/proc/23814/stat : 23814 (lingeling) R 23812 23814 23814 0 -1 4202496 22144 0 0 0 3465 3 0 0 25 0 1 0 546508042 29188096 6296 33554432000 4194304 4352236 140737322026848 18446744073709551615 4231368 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23814/statm: 7126 6296 129 39 0 6206 0
[pid=23815] ppid=23793 vsize=457304 CPUtime=0.06 cores=0-7
/proc/23815/stat : 23815 (python) S 23793 23793 23450 0 -1 4202560 803 0 0 0 4 2 0 0 18 0 1 0 546508045 468279296 21179 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23815/statm: 114326 21179 371 364 0 50229 0
[pid=23817] ppid=23815 vsize=105688 CPUtime=34.82 cores=0-7
/proc/23817/stat : 23817 (precosat) R 23815 23817 23817 0 -1 4202496 27653 0 0 0 3478 4 0 0 25 0 1 0 546508045 108224512 25592 33554432000 4194304 4890832 140735304161728 18446744073709551615 4238686 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/23817/statm: 26422 25592 86 171 0 26249 0
[pid=23818] ppid=23793 vsize=467560 CPUtime=0.07 cores=0-7
/proc/23818/stat : 23818 (python) R 23793 23793 23450 0 -1 4202560 829 0 0 0 4 3 0 0 15 0 1 0 546508048 478781440 21183 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/23818/statm: 116890 21183 371 364 0 52790 0
[pid=23820] ppid=23818 vsize=0 CPUtime=35.05 cores=0-7
/proc/23820/stat : 23820 (cryptominisat-2) R 23818 23820 23820 0 -1 4202500 80989 0 0 0 3494 11 0 0 25 0 1 0 546508051 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23820/statm: 0 0 0 0 0 0 0
[pid=23821] ppid=23793 vsize=477816 CPUtime=0.06 cores=0-7
/proc/23821/stat : 23821 (python) S 23793 23793 23450 0 -1 4202560 855 0 0 0 3 3 0 0 18 0 1 0 546508052 489283584 21182 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244368966 0 0 16781312 514 18248022740151795972 0 0 17 1 0 0 0
/proc/23821/statm: 119454 21182 377 364 0 55351 0
[pid=23823] ppid=23821 vsize=29744 CPUtime=35.05 cores=0-7
/proc/23823/stat : 23823 (lingeling) R 23821 23823 23823 0 -1 4202496 22388 0 0 0 3502 3 0 0 25 0 1 0 546508052 30457856 6606 33554432000 4194304 4352236 140734890891104 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23823/statm: 7436 6606 129 39 0 6516 0
[pid=23793/tid=23801] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23801/stat : 23801 (python) S 23791 23793 23450 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 546508030 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 6 0 0 0
[pid=23793/tid=23804] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23804/stat : 23804 (python) S 23791 23793 23450 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 546508033 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 3 0 0 0
[pid=23793/tid=23807] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23807/stat : 23807 (python) S 23791 23793 23450 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 546508036 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 0 0 0 0
[pid=23793/tid=23810] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23810/stat : 23810 (python) S 23791 23793 23450 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 546508039 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 5 0 0 0
[pid=23793/tid=23813] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23813/stat : 23813 (python) S 23791 23793 23450 0 -1 4202560 76 935 0 0 0 0 0 0 19 0 9 0 546508042 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 0 0 0 0
[pid=23793/tid=23816] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23816/stat : 23816 (python) S 23791 23793 23450 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 546508045 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 7 0 0 0
[pid=23793/tid=23819] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23819/stat : 23819 (python) S 23791 23793 23450 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 546508049 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 1 0 0 0
[pid=23793/tid=23822] ppid=23791 vsize=488060 CPUtime=0 cores=0-7
/proc/23793/task/23822/stat : 23822 (python) S 23791 23793 23450 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 546508052 499773440 22698 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 2 18446604440278433984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 307.7
Current children cumulated vsize (KiB) 4312588

[startup+62.1018 s]
/proc/loadavg: 5.89 4.48 4.72 10/276 23824
/proc/meminfo: memFree=27266940/32951124 swapFree=67111364/67111528
[pid=23793] ppid=23791 vsize=446980 CPUtime=309.24 cores=0-7
/proc/23793/stat : 23793 (python) R 23791 23793 23450 0 -1 4202496 45607 368523 1 0 2660 14 28145 105 17 0 2 0 546505370 457707520 22666 33554432000 4194304 5683644 140734060036928 18446744073709551615 228244004279 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/23793/statm: 111745 22666 1874 364 0 47668 0
[pid=23793/tid=23819] ppid=23791 vsize=446980 CPUtime=282.5 cores=0-7
/proc/23793/task/23819/stat : 23819 (python) S 23791 23793 23450 0 -1 4202560 34 368523 0 0 0 0 28145 105 18 0 2 0 546508049 457707520 22666 33554432000 4194304 5683644 140734060036928 18446744073709551615 228256172465 0 0 16781312 0 18446604440278433984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 309.24
Current children cumulated vsize (KiB) 446980

Child status: 0
Real time (s): 62.1266
CPU time (s): 309.282
CPU user time (s): 308.067
CPU system time (s): 1.21481
CPU usage (%): 497.825
Max. virtual memory (cumulated for all children) (KiB): 5076604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.067
system time used= 1.21481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 422685
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= 1955
involuntary context switches= 1949

runsolver used 0.169974 second user time and 0.353946 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-02 17:11:14
IDJOB=3321703
IDBENCH=82492
IDSOLVER=1710
FILE ID=node136/3321703-1304349074
RUNJOBID= node136-1304347125-23464
PBS_JOBID= 13178655
Free space on /tmp= 73912 MiB

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

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=1453900545

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28157236 kB
Buffers:        670544 kB
Cached:        1552100 kB
SwapCached:          0 kB
Active:        2512584 kB
Inactive:      1826340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28157236 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           38052 kB
Writeback:           0 kB
AnonPages:     2116720 kB
Mapped:          22704 kB
Slab:           372556 kB
PageTables:      16696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 40998064 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= 73880 MiB
End job on node136 at 2011-05-02 17:12:16