Trace number 3378724

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)UNSAT 139.436 112.706

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10t0.cnf
MD5SUM9029cec808e66e35ae213dc5615fd1f7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.15537
Satisfiable
(Un)Satisfiability was proved
Number of variables237336
Number of clauses1262609
Sum of the clauses size3042396
Maximum clause length10
Minimum clause length1
Number of clauses of size 113421
Number of clauses of size 2900089
Number of clauses of size 3288599
Number of clauses of size 46720
Number of clauses of size 526880
Number of clauses of size over 526900

Solver Data

0.39/0.95	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/0.95	c INFO: solving HOME/instance-3378724-1305464618.cnf
0.39/0.95	c INFO: computing task features
4.47/5.10	c INFO: computed variable-clause graph statistics
4.67/5.24	c INFO: computed clause balance statistics
23.37/23.95	c INFO: computed variable balance statistics
37.77/38.34	c INFO: computed small-clause counts
38.06/38.67	c INFO: computed Horn-clause counts
102.86/103.42	c INFO: computed variable graph statistics
102.86/103.42	c INFO: collected features for HOME/instance-3378724-1305464618.cnf in 102.33 s
102.86/103.43	c INFO: running cryptominisat-2.9.0@0 for 1097 with 1097 remaining (b = 0.44)
102.86/103.45	c INFO: running lingeling-276@0 for 1097 with 1097 remaining (b = 0.40)
102.86/103.46	c INFO: running lingeling-276@0 for 1097 with 1097 remaining (b = 0.35)
102.86/103.48	c INFO: running lingeling-276@0 for 97 with 1097 remaining (b = 0.16)
139.19/112.63	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378724-1305464618/watcher-3378724-1305464618 -o /tmp/evaluation-result-3378724-1305464618/solver-3378724-1305464618 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378724-1305464618.cnf -seed 486391518 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.76 7.84 6.95 6/439 22088
/proc/meminfo: memFree=19579460/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/22088/stat : 22088 (python) R 22086 22088 21641 0 -1 4202496 897 0 0 0 0 0 0 0 21 0 1 0 736692656 16150528 778 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988635783 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22088/statm: 3943 778 343 364 0 430 0

[startup+0.066723 s]
/proc/loadavg: 7.76 7.84 6.95 6/439 22088
/proc/meminfo: memFree=19579460/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=34420 CPUtime=0.03 cores=0,2,4,6
/proc/22088/stat : 22088 (python) S 22086 22088 21641 0 -1 4202496 1550 0 0 0 3 0 0 0 21 0 1 0 736692656 35246080 1387 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22088/statm: 8605 1387 448 364 0 943 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34420

[startup+0.440657 s]
/proc/loadavg: 7.76 7.84 6.95 6/439 22088
/proc/meminfo: memFree=19579460/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=113212 CPUtime=0.09 cores=0,2,4,6
/proc/22088/stat : 22088 (python) R 22086 22088 21641 0 -1 4202496 3560 0 0 0 6 3 0 0 18 0 1 0 736692656 115929088 3206 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988251047 0 0 16781312 2 0 0 0 17 2 0 0 28
/proc/22088/statm: 28303 3206 885 364 0 2325 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 113212

[startup+0.500646 s]
/proc/loadavg: 7.76 7.84 6.95 6/439 22088
/proc/meminfo: memFree=19579460/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=126296 CPUtime=0.13 cores=0,2,4,6
/proc/22088/stat : 22088 (python) R 22086 22088 21641 0 -1 4202496 4705 935 1 0 9 4 0 0 18 0 1 0 736692656 129327104 3895 33554432000 4194304 5683644 140736307990400 18446744073709551615 5158141 0 0 16781312 2 0 0 0 17 2 0 0 28
/proc/22088/statm: 31574 3895 1001 364 0 2869 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 126296

[startup+0.700611 s]
/proc/loadavg: 7.76 7.84 6.95 6/439 22088
/proc/meminfo: memFree=19579460/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=135748 CPUtime=0.24 cores=0,2,4,6
/proc/22088/stat : 22088 (python) S 22086 22088 21641 0 -1 4202496 5981 935 1 0 17 7 0 0 18 0 1 0 736692656 139005952 4160 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 28
/proc/22088/statm: 33937 4160 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 135748

[startup+1.50047 s]
/proc/loadavg: 7.76 7.84 6.95 6/440 22093
/proc/meminfo: memFree=19509268/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=340728 CPUtime=0.96 cores=0,2,4,6
/proc/22088/stat : 22088 (python) R 22086 22088 21641 0 -1 4202496 24501 935 1 0 82 14 0 0 18 0 1 0 736692656 348905472 22183 33554432000 4194304 5683644 140736307990400 18446744073709551615 4422946 0 0 16781312 2 0 0 0 17 2 0 0 28
/proc/22088/statm: 85182 22184 1761 364 0 21106 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 340728

[startup+3.10019 s]
/proc/loadavg: 7.76 7.84 6.95 6/440 22093
/proc/meminfo: memFree=19432032/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=449688 CPUtime=2.56 cores=0,2,4,6
/proc/22088/stat : 22088 (python) R 22086 22088 21641 0 -1 4202496 51883 935 1 0 239 17 0 0 20 0 1 0 736692656 460480512 49565 33554432000 4194304 5683644 140736307990400 18446744073709551615 4422002 0 0 16781312 2 0 0 0 17 2 0 0 28
/proc/22088/statm: 112422 49565 1761 364 0 48346 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 449688

[startup+6.30063 s]
/proc/loadavg: 7.54 7.80 6.94 6/440 22093
/proc/meminfo: memFree=19313084/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=518512 CPUtime=5.77 cores=0,2,4,6
/proc/22088/stat : 22088 (python) R 22086 22088 21641 0 -1 4202496 111097 935 1 0 552 25 0 0 25 0 1 0 736692656 530956288 67013 33554432000 4194304 5683644 140736307990400 18446744073709551615 47242850280279 0 0 16781312 2 0 0 0 17 2 0 0 28
/proc/22088/statm: 129628 67013 1826 364 0 65552 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 518512

[startup+12.7005 s]
/proc/loadavg: 7.34 7.75 6.93 6/440 22093
/proc/meminfo: memFree=19317180/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=518512 CPUtime=12.17 cores=0,2,4,6
/proc/22088/stat : 22088 (python) R 22086 22088 21641 0 -1 4202496 111097 935 1 0 1192 25 0 0 25 0 1 0 736692656 530956288 67013 33554432000 4194304 5683644 140736307990400 18446744073709551615 47242847586185 0 0 16781312 2 0 0 0 17 2 0 0 28
/proc/22088/statm: 129628 67013 1826 364 0 65552 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 518512

[startup+25.5003 s]
/proc/loadavg: 6.82 7.61 6.90 6/440 22093
/proc/meminfo: memFree=19314820/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=518512 CPUtime=24.98 cores=0,2,4,6
/proc/22088/stat : 22088 (python) R 22086 22088 21641 0 -1 4202496 111098 935 1 0 2473 25 0 0 25 0 1 0 736692656 530956288 67014 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988251679 0 0 16781312 2 0 0 0 17 2 0 0 28
/proc/22088/statm: 129628 67014 1827 364 0 65552 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 518512

[startup+51.1008 s]
/proc/loadavg: 6.37 7.45 6.86 6/440 22094
/proc/meminfo: memFree=19305644/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=528376 CPUtime=50.56 cores=0,2,4,6
/proc/22088/stat : 22088 (python) R 22086 22088 21641 0 -1 4202496 113570 935 1 0 5031 25 0 0 25 0 1 0 736692656 541057024 69486 33554432000 4194304 5683644 140736307990400 18446744073709551615 47242847516812 0 0 16781312 2 0 0 0 17 2 0 0 28
/proc/22088/statm: 132094 69486 1833 364 0 68018 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 528376

[startup+102.301 s]
/proc/loadavg: 5.80 7.12 6.78 6/440 22095
/proc/meminfo: memFree=19269292/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=528376 CPUtime=101.76 cores=0,2,4,6
/proc/22088/stat : 22088 (python) R 22086 22088 21641 0 -1 4202496 113570 935 1 0 10151 25 0 0 25 0 1 0 736692656 541057024 69486 33554432000 4194304 5683644 140736307990400 18446744073709551615 47242847516800 0 0 16781312 2 0 0 0 17 2 0 0 28
/proc/22088/statm: 132094 69486 1833 364 0 68018 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 528376

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

[startup+102.615 s]
/proc/loadavg: 5.80 7.12 6.78 6/440 22095
/proc/meminfo: memFree=19269416/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=528376 CPUtime=102.08 cores=0,2,4,6
/proc/22088/stat : 22088 (python) R 22086 22088 21641 0 -1 4202496 113570 935 1 0 10183 25 0 0 25 0 1 0 736692656 541057024 69486 33554432000 4194304 5683644 140736307990400 18446744073709551615 47242847516812 0 0 16781312 2 0 0 0 17 2 0 0 28
/proc/22088/statm: 132094 69486 1833 364 0 68018 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 528376

[startup+109.001 s]
/proc/loadavg: 5.92 7.10 6.77 9/452 22108
/proc/meminfo: memFree=18865576/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=549616 CPUtime=102.95 cores=0,2,4,6
/proc/22088/stat : 22088 (python) S 22086 22088 21641 0 -1 4202496 116278 935 1 0 10266 29 0 0 25 0 5 0 736692656 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 28
/proc/22088/statm: 137404 64601 1881 364 0 73313 0
[pid=22096] ppid=22088 vsize=508604 CPUtime=0.02 cores=0,2,4,6
/proc/22096/stat : 22096 (python) S 22088 22088 21641 0 -1 4202560 905 0 0 0 1 1 0 0 15 0 1 0 736703000 520810496 63080 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612623 0 0 16781312 514 3985162581860909313 0 0 17 2 0 0 0
/proc/22096/statm: 127151 63080 376 364 0 63069 0
[pid=22098] ppid=22096 vsize=326680 CPUtime=5.45 cores=0,2,4,6
/proc/22098/stat : 22098 (cryptominisat-2) R 22096 22098 22098 0 -1 4202496 67527 0 0 0 534 11 0 0 25 0 1 0 736703001 334520320 63008 33554432000 4194304 4677096 140737206331680 18446744073709551615 4310507 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22098/statm: 81670 63008 362 118 0 76629 0
[pid=22099] ppid=22088 vsize=518860 CPUtime=0.02 cores=0,2,4,6
/proc/22099/stat : 22099 (python) S 22088 22088 21641 0 -1 4202560 906 0 0 0 0 2 0 0 18 0 1 0 736703001 531312640 63078 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 3439689365763096834 0 0 17 2 0 0 0
/proc/22099/statm: 129715 63078 370 364 0 65630 0
[pid=22101] ppid=22099 vsize=64196 CPUtime=5.52 cores=0,2,4,6
/proc/22101/stat : 22101 (lingeling) R 22099 22101 22101 0 -1 4202496 23026 0 0 0 549 3 0 0 25 0 1 0 736703002 65736704 15219 33554432000 4194304 4352236 140737005046736 18446744073709551615 4231060 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22101/statm: 16049 15219 129 39 0 15129 0
[pid=22102] ppid=22088 vsize=529116 CPUtime=0.02 cores=0,2,4,6
/proc/22102/stat : 22102 (python) S 22088 22088 21641 0 -1 4202560 894 0 0 0 1 1 0 0 18 0 1 0 736703003 541814784 63082 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 3985166430151606531 0 0 17 2 0 0 0
/proc/22102/statm: 132279 63082 370 364 0 68191 0
[pid=22106] ppid=22102 vsize=66944 CPUtime=5.4 cores=0,2,4,6
/proc/22106/stat : 22106 (lingeling) R 22102 22106 22106 0 -1 4202496 23663 0 0 0 537 3 0 0 25 0 1 0 736703006 68550656 15904 33554432000 4194304 4352236 140735465897440 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22106/statm: 16736 15904 127 39 0 15816 0
[pid=22104] ppid=22088 vsize=539372 CPUtime=0.02 cores=0,2,4,6
/proc/22104/stat : 22104 (python) S 22088 22088 21641 0 -1 4202560 914 0 0 0 0 2 0 0 18 0 1 0 736703004 552316928 63086 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 2948082598699565313 0 0 17 2 0 0 0
/proc/22104/statm: 134843 63086 370 364 0 70752 0
[pid=22107] ppid=22104 vsize=65144 CPUtime=5.49 cores=0,2,4,6
/proc/22107/stat : 22107 (lingeling) R 22104 22107 22107 0 -1 4202496 23268 0 0 0 545 4 0 0 25 0 1 0 736703006 66707456 15455 33554432000 4194304 4352236 140734498566352 18446744073709551615 4335801 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22107/statm: 16286 15455 128 39 0 15366 0
[pid=22088/tid=22097] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22097/stat : 22097 (python) S 22086 22088 21641 0 -1 4202560 38 935 0 0 0 0 0 0 25 0 5 0 736703001 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
[pid=22088/tid=22100] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22100/stat : 22100 (python) S 22086 22088 21641 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 736703002 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 6 0 0 0
[pid=22088/tid=22103] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22103/stat : 22103 (python) S 22086 22088 21641 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 736703004 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
[pid=22088/tid=22105] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22105/stat : 22105 (python) S 22086 22088 21641 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 736703005 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 124.89
Current children cumulated vsize (KiB) 3168532

[startup+110.601 s]
/proc/loadavg: 5.92 7.10 6.77 10/452 22108
/proc/meminfo: memFree=18816472/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=549616 CPUtime=102.95 cores=0,2,4,6
/proc/22088/stat : 22088 (python) S 22086 22088 21641 0 -1 4202496 116278 935 1 0 10266 29 0 0 25 0 5 0 736692656 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 28
/proc/22088/statm: 137404 64601 1881 364 0 73313 0
[pid=22096] ppid=22088 vsize=508604 CPUtime=0.02 cores=0,2,4,6
/proc/22096/stat : 22096 (python) S 22088 22088 21641 0 -1 4202560 905 0 0 0 1 1 0 0 15 0 1 0 736703000 520810496 63080 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612623 0 0 16781312 514 3985162581860909313 0 0 17 2 0 0 0
/proc/22096/statm: 127151 63080 376 364 0 63069 0
[pid=22098] ppid=22096 vsize=377468 CPUtime=7.01 cores=0,2,4,6
/proc/22098/stat : 22098 (cryptominisat-2) R 22096 22098 22098 0 -1 4202496 76883 0 0 0 689 12 0 0 25 0 1 0 736703001 386527232 72364 33554432000 4194304 4677096 140737206331680 18446744073709551615 4238571 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22098/statm: 94367 72364 362 118 0 89326 0
[pid=22099] ppid=22088 vsize=518860 CPUtime=0.02 cores=0,2,4,6
/proc/22099/stat : 22099 (python) S 22088 22088 21641 0 -1 4202560 906 0 0 0 0 2 0 0 18 0 1 0 736703001 531312640 63078 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 3439689365763096834 0 0 17 2 0 0 0
/proc/22099/statm: 129715 63078 370 364 0 65630 0
[pid=22101] ppid=22099 vsize=64180 CPUtime=7.12 cores=0,2,4,6
/proc/22101/stat : 22101 (lingeling) R 22099 22101 22101 0 -1 4202496 23026 0 0 0 709 3 0 0 25 0 1 0 736703002 65720320 15215 33554432000 4194304 4352236 140737005046736 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22101/statm: 16045 15215 129 39 0 15125 0
[pid=22102] ppid=22088 vsize=529116 CPUtime=0.02 cores=0,2,4,6
/proc/22102/stat : 22102 (python) S 22088 22088 21641 0 -1 4202560 894 0 0 0 1 1 0 0 18 0 1 0 736703003 541814784 63082 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 3985166430151606531 0 0 17 2 0 0 0
/proc/22102/statm: 132279 63082 370 364 0 68191 0
[pid=22106] ppid=22102 vsize=66784 CPUtime=7 cores=0,2,4,6
/proc/22106/stat : 22106 (lingeling) R 22102 22106 22106 0 -1 4202496 23665 0 0 0 697 3 0 0 25 0 1 0 736703006 68386816 15866 33554432000 4194304 4352236 140735465897440 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22106/statm: 16696 15866 129 39 0 15776 0
[pid=22104] ppid=22088 vsize=539372 CPUtime=0.02 cores=0,2,4,6
/proc/22104/stat : 22104 (python) S 22088 22088 21641 0 -1 4202560 914 0 0 0 0 2 0 0 18 0 1 0 736703004 552316928 63086 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 2948082598699565313 0 0 17 2 0 0 0
/proc/22104/statm: 134843 63086 370 364 0 70752 0
[pid=22107] ppid=22104 vsize=48736 CPUtime=7.08 cores=0,2,4,6
/proc/22107/stat : 22107 (lingeling) R 22104 22107 22107 0 -1 4202496 23269 0 0 0 704 4 0 0 25 0 1 0 736703006 49905664 11354 33554432000 4194304 4352236 140734498566352 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22107/statm: 12184 11354 129 39 0 11264 0
[pid=22088/tid=22097] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22097/stat : 22097 (python) S 22086 22088 21641 0 -1 4202560 38 935 0 0 0 0 0 0 25 0 5 0 736703001 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
[pid=22088/tid=22100] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22100/stat : 22100 (python) S 22086 22088 21641 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 736703002 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 6 0 0 0
[pid=22088/tid=22103] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22103/stat : 22103 (python) S 22086 22088 21641 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 736703004 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
[pid=22088/tid=22105] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22105/stat : 22105 (python) S 22086 22088 21641 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 736703005 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 131.24
Current children cumulated vsize (KiB) 3202736

[startup+111.417 s]
/proc/loadavg: 5.92 7.10 6.77 9/452 22108
/proc/meminfo: memFree=18794400/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=549616 CPUtime=102.95 cores=0,2,4,6
/proc/22088/stat : 22088 (python) S 22086 22088 21641 0 -1 4202496 116278 935 1 0 10266 29 0 0 25 0 5 0 736692656 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 28
/proc/22088/statm: 137404 64601 1881 364 0 73313 0
[pid=22096] ppid=22088 vsize=508604 CPUtime=0.02 cores=0,2,4,6
/proc/22096/stat : 22096 (python) S 22088 22088 21641 0 -1 4202560 905 0 0 0 1 1 0 0 15 0 1 0 736703000 520810496 63080 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612623 0 0 16781312 514 3985162581860909313 0 0 17 2 0 0 0
/proc/22096/statm: 127151 63080 376 364 0 63069 0
[pid=22098] ppid=22096 vsize=397576 CPUtime=7.81 cores=0,2,4,6
/proc/22098/stat : 22098 (cryptominisat-2) R 22096 22098 22098 0 -1 4202496 80853 0 0 0 769 12 0 0 25 0 1 0 736703001 407117824 76334 33554432000 4194304 4677096 140737206331680 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22098/statm: 99394 76334 362 118 0 94353 0
[pid=22099] ppid=22088 vsize=518860 CPUtime=0.02 cores=0,2,4,6
/proc/22099/stat : 22099 (python) S 22088 22088 21641 0 -1 4202560 906 0 0 0 0 2 0 0 18 0 1 0 736703001 531312640 63078 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 3439689365763096834 0 0 17 2 0 0 0
/proc/22099/statm: 129715 63078 370 364 0 65630 0
[pid=22101] ppid=22099 vsize=64180 CPUtime=7.94 cores=0,2,4,6
/proc/22101/stat : 22101 (lingeling) R 22099 22101 22101 0 -1 4202496 23026 0 0 0 791 3 0 0 25 0 1 0 736703002 65720320 15215 33554432000 4194304 4352236 140737005046736 18446744073709551615 4327916 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22101/statm: 16045 15215 129 39 0 15125 0
[pid=22102] ppid=22088 vsize=529116 CPUtime=0.02 cores=0,2,4,6
/proc/22102/stat : 22102 (python) S 22088 22088 21641 0 -1 4202560 894 0 0 0 1 1 0 0 18 0 1 0 736703003 541814784 63082 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 3985166430151606531 0 0 17 2 0 0 0
/proc/22102/statm: 132279 63082 370 364 0 68191 0
[pid=22106] ppid=22102 vsize=66780 CPUtime=7.81 cores=0,2,4,6
/proc/22106/stat : 22106 (lingeling) R 22102 22106 22106 0 -1 4202496 23665 0 0 0 778 3 0 0 25 0 1 0 736703006 68382720 15865 33554432000 4194304 4352236 140735465897440 18446744073709551615 4280999 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22106/statm: 16695 15865 129 39 0 15775 0
[pid=22104] ppid=22088 vsize=539372 CPUtime=0.02 cores=0,2,4,6
/proc/22104/stat : 22104 (python) S 22088 22088 21641 0 -1 4202560 914 0 0 0 0 2 0 0 18 0 1 0 736703004 552316928 63086 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 2948082598699565313 0 0 17 2 0 0 0
/proc/22104/statm: 134843 63086 370 364 0 70752 0
[pid=22107] ppid=22104 vsize=48736 CPUtime=7.9 cores=0,2,4,6
/proc/22107/stat : 22107 (lingeling) R 22104 22107 22107 0 -1 4202496 23269 0 0 0 786 4 0 0 25 0 1 0 736703006 49905664 11354 33554432000 4194304 4352236 140734498566352 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22107/statm: 12184 11354 129 39 0 11264 0
[pid=22088/tid=22097] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22097/stat : 22097 (python) S 22086 22088 21641 0 -1 4202560 38 935 0 0 0 0 0 0 25 0 5 0 736703001 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
[pid=22088/tid=22100] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22100/stat : 22100 (python) S 22086 22088 21641 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 736703002 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 6 0 0 0
[pid=22088/tid=22103] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22103/stat : 22103 (python) S 22086 22088 21641 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 736703004 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
[pid=22088/tid=22105] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22105/stat : 22105 (python) S 22086 22088 21641 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 736703005 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 134.49
Current children cumulated vsize (KiB) 3222840

[startup+112.201 s]
/proc/loadavg: 5.92 7.10 6.77 9/452 22108
/proc/meminfo: memFree=18794400/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=549616 CPUtime=102.95 cores=0,2,4,6
/proc/22088/stat : 22088 (python) S 22086 22088 21641 0 -1 4202496 116278 935 1 0 10266 29 0 0 25 0 5 0 736692656 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 28
/proc/22088/statm: 137404 64601 1881 364 0 73313 0
[pid=22096] ppid=22088 vsize=508604 CPUtime=0.02 cores=0,2,4,6
/proc/22096/stat : 22096 (python) S 22088 22088 21641 0 -1 4202560 905 0 0 0 1 1 0 0 15 0 1 0 736703000 520810496 63080 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612623 0 0 16781312 514 3985162581860909313 0 0 17 2 0 0 0
/proc/22096/statm: 127151 63080 376 364 0 63069 0
[pid=22098] ppid=22096 vsize=417520 CPUtime=8.6 cores=0,2,4,6
/proc/22098/stat : 22098 (cryptominisat-2) R 22096 22098 22098 0 -1 4202496 84880 0 0 0 847 13 0 0 25 0 1 0 736703001 427540480 80361 33554432000 4194304 4677096 140737206331680 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22098/statm: 104380 80361 362 118 0 99339 0
[pid=22099] ppid=22088 vsize=518860 CPUtime=0.02 cores=0,2,4,6
/proc/22099/stat : 22099 (python) S 22088 22088 21641 0 -1 4202560 906 0 0 0 0 2 0 0 18 0 1 0 736703001 531312640 63078 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 3439689365763096834 0 0 17 2 0 0 0
/proc/22099/statm: 129715 63078 370 364 0 65630 0
[pid=22101] ppid=22099 vsize=47752 CPUtime=8.72 cores=0,2,4,6
/proc/22101/stat : 22101 (lingeling) R 22099 22101 22101 0 -1 4202496 23026 0 0 0 869 3 0 0 25 0 1 0 736703002 48898048 11108 33554432000 4194304 4352236 140737005046736 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22101/statm: 11938 11108 129 39 0 11018 0
[pid=22102] ppid=22088 vsize=529116 CPUtime=0.02 cores=0,2,4,6
/proc/22102/stat : 22102 (python) S 22088 22088 21641 0 -1 4202560 894 0 0 0 1 1 0 0 18 0 1 0 736703003 541814784 63082 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 3985166430151606531 0 0 17 2 0 0 0
/proc/22102/statm: 132279 63082 370 364 0 68191 0
[pid=22106] ppid=22102 vsize=66780 CPUtime=8.6 cores=0,2,4,6
/proc/22106/stat : 22106 (lingeling) R 22102 22106 22106 0 -1 4202496 23665 0 0 0 857 3 0 0 25 0 1 0 736703006 68382720 15865 33554432000 4194304 4352236 140735465897440 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22106/statm: 16695 15865 129 39 0 15775 0
[pid=22104] ppid=22088 vsize=539372 CPUtime=0.02 cores=0,2,4,6
/proc/22104/stat : 22104 (python) S 22088 22088 21641 0 -1 4202560 914 0 0 0 0 2 0 0 18 0 1 0 736703004 552316928 63086 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 2948082598699565313 0 0 17 2 0 0 0
/proc/22104/statm: 134843 63086 370 364 0 70752 0
[pid=22107] ppid=22104 vsize=40500 CPUtime=8.68 cores=0,2,4,6
/proc/22107/stat : 22107 (lingeling) R 22104 22107 22107 0 -1 4202496 23269 0 0 0 864 4 0 0 25 0 1 0 736703006 41472000 9295 33554432000 4194304 4352236 140734498566352 18446744073709551615 4327859 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22107/statm: 10125 9295 129 39 0 9205 0
[pid=22088/tid=22097] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22097/stat : 22097 (python) S 22086 22088 21641 0 -1 4202560 38 935 0 0 0 0 0 0 25 0 5 0 736703001 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
[pid=22088/tid=22100] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22100/stat : 22100 (python) S 22086 22088 21641 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 736703002 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 6 0 0 0
[pid=22088/tid=22103] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22103/stat : 22103 (python) S 22086 22088 21641 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 736703004 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
[pid=22088/tid=22105] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22105/stat : 22105 (python) S 22086 22088 21641 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 736703005 562806784 64601 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 137.63
Current children cumulated vsize (KiB) 3218120

[startup+112.601 s]
/proc/loadavg: 5.92 7.10 6.77 9/452 22108
/proc/meminfo: memFree=18806056/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=549616 CPUtime=102.95 cores=0,2,4,6
/proc/22088/stat : 22088 (python) S 22086 22088 21641 0 -1 4202496 116311 935 1 0 10266 29 0 0 18 0 5 0 736692656 562806784 64602 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000422719 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 28
/proc/22088/statm: 137404 64602 1882 364 0 73313 0
[pid=22096] ppid=22088 vsize=508604 CPUtime=0.02 cores=0,2,4,6
/proc/22096/stat : 22096 (python) S 22088 22088 21641 0 -1 4202560 905 0 0 0 1 1 0 0 15 0 1 0 736703000 520810496 63080 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612623 0 0 16781312 514 3985162581860909313 0 0 17 2 0 0 0
/proc/22096/statm: 127151 63080 376 364 0 63069 0
[pid=22098] ppid=22096 vsize=427604 CPUtime=8.98 cores=0,2,4,6
/proc/22098/stat : 22098 (cryptominisat-2) R 22096 22098 22098 0 -1 4202496 86932 0 0 0 885 13 0 0 25 0 1 0 736703001 437866496 82413 33554432000 4194304 4677096 140737206331680 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22098/statm: 106901 82413 362 118 0 101860 0
[pid=22099] ppid=22088 vsize=0 CPUtime=9.14 cores=0,2,4,6
/proc/22099/stat : 22099 (python) R 22088 22088 21641 0 -1 4202564 1140 23029 0 0 1 3 907 3 18 0 1 0 736703001 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22099/statm: 0 0 0 0 0 0 0
[pid=22102] ppid=22088 vsize=529116 CPUtime=0.03 cores=0,2,4,6
/proc/22102/stat : 22102 (python) S 22088 22088 21641 0 -1 4202560 915 0 0 0 1 2 0 0 18 0 1 0 736703003 541814784 63087 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000422719 0 0 16781824 2 18446744071562232103 0 0 17 0 0 0 0
/proc/22102/statm: 132279 63087 375 364 0 68191 0
[pid=22106] ppid=22102 vsize=0 CPUtime=8.97 cores=0,2,4,6
/proc/22106/stat : 22106 (lingeling) R 22102 22106 22106 0 -1 4203524 23665 0 0 0 894 3 0 0 25 0 1 0 736703006 0 0 33554432000 0 0 0 0 0 0 0 16781312 17506 18446744073709551615 0 0 17 0 0 0 0
/proc/22106/statm: 0 0 0 0 0 0 0
[pid=22104] ppid=22088 vsize=539372 CPUtime=0.02 cores=0,2,4,6
/proc/22104/stat : 22104 (python) S 22088 22088 21641 0 -1 4202560 914 0 0 0 0 2 0 0 18 0 1 0 736703004 552316928 63086 33554432000 4194304 5683644 140736307990400 18446744073709551615 215988612678 0 0 16781312 514 2948082598699565313 0 0 17 2 0 0 0
/proc/22104/statm: 134843 63086 370 364 0 70752 0
[pid=22107] ppid=22104 vsize=40500 CPUtime=9.08 cores=0,2,4,6
/proc/22107/stat : 22107 (lingeling) R 22104 22107 22107 0 -1 4202496 23269 0 0 0 904 4 0 0 25 0 1 0 736703006 41472000 9295 33554432000 4194304 4352236 140734498566352 18446744073709551615 4281230 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22107/statm: 10125 9295 129 39 0 9205 0
[pid=22088/tid=22097] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22097/stat : 22097 (python) S 22086 22088 21641 0 -1 4202560 38 935 0 0 0 0 0 0 25 0 5 0 736703001 562806784 64602 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
[pid=22088/tid=22100] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22100/stat : 22100 (python) S 22086 22088 21641 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 736703002 562806784 64602 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 6 0 0 0
[pid=22088/tid=22103] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22103/stat : 22103 (python) S 22086 22088 21641 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 736703004 562806784 64602 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
[pid=22088/tid=22105] ppid=22086 vsize=549616 CPUtime=0 cores=0,2,4,6
/proc/22088/task/22105/stat : 22105 (python) S 22086 22088 21641 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 736703005 562806784 64602 33554432000 4194304 5683644 140736307990400 18446744073709551615 216000416177 0 0 16781312 2 18446604442424670400 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 139.19
Current children cumulated vsize (KiB) 2594812

[startup+112.701 s]
/proc/loadavg: 5.92 7.10 6.77 9/452 22108
/proc/meminfo: memFree=18806056/32950940 swapFree=67111356/67111528
[pid=22088] ppid=22086 vsize=0 CPUtime=139.41 cores=0,2,4,6
/proc/22088/stat : 22088 (python) Z 22086 22088 21641 0 -1 4202524 146456 161942 1 0 10270 32 3600 39 17 0 2 0 736692656 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 28
/proc/22088/statm: 0 0 0 0 0 0 0
[pid=22088/tid=22100] ppid=22086 vsize=0 CPUtime=36.39 cores=0,2,4,6
/proc/22088/task/22100/stat : 22100 (python) R 22086 22088 21641 0 -1 4203588 21 161942 0 0 0 0 3600 39 17 0 2 0 736703002 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 139.41
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 112.706
CPU time (s): 139.436
CPU user time (s): 138.71
CPU system time (s): 0.725889
CPU usage (%): 123.716
Max. virtual memory (cumulated for all children) (KiB): 3237560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.71
system time used= 0.725889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308398
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= 3071
involuntary context switches= 619

runsolver used 0.448931 second user time and 1.02784 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 15:03:39
IDJOB=3378724
IDBENCH=71012
IDSOLVER=1860
FILE ID=node117/3378724-1305464618
RUNJOBID= node117-1305463204-21659
PBS_JOBID= 13324986
Free space on /tmp= 73456 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10t0.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-3378724-1305464618/watcher-3378724-1305464618 -o /tmp/evaluation-result-3378724-1305464618/solver-3378724-1305464618 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378724-1305464618.cnf -seed 486391518 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9029cec808e66e35ae213dc5615fd1f7
RANDOM SEED=486391518

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19579740 kB
Buffers:        325616 kB
Cached:        3774608 kB
SwapCached:          0 kB
Active:       10668924 kB
Inactive:      2337976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19579740 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           55420 kB
Writeback:           0 kB
AnonPages:     8906284 kB
Mapped:          39276 kB
Slab:           246708 kB
PageTables:      51068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 104037184 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 node117 at 2011-05-15 15:05:32