Trace number 3380561

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 2838.05 578.367

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.277
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3380561-1305481451.cnf
0.36/0.67	c INFO: computing task features
4.94/5.27	c INFO: computed variable-clause graph statistics
5.14/5.44	c INFO: computed clause balance statistics
24.64/24.96	c INFO: computed variable balance statistics
39.44/39.74	c INFO: computed small-clause counts
40.04/40.32	c INFO: computed Horn-clause counts
254.15/254.40	c INFO: computed variable graph statistics
254.15/254.40	c INFO: collected features for HOME/instance-3380561-1305481451.cnf in 253.60 s
254.15/254.42	c INFO: running lingeling-276@0 for 194 with 4746 remaining (b = 0.88)
254.15/254.45	c INFO: running lingeling-276@0 for 97 with 4746 remaining (b = 0.75)
254.15/254.48	c INFO: running cryptominisat-2.9.0@0 for 485 with 4746 remaining (b = 0.49)
254.24/254.51	c INFO: running lingeling-276@0 for 873 with 4746 remaining (b = 0.50)
254.24/254.54	c INFO: running cryptominisat-2.9.0@0 for 776 with 4746 remaining (b = 0.50)
254.24/254.57	c INFO: running lingeling-276@0 for 873 with 4746 remaining (b = 0.39)
254.34/254.60	c INFO: running precosat-570@0 for 679 with 4746 remaining (b = 0.39)
254.34/254.63	c INFO: running cryptominisat-2.9.0@0 for 679 with 4746 remaining (b = 0.37)
1054.28/354.71	c INFO: running precosat-570@0 for 679 with 4645 remaining (b = 0.31)
1821.24/450.88	c INFO: running lingeling-276@0 for 97 with 4549 remaining (b = 0.06)
2597.72/548.13	c INFO: running lingeling-276@0 for 97 with 4452 remaining (b = 0.06)
2837.69/578.30	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-3380561-1305481451/watcher-3380561-1305481451 -o /tmp/evaluation-result-3380561-1305481451/solver-3380561-1305481451 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380561-1305481451.cnf -seed 1692137610 -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: 6.56 2.65 0.99 1/294 11189
/proc/meminfo: memFree=22079924/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=15188 CPUtime=0 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 723 0 0 0 0 0 0 0 20 0 1 0 640561139 15552512 615 33554432000 4194304 5683644 140735295499488 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11189/statm: 3797 616 321 364 0 284 0

[startup+0.0848649 s]
/proc/loadavg: 6.56 2.65 0.99 1/294 11189
/proc/meminfo: memFree=22079924/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=52412 CPUtime=0.04 cores=0-7
/proc/11189/stat : 11189 (python) S 11187 11189 11066 0 -1 4202496 2014 0 0 0 4 0 0 0 20 0 1 0 640561139 53669888 1775 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/11189/statm: 13103 1775 484 364 0 1284 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 52412

[startup+0.100846 s]
/proc/loadavg: 6.56 2.65 0.99 1/294 11189
/proc/meminfo: memFree=22079924/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=87704 CPUtime=0.06 cores=0-7
/proc/11189/stat : 11189 (python) S 11187 11189 11066 0 -1 4202496 2637 0 0 0 5 1 0 0 17 0 1 0 640561139 89808896 2354 33554432000 4194304 5683644 140735295499488 18446744073709551615 220811312775 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/11189/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300806 s]
/proc/loadavg: 6.56 2.65 0.99 1/294 11189
/proc/meminfo: memFree=22079924/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=135748 CPUtime=0.19 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 5962 936 1 0 15 4 0 0 18 0 1 0 640561139 139005952 4150 33554432000 4194304 5683644 140735295499488 18446744073709551615 220815929040 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11189/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700735 s]
/proc/loadavg: 6.56 2.65 0.99 1/294 11189
/proc/meminfo: memFree=22079924/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=302888 CPUtime=0.44 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 15354 936 1 0 33 11 0 0 17 0 1 0 640561139 310157312 13036 33554432000 4194304 5683644 140735295499488 18446744073709551615 220815922912 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11189/statm: 75722 13037 1761 364 0 11646 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 302888

[startup+1.50058 s]
/proc/loadavg: 6.56 2.65 0.99 2/295 11194
/proc/meminfo: memFree=22014196/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=357044 CPUtime=1.23 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 28515 936 1 0 111 12 0 0 18 0 1 0 640561139 365613056 26197 33554432000 4194304 5683644 140735295499488 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11189/statm: 89261 26197 1761 364 0 25185 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 357044

[startup+3.10029 s]
/proc/loadavg: 6.56 2.65 0.99 2/295 11194
/proc/meminfo: memFree=21941428/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=463448 CPUtime=2.84 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 54629 936 1 0 268 16 0 0 21 0 1 0 640561139 474570752 52311 33554432000 4194304 5683644 140735295499488 18446744073709551615 47767706808432 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11189/statm: 115862 52312 1761 364 0 51786 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 463448

[startup+6.3007 s]
/proc/loadavg: 6.11 2.62 0.99 2/295 11194
/proc/meminfo: memFree=21815928/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=521616 CPUtime=6.04 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 112054 936 1 0 581 23 0 0 25 0 1 0 640561139 534134784 67789 33554432000 4194304 5683644 140735295499488 18446744073709551615 47767568616249 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11189/statm: 130404 67789 1826 364 0 66328 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 521616

[startup+12.7005 s]
/proc/loadavg: 5.70 2.59 0.99 2/295 11194
/proc/meminfo: memFree=21815924/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=521616 CPUtime=12.44 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 112054 936 1 0 1221 23 0 0 25 0 1 0 640561139 534134784 67789 33554432000 4194304 5683644 140735295499488 18446744073709551615 4539741 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11189/statm: 130404 67789 1826 364 0 66328 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 521616

[startup+25.5002 s]
/proc/loadavg: 4.66 2.51 0.99 2/295 11194
/proc/meminfo: memFree=21817052/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=521616 CPUtime=25.24 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 112055 936 1 0 2501 23 0 0 25 0 1 0 640561139 534134784 67790 33554432000 4194304 5683644 140735295499488 18446744073709551615 47767536258485 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11189/statm: 130404 67790 1827 364 0 66328 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 521616

[startup+51.1004 s]
/proc/loadavg: 3.41 2.39 0.99 2/295 11195
/proc/meminfo: memFree=21806788/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=531704 CPUtime=50.84 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 114583 936 1 0 5061 23 0 0 25 0 1 0 640561139 544464896 70318 33554432000 4194304 5683644 140735295499488 18446744073709551615 47767535962240 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11189/statm: 132926 70318 1833 364 0 68850 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 531704

[startup+102.31 s]
/proc/loadavg: 2.04 2.17 0.99 2/295 11197
/proc/meminfo: memFree=21806912/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=531704 CPUtime=102.05 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 114583 936 1 0 10182 23 0 0 25 0 1 0 640561139 544464896 70318 33554432000 4194304 5683644 140735295499488 18446744073709551615 47767535962240 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11189/statm: 132926 70318 1833 364 0 68850 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 531704

[startup+162.301 s]
/proc/loadavg: 1.38 1.96 0.99 2/295 11198
/proc/meminfo: memFree=21806532/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=531704 CPUtime=162.04 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 114583 936 1 0 16181 23 0 0 25 0 1 0 640561139 544464896 70318 33554432000 4194304 5683644 140735295499488 18446744073709551615 47767535962240 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11189/statm: 132926 70318 1833 364 0 68850 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 531704

[startup+222.301 s]
/proc/loadavg: 1.14 1.78 0.99 2/295 11200
/proc/meminfo: memFree=21806492/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=531704 CPUtime=222.05 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 114583 936 1 0 22181 24 0 0 25 0 1 0 640561139 544464896 70318 33554432000 4194304 5683644 140735295499488 18446744073709551615 47767535962252 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11189/statm: 132926 70318 1833 364 0 68850 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 531704

[startup+282.302 s]
/proc/loadavg: 3.44 2.20 1.17 9/319 11225
/proc/meminfo: memFree=18473728/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=659532 CPUtime=254.39 cores=0-7
/proc/11189/stat : 11189 (python) S 11187 11189 11066 0 -1 4202496 120261 936 1 0 25408 31 0 0 19 0 9 0 640561139 675360768 65557 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11189/statm: 164883 65557 1889 364 0 100780 0
[pid=11202] ppid=11189 vsize=511960 CPUtime=0.06 cores=0-7
/proc/11202/stat : 11202 (python) S 11189 11189 11066 0 -1 4202560 986 0 0 0 2 4 0 0 18 0 1 0 640586582 524247040 63925 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256527 0 0 16781312 514 13545086052712022276 0 0 17 1 0 0 0
/proc/11202/statm: 127990 63925 382 364 0 63908 0
[pid=11204] ppid=11202 vsize=149724 CPUtime=27.84 cores=0-7
/proc/11204/stat : 11204 (lingeling) R 11202 11204 11204 0 -1 4202496 58069 0 0 0 2777 7 0 0 25 0 1 0 640586583 153317376 36601 33554432000 4194304 4352236 140734006119008 18446744073709551615 4208862 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11204/statm: 37431 36601 129 39 0 36511 0
[pid=11205] ppid=11189 vsize=522216 CPUtime=0.06 cores=0-7
/proc/11205/stat : 11205 (python) S 11189 11189 11066 0 -1 4202560 911 0 0 0 3 3 0 0 18 0 1 0 640586585 534749184 63917 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022275 0 0 17 2 0 0 0
/proc/11205/statm: 130554 63917 370 364 0 66469 0
[pid=11207] ppid=11205 vsize=148288 CPUtime=27.77 cores=0-7
/proc/11207/stat : 11207 (lingeling) R 11205 11207 11207 0 -1 4202496 57711 0 0 0 2770 7 0 0 25 0 1 0 640586586 151846912 36242 33554432000 4194304 4352236 140733919590272 18446744073709551615 4208844 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11207/statm: 37072 36242 129 39 0 36152 0
[pid=11208] ppid=11189 vsize=532472 CPUtime=0.07 cores=0-7
/proc/11208/stat : 11208 (python) S 11189 11189 11066 0 -1 4202560 910 0 0 0 3 4 0 0 15 0 1 0 640586588 545251328 63921 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022276 0 0 17 1 0 0 0
/proc/11208/statm: 133118 63921 370 364 0 69030 0
[pid=11210] ppid=11208 vsize=872880 CPUtime=27.79 cores=0-7
/proc/11210/stat : 11210 (cryptominisat-2) R 11208 11210 11210 0 -1 4202496 204545 0 0 0 2751 28 0 0 25 0 1 0 640586589 893829120 195272 33554432000 4194304 4677096 140735912653680 18446744073709551615 4317697 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11210/statm: 218220 195272 390 118 0 213179 0
[pid=11211] ppid=11189 vsize=542728 CPUtime=0.05 cores=0-7
/proc/11211/stat : 11211 (python) S 11189 11189 11066 0 -1 4202560 940 0 0 0 2 3 0 0 18 0 1 0 640586591 555753472 63925 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022276 0 0 17 1 0 0 0
/proc/11211/statm: 135682 63925 370 364 0 71591 0
[pid=11213] ppid=11211 vsize=148884 CPUtime=27.76 cores=0-7
/proc/11213/stat : 11213 (lingeling) R 11211 11213 11213 0 -1 4202496 57860 0 0 0 2768 8 0 0 25 0 1 0 640586592 152457216 36391 33554432000 4194304 4352236 140735590712720 18446744073709551615 4205843 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11213/statm: 37221 36391 129 39 0 36301 0
[pid=11214] ppid=11189 vsize=552984 CPUtime=0.07 cores=0-7
/proc/11214/stat : 11214 (python) S 11189 11189 11066 0 -1 4202560 956 0 0 0 4 3 0 0 15 0 1 0 640586594 566255616 63929 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022273 0 0 17 1 0 0 0
/proc/11214/statm: 138246 63929 370 364 0 74152 0
[pid=11216] ppid=11214 vsize=872852 CPUtime=27.64 cores=0-7
/proc/11216/stat : 11216 (cryptominisat-2) R 11214 11216 11216 0 -1 4202496 204557 0 0 0 2737 27 0 0 25 0 1 0 640586595 893800448 195282 33554432000 4194304 4677096 140733423749952 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11216/statm: 218213 195282 390 118 0 213172 0
[pid=11217] ppid=11189 vsize=563240 CPUtime=0.06 cores=0-7
/proc/11217/stat : 11217 (python) S 11189 11189 11066 0 -1 4202560 943 0 0 0 3 3 0 0 18 0 1 0 640586597 576757760 63933 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022275 0 0 17 1 0 0 0
/proc/11217/statm: 140810 63933 370 364 0 76713 0
[pid=11219] ppid=11217 vsize=148572 CPUtime=27.38 cores=0-7
/proc/11219/stat : 11219 (lingeling) R 11217 11219 11219 0 -1 4202496 68835 0 0 0 2728 10 0 0 25 0 1 0 640586598 152137728 36314 33554432000 4194304 4352236 140735170796816 18446744073709551615 4270818 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11219/statm: 37143 36314 129 39 0 36223 0
[pid=11220] ppid=11189 vsize=639032 CPUtime=0.05 cores=0-7
/proc/11220/stat : 11220 (python) S 11189 11189 11066 0 -1 4202560 810 0 0 0 3 2 0 0 18 0 1 0 640586600 654368768 64055 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022273 0 0 17 1 0 0 0
/proc/11220/statm: 159758 64055 371 364 0 95658 0
[pid=11224] ppid=11220 vsize=403960 CPUtime=27.64 cores=0-7
/proc/11224/stat : 11224 (precosat) R 11220 11224 11224 0 -1 4202496 104617 0 0 0 2748 16 0 0 25 0 1 0 640586604 413655040 97586 33554432000 4194304 4890832 140734968384336 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/11224/statm: 100990 97586 86 171 0 100817 0
[pid=11222] ppid=11189 vsize=649288 CPUtime=0.07 cores=0-7
/proc/11222/stat : 11222 (python) S 11189 11189 11066 0 -1 4202560 871 0 0 0 3 4 0 0 15 0 1 0 640586603 664870912 64041 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13104133515757191428 0 0 17 6 0 0 0
/proc/11222/statm: 162322 64041 377 364 0 98219 0
[pid=11225] ppid=11222 vsize=872864 CPUtime=27.27 cores=0-7
/proc/11225/stat : 11225 (cryptominisat-2) R 11222 11225 11225 0 -1 4202496 204587 0 0 0 2698 29 0 0 25 0 1 0 640586605 893812736 195319 33554432000 4194304 4677096 140737159475376 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11225/statm: 218216 195319 390 118 0 213175 0
[pid=11189/tid=11203] ppid=11187 vsize=659532 CPUtime=0 cores=0-7

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

/proc/11202/statm: 130551 63964 416 364 0 66469 0
[pid=11204] ppid=11202 vsize=149660 CPUtime=225.8 cores=0-7
/proc/11204/stat : 11204 (lingeling) R 11202 11204 11204 0 -1 4202496 58069 0 0 0 22572 8 0 0 25 0 1 0 640586583 153251840 36585 33554432000 4194304 4352236 140734006119008 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11204/statm: 37415 36585 129 39 0 36495 0
[pid=11202/tid=11235] ppid=11189 vsize=522204 CPUtime=0 cores=0-7
/proc/11202/task/11235/stat : 11235 (python) S 11189 11189 11066 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 640606226 534736896 63964 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 514 18446604453928514752 0 0 -1 1 0 0 0
[pid=11205] ppid=11189 vsize=522216 CPUtime=0.46 cores=0-7
/proc/11205/stat : 11205 (python) S 11189 11189 11066 0 -1 4202560 1153 0 0 0 24 22 0 0 18 0 2 0 640586585 534749184 63947 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11205/statm: 130554 63947 399 364 0 66469 0
[pid=11207] ppid=11205 vsize=148228 CPUtime=196.73 cores=0-7
/proc/11207/stat : 11207 (lingeling) T 11205 11207 11207 0 -1 4202496 57711 0 0 0 19666 7 0 0 25 0 1 0 640586586 151785472 36227 33554432000 4194304 4352236 140733919590272 18446744073709551615 4328191 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/11207/statm: 37057 36227 129 39 0 36137 0
[pid=11205/tid=11228] ppid=11189 vsize=522216 CPUtime=0 cores=0-7
/proc/11205/task/11228/stat : 11228 (python) S 11189 11189 11066 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 640596608 534749184 63947 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 514 18446604449089500224 0 0 -1 3 0 0 0
[pid=11208] ppid=11189 vsize=532472 CPUtime=0.8 cores=0-7
/proc/11208/stat : 11208 (python) S 11189 11189 11066 0 -1 4202560 977 0 0 0 43 37 0 0 15 0 1 0 640586588 545251328 63921 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022276 0 0 17 4 0 0 0
/proc/11208/statm: 133118 63921 370 364 0 69030 0
[pid=11210] ppid=11208 vsize=1052036 CPUtime=322.47 cores=0-7
/proc/11210/stat : 11210 (cryptominisat-2) R 11208 11210 11210 0 -1 4202496 277309 0 0 0 32205 42 0 0 25 0 1 0 640586589 1077284864 242289 33554432000 4194304 4677096 140735912653680 18446744073709551615 4343110 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11210/statm: 263009 242289 392 118 0 257968 0
[pid=11211] ppid=11189 vsize=542728 CPUtime=0.75 cores=0-7
/proc/11211/stat : 11211 (python) S 11189 11189 11066 0 -1 4202560 1005 0 0 0 36 39 0 0 18 0 1 0 640586591 555753472 63925 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022276 0 0 17 1 0 0 0
/proc/11211/statm: 135682 63925 370 364 0 71591 0
[pid=11213] ppid=11211 vsize=148816 CPUtime=322.98 cores=0-7
/proc/11213/stat : 11213 (lingeling) R 11211 11213 11213 0 -1 4202496 57860 0 0 0 32290 8 0 0 25 0 1 0 640586592 152387584 36374 33554432000 4194304 4352236 140735590712720 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11213/statm: 37204 36374 129 39 0 36284 0
[pid=11214] ppid=11189 vsize=552984 CPUtime=0.81 cores=0-7
/proc/11214/stat : 11214 (python) S 11189 11189 11066 0 -1 4202560 1022 0 0 0 41 40 0 0 15 0 1 0 640586594 566255616 63929 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 10801048081705959681 0 0 17 2 0 0 0
/proc/11214/statm: 138246 63929 370 364 0 74152 0
[pid=11216] ppid=11214 vsize=1048176 CPUtime=321.88 cores=0-7
/proc/11216/stat : 11216 (cryptominisat-2) R 11214 11216 11216 0 -1 4202496 276249 0 0 0 32146 42 0 0 25 0 1 0 640586595 1073332224 240823 33554432000 4194304 4677096 140733423749952 18446744073709551615 220815933122 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11216/statm: 262044 240823 392 118 0 257003 0
[pid=11217] ppid=11189 vsize=563240 CPUtime=0.75 cores=0-7
/proc/11217/stat : 11217 (python) S 11189 11189 11066 0 -1 4202560 1006 0 0 0 37 38 0 0 18 0 1 0 640586597 576757760 63933 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022275 0 0 17 1 0 0 0
/proc/11217/statm: 140810 63933 370 364 0 76713 0
[pid=11219] ppid=11217 vsize=148492 CPUtime=317.34 cores=0-7
/proc/11219/stat : 11219 (lingeling) R 11217 11219 11219 0 -1 4202496 68835 0 0 0 31723 11 0 0 25 0 1 0 640586598 152055808 36294 33554432000 4194304 4352236 140735170796816 18446744073709551615 4270760 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11219/statm: 37123 36294 129 39 0 36203 0
[pid=11220] ppid=11189 vsize=639032 CPUtime=0.74 cores=0-7
/proc/11220/stat : 11220 (python) S 11189 11189 11066 0 -1 4202560 810 0 0 0 35 39 0 0 18 0 1 0 640586600 654368768 64055 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022273 0 0 17 1 0 0 0
/proc/11220/statm: 159758 64055 371 364 0 95658 0
[pid=11224] ppid=11220 vsize=403960 CPUtime=322.86 cores=0-7
/proc/11224/stat : 11224 (precosat) R 11220 11224 11224 0 -1 4202496 104719 0 0 0 32270 16 0 0 25 0 1 0 640586604 413655040 97688 33554432000 4194304 4890832 140734968384336 18446744073709551615 4458879 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/11224/statm: 100990 97688 86 171 0 100817 0
[pid=11222] ppid=11189 vsize=649288 CPUtime=0.82 cores=0-7
/proc/11222/stat : 11222 (python) S 11189 11189 11066 0 -1 4202560 875 0 0 0 42 40 0 0 15 0 1 0 640586603 664870912 64041 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022276 0 0 17 6 0 0 0
/proc/11222/statm: 162322 64041 377 364 0 98219 0
[pid=11225] ppid=11222 vsize=1052464 CPUtime=319.58 cores=0-7
/proc/11225/stat : 11225 (cryptominisat-2) R 11222 11225 11225 0 -1 4202496 281270 0 0 0 31910 48 0 0 25 0 1 0 640586605 1077723136 240770 33554432000 4194304 4677096 140737159475376 18446744073709551615 4320203 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11225/statm: 263116 240770 392 118 0 258075 0
[pid=11229] ppid=11189 vsize=659544 CPUtime=0.49 cores=0-7
/proc/11229/stat : 11229 (python) S 11189 11189 11066 0 -1 4202560 830 0 0 0 27 22 0 0 18 0 1 0 640596611 675373056 64055 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022273 0 0 17 6 0 0 0
/proc/11229/statm: 164886 64055 371 364 0 100780 0
[pid=11231] ppid=11229 vsize=406336 CPUtime=222.13 cores=0-7
/proc/11231/stat : 11231 (precosat) R 11229 11231 11231 0 -1 4202496 105319 0 0 0 22195 18 0 0 25 0 1 0 640596612 416088064 98279 33554432000 4194304 4890832 140733810990736 18446744073709551615 4452247 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/11231/statm: 101584 98279 86 171 0 101411 0
[pid=11189/tid=11203] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11203/stat : 11203 (python) S 11187 11189 11066 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 10 0 640586583 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 0 0 0 0
[pid=11189/tid=11206] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11206/stat : 11206 (python) S 11187 11189 11066 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 10 0 640586586 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 0 0 0 0
[pid=11189/tid=11209] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11209/stat : 11209 (python) S 11187 11189 11066 0 -1 4202560 24 936 0 0 0 0 0 0 19 0 10 0 640586589 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 4 0 0 0
[pid=11189/tid=11212] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11212/stat : 11212 (python) S 11187 11189 11066 0 -1 4202560 24 936 0 0 0 0 0 0 18 0 10 0 640586592 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 5 0 0 0
[pid=11189/tid=11215] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11215/stat : 11215 (python) S 11187 11189 11066 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 10 0 640586595 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 0 0 0 0
[pid=11189/tid=11218] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11218/stat : 11218 (python) S 11187 11189 11066 0 -1 4202560 28 936 0 0 0 0 0 0 17 0 10 0 640586598 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 7 0 0 0
[pid=11189/tid=11221] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11221/stat : 11221 (python) S 11187 11189 11066 0 -1 4202560 71 936 0 0 0 0 0 0 19 0 10 0 640586601 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 6 0 0 0
[pid=11189/tid=11223] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11223/stat : 11223 (python) S 11187 11189 11066 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 10 0 640586604 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 6 0 0 0
[pid=11189/tid=11230] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11230/stat : 11230 (python) S 11187 11189 11066 0 -1 4202560 39 936 0 0 0 0 0 0 20 0 10 0 640596612 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2832.37
Current children cumulated vsize (KiB) 10411664

[startup+577.901 s]
/proc/loadavg: 8.08 5.94 3.08 9/324 11238
/proc/meminfo: memFree=17519896/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=669788 CPUtime=254.47 cores=0-7
/proc/11189/stat : 11189 (python) S 11187 11189 11066 0 -1 4202496 121502 936 1 0 25415 32 0 0 18 0 10 0 640561139 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11189/statm: 167447 65608 1892 364 0 103341 0
[pid=11202] ppid=11189 vsize=522204 CPUtime=0.51 cores=0-7
/proc/11202/stat : 11202 (python) S 11189 11189 11066 0 -1 4202560 1206 0 0 0 25 26 0 0 18 0 2 0 640586582 534736896 63964 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11202/statm: 130551 63964 416 364 0 66469 0
[pid=11204] ppid=11202 vsize=149660 CPUtime=226.19 cores=0-7
/proc/11204/stat : 11204 (lingeling) R 11202 11204 11204 0 -1 4202496 58069 0 0 0 22611 8 0 0 25 0 1 0 640586583 153251840 36585 33554432000 4194304 4352236 140734006119008 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11204/statm: 37415 36585 129 39 0 36495 0
[pid=11202/tid=11235] ppid=11189 vsize=522204 CPUtime=0 cores=0-7
/proc/11202/task/11235/stat : 11235 (python) S 11189 11189 11066 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 640606226 534736896 63964 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 514 18446604453928514752 0 0 -1 1 0 0 0
[pid=11205] ppid=11189 vsize=522216 CPUtime=0.46 cores=0-7
/proc/11205/stat : 11205 (python) S 11189 11189 11066 0 -1 4202560 1153 0 0 0 24 22 0 0 18 0 2 0 640586585 534749184 63947 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11205/statm: 130554 63947 399 364 0 66469 0
[pid=11207] ppid=11205 vsize=148228 CPUtime=196.73 cores=0-7
/proc/11207/stat : 11207 (lingeling) T 11205 11207 11207 0 -1 4202496 57711 0 0 0 19666 7 0 0 25 0 1 0 640586586 151785472 36227 33554432000 4194304 4352236 140733919590272 18446744073709551615 4328191 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/11207/statm: 37057 36227 129 39 0 36137 0
[pid=11205/tid=11228] ppid=11189 vsize=522216 CPUtime=0 cores=0-7
/proc/11205/task/11228/stat : 11228 (python) S 11189 11189 11066 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 640596608 534749184 63947 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 514 18446604449089500224 0 0 -1 3 0 0 0
[pid=11208] ppid=11189 vsize=532472 CPUtime=0.8 cores=0-7
/proc/11208/stat : 11208 (python) S 11189 11189 11066 0 -1 4202560 977 0 0 0 43 37 0 0 15 0 1 0 640586588 545251328 63921 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022276 0 0 17 4 0 0 0
/proc/11208/statm: 133118 63921 370 364 0 69030 0
[pid=11210] ppid=11208 vsize=1052036 CPUtime=322.86 cores=0-7
/proc/11210/stat : 11210 (cryptominisat-2) R 11208 11210 11210 0 -1 4202496 277326 0 0 0 32244 42 0 0 25 0 1 0 640586589 1077284864 242306 33554432000 4194304 4677096 140735912653680 18446744073709551615 4337755 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11210/statm: 263009 242306 392 118 0 257968 0
[pid=11211] ppid=11189 vsize=542728 CPUtime=0.75 cores=0-7
/proc/11211/stat : 11211 (python) S 11189 11189 11066 0 -1 4202560 1005 0 0 0 36 39 0 0 18 0 1 0 640586591 555753472 63925 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022276 0 0 17 1 0 0 0
/proc/11211/statm: 135682 63925 370 364 0 71591 0
[pid=11213] ppid=11211 vsize=148816 CPUtime=323.37 cores=0-7
/proc/11213/stat : 11213 (lingeling) R 11211 11213 11213 0 -1 4202496 57860 0 0 0 32329 8 0 0 25 0 1 0 640586592 152387584 36374 33554432000 4194304 4352236 140735590712720 18446744073709551615 4276514 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11213/statm: 37204 36374 129 39 0 36284 0
[pid=11214] ppid=11189 vsize=552984 CPUtime=0.83 cores=0-7
/proc/11214/stat : 11214 (python) S 11189 11189 11066 0 -1 4202560 1022 0 0 0 42 41 0 0 16 0 1 0 640586594 566255616 63929 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022273 0 0 17 2 0 0 0
/proc/11214/statm: 138246 63929 370 364 0 74152 0
[pid=11216] ppid=11214 vsize=1048176 CPUtime=322.26 cores=0-7
/proc/11216/stat : 11216 (cryptominisat-2) R 11214 11216 11216 0 -1 4202496 276261 0 0 0 32184 42 0 0 25 0 1 0 640586595 1073332224 240835 33554432000 4194304 4677096 140733423749952 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11216/statm: 262044 240835 392 118 0 257003 0
[pid=11217] ppid=11189 vsize=563240 CPUtime=0.75 cores=0-7
/proc/11217/stat : 11217 (python) S 11189 11189 11066 0 -1 4202560 1006 0 0 0 37 38 0 0 18 0 1 0 640586597 576757760 63933 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022275 0 0 17 1 0 0 0
/proc/11217/statm: 140810 63933 370 364 0 76713 0
[pid=11219] ppid=11217 vsize=148492 CPUtime=317.72 cores=0-7
/proc/11219/stat : 11219 (lingeling) R 11217 11219 11219 0 -1 4202496 68835 0 0 0 31761 11 0 0 25 0 1 0 640586598 152055808 36294 33554432000 4194304 4352236 140735170796816 18446744073709551615 4259411 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11219/statm: 37123 36294 129 39 0 36203 0
[pid=11220] ppid=11189 vsize=639032 CPUtime=0.74 cores=0-7
/proc/11220/stat : 11220 (python) S 11189 11189 11066 0 -1 4202560 810 0 0 0 35 39 0 0 18 0 1 0 640586600 654368768 64055 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022273 0 0 17 1 0 0 0
/proc/11220/statm: 159758 64055 371 364 0 95658 0
[pid=11224] ppid=11220 vsize=403960 CPUtime=323.25 cores=0-7
/proc/11224/stat : 11224 (precosat) R 11220 11224 11224 0 -1 4202496 104719 0 0 0 32309 16 0 0 25 0 1 0 640586604 413655040 97688 33554432000 4194304 4890832 140734968384336 18446744073709551615 4238565 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/11224/statm: 100990 97688 86 171 0 100817 0
[pid=11222] ppid=11189 vsize=649288 CPUtime=0.82 cores=0-7
/proc/11222/stat : 11222 (python) S 11189 11189 11066 0 -1 4202560 875 0 0 0 42 40 0 0 15 0 1 0 640586603 664870912 64041 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022276 0 0 17 6 0 0 0
/proc/11222/statm: 162322 64041 377 364 0 98219 0
[pid=11225] ppid=11222 vsize=1052464 CPUtime=319.97 cores=0-7
/proc/11225/stat : 11225 (cryptominisat-2) R 11222 11225 11225 0 -1 4202496 281285 0 0 0 31949 48 0 0 25 0 1 0 640586605 1077723136 240785 33554432000 4194304 4677096 140737159475376 18446744073709551615 4317664 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11225/statm: 263116 240785 392 118 0 258075 0
[pid=11229] ppid=11189 vsize=659544 CPUtime=0.49 cores=0-7
/proc/11229/stat : 11229 (python) S 11189 11189 11066 0 -1 4202560 830 0 0 0 27 22 0 0 18 0 1 0 640596611 675373056 64055 33554432000 4194304 5683644 140735295499488 18446744073709551615 220816256582 0 0 16781312 514 13545086052712022273 0 0 17 6 0 0 0
/proc/11229/statm: 164886 64055 371 364 0 100780 0
[pid=11231] ppid=11229 vsize=406336 CPUtime=222.52 cores=0-7
/proc/11231/stat : 11231 (precosat) R 11229 11231 11231 0 -1 4202496 105325 0 0 0 22234 18 0 0 25 0 1 0 640596612 416088064 98285 33554432000 4194304 4890832 140733810990736 18446744073709551615 4450120 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/11231/statm: 101584 98285 86 171 0 101411 0
[pid=11189/tid=11203] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11203/stat : 11203 (python) S 11187 11189 11066 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 10 0 640586583 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 0 0 0 0
[pid=11189/tid=11206] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11206/stat : 11206 (python) S 11187 11189 11066 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 10 0 640586586 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 0 0 0 0
[pid=11189/tid=11209] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11209/stat : 11209 (python) S 11187 11189 11066 0 -1 4202560 24 936 0 0 0 0 0 0 19 0 10 0 640586589 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 4 0 0 0
[pid=11189/tid=11212] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11212/stat : 11212 (python) S 11187 11189 11066 0 -1 4202560 24 936 0 0 0 0 0 0 18 0 10 0 640586592 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 5 0 0 0
[pid=11189/tid=11215] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11215/stat : 11215 (python) S 11187 11189 11066 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 10 0 640586595 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 0 0 0 0
[pid=11189/tid=11218] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11218/stat : 11218 (python) S 11187 11189 11066 0 -1 4202560 28 936 0 0 0 0 0 0 17 0 10 0 640586598 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 7 0 0 0
[pid=11189/tid=11221] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11221/stat : 11221 (python) S 11187 11189 11066 0 -1 4202560 71 936 0 0 0 0 0 0 19 0 10 0 640586601 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 6 0 0 0
[pid=11189/tid=11223] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11223/stat : 11223 (python) S 11187 11189 11066 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 10 0 640586604 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 6 0 0 0
[pid=11189/tid=11230] ppid=11187 vsize=669788 CPUtime=0 cores=0-7
/proc/11189/task/11230/stat : 11230 (python) S 11187 11189 11066 0 -1 4202560 39 936 0 0 0 0 0 0 20 0 10 0 640596612 685862912 65608 33554432000 4194304 5683644 140735295499488 18446744073709551615 220828060081 0 0 16781312 2 18446604445661087936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2835.49
Current children cumulated vsize (KiB) 10411664

[startup+578.301 s]
/proc/loadavg: 8.08 5.94 3.08 9/324 11238
/proc/meminfo: memFree=17519896/32951124 swapFree=63485424/67111528
[pid=11189] ppid=11187 vsize=608204 CPUtime=2837.96 cores=0-7
/proc/11189/stat : 11189 (python) R 11187 11189 11066 0 -1 4202496 121743 1297806 1 0 25415 32 257812 537 16 0 1 0 640561139 622800896 65537 33554432000 4194304 5683644 140735295499488 18446744073709551615 4633907 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11189/statm: 152051 65537 1873 364 0 87975 0
Current children cumulated CPU time (s) 2837.96
Current children cumulated vsize (KiB) 608204

Child status: 0
Real time (s): 578.367
CPU time (s): 2838.05
CPU user time (s): 2832.32
CPU system time (s): 5.72513
CPU usage (%): 490.7
Max. virtual memory (cumulated for all children) (KiB): 10433696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2832.32
system time used= 5.72513
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1449224
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= 6396
involuntary context switches= 12287

runsolver used 2.25066 second user time and 5.43317 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 19:44:12
IDJOB=3380561
IDBENCH=69591
IDSOLVER=1864
FILE ID=node147/3380561-1305481451
RUNJOBID= node147-1305481200-11080
PBS_JOBID= 13325333
Free space on /tmp= 73132 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.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-3380561-1305481451/watcher-3380561-1305481451 -o /tmp/evaluation-result-3380561-1305481451/solver-3380561-1305481451 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380561-1305481451.cnf -seed 1692137610 -budget 40000 -cores 8

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1692137610

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22080212 kB
Buffers:        315564 kB
Cached:        5302312 kB
SwapCached:      13132 kB
Active:        4281100 kB
Inactive:      6339348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22080212 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           55808 kB
Writeback:           0 kB
AnonPages:     4997992 kB
Mapped:          16708 kB
Slab:           152152 kB
PageTables:      32796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52919216 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= 73100 MiB
End job on node147 at 2011-05-15 19:53:51