Trace number 3378858

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 96.6823 45.1562

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5286
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

Solver Data

0.33/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.69	c INFO: solving HOME/instance-3378858-1305463062.cnf
0.33/0.69	c INFO: computing task features
1.70/2.05	c INFO: computed variable-clause graph statistics
1.70/2.10	c INFO: computed clause balance statistics
8.49/8.83	c INFO: computed variable balance statistics
13.49/13.84	c INFO: computed small-clause counts
13.59/13.91	c INFO: computed Horn-clause counts
27.40/27.73	c INFO: computed variable graph statistics
27.40/27.73	c INFO: collected features for HOME/instance-3378858-1305463062.cnf in 26.97 s
27.40/27.74	c INFO: running lingeling-276@0 for 1172 with 1172 remaining (b = 0.55)
27.40/27.75	c INFO: running lingeling-276@0 for 97 with 1172 remaining (b = 0.26)
27.40/27.77	c INFO: running cryptominisat-2.9.0@0 for 1172 with 1172 remaining (b = 0.39)
27.40/27.78	c INFO: running lingeling-276@0 for 1172 with 1172 remaining (b = 0.32)
96.49/45.12	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-3378858-1305463062/watcher-3378858-1305463062 -o /tmp/evaluation-result-3378858-1305463062/solver-3378858-1305463062 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378858-1305463062.cnf -seed 1268223052 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.14 3.85 3.93 2/295 30595
/proc/meminfo: memFree=13534400/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/30595/stat : 30595 (python) R 30593 30595 30563 0 -1 4202496 894 0 0 0 0 0 0 0 17 0 1 0 657904439 16150528 776 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516833936 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30595/statm: 3943 776 343 364 0 430 0

[startup+0.0989409 s]
/proc/loadavg: 3.14 3.85 3.93 2/295 30595
/proc/meminfo: memFree=13534400/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/30595/stat : 30595 (python) R 30593 30595 30563 0 -1 4202496 2627 0 0 0 4 2 0 0 17 0 1 0 657904439 87674880 2347 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516834048 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30595/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.100937 s]
/proc/loadavg: 3.14 3.85 3.93 2/295 30595
/proc/meminfo: memFree=13534400/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/30595/stat : 30595 (python) R 30593 30595 30563 0 -1 4202496 2630 0 0 0 4 2 0 0 17 0 1 0 657904439 87674880 2348 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516830053 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30595/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300922 s]
/proc/loadavg: 3.14 3.85 3.93 2/295 30595
/proc/meminfo: memFree=13534400/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=135748 CPUtime=0.17 cores=1,3,5,7
/proc/30595/stat : 30595 (python) S 30593 30595 30563 0 -1 4202496 5963 932 1 0 12 5 0 0 17 0 1 0 657904439 139005952 4150 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516830213 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/30595/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700835 s]
/proc/loadavg: 3.14 3.85 3.93 2/295 30595
/proc/meminfo: memFree=13534400/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=286132 CPUtime=0.4 cores=1,3,5,7
/proc/30595/stat : 30595 (python) R 30593 30595 30563 0 -1 4202496 11194 932 1 0 28 12 0 0 15 0 1 0 657904439 292999168 8875 33554432000 4194304 5683644 140734471158576 18446744073709551615 4445119 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30595/statm: 71533 8875 1761 364 0 7457 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 286132

[startup+1.50068 s]
/proc/loadavg: 3.14 3.85 3.93 3/299 30610
/proc/meminfo: memFree=13424912/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=343296 CPUtime=1.2 cores=1,3,5,7
/proc/30595/stat : 30595 (python) R 30593 30595 30563 0 -1 4202496 25343 932 1 0 106 14 0 0 16 0 1 0 657904439 351535104 23025 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516495045 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30595/statm: 85824 23025 1761 364 0 21748 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 343296

[startup+3.10039 s]
/proc/loadavg: 3.14 3.85 3.93 3/299 30610
/proc/meminfo: memFree=13264932/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=374124 CPUtime=2.8 cores=1,3,5,7
/proc/30595/stat : 30595 (python) R 30593 30595 30563 0 -1 4202496 43830 932 1 0 263 17 0 0 18 0 1 0 657904439 383102976 30916 33554432000 4194304 5683644 140734471158576 18446744073709551615 4531844 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30595/statm: 93531 30916 1826 364 0 29455 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 374124

[startup+6.30081 s]
/proc/loadavg: 3.21 3.85 3.93 3/299 30610
/proc/meminfo: memFree=13065820/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=374124 CPUtime=5.99 cores=1,3,5,7
/proc/30595/stat : 30595 (python) R 30593 30595 30563 0 -1 4202496 43830 932 1 0 581 18 0 0 25 0 1 0 657904439 383102976 30916 33554432000 4194304 5683644 140734471158576 18446744073709551615 246520242869 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30595/statm: 93531 30916 1826 364 0 29455 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 374124

[startup+12.7006 s]
/proc/loadavg: 3.11 3.82 3.91 3/299 30610
/proc/meminfo: memFree=13087896/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=374124 CPUtime=12.39 cores=1,3,5,7
/proc/30595/stat : 30595 (python) R 30593 30595 30563 0 -1 4202496 43831 932 1 0 1221 18 0 0 25 0 1 0 657904439 383102976 30917 33554432000 4194304 5683644 140734471158576 18446744073709551615 4523360 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30595/statm: 93531 30917 1827 364 0 29455 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 374124

[startup+25.5003 s]
/proc/loadavg: 2.86 3.73 3.88 3/299 30610
/proc/meminfo: memFree=13089764/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=374124 CPUtime=25.2 cores=1,3,5,7
/proc/30595/stat : 30595 (python) R 30593 30595 30563 0 -1 4202496 43837 932 1 0 2502 18 0 0 25 0 1 0 657904439 383102976 30923 33554432000 4194304 5683644 140734471158576 18446744073709551615 47812605499520 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30595/statm: 93531 30923 1833 364 0 29455 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 374124

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

[startup+25.8003 s]
/proc/loadavg: 2.86 3.73 3.88 3/299 30610
/proc/meminfo: memFree=13089764/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=374124 CPUtime=25.49 cores=1,3,5,7
/proc/30595/stat : 30595 (python) R 30593 30595 30563 0 -1 4202496 43837 932 1 0 2531 18 0 0 25 0 1 0 657904439 383102976 30923 33554432000 4194304 5683644 140734471158576 18446744073709551615 47812605499523 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30595/statm: 93531 30923 1833 364 0 29455 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 374124

[startup+38.6009 s]
/proc/loadavg: 3.19 3.77 3.89 6/311 30623
/proc/meminfo: memFree=12826088/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=407916 CPUtime=27.47 cores=1,3,5,7
/proc/30595/stat : 30595 (python) S 30593 30595 30563 0 -1 4202496 46479 932 1 0 2727 20 0 0 23 0 5 0 657904439 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30595/statm: 101979 29168 1873 364 0 37888 0
[pid=30611] ppid=30595 vsize=366904 CPUtime=0.02 cores=1,3,5,7
/proc/30611/stat : 30611 (python) S 30595 30595 30563 0 -1 4202560 913 0 0 0 1 1 0 0 18 0 1 0 657907214 375709696 27655 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854287 0 0 16781312 514 4203089905359749384 0 0 17 5 0 0 0
/proc/30611/statm: 91726 27655 376 364 0 27644 0
[pid=30615] ppid=30611 vsize=14836 CPUtime=10.73 cores=1,3,5,7
/proc/30615/stat : 30615 (lingeling) R 30611 30615 30615 0 -1 4202496 11180 0 0 0 1071 2 0 0 25 0 1 0 657907216 15192064 2879 33554432000 4194304 4352236 140735758687072 18446744073709551615 4328085 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/30615/statm: 3709 2879 129 39 0 2789 0
[pid=30613] ppid=30595 vsize=377160 CPUtime=0.02 cores=1,3,5,7
/proc/30613/stat : 30613 (python) S 30595 30595 30563 0 -1 4202560 906 0 0 0 1 1 0 0 18 0 1 0 657907215 386211840 27653 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4203089905359749382 0 0 17 5 0 0 0
/proc/30613/statm: 94290 27653 370 364 0 30205 0
[pid=30617] ppid=30613 vsize=14860 CPUtime=10.79 cores=1,3,5,7
/proc/30617/stat : 30617 (lingeling) R 30613 30617 30617 0 -1 4202496 10929 0 0 0 1078 1 0 0 25 0 1 0 657907217 15216640 2885 33554432000 4194304 4352236 140736685573888 18446744073709551615 4238648 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30617/statm: 3715 2885 129 39 0 2795 0
[pid=30616] ppid=30595 vsize=387416 CPUtime=0.02 cores=1,3,5,7
/proc/30616/stat : 30616 (python) S 30595 30595 30563 0 -1 4202560 924 0 0 0 1 1 0 0 15 0 1 0 657907217 396713984 27656 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4595954210352103688 0 0 17 1 0 0 0
/proc/30616/statm: 96854 27656 369 364 0 32766 0
[pid=30619] ppid=30616 vsize=281300 CPUtime=10.76 cores=1,3,5,7
/proc/30619/stat : 30619 (cryptominisat-2) R 30616 30619 30619 0 -1 4202496 60527 0 0 0 1066 10 0 0 25 0 1 0 657907217 288051200 56990 33554432000 4194304 4677096 140737351672080 18446744073709551615 4319869 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30619/statm: 70325 56990 392 118 0 65284 0
[pid=30620] ppid=30595 vsize=397672 CPUtime=0.02 cores=1,3,5,7
/proc/30620/stat : 30620 (python) S 30595 30595 30563 0 -1 4202560 924 0 0 0 1 1 0 0 18 0 1 0 657907218 407216128 27661 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4203089905359749381 0 0 17 1 0 0 0
/proc/30620/statm: 99418 27661 370 364 0 35327 0
[pid=30622] ppid=30620 vsize=14408 CPUtime=10.75 cores=1,3,5,7
/proc/30622/stat : 30622 (lingeling) R 30620 30622 30622 0 -1 4202496 10797 0 0 0 1073 2 0 0 25 0 1 0 657907219 14753792 2772 33554432000 4194304 4352236 140735779989664 18446744073709551615 4327971 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30622/statm: 3602 2772 129 39 0 2682 0
[pid=30595/tid=30612] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30612/stat : 30612 (python) S 30593 30595 30563 0 -1 4202560 38 932 0 0 0 0 0 0 25 0 5 0 657907215 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30614] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30614/stat : 30614 (python) S 30593 30595 30563 0 -1 4202560 17 932 0 0 0 0 0 0 18 0 5 0 657907216 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
[pid=30595/tid=30618] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30618/stat : 30618 (python) S 30593 30595 30563 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 657907217 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30621] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30621/stat : 30621 (python) S 30593 30595 30563 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 5 0 657907219 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 70.58
Current children cumulated vsize (KiB) 2262472

[startup+41.8013 s]
/proc/loadavg: 3.34 3.79 3.90 6/311 30623
/proc/meminfo: memFree=12815764/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=407916 CPUtime=27.47 cores=1,3,5,7
/proc/30595/stat : 30595 (python) S 30593 30595 30563 0 -1 4202496 46479 932 1 0 2727 20 0 0 23 0 5 0 657904439 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30595/statm: 101979 29168 1873 364 0 37888 0
[pid=30611] ppid=30595 vsize=366904 CPUtime=0.02 cores=1,3,5,7
/proc/30611/stat : 30611 (python) S 30595 30595 30563 0 -1 4202560 913 0 0 0 1 1 0 0 18 0 1 0 657907214 375709696 27655 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854287 0 0 16781312 514 4203089905359749384 0 0 17 5 0 0 0
/proc/30611/statm: 91726 27655 376 364 0 27644 0
[pid=30615] ppid=30611 vsize=14856 CPUtime=13.9 cores=1,3,5,7
/proc/30615/stat : 30615 (lingeling) R 30611 30615 30615 0 -1 4202496 11185 0 0 0 1388 2 0 0 25 0 1 0 657907216 15212544 2884 33554432000 4194304 4352236 140735758687072 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/30615/statm: 3714 2884 129 39 0 2794 0
[pid=30613] ppid=30595 vsize=377160 CPUtime=0.02 cores=1,3,5,7
/proc/30613/stat : 30613 (python) S 30595 30595 30563 0 -1 4202560 906 0 0 0 1 1 0 0 18 0 1 0 657907215 386211840 27653 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4203089905359749382 0 0 17 5 0 0 0
/proc/30613/statm: 94290 27653 370 364 0 30205 0
[pid=30617] ppid=30613 vsize=14880 CPUtime=13.99 cores=1,3,5,7
/proc/30617/stat : 30617 (lingeling) R 30613 30617 30617 0 -1 4202496 10934 0 0 0 1398 1 0 0 25 0 1 0 657907217 15237120 2890 33554432000 4194304 4352236 140736685573888 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30617/statm: 3720 2890 129 39 0 2800 0
[pid=30616] ppid=30595 vsize=387416 CPUtime=0.02 cores=1,3,5,7
/proc/30616/stat : 30616 (python) S 30595 30595 30563 0 -1 4202560 924 0 0 0 1 1 0 0 15 0 1 0 657907217 396713984 27656 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4595954210352103688 0 0 17 1 0 0 0
/proc/30616/statm: 96854 27656 369 364 0 32766 0
[pid=30619] ppid=30616 vsize=288844 CPUtime=13.95 cores=1,3,5,7
/proc/30619/stat : 30619 (cryptominisat-2) R 30616 30619 30619 0 -1 4202496 62852 0 0 0 1385 10 0 0 25 0 1 0 657907217 295776256 58350 33554432000 4194304 4677096 140737351672080 18446744073709551615 4320291 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30619/statm: 72211 58350 392 118 0 67170 0
[pid=30620] ppid=30595 vsize=397672 CPUtime=0.02 cores=1,3,5,7
/proc/30620/stat : 30620 (python) S 30595 30595 30563 0 -1 4202560 924 0 0 0 1 1 0 0 18 0 1 0 657907218 407216128 27661 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4203089905359749381 0 0 17 1 0 0 0
/proc/30620/statm: 99418 27661 370 364 0 35327 0
[pid=30622] ppid=30620 vsize=14424 CPUtime=13.94 cores=1,3,5,7
/proc/30622/stat : 30622 (lingeling) R 30620 30622 30622 0 -1 4202496 10802 0 0 0 1392 2 0 0 25 0 1 0 657907219 14770176 2776 33554432000 4194304 4352236 140735779989664 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30622/statm: 3606 2776 129 39 0 2686 0
[pid=30595/tid=30612] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30612/stat : 30612 (python) S 30593 30595 30563 0 -1 4202560 38 932 0 0 0 0 0 0 25 0 5 0 657907215 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30614] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30614/stat : 30614 (python) S 30593 30595 30563 0 -1 4202560 17 932 0 0 0 0 0 0 18 0 5 0 657907216 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
[pid=30595/tid=30618] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30618/stat : 30618 (python) S 30593 30595 30563 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 657907217 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30621] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30621/stat : 30621 (python) S 30593 30595 30563 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 5 0 657907219 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.33

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

/proc/30622/stat : 30622 (lingeling) R 30620 30622 30622 0 -1 4202496 10802 0 0 0 1551 2 0 0 25 0 1 0 657907219 14749696 2771 33554432000 4194304 4352236 140735779989664 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30622/statm: 3601 2771 129 39 0 2681 0
[pid=30595/tid=30612] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30612/stat : 30612 (python) S 30593 30595 30563 0 -1 4202560 38 932 0 0 0 0 0 0 25 0 5 0 657907215 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30614] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30614/stat : 30614 (python) S 30593 30595 30563 0 -1 4202560 17 932 0 0 0 0 0 0 18 0 5 0 657907216 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
[pid=30595/tid=30618] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30618/stat : 30618 (python) S 30593 30595 30563 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 657907217 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30621] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30621/stat : 30621 (python) S 30593 30595 30563 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 5 0 657907219 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 89.72
Current children cumulated vsize (KiB) 2273412

[startup+44.2009 s]
/proc/loadavg: 3.47 3.81 3.91 6/311 30623
/proc/meminfo: memFree=12800248/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=407916 CPUtime=27.47 cores=1,3,5,7
/proc/30595/stat : 30595 (python) S 30593 30595 30563 0 -1 4202496 46479 932 1 0 2727 20 0 0 23 0 5 0 657904439 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30595/statm: 101979 29168 1873 364 0 37888 0
[pid=30611] ppid=30595 vsize=366904 CPUtime=0.03 cores=1,3,5,7
/proc/30611/stat : 30611 (python) S 30595 30595 30563 0 -1 4202560 915 0 0 0 2 1 0 0 18 0 1 0 657907214 375709696 27655 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854287 0 0 16781312 514 4203089905359749384 0 0 17 5 0 0 0
/proc/30611/statm: 91726 27655 376 364 0 27644 0
[pid=30615] ppid=30611 vsize=14836 CPUtime=16.28 cores=1,3,5,7
/proc/30615/stat : 30615 (lingeling) R 30611 30615 30615 0 -1 4202496 11185 0 0 0 1626 2 0 0 25 0 1 0 657907216 15192064 2879 33554432000 4194304 4352236 140735758687072 18446744073709551615 4276642 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/30615/statm: 3709 2879 129 39 0 2789 0
[pid=30613] ppid=30595 vsize=377160 CPUtime=0.03 cores=1,3,5,7
/proc/30613/stat : 30613 (python) S 30595 30595 30563 0 -1 4202560 910 0 0 0 2 1 0 0 18 0 1 0 657907215 386211840 27653 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4203089905359749382 0 0 17 5 0 0 0
/proc/30613/statm: 94290 27653 370 364 0 30205 0
[pid=30617] ppid=30613 vsize=14860 CPUtime=16.4 cores=1,3,5,7
/proc/30617/stat : 30617 (lingeling) R 30613 30617 30617 0 -1 4202496 10934 0 0 0 1639 1 0 0 25 0 1 0 657907217 15216640 2885 33554432000 4194304 4352236 140736685573888 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30617/statm: 3715 2885 129 39 0 2795 0
[pid=30616] ppid=30595 vsize=387416 CPUtime=0.04 cores=1,3,5,7
/proc/30616/stat : 30616 (python) S 30595 30595 30563 0 -1 4202560 935 0 0 0 2 2 0 0 15 0 1 0 657907217 396713984 27656 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4595954210352103688 0 0 17 1 0 0 0
/proc/30616/statm: 96854 27656 369 364 0 32766 0
[pid=30619] ppid=30616 vsize=292244 CPUtime=16.33 cores=1,3,5,7
/proc/30619/stat : 30619 (cryptominisat-2) R 30616 30619 30619 0 -1 4202496 64195 0 0 0 1623 10 0 0 25 0 1 0 657907217 299257856 59693 33554432000 4194304 4677096 140737351672080 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30619/statm: 73061 59693 392 118 0 68020 0
[pid=30620] ppid=30595 vsize=397672 CPUtime=0.04 cores=1,3,5,7
/proc/30620/stat : 30620 (python) S 30595 30595 30563 0 -1 4202560 926 0 0 0 2 2 0 0 18 0 1 0 657907218 407216128 27661 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4203089905359749381 0 0 17 1 0 0 0
/proc/30620/statm: 99418 27661 370 364 0 35327 0
[pid=30622] ppid=30620 vsize=14404 CPUtime=16.33 cores=1,3,5,7
/proc/30622/stat : 30622 (lingeling) R 30620 30622 30622 0 -1 4202496 10802 0 0 0 1631 2 0 0 25 0 1 0 657907219 14749696 2771 33554432000 4194304 4352236 140735779989664 18446744073709551615 4329036 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30622/statm: 3601 2771 129 39 0 2681 0
[pid=30595/tid=30612] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30612/stat : 30612 (python) S 30593 30595 30563 0 -1 4202560 38 932 0 0 0 0 0 0 25 0 5 0 657907215 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30614] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30614/stat : 30614 (python) S 30593 30595 30563 0 -1 4202560 17 932 0 0 0 0 0 0 18 0 5 0 657907216 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
[pid=30595/tid=30618] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30618/stat : 30618 (python) S 30593 30595 30563 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 657907217 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30621] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30621/stat : 30621 (python) S 30593 30595 30563 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 5 0 657907219 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 92.95
Current children cumulated vsize (KiB) 2273412

[startup+44.6008 s]
/proc/loadavg: 3.47 3.81 3.91 6/311 30623
/proc/meminfo: memFree=12800248/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=407916 CPUtime=27.47 cores=1,3,5,7
/proc/30595/stat : 30595 (python) S 30593 30595 30563 0 -1 4202496 46479 932 1 0 2727 20 0 0 23 0 5 0 657904439 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30595/statm: 101979 29168 1873 364 0 37888 0
[pid=30611] ppid=30595 vsize=366904 CPUtime=0.03 cores=1,3,5,7
/proc/30611/stat : 30611 (python) S 30595 30595 30563 0 -1 4202560 915 0 0 0 2 1 0 0 18 0 1 0 657907214 375709696 27655 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854287 0 0 16781312 514 4203089905359749384 0 0 17 5 0 0 0
/proc/30611/statm: 91726 27655 376 364 0 27644 0
[pid=30615] ppid=30611 vsize=16884 CPUtime=16.67 cores=1,3,5,7
/proc/30615/stat : 30615 (lingeling) R 30611 30615 30615 0 -1 4202496 11697 0 0 0 1665 2 0 0 25 0 1 0 657907216 17289216 3391 33554432000 4194304 4352236 140735758687072 18446744073709551615 4329333 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/30615/statm: 4221 3391 129 39 0 3301 0
[pid=30613] ppid=30595 vsize=377160 CPUtime=0.03 cores=1,3,5,7
/proc/30613/stat : 30613 (python) S 30595 30595 30563 0 -1 4202560 910 0 0 0 2 1 0 0 18 0 1 0 657907215 386211840 27653 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4203089905359749382 0 0 17 5 0 0 0
/proc/30613/statm: 94290 27653 370 364 0 30205 0
[pid=30617] ppid=30613 vsize=14860 CPUtime=16.79 cores=1,3,5,7
/proc/30617/stat : 30617 (lingeling) R 30613 30617 30617 0 -1 4202496 10934 0 0 0 1678 1 0 0 25 0 1 0 657907217 15216640 2885 33554432000 4194304 4352236 140736685573888 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30617/statm: 3715 2885 129 39 0 2795 0
[pid=30616] ppid=30595 vsize=387416 CPUtime=0.04 cores=1,3,5,7
/proc/30616/stat : 30616 (python) S 30595 30595 30563 0 -1 4202560 935 0 0 0 2 2 0 0 15 0 1 0 657907217 396713984 27656 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4595954210352103688 0 0 17 1 0 0 0
/proc/30616/statm: 96854 27656 369 364 0 32766 0
[pid=30619] ppid=30616 vsize=292244 CPUtime=16.72 cores=1,3,5,7
/proc/30619/stat : 30619 (cryptominisat-2) R 30616 30619 30619 0 -1 4202496 64298 0 0 0 1662 10 0 0 25 0 1 0 657907217 299257856 59796 33554432000 4194304 4677096 140737351672080 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30619/statm: 73061 59796 392 118 0 68020 0
[pid=30620] ppid=30595 vsize=397672 CPUtime=0.04 cores=1,3,5,7
/proc/30620/stat : 30620 (python) S 30595 30595 30563 0 -1 4202560 926 0 0 0 2 2 0 0 18 0 1 0 657907218 407216128 27661 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4203089905359749381 0 0 17 1 0 0 0
/proc/30620/statm: 99418 27661 370 364 0 35327 0
[pid=30622] ppid=30620 vsize=14404 CPUtime=16.72 cores=1,3,5,7
/proc/30622/stat : 30622 (lingeling) R 30620 30622 30622 0 -1 4202496 10802 0 0 0 1670 2 0 0 25 0 1 0 657907219 14749696 2771 33554432000 4194304 4352236 140735779989664 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30622/statm: 3601 2771 129 39 0 2681 0
[pid=30595/tid=30612] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30612/stat : 30612 (python) S 30593 30595 30563 0 -1 4202560 38 932 0 0 0 0 0 0 25 0 5 0 657907215 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30614] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30614/stat : 30614 (python) S 30593 30595 30563 0 -1 4202560 17 932 0 0 0 0 0 0 18 0 5 0 657907216 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
[pid=30595/tid=30618] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30618/stat : 30618 (python) S 30593 30595 30563 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 657907217 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30621] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30621/stat : 30621 (python) S 30593 30595 30563 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 5 0 657907219 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 94.51
Current children cumulated vsize (KiB) 2275460

[startup+45.0007 s]
/proc/loadavg: 3.47 3.81 3.91 6/311 30623
/proc/meminfo: memFree=12800248/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=407916 CPUtime=27.47 cores=1,3,5,7
/proc/30595/stat : 30595 (python) S 30593 30595 30563 0 -1 4202496 46479 932 1 0 2727 20 0 0 23 0 5 0 657904439 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30595/statm: 101979 29168 1873 364 0 37888 0
[pid=30611] ppid=30595 vsize=366904 CPUtime=0.03 cores=1,3,5,7
/proc/30611/stat : 30611 (python) S 30595 30595 30563 0 -1 4202560 915 0 0 0 2 1 0 0 18 0 1 0 657907214 375709696 27655 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854287 0 0 16781312 514 4203089905359749384 0 0 17 5 0 0 0
/proc/30611/statm: 91726 27655 376 364 0 27644 0
[pid=30615] ppid=30611 vsize=16884 CPUtime=17.07 cores=1,3,5,7
/proc/30615/stat : 30615 (lingeling) R 30611 30615 30615 0 -1 4202496 11697 0 0 0 1705 2 0 0 25 0 1 0 657907216 17289216 3391 33554432000 4194304 4352236 140735758687072 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/30615/statm: 4221 3391 129 39 0 3301 0
[pid=30613] ppid=30595 vsize=377160 CPUtime=0.03 cores=1,3,5,7
/proc/30613/stat : 30613 (python) S 30595 30595 30563 0 -1 4202560 910 0 0 0 2 1 0 0 18 0 1 0 657907215 386211840 27653 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4203089905359749382 0 0 17 5 0 0 0
/proc/30613/statm: 94290 27653 370 364 0 30205 0
[pid=30617] ppid=30613 vsize=16908 CPUtime=17.19 cores=1,3,5,7
/proc/30617/stat : 30617 (lingeling) R 30613 30617 30617 0 -1 4202496 11446 0 0 0 1718 1 0 0 25 0 1 0 657907217 17313792 3397 33554432000 4194304 4352236 140736685573888 18446744073709551615 4278755 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30617/statm: 4227 3397 129 39 0 3307 0
[pid=30616] ppid=30595 vsize=387416 CPUtime=0.04 cores=1,3,5,7
/proc/30616/stat : 30616 (python) S 30595 30595 30563 0 -1 4202560 935 0 0 0 2 2 0 0 15 0 1 0 657907217 396713984 27656 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4595954210352103688 0 0 17 1 0 0 0
/proc/30616/statm: 96854 27656 369 364 0 32766 0
[pid=30619] ppid=30616 vsize=292244 CPUtime=17.12 cores=1,3,5,7
/proc/30619/stat : 30619 (cryptominisat-2) R 30616 30619 30619 0 -1 4202496 64400 0 0 0 1702 10 0 0 25 0 1 0 657907217 299257856 59898 33554432000 4194304 4677096 140737351672080 18446744073709551615 4337685 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30619/statm: 73061 59898 392 118 0 68020 0
[pid=30620] ppid=30595 vsize=397672 CPUtime=0.04 cores=1,3,5,7
/proc/30620/stat : 30620 (python) S 30595 30595 30563 0 -1 4202560 926 0 0 0 2 2 0 0 18 0 1 0 657907218 407216128 27661 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4203089905359749381 0 0 17 1 0 0 0
/proc/30620/statm: 99418 27661 370 364 0 35327 0
[pid=30622] ppid=30620 vsize=14404 CPUtime=17.12 cores=1,3,5,7
/proc/30622/stat : 30622 (lingeling) R 30620 30622 30622 0 -1 4202496 10802 0 0 0 1710 2 0 0 25 0 1 0 657907219 14749696 2771 33554432000 4194304 4352236 140735779989664 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30622/statm: 3601 2771 129 39 0 2681 0
[pid=30595/tid=30612] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30612/stat : 30612 (python) S 30593 30595 30563 0 -1 4202560 38 932 0 0 0 0 0 0 25 0 5 0 657907215 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30614] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30614/stat : 30614 (python) S 30593 30595 30563 0 -1 4202560 17 932 0 0 0 0 0 0 18 0 5 0 657907216 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
[pid=30595/tid=30618] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30618/stat : 30618 (python) S 30593 30595 30563 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 657907217 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30621] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30621/stat : 30621 (python) S 30593 30595 30563 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 5 0 657907219 417705984 29168 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 96.11
Current children cumulated vsize (KiB) 2277508

[startup+45.1007 s]
/proc/loadavg: 3.47 3.81 3.91 6/311 30623
/proc/meminfo: memFree=12800248/32951124 swapFree=61565116/67111528
[pid=30595] ppid=30593 vsize=407916 CPUtime=27.47 cores=1,3,5,7
/proc/30595/stat : 30595 (python) S 30593 30595 30563 0 -1 4202496 46512 932 1 0 2727 20 0 0 18 0 5 0 657904439 417705984 29169 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528664383 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30595/statm: 101979 29169 1874 364 0 37888 0
[pid=30611] ppid=30595 vsize=0 CPUtime=17.19 cores=1,3,5,7
/proc/30611/stat : 30611 (python) Z 30595 30595 30563 0 -1 4202588 1215 11700 0 0 2 1 1714 2 15 0 2 0 657907214 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30611/statm: 0 0 0 0 0 0 0
[pid=30613] ppid=30595 vsize=377160 CPUtime=0.03 cores=1,3,5,7
/proc/30613/stat : 30613 (python) S 30595 30595 30563 0 -1 4202560 910 0 0 0 2 1 0 0 18 0 1 0 657907215 386211840 27653 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4203089905359749382 0 0 17 5 0 0 0
/proc/30613/statm: 94290 27653 370 364 0 30205 0
[pid=30617] ppid=30613 vsize=16908 CPUtime=17.29 cores=1,3,5,7
/proc/30617/stat : 30617 (lingeling) R 30613 30617 30617 0 -1 4202496 11446 0 0 0 1728 1 0 0 25 0 1 0 657907217 17313792 3397 33554432000 4194304 4352236 140736685573888 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30617/statm: 4227 3397 129 39 0 3307 0
[pid=30616] ppid=30595 vsize=387416 CPUtime=0.04 cores=1,3,5,7
/proc/30616/stat : 30616 (python) S 30595 30595 30563 0 -1 4202560 935 0 0 0 2 2 0 0 15 0 1 0 657907217 396713984 27656 33554432000 4194304 5683644 140734471158576 18446744073709551615 246516854342 0 0 16781312 514 4595954210352103688 0 0 17 1 0 0 0
/proc/30616/statm: 96854 27656 369 364 0 32766 0
[pid=30619] ppid=30616 vsize=289440 CPUtime=17.22 cores=1,3,5,7
/proc/30619/stat : 30619 (cryptominisat-2) R 30616 30619 30619 0 -1 4202496 64407 0 0 0 1712 10 0 0 25 0 1 0 657907217 296386560 58850 33554432000 4194304 4677096 140737351672080 18446744073709551615 4338285 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/30619/statm: 72360 58850 392 118 0 67319 0
[pid=30620] ppid=30595 vsize=0 CPUtime=17.25 cores=1,3,5,7
/proc/30620/stat : 30620 (python) R 30595 30595 30563 0 -1 4202564 977 10802 0 0 2 2 1719 2 15 0 1 0 657907218 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30620/statm: 0 0 0 0 0 0 0
[pid=30595/tid=30612] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30612/stat : 30612 (python) S 30593 30595 30563 0 -1 4202560 38 932 0 0 0 0 0 0 25 0 5 0 657907215 417705984 29169 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30614] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30614/stat : 30614 (python) S 30593 30595 30563 0 -1 4202560 17 932 0 0 0 0 0 0 18 0 5 0 657907216 417705984 29169 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
[pid=30595/tid=30618] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30618/stat : 30618 (python) S 30593 30595 30563 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 657907217 417705984 29169 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 5 0 0 0
[pid=30595/tid=30621] ppid=30593 vsize=407916 CPUtime=0 cores=1,3,5,7
/proc/30595/task/30621/stat : 30621 (python) S 30593 30595 30563 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 5 0 657907219 417705984 29169 33554432000 4194304 5683644 140734471158576 18446744073709551615 246528657841 0 0 16781312 2 18446604465019300032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 96.49
Current children cumulated vsize (KiB) 1478840

Child status: 0
Real time (s): 45.1562
CPU time (s): 96.6823
CPU user time (s): 96.1764
CPU system time (s): 0.505923
CPU usage (%): 214.106
Max. virtual memory (cumulated for all children) (KiB): 2277508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.1764
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163716
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= 3199
involuntary context switches= 503

runsolver used 0.12698 second user time and 0.273958 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 14:37:42
IDJOB=3378858
IDBENCH=20346
IDSOLVER=1860
FILE ID=node134/3378858-1305463062
RUNJOBID= node134-1305463062-30582
PBS_JOBID= 13324979
Free space on /tmp= 73484 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.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-3378858-1305463062/watcher-3378858-1305463062 -o /tmp/evaluation-result-3378858-1305463062/solver-3378858-1305463062 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378858-1305463062.cnf -seed 1268223052 -budget 4800 -cores 4

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

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=1268223052

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13534804 kB
Buffers:        285168 kB
Cached:        6392380 kB
SwapCached:      13768 kB
Active:       10336204 kB
Inactive:      8828316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13534804 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:           52960 kB
Writeback:           0 kB
AnonPages:    12481128 kB
Mapped:          14432 kB
Slab:           134944 kB
PageTables:      51344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 48736132 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73404 MiB
End job on node134 at 2011-05-15 14:38:28