Trace number 3381358

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 8220.39 1191.04

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark323.644
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.67	c INFO: solving HOME/instance-3381358-1305513728.cnf
0.37/0.67	c INFO: computing task features
18.95/19.29	c INFO: computed variable-clause graph statistics
19.64/19.93	c INFO: computed clause balance statistics
107.45/107.80	c INFO: computed variable balance statistics
163.84/164.15	c INFO: computed small-clause counts
164.66/164.98	c INFO: computed Horn-clause counts
182.95/183.29	c INFO: computed variable graph statistics
183.04/183.31	c INFO: collected features for HOME/instance-3381358-1305513728.cnf in 181.77 s
183.04/183.33	c INFO: running lingeling-276@0 for 97 with 4817 remaining (b = 0.59)
183.04/183.37	c INFO: running precosat-570@0 for 97 with 4817 remaining (b = 0.25)
183.14/183.40	c INFO: running cryptominisat-2.9.0@0 for 485 with 4817 remaining (b = 0.27)
183.14/183.43	c INFO: running SApperloT@0 for 97 with 4817 remaining (b = 0.04)
183.14/183.47	c INFO: running lingeling-276@0 for 582 with 4817 remaining (b = 0.23)
183.24/183.50	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4817 remaining (b = 0.41)
183.24/183.53	c INFO: running lingeling-276@0 for 1358 with 4817 remaining (b = 0.33)
183.24/183.57	c INFO: running cryptominisat-2.9.0@0 for 1455 with 4817 remaining (b = 0.30)
982.44/283.63	c INFO: running precosat-570@0 for 388 with 4717 remaining (b = 0.11)
982.44/283.68	c INFO: running lingeling-276@0 for 1261 with 4717 remaining (b = 0.23)
983.27/283.73	c INFO: running lingeling-276@0 for 97 with 4716 remaining (b = 0.18)
1783.52/384.03	c INFO: running SApperloT@0 for 97 with 4616 remaining (b = 0.02)
2583.88/484.32	c INFO: running cryptominisat-2.9.0@0 for 1067 with 4516 remaining (b = 0.15)
4085.67/672.56	c INFO: running precosat-570@0 for 2134 with 4328 remaining (b = 0.27)
4102.39/674.63	c INFO: running lingeling-276@99 for 1164 with 4326 remaining (b = 0.21)
4838.16/766.87	c INFO: running glucosER@0 for 194 with 4233 remaining (b = 0.32)
6406.16/963.37	c INFO: running glucosER@194 for 97 with 4037 remaining (b = 0.24)
7214.50/1064.63	c INFO: running lingeling-276@0 for 97 with 3936 remaining (b = 0.23)
8014.87/1164.92	c INFO: running precosat-570@0 for 97 with 3835 remaining (b = 0.06)
8219.86/1190.78	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-3381358-1305513728/watcher-3381358-1305513728 -o /tmp/evaluation-result-3381358-1305513728/solver-3381358-1305513728 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381358-1305513728.cnf -seed 565137217 -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: 7.38 7.90 7.96 2/300 22881
/proc/meminfo: memFree=15651016/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=15764 CPUtime=0 cores=0-7
/proc/22881/stat : 22881 (python) S 22879 22881 22856 0 -1 4202496 845 0 0 0 0 0 0 0 21 0 1 0 662975698 16142336 728 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/22881/statm: 3941 728 334 364 0 428 0

[startup+0.0819261 s]
/proc/loadavg: 7.38 7.90 7.96 2/300 22881
/proc/meminfo: memFree=15651016/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=50012 CPUtime=0.05 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 1975 0 0 0 3 2 0 0 21 0 1 0 662975698 51212288 1737 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22881/statm: 12503 1737 480 364 0 1203 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50012

[startup+0.100954 s]
/proc/loadavg: 7.38 7.90 7.96 2/300 22881
/proc/meminfo: memFree=15651016/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=87704 CPUtime=0.06 cores=0-7
/proc/22881/stat : 22881 (python) S 22879 22881 22856 0 -1 4202496 2638 0 0 0 4 2 0 0 17 0 1 0 662975698 89808896 2354 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/22881/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300883 s]
/proc/loadavg: 7.38 7.90 7.96 2/300 22881
/proc/meminfo: memFree=15651016/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=135748 CPUtime=0.2 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 5962 935 1 0 13 7 0 0 18 0 1 0 662975698 139005952 4150 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370953221 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/22881/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700803 s]
/proc/loadavg: 7.38 7.90 7.96 2/300 22881
/proc/meminfo: memFree=15651016/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=381512 CPUtime=0.44 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 20572 935 1 0 29 15 0 0 17 0 1 0 662975698 390668288 18255 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370957056 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22881/statm: 95378 18280 1758 364 0 31302 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 381512

[startup+1.50068 s]
/proc/loadavg: 7.38 7.90 7.96 2/301 22886
/proc/meminfo: memFree=15513184/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=429224 CPUtime=1.24 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 46904 935 1 0 105 19 0 0 18 0 1 0 662975698 439525376 44587 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370618053 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22881/statm: 107306 44587 1761 364 0 43230 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 429224

[startup+3.10038 s]
/proc/loadavg: 7.38 7.90 7.96 2/301 22886
/proc/meminfo: memFree=15443992/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=533944 CPUtime=2.84 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 71993 935 1 0 262 22 0 0 21 0 1 0 662975698 546758656 69676 33554432000 4194304 5683644 140735429664992 18446744073709551615 4602366 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22881/statm: 133486 69676 1761 364 0 69410 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 533944

[startup+6.30083 s]
/proc/loadavg: 6.87 7.78 7.92 2/301 22886
/proc/meminfo: memFree=15240656/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=731124 CPUtime=6.04 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 120892 935 1 0 575 29 0 0 25 0 1 0 662975698 748670976 118575 33554432000 4194304 5683644 140735429664992 18446744073709551615 47505419138345 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22881/statm: 182781 118575 1761 364 0 118705 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 731124

[startup+12.7007 s]
/proc/loadavg: 6.40 7.67 7.88 2/301 22886
/proc/meminfo: memFree=14812360/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=1175140 CPUtime=12.44 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 225857 935 1 0 1200 44 0 0 25 0 1 0 662975698 1203343360 223540 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370618401 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22881/statm: 293785 223540 1761 364 0 229709 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1175140

[startup+25.5004 s]
/proc/loadavg: 5.20 7.34 7.77 2/301 22887
/proc/meminfo: memFree=14653348/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=1257916 CPUtime=25.24 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 588555 935 1 0 2438 86 0 0 25 0 1 0 662975698 1288105984 251864 33554432000 4194304 5683644 140735429664992 18446744073709551615 47505251059282 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22881/statm: 314479 251864 1826 364 0 250403 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 1257916

[startup+51.1008 s]
/proc/loadavg: 3.77 6.83 7.59 2/301 22887
/proc/meminfo: memFree=14653648/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=1257916 CPUtime=50.84 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 588555 935 1 0 4998 86 0 0 25 0 1 0 662975698 1288105984 251864 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370614260 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22881/statm: 314479 251864 1826 364 0 250403 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 1257916

[startup+102.311 s]
/proc/loadavg: 2.20 5.93 7.24 2/301 22889
/proc/meminfo: memFree=14654248/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=1257916 CPUtime=102.05 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 588555 935 1 0 10119 86 0 0 25 0 1 0 662975698 1288105984 251864 33554432000 4194304 5683644 140735429664992 18446744073709551615 47505248366208 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22881/statm: 314479 251864 1826 364 0 250403 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 1257916

[startup+162.301 s]
/proc/loadavg: 1.44 5.03 6.85 2/301 22890
/proc/meminfo: memFree=14653724/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=1257916 CPUtime=162.04 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 588556 935 1 0 16118 86 0 0 25 0 1 0 662975698 1288105984 251865 33554432000 4194304 5683644 140735429664992 18446744073709551615 218374365893 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22881/statm: 314479 251865 1827 364 0 250403 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 1257916

[startup+222.301 s]
/proc/loadavg: 4.38 5.10 6.75 9/325 22916
/proc/meminfo: memFree=11650576/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=913748 CPUtime=183.33 cores=0-7
/proc/22881/stat : 22881 (python) S 22879 22881 22856 0 -1 4202496 692406 935 1 0 18223 110 0 0 21 0 9 0 662975698 935677952 129105 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22881/statm: 228437 129105 1889 364 0 164334 0
[pid=22892] ppid=22881 vsize=766176 CPUtime=0.09 cores=0-7
/proc/22892/stat : 22892 (python) S 22881 22881 22856 0 -1 4202560 1003 0 0 0 3 6 0 0 18 0 1 0 662994032 784564224 127478 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977295 0 0 16781312 514 12279486596490690820 0 0 17 1 0 0 0
/proc/22892/statm: 191544 127478 381 364 0 127462 0
[pid=22894] ppid=22892 vsize=178024 CPUtime=38.92 cores=0-7
/proc/22894/stat : 22894 (lingeling) R 22892 22894 22894 0 -1 4202496 93301 0 0 0 3876 16 0 0 25 0 1 0 662994033 182296576 43676 33554432000 4194304 4352236 140734002821296 18446744073709551615 4231027 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22894/statm: 44506 43676 129 39 0 43586 0
[pid=22895] ppid=22881 vsize=776432 CPUtime=0.08 cores=0-7
/proc/22895/stat : 22895 (python) S 22881 22881 22856 0 -1 4202560 920 0 0 0 4 4 0 0 18 0 1 0 662994035 795066368 127471 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 12279486596490690822 0 0 17 0 0 0 0
/proc/22895/statm: 194108 127471 370 364 0 130023 0
[pid=22897] ppid=22895 vsize=724900 CPUtime=38.89 cores=0-7
/proc/22897/stat : 22897 (precosat) R 22895 22897 22897 0 -1 4202496 183337 0 0 0 3855 34 0 0 25 0 1 0 662994036 742297600 178162 33554432000 4194304 4890832 140736187268000 18446744073709551615 4238946 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/22897/statm: 181225 178162 86 171 0 181052 0
[pid=22898] ppid=22881 vsize=786688 CPUtime=0.09 cores=0-7
/proc/22898/stat : 22898 (python) S 22881 22881 22856 0 -1 4202560 941 0 0 0 4 5 0 0 15 0 1 0 662994038 805568512 127475 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 12279486596490690820 0 0 17 1 0 0 0
/proc/22898/statm: 196672 127475 370 364 0 132584 0
[pid=22900] ppid=22898 vsize=777456 CPUtime=38.86 cores=0-7
/proc/22900/stat : 22900 (cryptominisat-2) R 22898 22900 22900 0 -1 4202496 172045 0 0 0 3863 23 0 0 25 0 1 0 662994040 796114944 169580 33554432000 4194304 4677096 140734859482400 18446744073709551615 4454464 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22900/statm: 194364 169580 378 118 0 189323 0
[pid=22901] ppid=22881 vsize=796944 CPUtime=0.09 cores=0-7
/proc/22901/stat : 22901 (python) S 22881 22881 22856 0 -1 4202560 953 0 0 0 3 6 0 0 18 0 1 0 662994042 816070656 127479 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 12279486596490690823 0 0 17 1 0 0 0
/proc/22901/statm: 199236 127479 370 364 0 135145 0
[pid=22903] ppid=22901 vsize=225860 CPUtime=38.83 cores=0-7
/proc/22903/stat : 22903 (SApperloT-base) R 22901 22903 22903 0 -1 4202496 49886 0 0 0 3867 16 0 0 25 0 1 0 662994043 231280640 47248 33554432000 134512640 135674940 4288073248 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22903/statm: 56465 47248 100 284 0 56179 0
[pid=22904] ppid=22881 vsize=872736 CPUtime=0.09 cores=0-7
/proc/22904/stat : 22904 (python) S 22881 22881 22856 0 -1 4202560 951 0 0 0 4 5 0 0 18 0 1 0 662994045 893681664 127485 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 12279486596490690816 0 0 17 1 0 0 0
/proc/22904/statm: 218184 127485 370 364 0 154090 0
[pid=22906] ppid=22904 vsize=176344 CPUtime=38.71 cores=0-7
/proc/22906/stat : 22906 (lingeling) R 22904 22906 22906 0 -1 4202496 109485 0 0 0 3852 19 0 0 25 0 1 0 662994046 180576256 43256 33554432000 4194304 4352236 140736582755856 18446744073709551615 4331514 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22906/statm: 44086 43256 129 39 0 43166 0
[pid=22907] ppid=22881 vsize=882992 CPUtime=0.09 cores=0-7
/proc/22907/stat : 22907 (python) S 22881 22881 22856 0 -1 4202560 955 0 0 0 4 5 0 0 15 0 1 0 662994048 904183808 127489 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 12279486596490690821 0 0 17 1 0 0 0
/proc/22907/statm: 220748 127489 370 364 0 156651 0
[pid=22909] ppid=22907 vsize=777456 CPUtime=38.18 cores=0-7
/proc/22909/stat : 22909 (cryptominisat-2) R 22907 22909 22909 0 -1 4202496 172051 0 0 0 3790 28 0 0 25 0 1 0 662994050 796114944 169580 33554432000 4194304 4677096 140734382932768 18446744073709551615 4454506 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/22909/statm: 194364 169580 378 118 0 189323 0
[pid=22910] ppid=22881 vsize=893248 CPUtime=0.09 cores=0-7
/proc/22910/stat : 22910 (python) S 22881 22881 22856 0 -1 4202560 809 0 0 0 4 5 0 0 18 0 1 0 662994052 914685952 127610 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 12279486596490690819 0 0 17 1 0 0 0
/proc/22910/statm: 223312 127610 371 364 0 159212 0
[pid=22912] ppid=22910 vsize=176764 CPUtime=38.19 cores=0-7
/proc/22912/stat : 22912 (lingeling) R 22910 22912 22912 0 -1 4202496 109580 0 0 0 3799 20 0 0 25 0 1 0 662994054 181006336 43361 33554432000 4194304 4352236 140735382612880 18446744073709551615 4321057 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22912/statm: 44191 43361 129 39 0 43271 0
[pid=22913] ppid=22881 vsize=903504 CPUtime=0.09 cores=0-7
/proc/22913/stat : 22913 (python) S 22881 22881 22856 0 -1 4202560 865 0 0 0 4 5 0 0 15 0 1 0 662994055 925188096 127589 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 12279486596490690819 0 0 17 6 0 0 0
/proc/22913/statm: 225876 127589 377 364 0 161773 0
[pid=22915] ppid=22913 vsize=777456 CPUtime=38.6 cores=0-7
/proc/22915/stat : 22915 (cryptominisat-2) R 22913 22915 22915 0 -1 4202496 172043 0 0 0 3835 25 0 0 25 0 1 0 662994056 796114944 169580 33554432000 4194304 4677096 140734420517728 18446744073709551615 4454429 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22915/statm: 194364 169580 378 118 0 189323 0
[pid=22881/tid=22893] ppid=22879 vsize=913748 CPUtime=0 cores=0-7
/proc/22881/task/22893/stat : 22893 (python) S 22879 22881 22856 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 662994033 935677952 129105 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
[pid=22881/tid=22896] ppid=22879 vsize=913748 CPUtime=0 cores=0-7
/proc/22881/task/22896/stat : 22896 (python) S 22879 22881 22856 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 9 0 662994036 935677952 129105 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 4 0 0 0
[pid=22881/tid=22899] ppid=22879 vsize=913748 CPUtime=0 cores=0-7
/proc/22881/task/22899/stat : 22899 (python) S 22879 22881 22856 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 662994039 935677952 129105 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 4 0 0 0
[pid=22881/tid=22902] ppid=22879 vsize=913748 CPUtime=0 cores=0-7
/proc/22881/task/22902/stat : 22902 (python) S 22879 22881 22856 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 9 0 662994043 935677952 129105 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 5 0 0 0
[pid=22881/tid=22905] ppid=22879 vsize=913748 CPUtime=0 cores=0-7
/proc/22881/task/22905/stat : 22905 (python) S 22879 22881 22856 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 662994046 935677952 129105 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0

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

[pid=22910] ppid=22881 vsize=893248 CPUtime=2.41 cores=0-7
/proc/22910/stat : 22910 (python) S 22881 22881 22856 0 -1 4202560 809 0 0 0 122 119 0 0 18 0 1 0 662994052 914685952 127610 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 12279486596490690819 0 0 17 7 0 0 0
/proc/22910/statm: 223312 127610 371 364 0 159212 0
[pid=22912] ppid=22910 vsize=200408 CPUtime=1005.24 cores=0-7
/proc/22912/stat : 22912 (lingeling) R 22910 22912 22912 0 -1 4202496 488439 0 0 0 100448 76 0 0 25 0 1 0 662994054 205217792 49272 33554432000 4194304 4352236 140735382612880 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22912/statm: 50102 49272 129 39 0 49182 0
[pid=22913] ppid=22881 vsize=903504 CPUtime=2.62 cores=0-7
/proc/22913/stat : 22913 (python) S 22881 22881 22856 0 -1 4202560 872 0 0 0 130 132 0 0 15 0 1 0 662994055 925188096 127589 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 12279486596490690819 0 0 17 6 0 0 0
/proc/22913/statm: 225876 127589 377 364 0 161773 0
[pid=22915] ppid=22913 vsize=2593632 CPUtime=1006.46 cores=0-7
/proc/22915/stat : 22915 (cryptominisat-2) R 22913 22915 22915 0 -1 4202496 732795 0 0 0 100504 142 0 0 25 0 1 0 662994056 2655879168 536779 33554432000 4194304 4677096 140734420517728 18446744073709551615 4334228 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22915/statm: 648408 536779 391 118 0 643367 0
[pid=22919] ppid=22881 vsize=913760 CPUtime=0.96 cores=0-7
/proc/22919/stat : 22919 (python) S 22881 22881 22856 0 -1 4202560 1018 0 0 0 47 49 0 0 19 0 2 0 663004062 935690240 127649 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22919/statm: 228440 127649 399 364 0 164334 0
[pid=22922] ppid=22919 vsize=724892 CPUtime=388.95 cores=0-7
/proc/22922/stat : 22922 (precosat) T 22919 22922 22922 0 -1 4202496 185021 0 0 0 38845 50 0 0 25 0 1 0 663004064 742289408 179851 33554432000 4194304 4890832 140736583170192 18446744073709551615 4235813 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/22922/statm: 181223 179851 86 171 0 181050 0
[pid=22919/tid=22947] ppid=22881 vsize=913760 CPUtime=0 cores=0-7
/proc/22919/task/22947/stat : 22947 (python) S 22881 22881 22856 0 -1 4202560 75 0 0 0 0 0 0 0 19 0 2 0 663043158 935690240 127649 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 514 18446604440688427072 0 0 -1 1 0 0 0
[pid=22924] ppid=22881 vsize=924016 CPUtime=1.48 cores=0-7
/proc/22924/stat : 22924 (python) S 22881 22881 22856 0 -1 4202560 1026 0 0 0 74 74 0 0 18 0 2 0 663004072 946192384 127683 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22924/statm: 231004 127683 399 364 0 166895 0
[pid=22926] ppid=22924 vsize=189064 CPUtime=614.15 cores=0-7
/proc/22926/stat : 22926 (lingeling) R 22924 22926 22926 0 -1 4202496 379919 0 0 0 61341 74 0 0 25 0 1 0 663004073 193601536 46436 33554432000 4194304 4352236 140734554829184 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22926/statm: 47266 46436 129 39 0 46346 0
[pid=22924/tid=22930] ppid=22881 vsize=924016 CPUtime=0 cores=0-7
/proc/22924/task/22930/stat : 22930 (python) S 22881 22881 22856 0 -1 4202560 72 0 0 0 0 0 0 0 19 0 2 0 663014099 946192384 127683 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 514 18446604447616669504 0 0 -1 1 0 0 0
[pid=22938] ppid=22881 vsize=944528 CPUtime=1.81 cores=0-7
/proc/22938/stat : 22938 (python) S 22881 22881 22856 0 -1 4202560 860 0 0 0 90 91 0 0 15 0 1 0 663024130 967196672 127673 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 12279486596490690816 0 0 17 2 0 0 0
/proc/22938/statm: 236132 127673 371 364 0 172017 0
[pid=22940] ppid=22938 vsize=2561488 CPUtime=705.46 cores=0-7
/proc/22940/stat : 22940 (cryptominisat-2) R 22938 22940 22940 0 -1 4202496 638986 0 0 0 70415 131 0 0 25 0 1 0 663024132 2622963712 530314 33554432000 4194304 4677096 140736489924288 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22940/statm: 640372 530314 391 118 0 635331 0
[pid=22951] ppid=22881 vsize=954784 CPUtime=0.72 cores=0-7
/proc/22951/stat : 22951 (python) S 22881 22881 22856 0 -1 4202560 1053 0 0 0 36 36 0 0 18 0 2 0 663052385 977698816 127708 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22951/statm: 238696 127708 399 364 0 174578 0
[pid=22953] ppid=22951 vsize=403084 CPUtime=295.42 cores=0-7
/proc/22953/stat : 22953 (glucoser_static) T 22951 22953 22953 0 -1 4202496 96347 0 0 0 29515 27 0 0 25 0 1 0 663052387 412758016 96015 33554432000 134512640 134580299 4292582144 18446744073709551615 134543168 0 0 16781312 8388611 18446744071562691360 0 0 17 2 0 0 0
/proc/22953/statm: 100771 96015 243 17 0 100099 0
[pid=22951/tid=22960] ppid=22881 vsize=954784 CPUtime=0 cores=0-7
/proc/22951/task/22960/stat : 22960 (python) S 22881 22881 22856 0 -1 4202560 77 0 0 0 0 0 0 0 18 0 2 0 663072033 977698816 127708 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 514 18446604469113485504 0 0 -1 1 0 0 0
[pid=22963] ppid=22881 vsize=965040 CPUtime=0.25 cores=0-7
/proc/22963/stat : 22963 (python) S 22881 22881 22856 0 -1 4202560 1060 0 0 0 12 13 0 0 19 0 2 0 663082161 988200960 127716 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22963/statm: 241260 127716 399 364 0 177139 0
[pid=22965] ppid=22963 vsize=179940 CPUtime=99.45 cores=0-7
/proc/22965/stat : 22965 (lingeling) T 22963 22965 22965 0 -1 4202496 164960 0 0 0 9908 37 0 0 25 0 1 0 663082163 184258560 44156 33554432000 4194304 4352236 140736946941584 18446744073709551615 4209247 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/22965/statm: 44985 44156 129 39 0 44065 0
[pid=22963/tid=22978] ppid=22881 vsize=965040 CPUtime=0 cores=0-7
/proc/22963/task/22978/stat : 22978 (python) S 22881 22881 22856 0 -1 4202560 79 0 0 0 0 0 0 0 19 0 2 0 663092187 988200960 127716 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 514 18446604441040282688 0 0 -1 1 0 0 0
[pid=22979] ppid=22881 vsize=975296 CPUtime=0.06 cores=0-7
/proc/22979/stat : 22979 (python) S 22881 22881 22856 0 -1 4202560 961 0 0 0 2 4 0 0 18 0 1 0 663092190 998703104 127729 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 18446744073709519111 0 0 17 2 0 0 0
/proc/22979/statm: 243824 127729 378 364 0 179700 0
[pid=22981] ppid=22979 vsize=658716 CPUtime=25.15 cores=0-7
/proc/22981/stat : 22981 (precosat) R 22979 22981 22981 0 -1 4202496 164680 0 0 0 2476 39 0 0 25 0 1 0 663092192 674525184 159466 33554432000 4194304 4890832 140734407656480 18446744073709551615 4293291 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/22981/statm: 164679 159466 80 171 0 164506 0
[pid=22881/tid=22893] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22893/stat : 22893 (python) S 22879 22881 22856 0 -1 4202560 32 106692 0 0 0 0 20008 70 18 0 16 0 662994033 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
[pid=22881/tid=22896] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22896/stat : 22896 (python) S 22879 22881 22856 0 -1 4202560 28 106692 0 0 0 0 20008 70 18 0 16 0 662994036 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 4 0 0 0
[pid=22881/tid=22899] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22899/stat : 22899 (python) S 22879 22881 22856 0 -1 4202560 23 106692 0 0 0 0 20008 70 19 0 16 0 662994039 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 4 0 0 0
[pid=22881/tid=22902] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22902/stat : 22902 (python) S 22879 22881 22856 0 -1 4202560 19 106692 0 0 0 0 20008 70 18 0 16 0 662994043 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 5 0 0 0
[pid=22881/tid=22905] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22905/stat : 22905 (python) S 22879 22881 22856 0 -1 4202560 26 106692 0 0 0 0 20008 70 19 0 16 0 662994046 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
[pid=22881/tid=22908] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22908/stat : 22908 (python) S 22879 22881 22856 0 -1 4202560 31 106692 0 0 0 0 20008 70 20 0 16 0 662994049 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 7 0 0 0
[pid=22881/tid=22911] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22911/stat : 22911 (python) S 22879 22881 22856 0 -1 4202560 69 106692 0 0 0 0 20008 70 19 0 16 0 662994053 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 1 0 0 0
[pid=22881/tid=22914] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22914/stat : 22914 (python) S 22879 22881 22856 0 -1 4202560 30 106692 0 0 0 0 20008 70 21 0 16 0 662994056 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 6 0 0 0
[pid=22881/tid=22921] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22921/stat : 22921 (python) S 22879 22881 22856 0 -1 4202560 36 106692 0 0 0 0 20008 70 18 0 16 0 663004063 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 6 0 0 0
[pid=22881/tid=22925] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22925/stat : 22925 (python) S 22879 22881 22856 0 -1 4202560 39 106692 0 0 0 0 20008 70 18 0 16 0 663004073 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 2 0 0 0
[pid=22881/tid=22932] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22932/stat : 22932 (python) S 22879 22881 22856 0 -1 4202560 33 106692 0 0 0 0 20008 70 20 0 16 0 663014103 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 1 0 0 0
[pid=22881/tid=22939] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22939/stat : 22939 (python) S 22879 22881 22856 0 -1 4202560 33 106692 0 0 0 0 20008 70 20 0 16 0 663024132 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 1 0 0 0
[pid=22881/tid=22952] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22952/stat : 22952 (python) S 22879 22881 22856 0 -1 4202560 40 106692 0 0 0 0 20008 70 18 0 16 0 663052386 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 3 0 0 0
[pid=22881/tid=22964] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22964/stat : 22964 (python) S 22879 22881 22856 0 -1 4202560 39 106692 0 0 0 0 20008 70 20 0 16 0 663082162 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 1 0 0 0
[pid=22881/tid=22980] ppid=22879 vsize=985540 CPUtime=200.78 cores=0-7
/proc/22881/task/22980/stat : 22980 (python) S 22879 22881 22856 0 -1 4202560 37 106692 0 0 0 0 20008 70 20 0 16 0 663092192 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8217.44
Current children cumulated vsize (KiB) 20360608

[startup+1190.7 s]
/proc/loadavg: 8.20 8.00 7.61 11/356 22982
/proc/meminfo: memFree=4964996/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=985540 CPUtime=4906.29 cores=0-7
/proc/22881/stat : 22881 (python) S 22879 22881 22856 0 -1 4202496 698103 3082665 1 0 18254 120 470994 1261 15 0 16 0 662975698 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382787391 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22881/statm: 246385 129259 1904 364 0 182261 0
[pid=22892] ppid=22881 vsize=776420 CPUtime=2.39 cores=0-7
/proc/22892/stat : 22892 (python) S 22881 22881 22856 0 -1 4202560 1216 0 0 0 112 127 0 0 18 0 2 0 662994032 795054080 127517 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22892/statm: 194105 127517 415 364 0 130023 0
[pid=22894] ppid=22892 vsize=196496 CPUtime=988.83 cores=0-7
/proc/22894/stat : 22894 (lingeling) R 22892 22894 22894 0 -1 4202496 469713 0 0 0 98811 72 0 0 25 0 1 0 662994033 201211904 48294 33554432000 4194304 4352236 140734002821296 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22894/statm: 49124 48294 129 39 0 48204 0
[pid=22892/tid=22918] ppid=22881 vsize=776420 CPUtime=0 cores=0-7
/proc/22892/task/22918/stat : 22918 (python) S 22881 22881 22856 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 663004059 795054080 127517 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 514 18446604453985335104 0 0 -1 1 0 0 0
[pid=22907] ppid=22881 vsize=0 CPUtime=998.7 cores=0-7
/proc/22907/stat : 22907 (python) Z 22881 22881 22856 0 -1 4202588 1261 758128 0 0 323 190 99186 171 20 0 1 0 662994048 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22907/statm: 0 0 0 0 0 0 0
[pid=22924] ppid=22881 vsize=924016 CPUtime=1.48 cores=0-7
/proc/22924/stat : 22924 (python) S 22881 22881 22856 0 -1 4202560 1026 0 0 0 74 74 0 0 18 0 2 0 663004072 946192384 127683 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22924/statm: 231004 127683 399 364 0 166895 0
[pid=22926] ppid=22924 vsize=189064 CPUtime=614.54 cores=0-7
/proc/22926/stat : 22926 (lingeling) R 22924 22926 22926 0 -1 4202496 379919 0 0 0 61380 74 0 0 25 0 1 0 663004073 193601536 46436 33554432000 4194304 4352236 140734554829184 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22926/statm: 47266 46436 129 39 0 46346 0
[pid=22924/tid=22930] ppid=22881 vsize=924016 CPUtime=0 cores=0-7
/proc/22924/task/22930/stat : 22930 (python) S 22881 22881 22856 0 -1 4202560 72 0 0 0 0 0 0 0 19 0 2 0 663014099 946192384 127683 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 514 18446604447616669504 0 0 -1 1 0 0 0
[pid=22938] ppid=22881 vsize=944528 CPUtime=1.81 cores=0-7
/proc/22938/stat : 22938 (python) S 22881 22881 22856 0 -1 4202560 878 0 0 0 90 91 0 0 15 0 1 0 663024130 967196672 127678 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382787391 0 0 16781824 2 18446744071562232103 0 0 17 2 0 0 0
/proc/22938/statm: 236132 127678 376 364 0 172017 0
[pid=22940] ppid=22938 vsize=0 CPUtime=705.82 cores=0-7
/proc/22940/stat : 22940 (cryptominisat-2) R 22938 22940 22940 0 -1 4203524 639055 0 0 0 70446 136 0 0 25 0 1 0 663024132 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22940/statm: 0 0 0 0 0 0 0
[pid=22881/tid=22893] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22893/stat : 22893 (python) S 22879 22881 22856 0 -1 4202560 32 3082665 0 0 0 0 470994 1261 18 0 16 0 662994033 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
[pid=22881/tid=22896] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22896/stat : 22896 (python) S 22879 22881 22856 0 -1 4202560 28 3082665 0 0 0 0 470994 1261 18 0 16 0 662994036 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 4 0 0 0
[pid=22881/tid=22899] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22899/stat : 22899 (python) S 22879 22881 22856 0 -1 4202560 23 3082665 0 0 0 0 470994 1261 19 0 16 0 662994039 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 4 0 0 0
[pid=22881/tid=22902] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22902/stat : 22902 (python) S 22879 22881 22856 0 -1 4202560 19 3082665 0 0 0 0 470994 1261 18 0 16 0 662994043 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 5 0 0 0
[pid=22881/tid=22905] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22905/stat : 22905 (python) S 22879 22881 22856 0 -1 4202560 26 3082665 0 0 0 0 470994 1261 19 0 16 0 662994046 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
[pid=22881/tid=22908] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22908/stat : 22908 (python) S 22879 22881 22856 0 -1 4202560 31 3082665 0 0 0 0 470994 1261 20 0 16 0 662994049 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 7 0 0 0
[pid=22881/tid=22911] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22911/stat : 22911 (python) S 22879 22881 22856 0 -1 4202560 69 3082665 0 0 0 0 470994 1261 19 0 16 0 662994053 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 1 0 0 0
[pid=22881/tid=22914] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22914/stat : 22914 (python) S 22879 22881 22856 0 -1 4202560 30 3082665 0 0 0 0 470994 1261 21 0 16 0 662994056 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 6 0 0 0
[pid=22881/tid=22921] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22921/stat : 22921 (python) S 22879 22881 22856 0 -1 4202560 36 3082665 0 0 0 0 470994 1261 18 0 16 0 663004063 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 6 0 0 0
[pid=22881/tid=22925] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22925/stat : 22925 (python) S 22879 22881 22856 0 -1 4202560 39 3082665 0 0 0 0 470994 1261 18 0 16 0 663004073 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 2 0 0 0
[pid=22881/tid=22932] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22932/stat : 22932 (python) S 22879 22881 22856 0 -1 4202560 33 3082665 0 0 0 0 470994 1261 20 0 16 0 663014103 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 1 0 0 0
[pid=22881/tid=22939] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22939/stat : 22939 (python) S 22879 22881 22856 0 -1 4202560 33 3082665 0 0 0 0 470994 1261 20 0 16 0 663024132 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 1 0 0 0
[pid=22881/tid=22952] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22952/stat : 22952 (python) S 22879 22881 22856 0 -1 4202560 40 3082665 0 0 0 0 470994 1261 18 0 16 0 663052386 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 3 0 0 0
[pid=22881/tid=22964] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22964/stat : 22964 (python) S 22879 22881 22856 0 -1 4202560 39 3082665 0 0 0 0 470994 1261 20 0 16 0 663082162 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 1 0 0 0
[pid=22881/tid=22980] ppid=22879 vsize=985540 CPUtime=4722.55 cores=0-7
/proc/22881/task/22980/stat : 22980 (python) S 22879 22881 22856 0 -1 4202560 37 3082665 0 0 0 0 470994 1261 20 0 16 0 663092192 1009192960 129259 33554432000 4194304 5683644 140735429664992 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8219.86
Current children cumulated vsize (KiB) 4016064

[startup+1190.9 s]
/proc/loadavg: 8.20 8.00 7.61 11/356 22982
/proc/meminfo: memFree=4964996/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=862420 CPUtime=8220.24 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 762985 5333943 1 0 18261 125 801430 2208 16 0 1 0 662975698 883118080 129104 33554432000 4194304 5683644 140735429664992 18446744073709551615 218370612663 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22881/statm: 215605 129104 1873 364 0 151529 0
Current children cumulated CPU time (s) 8220.24
Current children cumulated vsize (KiB) 862420

[startup+1191 s]
/proc/loadavg: 8.20 8.00 7.61 11/356 22982
/proc/meminfo: memFree=4964996/32951124 swapFree=52307768/67111528
[pid=22881] ppid=22879 vsize=862420 CPUtime=8220.34 cores=0-7
/proc/22881/stat : 22881 (python) R 22879 22881 22856 0 -1 4202496 817948 5333943 1 0 18268 128 801430 2208 16 0 1 0 662975698 883118080 129105 33554432000 4194304 5683644 140735429664992 18446744073709551615 4501813 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22881/statm: 215605 129105 1874 364 0 151529 0
Current children cumulated CPU time (s) 8220.34
Current children cumulated vsize (KiB) 862420

Child status: 0
Real time (s): 1191.04
CPU time (s): 8220.39
CPU user time (s): 8196.99
CPU system time (s): 23.4004
CPU usage (%): 690.189
Max. virtual memory (cumulated for all children) (KiB): 28725392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8196.99
system time used= 23.4004
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6152359
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= 13211
involuntary context switches= 46936

runsolver used 5.8911 second user time and 15.8266 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-16 04:42:09
IDJOB=3381358
IDBENCH=88167
IDSOLVER=1864
FILE ID=node101/3381358-1305513728
RUNJOBID= node101-1305513728-22870
PBS_JOBID= 13325541
Free space on /tmp= 73688 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.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-3381358-1305513728/watcher-3381358-1305513728 -o /tmp/evaluation-result-3381358-1305513728/solver-3381358-1305513728 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381358-1305513728.cnf -seed 565137217 -budget 40000 -cores 8

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=565137217

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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:      15651296 kB
Buffers:        351392 kB
Cached:        6414948 kB
SwapCached:      14848 kB
Active:       11729592 kB
Inactive:      5273176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15651296 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:          135088 kB
Writeback:           0 kB
AnonPages:    10233264 kB
Mapped:          15532 kB
Slab:           167072 kB
PageTables:      63700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42580464 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= 73660 MiB
End job on node101 at 2011-05-16 05:02:00