Trace number 3321425

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 2380.18 610.495

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.7592
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3321425-1304340116.cnf
0.36/0.67	c INFO: computing task features
10.65/10.98	c INFO: computed variable-clause graph statistics
10.95/11.29	c INFO: computed clause balance statistics
52.05/52.39	c INFO: computed variable balance statistics
85.05/85.38	c INFO: computed small-clause counts
86.35/86.62	c INFO: computed Horn-clause counts
356.46/356.79	c INFO: computed variable graph statistics
356.55/356.80	c INFO: collected features for HOME/instance-3321425-1304340116.cnf in 355.84 s
356.55/356.83	c INFO: running lingeling-276@0 for 97 with 39643 remaining (b = 0.26)
356.55/356.87	c INFO: running cryptominisat-2.9.0@0 for 485 with 39643 remaining (b = 0.18)
356.66/356.90	c INFO: running cryptominisat-2.9.0@0 for 485 with 39643 remaining (b = 0.12)
356.66/356.94	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39643 remaining (b = 0.32)
356.66/356.97	c INFO: running SApperloT@0 for 97 with 39643 remaining (b = 0.02)
357.13/357.01	c INFO: running lingeling-276@0 for 1261 with 39643 remaining (b = 0.22)
357.13/357.05	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39643 remaining (b = 0.25)
357.13/357.08	c INFO: running lingeling-276@0 for 1261 with 39643 remaining (b = 0.16)
1156.19/457.00	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39543 remaining (b = 0.22)
1157.02/457.15	c INFO: running SApperloT@0 for 97 with 39543 remaining (b = 0.01)
1957.06/557.33	c INFO: running lingeling-276@0 for 291 with 39443 remaining (b = 0.04)
2379.81/610.39	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-3321425-1304340116/watcher-3321425-1304340116 -o /tmp/evaluation-result-3321425-1304340116/solver-3321425-1304340116 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321425-1304340116.cnf -seed 885908891 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.07 8.06 8.00 1/186 13250
/proc/meminfo: memFree=25049056/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=15184 CPUtime=0 cores=0-7
/proc/13250/stat : 13250 (python) S 13248 13250 13028 0 -1 4202496 727 0 0 0 0 0 0 0 17 0 1 0 545612204 15548416 616 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/13250/statm: 3796 616 322 364 0 283 0

[startup+0.0408529 s]
/proc/loadavg: 8.07 8.06 8.00 1/186 13250
/proc/meminfo: memFree=25049056/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=18880 CPUtime=0.01 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 1279 0 0 0 1 0 0 0 17 0 1 0 545612204 19333120 1131 33554432000 4194304 5683644 140734764428208 18446744073709551615 4884170 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13250/statm: 4720 1131 421 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18880

[startup+0.10084 s]
/proc/loadavg: 8.07 8.06 8.00 1/186 13250
/proc/meminfo: memFree=25049056/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=89768 CPUtime=0.06 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 2673 0 0 0 4 2 0 0 17 0 1 0 545612204 91922432 2388 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640855397 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13250/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300803 s]
/proc/loadavg: 8.07 8.06 8.00 1/186 13250
/proc/meminfo: memFree=25049056/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=135748 CPUtime=0.19 cores=0-7
/proc/13250/stat : 13250 (python) S 13248 13250 13028 0 -1 4202496 5965 934 1 0 14 5 0 0 18 0 1 0 545612204 139005952 4150 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/13250/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700744 s]
/proc/loadavg: 8.07 8.06 8.00 1/186 13250
/proc/meminfo: memFree=25049056/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=327596 CPUtime=0.45 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 21564 934 1 0 32 13 0 0 17 0 1 0 545612204 335458304 19243 33554432000 4194304 5683644 140734764428208 18446744073709551615 47609657422317 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13250/statm: 81899 19243 1761 364 0 17823 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 327596

[startup+1.50058 s]
/proc/loadavg: 8.07 8.06 8.00 2/187 13255
/proc/meminfo: memFree=24960140/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=375232 CPUtime=1.25 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 33151 934 1 0 110 15 0 0 18 0 1 0 545612204 384237568 30830 33554432000 4194304 5683644 140734764428208 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13250/statm: 93808 30831 1761 364 0 29732 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 375232

[startup+3.10029 s]
/proc/loadavg: 8.07 8.06 8.00 2/187 13255
/proc/meminfo: memFree=24896776/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=468120 CPUtime=2.85 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 56194 934 1 0 267 18 0 0 21 0 1 0 545612204 479354880 53873 33554432000 4194304 5683644 140734764428208 18446744073709551615 47609657410565 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13250/statm: 117030 53873 1761 364 0 52954 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 468120

[startup+6.30071 s]
/proc/loadavg: 7.50 7.94 7.97 2/187 13255
/proc/meminfo: memFree=24658452/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=660948 CPUtime=6.05 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 104472 934 1 0 580 25 0 0 25 0 1 0 545612204 676810752 102151 33554432000 4194304 5683644 140734764428208 18446744073709551615 4944083 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13250/statm: 165237 102151 1761 364 0 101161 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 660948

[startup+12.7005 s]
/proc/loadavg: 6.50 7.71 7.89 2/187 13256
/proc/meminfo: memFree=24578500/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=727160 CPUtime=12.46 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 230187 934 1 0 1208 38 0 0 25 0 1 0 545612204 744611840 119207 33554432000 4194304 5683644 140734764428208 18446744073709551615 47609486797249 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13250/statm: 181790 119207 1826 364 0 117714 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 727160

[startup+25.5002 s]
/proc/loadavg: 5.66 7.49 7.82 2/187 13256
/proc/meminfo: memFree=24579524/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=727160 CPUtime=25.25 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 230187 934 1 0 2487 38 0 0 25 0 1 0 545612204 744611840 119207 33554432000 4194304 5683644 140734764428208 18446744073709551615 4314432 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13250/statm: 181790 119207 1826 364 0 117714 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 727160

[startup+51.1005 s]
/proc/loadavg: 4.07 6.97 7.63 2/187 13256
/proc/meminfo: memFree=24579604/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=727160 CPUtime=50.85 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 230187 934 1 0 5047 38 0 0 25 0 1 0 545612204 744611840 119207 33554432000 4194304 5683644 140734764428208 18446744073709551615 4623632 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13250/statm: 181790 119207 1826 364 0 117714 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 727160

[startup+102.3 s]
/proc/loadavg: 2.33 6.05 7.28 2/187 13258
/proc/meminfo: memFree=24560112/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=746352 CPUtime=102.05 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 249355 934 1 0 10165 40 0 0 25 0 1 0 545612204 764264448 124012 33554432000 4194304 5683644 140734764428208 18446744073709551615 47609486559372 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13250/statm: 186588 124012 1833 364 0 122512 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 746352

[startup+162.3 s]
/proc/loadavg: 1.45 5.06 6.86 2/187 13260
/proc/meminfo: memFree=24560204/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=746352 CPUtime=162.06 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 249355 934 1 0 16166 40 0 0 25 0 1 0 545612204 764264448 124012 33554432000 4194304 5683644 140734764428208 18446744073709551615 47609486559360 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13250/statm: 186588 124012 1833 364 0 122512 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 746352

[startup+222.3 s]
/proc/loadavg: 1.18 4.37 6.52 2/187 13261
/proc/meminfo: memFree=24560188/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=746352 CPUtime=222.05 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 249355 934 1 0 22165 40 0 0 25 0 1 0 545612204 764264448 124012 33554432000 4194304 5683644 140734764428208 18446744073709551615 47609486559372 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13250/statm: 186588 124012 1833 364 0 122512 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 746352

[startup+282.306 s]
/proc/loadavg: 1.06 3.71 6.14 2/187 13263
/proc/meminfo: memFree=24560288/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=746352 CPUtime=282.06 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 249355 934 1 0 28166 40 0 0 25 0 1 0 545612204 764264448 124012 33554432000 4194304 5683644 140734764428208 18446744073709551615 47609486559372 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13250/statm: 186588 124012 1833 364 0 122512 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 746352

[startup+342.3 s]
/proc/loadavg: 1.02 3.25 5.84 2/187 13264
/proc/meminfo: memFree=24560260/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=746352 CPUtime=342.06 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 249355 934 1 0 34166 40 0 0 25 0 1 0 545612204 764264448 124012 33554432000 4194304 5683644 140734764428208 18446744073709551615 47609486559372 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13250/statm: 186588 124012 1833 364 0 122512 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 746352

[startup+402.301 s]
/proc/loadavg: 4.78 3.83 5.87 9/211 13290
/proc/meminfo: memFree=20707420/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=616392 CPUtime=356.84 cores=0-7
/proc/13250/stat : 13250 (python) S 13248 13250 13028 0 -1 4202496 255280 934 1 0 35637 47 0 0 20 0 9 0 545612204 631185408 71095 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13250/statm: 154098 71095 1889 364 0 89995 0
[pid=13266] ppid=13250 vsize=534356 CPUtime=0.06 cores=0-7
/proc/13266/stat : 13266 (python) S 13250 13250 13028 0 -1 4202560 938 0 0 0 3 3 0 0 18 0 1 0 545647888 547180544 69550 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879631 0 0 16781312 514 17266607457291960577 0 0 17 1 0 0 0
/proc/13266/statm: 133589 69550 376 364 0 69507 0
[pid=13268] ppid=13266 vsize=151444 CPUtime=45.31 cores=0-7
/proc/13268/stat : 13268 (lingeling) R 13266 13268 13268 0 -1 4202496 79182 0 0 0 4518 13 0 0 25 0 1 0 545647888 155078656 37031 33554432000 4194304 4352236 140736557271216 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/13268/statm: 37861 37031 129 39 0 36941 0
[pid=13269] ppid=13250 vsize=544612 CPUtime=0.07 cores=0-7
/proc/13269/stat : 13269 (python) S 13250 13250 13028 0 -1 4202560 943 0 0 0 3 4 0 0 15 0 1 0 545647891 557682688 69548 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 4568132168122859780 0 0 17 2 0 0 0
/proc/13269/statm: 136153 69548 370 364 0 72068 0
[pid=13271] ppid=13269 vsize=953564 CPUtime=45.41 cores=0-7
/proc/13271/stat : 13271 (cryptominisat-2) R 13269 13271 13271 0 -1 4202496 269404 0 0 0 4503 38 0 0 25 0 1 0 545647892 976449536 222947 33554432000 4194304 4677096 140734571719568 18446744073709551615 4444696 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13271/statm: 238391 222947 393 118 0 233350 0
[pid=13272] ppid=13250 vsize=554868 CPUtime=0.06 cores=0-7
/proc/13272/stat : 13272 (python) S 13250 13250 13028 0 -1 4202560 973 0 0 0 3 3 0 0 15 0 1 0 545647895 568184832 69552 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 4405232923398078724 0 0 17 2 0 0 0
/proc/13272/statm: 138717 69552 370 364 0 74629 0
[pid=13274] ppid=13272 vsize=924156 CPUtime=45.05 cores=0-7
/proc/13274/stat : 13274 (cryptominisat-2) R 13272 13274 13274 0 -1 4202496 281322 0 0 0 4465 40 0 0 25 0 1 0 545647895 946335744 215637 33554432000 4194304 4677096 140734118540112 18446744073709551615 4318905 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/13274/statm: 231039 215637 393 118 0 225998 0
[pid=13275] ppid=13250 vsize=565124 CPUtime=0.06 cores=0-7
/proc/13275/stat : 13275 (python) S 13250 13250 13028 0 -1 4202560 983 0 0 0 3 3 0 0 15 0 1 0 545647898 578686976 69556 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 17266607457291960580 0 0 17 4 0 0 0
/proc/13275/statm: 141281 69556 370 364 0 77190 0
[pid=13277] ppid=13275 vsize=924492 CPUtime=45.28 cores=0-7
/proc/13277/stat : 13277 (cryptominisat-2) R 13275 13277 13277 0 -1 4202496 279144 0 0 0 4493 35 0 0 25 0 1 0 545647899 946679808 215917 33554432000 4194304 4677096 140736794020576 18446744073709551615 4452440 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13277/statm: 231123 215917 393 118 0 226082 0
[pid=13278] ppid=13250 vsize=575380 CPUtime=0.06 cores=0-7
/proc/13278/stat : 13278 (python) S 13250 13250 13028 0 -1 4202560 966 0 0 0 3 3 0 0 18 0 1 0 545647902 589189120 69560 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 17266607457291960580 0 0 17 6 0 0 0
/proc/13278/statm: 143845 69560 370 364 0 79751 0
[pid=13280] ppid=13278 vsize=124768 CPUtime=45.31 cores=0-7
/proc/13280/stat : 13280 (SApperloT-base) R 13278 13280 13280 0 -1 4202496 29582 0 0 0 4524 7 0 0 25 0 1 0 545647903 127762432 28410 33554432000 134512640 135674940 4292384000 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13280/statm: 31192 28410 100 284 0 30906 0
[pid=13281] ppid=13250 vsize=585636 CPUtime=0.05 cores=0-7

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

Current children cumulated CPU time (s) 2366.62
Current children cumulated vsize (KiB) 13403660

[startup+609.402 s]
/proc/loadavg: 7.98 6.00 6.32 9/220 13304
/proc/meminfo: memFree=18373916/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=636904 CPUtime=356.96 cores=0-7
/proc/13250/stat : 13250 (python) S 13248 13250 13028 0 -1 4202496 257451 934 1 0 35648 48 0 0 18 0 11 0 545612204 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13250/statm: 159226 71108 1894 364 0 95117 0
[pid=13266] ppid=13250 vsize=544600 CPUtime=0.22 cores=0-7
/proc/13266/stat : 13266 (python) S 13250 13250 13028 0 -1 4202560 1136 0 0 0 11 11 0 0 18 0 2 0 545647888 557670400 69589 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13266/statm: 136150 69589 410 364 0 72068 0
[pid=13268] ppid=13266 vsize=153012 CPUtime=151.74 cores=0-7
/proc/13268/stat : 13268 (lingeling) R 13266 13268 13268 0 -1 4202496 80039 0 0 0 15161 13 0 0 25 0 1 0 545647888 156684288 37423 33554432000 4194304 4352236 140736557271216 18446744073709551615 4328832 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/13268/statm: 38253 37423 129 39 0 37333 0
[pid=13266/tid=13292] ppid=13250 vsize=544600 CPUtime=0 cores=0-7
/proc/13266/task/13292/stat : 13292 (python) S 13250 13250 13028 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 545657902 557670400 69589 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 514 18446604453920925568 0 0 -1 0 0 0 0
[pid=13269] ppid=13250 vsize=544612 CPUtime=0.39 cores=0-7
/proc/13269/stat : 13269 (python) S 13250 13250 13028 0 -1 4202560 995 0 0 0 21 18 0 0 15 0 1 0 545647891 557682688 69548 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 4568132168122859780 0 0 17 2 0 0 0
/proc/13269/statm: 136153 69548 370 364 0 72068 0
[pid=13271] ppid=13269 vsize=1303068 CPUtime=252.51 cores=0-7
/proc/13271/stat : 13271 (cryptominisat-2) R 13269 13271 13271 0 -1 4202496 362727 0 0 0 25194 57 0 0 25 0 1 0 545647892 1334341632 297926 33554432000 4194304 4677096 140734571719568 18446744073709551615 4319403 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13271/statm: 325767 297926 393 118 0 320726 0
[pid=13272] ppid=13250 vsize=554868 CPUtime=0.38 cores=0-7
/proc/13272/stat : 13272 (python) S 13250 13250 13028 0 -1 4202560 1024 0 0 0 20 18 0 0 15 0 1 0 545647895 568184832 69552 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 17266607457291960580 0 0 17 7 0 0 0
/proc/13272/statm: 138717 69552 370 364 0 74629 0
[pid=13274] ppid=13272 vsize=1230196 CPUtime=249.37 cores=0-7
/proc/13274/stat : 13274 (cryptominisat-2) R 13272 13274 13274 0 -1 4202496 366447 0 0 0 24878 59 0 0 25 0 1 0 545647895 1259720704 282308 33554432000 4194304 4677096 140734118540112 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/13274/statm: 307549 282308 393 118 0 302508 0
[pid=13275] ppid=13250 vsize=565124 CPUtime=0.38 cores=0-7
/proc/13275/stat : 13275 (python) S 13250 13250 13028 0 -1 4202560 1039 0 0 0 22 16 0 0 15 0 1 0 545647898 578686976 69556 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 4559934209426161924 0 0 17 4 0 0 0
/proc/13275/statm: 141281 69556 370 364 0 77190 0
[pid=13277] ppid=13275 vsize=1219128 CPUtime=252.06 cores=0-7
/proc/13277/stat : 13277 (cryptominisat-2) R 13275 13277 13277 0 -1 4202496 362633 0 0 0 25156 50 0 0 25 0 1 0 545647899 1248387072 280198 33554432000 4194304 4677096 140736794020576 18446744073709551615 4319802 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13277/statm: 304782 280198 393 118 0 299741 0
[pid=13278] ppid=13250 vsize=575380 CPUtime=0.14 cores=0-7
/proc/13278/stat : 13278 (python) S 13250 13250 13028 0 -1 4202560 1142 0 0 0 7 7 0 0 19 0 2 0 545647902 589189120 69590 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13278/statm: 143845 69590 399 364 0 79751 0
[pid=13280] ppid=13278 vsize=136928 CPUtime=100.11 cores=0-7
/proc/13280/stat : 13280 (SApperloT-base) T 13278 13280 13280 0 -1 4202496 32607 0 0 0 10003 8 0 0 25 0 1 0 545647903 140214272 31435 33554432000 134512640 135674940 4292384000 18446744073709551615 134551805 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13280/statm: 34232 31435 100 284 0 33946 0
[pid=13278/tid=13296] ppid=13250 vsize=575380 CPUtime=0 cores=0-7
/proc/13278/task/13296/stat : 13296 (python) S 13250 13250 13028 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 545657916 589189120 69590 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 514 18446604453877653952 0 0 -1 6 0 0 0
[pid=13281] ppid=13250 vsize=585636 CPUtime=0.51 cores=0-7
/proc/13281/stat : 13281 (python) R 13250 13250 13028 0 -1 4202560 1020 0 0 0 29 22 0 0 17 0 1 0 545647905 599691264 69564 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/13281/statm: 146409 69564 370 364 0 82312 0
[pid=13283] ppid=13281 vsize=0 CPUtime=251.08 cores=0-7
/proc/13283/stat : 13283 (lingeling) R 13281 13283 13283 0 -1 4202500 80146 0 0 0 25096 12 0 0 25 0 1 0 545647906 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13283/statm: 0 0 0 0 0 0 0
[pid=13284] ppid=13250 vsize=595892 CPUtime=0.39 cores=0-7
/proc/13284/stat : 13284 (python) S 13250 13250 13028 0 -1 4202560 1040 0 0 0 20 19 0 0 15 0 1 0 545647909 610193408 69568 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 17266607457291960580 0 0 17 1 0 0 0
/proc/13284/statm: 148973 69568 370 364 0 84873 0
[pid=13288] ppid=13284 vsize=1261752 CPUtime=251.71 cores=0-7
/proc/13288/stat : 13288 (cryptominisat-2) R 13284 13288 13288 0 -1 4202496 372462 0 0 0 25117 54 0 0 25 0 1 0 545647914 1292034048 288220 33554432000 4194304 4677096 140734075521120 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/13288/statm: 315438 288220 393 118 0 310397 0
[pid=13286] ppid=13250 vsize=606148 CPUtime=0.34 cores=0-7
/proc/13286/stat : 13286 (python) S 13250 13250 13028 0 -1 4202560 1076 0 0 0 18 16 0 0 18 0 1 0 545647913 620695552 69578 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 17266607457291960580 0 0 17 6 0 0 0
/proc/13286/statm: 151537 69578 376 364 0 87434 0
[pid=13289] ppid=13286 vsize=150560 CPUtime=252.3 cores=0-7
/proc/13289/stat : 13289 (lingeling) R 13286 13289 13289 0 -1 4202496 80209 0 0 0 25218 12 0 0 25 0 1 0 545647914 154173440 36810 33554432000 4194304 4352236 140735597687776 18446744073709551615 4328030 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13289/statm: 37640 36810 129 39 0 36720 0
[pid=13293] ppid=13250 vsize=616404 CPUtime=0.24 cores=0-7
/proc/13293/stat : 13293 (python) S 13250 13250 13028 0 -1 4202560 1022 0 0 0 12 12 0 0 15 0 1 0 545657905 631197696 69576 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 4359761520519774468 0 0 17 6 0 0 0
/proc/13293/statm: 154101 69576 370 364 0 89995 0
[pid=13295] ppid=13293 vsize=1145588 CPUtime=152.36 cores=0-7
/proc/13295/stat : 13295 (cryptominisat-2) R 13293 13295 13295 0 -1 4202496 344177 0 0 0 15182 54 0 0 25 0 1 0 545657906 1173082112 263855 33554432000 4194304 4677096 140737458909872 18446744073709551615 253640556222 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13295/statm: 286397 263855 393 118 0 281356 0
[pid=13297] ppid=13250 vsize=692196 CPUtime=0.14 cores=0-7
/proc/13297/stat : 13297 (python) S 13250 13250 13028 0 -1 4202560 1159 0 0 0 9 5 0 0 19 0 2 0 545657919 708808704 69611 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13297/statm: 173049 69611 399 364 0 108940 0
[pid=13299] ppid=13297 vsize=135268 CPUtime=99.68 cores=0-7
/proc/13299/stat : 13299 (SApperloT-base) T 13297 13299 13299 0 -1 4202496 32158 0 0 0 9961 7 0 0 25 0 1 0 545657920 138514432 30789 33554432000 134512640 135674940 4288436112 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13299/statm: 33817 30789 100 284 0 33531 0
[pid=13297/tid=13303] ppid=13250 vsize=692196 CPUtime=0 cores=0-7
/proc/13297/task/13303/stat : 13303 (python) S 13250 13250 13028 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 545667933 708808704 69611 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 514 18446604453952494400 0 0 -1 1 0 0 0
[pid=13250/tid=13267] ppid=13248 vsize=636904 CPUtime=0 cores=0-7
/proc/13250/task/13267/stat : 13267 (python) S 13248 13250 13028 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 11 0 545647888 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 2 0 0 0
[pid=13250/tid=13270] ppid=13248 vsize=636904 CPUtime=0 cores=0-7
/proc/13250/task/13270/stat : 13270 (python) S 13248 13250 13028 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 11 0 545647892 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 0 0 0 0
[pid=13250/tid=13273] ppid=13248 vsize=636904 CPUtime=0 cores=0-7
/proc/13250/task/13273/stat : 13273 (python) S 13248 13250 13028 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 11 0 545647895 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 4 0 0 0
[pid=13250/tid=13276] ppid=13248 vsize=636904 CPUtime=0 cores=0-7
/proc/13250/task/13276/stat : 13276 (python) S 13248 13250 13028 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 11 0 545647899 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 0 0 0 0
[pid=13250/tid=13279] ppid=13248 vsize=636904 CPUtime=0 cores=0-7
/proc/13250/task/13279/stat : 13279 (python) S 13248 13250 13028 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 11 0 545647902 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 0 0 0 0
[pid=13250/tid=13282] ppid=13248 vsize=636904 CPUtime=0 cores=0-7
/proc/13250/task/13282/stat : 13282 (python) S 13248 13250 13028 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 11 0 545647906 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 2 0 0 0
[pid=13250/tid=13285] ppid=13248 vsize=636904 CPUtime=0 cores=0-7
/proc/13250/task/13285/stat : 13285 (python) S 13248 13250 13028 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 11 0 545647910 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 1 0 0 0
[pid=13250/tid=13287] ppid=13248 vsize=636904 CPUtime=0 cores=0-7
/proc/13250/task/13287/stat : 13287 (python) S 13248 13250 13028 0 -1 4202560 26 934 0 0 0 0 0 0 21 0 11 0 545647914 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 6 0 0 0
[pid=13250/tid=13294] ppid=13248 vsize=636904 CPUtime=0 cores=0-7
/proc/13250/task/13294/stat : 13294 (python) S 13248 13250 13028 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 11 0 545657906 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 6 0 0 0
[pid=13250/tid=13298] ppid=13248 vsize=636904 CPUtime=0 cores=0-7
/proc/13250/task/13298/stat : 13298 (python) S 13248 13250 13028 0 -1 4202560 30 934 0 0 0 0 0 0 21 0 11 0 545657920 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2373.01
Current children cumulated vsize (KiB) 13253264

[startup+610.202 s]
/proc/loadavg: 7.98 6.00 6.32 10/220 13305
/proc/meminfo: memFree=18520360/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=636904 CPUtime=960.35 cores=0-7
/proc/13250/stat : 13250 (python) S 13248 13250 13028 0 -1 4202496 257465 516794 1 0 35648 49 60197 141 17 0 11 0 545612204 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652689727 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13250/statm: 159226 71108 1894 364 0 95117 0
[pid=13269] ppid=13250 vsize=544612 CPUtime=0.39 cores=0-7
/proc/13269/stat : 13269 (python) S 13250 13250 13028 0 -1 4202560 995 0 0 0 21 18 0 0 15 0 1 0 545647891 557682688 69548 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 4568132168122859780 0 0 17 2 0 0 0
/proc/13269/statm: 136153 69548 370 364 0 72068 0
[pid=13271] ppid=13269 vsize=1303068 CPUtime=253.31 cores=0-7
/proc/13271/stat : 13271 (cryptominisat-2) R 13269 13271 13271 0 -1 4202496 362749 0 0 0 25274 57 0 0 25 0 1 0 545647892 1334341632 297948 33554432000 4194304 4677096 140734571719568 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13271/statm: 325767 297948 393 118 0 320726 0
[pid=13275] ppid=13250 vsize=565124 CPUtime=0.38 cores=0-7
/proc/13275/stat : 13275 (python) S 13250 13250 13028 0 -1 4202560 1039 0 0 0 22 16 0 0 15 0 1 0 545647898 578686976 69556 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 4559934209426161924 0 0 17 4 0 0 0
/proc/13275/statm: 141281 69556 370 364 0 77190 0
[pid=13277] ppid=13275 vsize=1219128 CPUtime=252.86 cores=0-7
/proc/13277/stat : 13277 (cryptominisat-2) R 13275 13277 13277 0 -1 4202496 362661 0 0 0 25236 50 0 0 25 0 1 0 545647899 1248387072 280226 33554432000 4194304 4677096 140736794020576 18446744073709551615 4319759 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13277/statm: 304782 280226 393 118 0 299741 0
[pid=13281] ppid=13250 vsize=0 CPUtime=252.3 cores=0-7
/proc/13281/stat : 13281 (python) Z 13250 13250 13028 0 -1 4202588 1247 80146 0 0 85 37 25096 12 19 0 1 0 545647905 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13281/statm: 0 0 0 0 0 0 0
[pid=13284] ppid=13250 vsize=595892 CPUtime=0.4 cores=0-7
/proc/13284/stat : 13284 (python) S 13250 13250 13028 0 -1 4202560 1058 0 0 0 21 19 0 0 15 0 1 0 545647909 610193408 69573 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652689727 0 0 16781824 2 18446744071562232103 0 0 17 1 0 0 0
/proc/13284/statm: 148973 69573 375 364 0 84873 0
[pid=13288] ppid=13284 vsize=0 CPUtime=252.51 cores=0-7
/proc/13288/stat : 13288 (cryptominisat-2) R 13284 13288 13288 0 -1 4203524 372484 0 0 0 25196 55 0 0 25 0 1 0 545647914 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13288/statm: 0 0 0 0 0 0 0
[pid=13286] ppid=13250 vsize=606148 CPUtime=0.34 cores=0-7
/proc/13286/stat : 13286 (python) S 13250 13250 13028 0 -1 4202560 1076 0 0 0 18 16 0 0 18 0 1 0 545647913 620695552 69578 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 17266607457291960580 0 0 17 6 0 0 0
/proc/13286/statm: 151537 69578 376 364 0 87434 0
[pid=13289] ppid=13286 vsize=150560 CPUtime=253.1 cores=0-7
/proc/13289/stat : 13289 (lingeling) R 13286 13289 13289 0 -1 4202496 80209 0 0 0 25298 12 0 0 25 0 1 0 545647914 154173440 36810 33554432000 4194304 4352236 140735597687776 18446744073709551615 4234052 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13289/statm: 37640 36810 129 39 0 36720 0
[pid=13293] ppid=13250 vsize=616404 CPUtime=0.24 cores=0-7
/proc/13293/stat : 13293 (python) S 13250 13250 13028 0 -1 4202560 1022 0 0 0 12 12 0 0 15 0 1 0 545657905 631197696 69576 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640879686 0 0 16781312 514 4359761520519774468 0 0 17 6 0 0 0
/proc/13293/statm: 154101 69576 370 364 0 89995 0
[pid=13295] ppid=13293 vsize=1145588 CPUtime=153.16 cores=0-7
/proc/13295/stat : 13295 (cryptominisat-2) R 13293 13295 13295 0 -1 4202496 344193 0 0 0 15262 54 0 0 25 0 1 0 545657906 1173082112 263871 33554432000 4194304 4677096 140737458909872 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13295/statm: 286397 263871 393 118 0 281356 0
[pid=13250/tid=13267] ppid=13248 vsize=636904 CPUtime=603.38 cores=0-7
/proc/13250/task/13267/stat : 13267 (python) S 13248 13250 13028 0 -1 4202560 31 516794 0 0 0 0 60197 141 18 0 11 0 545647888 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 2 0 0 0
[pid=13250/tid=13270] ppid=13248 vsize=636904 CPUtime=603.38 cores=0-7
/proc/13250/task/13270/stat : 13270 (python) S 13248 13250 13028 0 -1 4202560 23 516794 0 0 0 0 60197 141 20 0 11 0 545647892 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 0 0 0 0
[pid=13250/tid=13273] ppid=13248 vsize=636904 CPUtime=603.38 cores=0-7
/proc/13250/task/13273/stat : 13273 (python) S 13248 13250 13028 0 -1 4202560 24 516794 0 0 0 0 60197 141 20 0 11 0 545647895 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 4 0 0 0
[pid=13250/tid=13276] ppid=13248 vsize=636904 CPUtime=603.38 cores=0-7
/proc/13250/task/13276/stat : 13276 (python) S 13248 13250 13028 0 -1 4202560 25 516794 0 0 0 0 60197 141 20 0 11 0 545647899 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 0 0 0 0
[pid=13250/tid=13279] ppid=13248 vsize=636904 CPUtime=603.38 cores=0-7
/proc/13250/task/13279/stat : 13279 (python) S 13248 13250 13028 0 -1 4202560 25 516794 0 0 0 0 60197 141 20 0 11 0 545647902 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 0 0 0 0
[pid=13250/tid=13282] ppid=13248 vsize=636904 CPUtime=603.38 cores=0-7
/proc/13250/task/13282/stat : 13282 (python) S 13248 13250 13028 0 -1 4202560 23 516794 0 0 0 0 60197 141 22 0 11 0 545647906 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 2 0 0 0
[pid=13250/tid=13285] ppid=13248 vsize=636904 CPUtime=603.38 cores=0-7
/proc/13250/task/13285/stat : 13285 (python) S 13248 13250 13028 0 -1 4202560 32 516794 0 0 0 0 60197 141 19 0 11 0 545647910 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 1 0 0 0
[pid=13250/tid=13287] ppid=13248 vsize=636904 CPUtime=603.38 cores=0-7
/proc/13250/task/13287/stat : 13287 (python) S 13248 13250 13028 0 -1 4202560 26 516794 0 0 0 0 60197 141 21 0 11 0 545647914 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 6 0 0 0
[pid=13250/tid=13294] ppid=13248 vsize=636904 CPUtime=603.38 cores=0-7
/proc/13250/task/13294/stat : 13294 (python) S 13248 13250 13028 0 -1 4202560 30 516794 0 0 0 0 60197 141 20 0 11 0 545657906 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 6 0 0 0
[pid=13250/tid=13298] ppid=13248 vsize=636904 CPUtime=603.38 cores=0-7
/proc/13250/task/13298/stat : 13298 (python) S 13248 13250 13028 0 -1 4202560 30 516794 0 0 0 0 60197 141 21 0 11 0 545657920 652189696 71108 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 2 18446604453922755840 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2379.34
Current children cumulated vsize (KiB) 7383428

[startup+610.402 s]
/proc/loadavg: 7.98 6.00 6.32 10/220 13305
/proc/meminfo: memFree=18520360/32951124 swapFree=67111364/67111528
[pid=13250] ppid=13248 vsize=575312 CPUtime=2380.07 cores=0-7
/proc/13250/stat : 13250 (python) R 13248 13250 13028 0 -1 4202496 260081 2125906 1 0 35649 49 201785 524 16 0 2 0 545612204 589119488 71064 33554432000 4194304 5683644 140734764428208 18446744073709551615 253640514999 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13250/statm: 143828 71064 1874 364 0 79751 0
[pid=13250/tid=13282] ppid=13248 vsize=575312 CPUtime=2023.09 cores=0-7
/proc/13250/task/13282/stat : 13282 (python) S 13248 13250 13028 0 -1 4202560 24 2125906 0 0 0 0 201785 524 18 0 2 0 545647906 589119488 71064 33554432000 4194304 5683644 140734764428208 18446744073709551615 253652683185 0 0 16781312 0 18446604453922755840 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2380.07
Current children cumulated vsize (KiB) 575312

Child status: 0
Real time (s): 610.495
CPU time (s): 2380.18
CPU user time (s): 2374.4
CPU system time (s): 5.78012
CPU usage (%): 389.877
Max. virtual memory (cumulated for all children) (KiB): 13403660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2374.4
system time used= 5.78012
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2438241
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= 6023
involuntary context switches= 12176

runsolver used 1.46178 second user time and 3.2625 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-02 14:41:58
IDJOB=3321425
IDBENCH=70961
IDSOLVER=1710
FILE ID=node106/3321425-1304340116
RUNJOBID= node106-1304335749-13042
PBS_JOBID= 13178017
Free space on /tmp= 73408 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.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-3321425-1304340116/watcher-3321425-1304340116 -o /tmp/evaluation-result-3321425-1304340116/solver-3321425-1304340116 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321425-1304340116.cnf -seed 885908891 -budget 40000 -cores 8

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=885908891

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25049336 kB
Buffers:        314576 kB
Cached:        3617552 kB
SwapCached:         88 kB
Active:        5015216 kB
Inactive:      2645648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25049336 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           81152 kB
Writeback:           0 kB
AnonPages:     3728476 kB
Mapped:          19756 kB
Slab:           168168 kB
PageTables:      12880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4416432 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= 73380 MiB
End job on node106 at 2011-05-02 14:52:09