Trace number 3321691

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 104.099 49.7107

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtswvsam6x8p3-tseitin.cnf
MD5SUM78f66492ac42d4b6896175e486263134
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.56661
Satisfiable
(Un)Satisfiability was proved
Number of variables154038
Number of clauses460862
Sum of the clauses size1075342
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2307240
Number of clauses of size 3153620
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.46	c INFO: solving HOME/instance-3321691-1304349007.cnf
0.32/0.46	c INFO: computing task features
1.70/1.85	c INFO: computed variable-clause graph statistics
1.81/1.91	c INFO: computed clause balance statistics
8.82/8.96	c INFO: computed variable balance statistics
14.11/14.20	c INFO: computed small-clause counts
14.11/14.30	c INFO: computed Horn-clause counts
41.51/41.68	c INFO: computed variable graph statistics
41.51/41.68	c INFO: collected features for HOME/instance-3321691-1304349007.cnf in 41.18 s
41.61/41.71	c INFO: running lingeling-276@0 for 97 with 39958 remaining (b = 0.49)
41.61/41.74	c INFO: running cryptominisat-2.9.0@0 for 485 with 39958 remaining (b = 0.39)
41.61/41.78	c INFO: running lingeling-276@0 for 1261 with 39958 remaining (b = 0.51)
41.83/41.81	c INFO: running lingeling-276@0 for 1261 with 39958 remaining (b = 0.44)
41.83/41.84	c INFO: running cryptominisat-2.9.0@0 for 485 with 39958 remaining (b = 0.30)
41.83/41.87	c INFO: running precosat-570@0 for 291 with 39958 remaining (b = 0.19)
42.22/41.91	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39958 remaining (b = 0.51)
42.22/41.94	c INFO: running lingeling-276@0 for 1261 with 39958 remaining (b = 0.31)
103.73/49.67	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321691-1304349007/watcher-3321691-1304349007 -o /tmp/evaluation-result-3321691-1304349007/solver-3321691-1304349007 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321691-1304349007.cnf -seed 1519172625 -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: 4.42 3.70 5.21 1/251 8862
/proc/meminfo: memFree=17624576/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=15772 CPUtime=0 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 890 0 0 0 0 0 0 0 21 0 1 0 546499475 16150528 772 33554432000 4194304 5683644 140736720544144 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8862/statm: 3943 773 343 364 0 430 0

[startup+0.10394 s]
/proc/loadavg: 4.42 3.70 5.21 1/251 8862
/proc/meminfo: memFree=17624576/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=104612 CPUtime=0.07 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 3143 0 0 0 6 1 0 0 22 0 1 0 546499475 107122688 2821 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814238208 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/8862/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.200991 s]
/proc/loadavg: 4.42 3.70 5.21 1/251 8862
/proc/meminfo: memFree=17624576/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=130936 CPUtime=0.15 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 5619 934 1 0 12 3 0 0 23 0 1 0 546499475 134078464 4027 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814240000 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8862/statm: 32734 4030 1015 364 0 2995 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 130936

[startup+0.300983 s]
/proc/loadavg: 4.42 3.70 5.21 1/251 8862
/proc/meminfo: memFree=17624576/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=187736 CPUtime=0.24 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 6802 934 1 0 18 6 0 0 23 0 1 0 546499475 192241664 4868 33554432000 4194304 5683644 140736720544144 18446744073709551615 251809277717 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8862/statm: 46934 4876 1394 364 0 3722 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187736

[startup+0.700936 s]
/proc/loadavg: 4.42 3.70 5.21 1/251 8862
/proc/meminfo: memFree=17624576/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=301640 CPUtime=0.61 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 15000 934 1 0 52 9 0 0 23 0 1 0 546499475 308879360 12685 33554432000 4194304 5683644 140736720544144 18446744073709551615 47865623003118 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8862/statm: 75410 12686 1761 364 0 11334 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 301640

[startup+1.5007 s]
/proc/loadavg: 4.14 3.65 5.19 2/252 8867
/proc/meminfo: memFree=17553144/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=352068 CPUtime=1.41 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 27560 934 1 0 131 10 0 0 25 0 1 0 546499475 360517632 25245 33554432000 4194304 5683644 140736720544144 18446744073709551615 47865452364278 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8862/statm: 88017 25245 1761 364 0 23941 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 352068

[startup+3.10051 s]
/proc/loadavg: 4.14 3.65 5.19 2/252 8867
/proc/meminfo: memFree=17516564/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=364932 CPUtime=3.01 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 45803 934 1 0 289 12 0 0 25 0 1 0 546499475 373690368 28618 33554432000 4194304 5683644 140736720544144 18446744073709551615 251813899838 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8862/statm: 91233 28618 1826 364 0 27157 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 364932

[startup+6.3009 s]
/proc/loadavg: 3.89 3.61 5.16 2/252 8867
/proc/meminfo: memFree=17517928/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=364932 CPUtime=6.21 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 45803 934 1 0 609 12 0 0 25 0 1 0 546499475 373690368 28618 33554432000 4194304 5683644 140736720544144 18446744073709551615 251813907333 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8862/statm: 91233 28618 1826 364 0 27157 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 364932

[startup+12.7008 s]
/proc/loadavg: 3.66 3.56 5.14 2/252 8867
/proc/meminfo: memFree=17519580/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=364932 CPUtime=12.61 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 45804 934 1 0 1249 12 0 0 25 0 1 0 546499475 373690368 28619 33554432000 4194304 5683644 140736720544144 18446744073709551615 47865452256937 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8862/statm: 91233 28619 1827 364 0 27157 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 364932

[startup+25.5007 s]
/proc/loadavg: 3.07 3.44 5.07 2/252 8867
/proc/meminfo: memFree=17518008/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=368532 CPUtime=25.41 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 46710 934 1 0 2529 12 0 0 25 0 1 0 546499475 377376768 29525 33554432000 4194304 5683644 140736720544144 18446744073709551615 47865452112000 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8862/statm: 92133 29525 1833 364 0 28057 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 368532

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

[startup+25.6007 s]
/proc/loadavg: 3.07 3.44 5.07 2/252 8867
/proc/meminfo: memFree=17518008/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=368532 CPUtime=25.51 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 46710 934 1 0 2539 12 0 0 25 0 1 0 546499475 377376768 29525 33554432000 4194304 5683644 140736720544144 18446744073709551615 47865452112012 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8862/statm: 92133 29525 1833 364 0 28057 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 368532

[startup+38.4005 s]
/proc/loadavg: 2.75 3.36 5.03 2/252 8867
/proc/meminfo: memFree=17517584/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=368532 CPUtime=38.31 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 46710 934 1 0 3819 12 0 0 25 0 1 0 546499475 377376768 29525 33554432000 4194304 5683644 140736720544144 18446744073709551615 47865452112012 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8862/statm: 92133 29525 1833 364 0 28057 0
Current children cumulated CPU time (s) 38.31
Current children cumulated vsize (KiB) 368532

[startup+44.8014 s]
/proc/loadavg: 2.61 3.32 5.01 9/276 8891
/proc/meminfo: memFree=16805792/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=509068 CPUtime=41.85 cores=0-7
/proc/8862/stat : 8862 (python) S 8860 8862 8402 0 -1 4202496 52223 934 1 0 4170 15 0 0 24 0 9 0 546499475 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8862/statm: 127267 28019 1889 364 0 63164 0
[pid=8868] ppid=8862 vsize=361496 CPUtime=0 cores=0-7
/proc/8868/stat : 8868 (python) S 8862 8862 8402 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 546503647 370171904 26280 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260239 0 0 16781312 514 4163256527525740804 0 0 17 1 0 0 0
/proc/8868/statm: 90374 26280 353 364 0 26292 0
[pid=8870] ppid=8868 vsize=38412 CPUtime=3.07 cores=0-7
/proc/8870/stat : 8870 (lingeling) R 8868 8870 8870 0 -1 4202496 18563 0 0 0 305 2 0 0 25 0 1 0 546503648 39333888 8772 33554432000 4194304 4352236 140737132015360 18446744073709551615 4227692 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8870/statm: 9603 8772 127 39 0 8683 0
[pid=8871] ppid=8862 vsize=371752 CPUtime=0 cores=0-7
/proc/8871/stat : 8871 (python) S 8862 8862 8402 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 546503650 380674048 26278 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4163248830944346372 0 0 17 2 0 0 0
/proc/8871/statm: 92938 26278 347 364 0 28853 0
[pid=8873] ppid=8871 vsize=249856 CPUtime=3.03 cores=0-7
/proc/8873/stat : 8873 (cryptominisat-2) R 8871 8873 8873 0 -1 4202496 48126 0 0 0 297 6 0 0 25 0 1 0 546503651 255852544 43490 33554432000 4194304 4677096 140733869868288 18446744073709551615 4319759 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8873/statm: 62464 43490 362 118 0 57423 0
[pid=8874] ppid=8862 vsize=382008 CPUtime=0 cores=0-7
/proc/8874/stat : 8874 (python) S 8862 8862 8402 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 546503654 391176192 26282 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4619656932267884804 0 0 17 1 0 0 0
/proc/8874/statm: 95502 26282 347 364 0 31414 0
[pid=8876] ppid=8874 vsize=37624 CPUtime=3 cores=0-7
/proc/8876/stat : 8876 (lingeling) R 8874 8876 8876 0 -1 4202496 18334 0 0 0 298 2 0 0 25 0 1 0 546503654 38526976 8573 33554432000 4194304 4352236 140733277139696 18446744073709551615 4215200 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/8876/statm: 9406 8573 127 39 0 8486 0
[pid=8877] ppid=8862 vsize=392264 CPUtime=0 cores=0-7
/proc/8877/stat : 8877 (python) S 8862 8862 8402 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 546503657 401678336 26286 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4619664628849279234 0 0 17 1 0 0 0
/proc/8877/statm: 98066 26286 347 364 0 33975 0
[pid=8879] ppid=8877 vsize=43748 CPUtime=2.97 cores=0-7
/proc/8879/stat : 8879 (lingeling) R 8877 8879 8879 0 -1 4202496 16126 0 0 0 295 2 0 0 25 0 1 0 546503657 44797952 10105 33554432000 4194304 4352236 140734062227520 18446744073709551615 4298944 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/8879/statm: 10937 10105 127 39 0 10017 0
[pid=8880] ppid=8862 vsize=468056 CPUtime=0 cores=0-7
/proc/8880/stat : 8880 (python) S 8862 8862 8402 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 546503660 479289344 26408 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4436956032882671876 0 0 17 1 0 0 0
/proc/8880/statm: 117014 26408 348 364 0 52920 0
[pid=8882] ppid=8880 vsize=244480 CPUtime=2.93 cores=0-7
/proc/8882/stat : 8882 (cryptominisat-2) R 8880 8882 8882 0 -1 4202496 47170 0 0 0 288 5 0 0 25 0 1 0 546503661 250347520 42549 33554432000 4194304 4677096 140734750109376 18446744073709551615 4319646 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/8882/statm: 61120 42549 362 118 0 56079 0
[pid=8883] ppid=8862 vsize=478312 CPUtime=0 cores=0-7
/proc/8883/stat : 8883 (python) S 8862 8862 8402 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 546503663 489791488 26397 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4581278753778270468 0 0 17 1 0 0 0
/proc/8883/statm: 119578 26397 348 364 0 55481 0
[pid=8885] ppid=8883 vsize=160068 CPUtime=2.88 cores=0-7
/proc/8885/stat : 8885 (precosat) R 8883 8885 8885 0 -1 4202496 40506 0 0 0 283 5 0 0 25 0 1 0 546503664 163909632 37820 33554432000 4194304 4890832 140733444058560 18446744073709551615 4216727 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/8885/statm: 40017 37820 86 171 0 39844 0
[pid=8886] ppid=8862 vsize=488568 CPUtime=0 cores=0-7
/proc/8886/stat : 8886 (python) S 8862 8862 8402 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 546503666 500293632 26470 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 16307454815288393986 0 0 17 1 0 0 0
/proc/8886/statm: 122142 26470 348 364 0 58042 0
[pid=8888] ppid=8886 vsize=233340 CPUtime=2.83 cores=0-7
/proc/8888/stat : 8888 (cryptominisat-2) R 8886 8888 8888 0 -1 4202496 45091 0 0 0 278 5 0 0 25 0 1 0 546503668 238940160 40462 33554432000 4194304 4677096 140735972968144 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8888/statm: 58335 40462 362 118 0 53294 0
[pid=8889] ppid=8862 vsize=498824 CPUtime=0 cores=0-7
/proc/8889/stat : 8889 (python) S 8862 8862 8402 0 -1 4202560 779 0 0 0 0 0 0 0 18 0 1 0 546503670 510795776 26480 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4251152311683875076 0 0 17 6 0 0 0
/proc/8889/statm: 124706 26480 354 364 0 60603 0
[pid=8891] ppid=8889 vsize=38276 CPUtime=2.82 cores=0-7
/proc/8891/stat : 8891 (lingeling) R 8889 8891 8891 0 -1 4202496 18603 0 0 0 280 2 0 0 25 0 1 0 546503670 39194624 8736 33554432000 4194304 4352236 140736963789344 18446744073709551615 4272467 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8891/statm: 9569 8736 127 39 0 8649 0
[pid=8862/tid=8869] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8869/stat : 8869 (python) S 8860 8862 8402 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 546503647 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 4 0 0 0
[pid=8862/tid=8872] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8872/stat : 8872 (python) S 8860 8862 8402 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 546503651 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 6 0 0 0
[pid=8862/tid=8875] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8875/stat : 8875 (python) S 8860 8862 8402 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 546503654 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 0 0 0 0
[pid=8862/tid=8878] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8878/stat : 8878 (python) S 8860 8862 8402 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 9 0 546503657 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 5 0 0 0
[pid=8862/tid=8881] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8881/stat : 8881 (python) S 8860 8862 8402 0 -1 4202560 71 934 0 0 0 0 0 0 20 0 9 0 546503660 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 0 0 0 0
[pid=8862/tid=8884] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8884/stat : 8884 (python) S 8860 8862 8402 0 -1 4202560 31 934 0 0 0 0 0 0 21 0 9 0 546503664 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 7 0 0 0
[pid=8862/tid=8887] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8887/stat : 8887 (python) S 8860 8862 8402 0 -1 4202560 32 934 0 0 0 0 0 0 22 0 9 0 546503667 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 1 0 0 0
[pid=8862/tid=8890] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8890/stat : 8890 (python) S 8860 8862 8402 0 -1 4202560 35 934 0 0 0 0 0 0 25 0 9 0 546503670 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 65.38

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

/proc/8883/statm: 119578 26420 371 364 0 55481 0
[pid=8885] ppid=8883 vsize=168924 CPUtime=6.84 cores=0-7
/proc/8885/stat : 8885 (precosat) R 8883 8885 8885 0 -1 4202496 41808 0 0 0 679 5 0 0 25 0 1 0 546503664 172978176 39122 33554432000 4194304 4890832 140733444058560 18446744073709551615 4246946 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/8885/statm: 42231 39122 86 171 0 42058 0
[pid=8886] ppid=8862 vsize=488568 CPUtime=0 cores=0-7
/proc/8886/stat : 8886 (python) S 8862 8862 8402 0 -1 4202560 822 0 0 0 0 0 0 0 15 0 1 0 546503666 500293632 26493 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 16307454815288393986 0 0 17 1 0 0 0
/proc/8886/statm: 122142 26493 371 364 0 58042 0
[pid=8888] ppid=8886 vsize=458232 CPUtime=6.82 cores=0-7
/proc/8888/stat : 8888 (cryptominisat-2) R 8886 8888 8888 0 -1 4202496 91475 0 0 0 672 10 0 0 25 0 1 0 546503668 469229568 86846 33554432000 4194304 4677096 140735972968144 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8888/statm: 114558 86846 362 118 0 109517 0
[pid=8889] ppid=8862 vsize=498824 CPUtime=0 cores=0-7
/proc/8889/stat : 8889 (python) S 8862 8862 8402 0 -1 4202560 861 0 0 0 0 0 0 0 18 0 1 0 546503670 510795776 26503 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4251152311683875076 0 0 17 6 0 0 0
/proc/8889/statm: 124706 26503 377 364 0 60603 0
[pid=8891] ppid=8889 vsize=57380 CPUtime=6.76 cores=0-7
/proc/8891/stat : 8891 (lingeling) R 8889 8891 8891 0 -1 4202496 23124 0 0 0 673 3 0 0 25 0 1 0 546503670 58757120 13257 33554432000 4194304 4352236 140736963789344 18446744073709551615 4250408 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8891/statm: 14345 13257 127 39 0 13425 0
[pid=8862/tid=8869] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8869/stat : 8869 (python) S 8860 8862 8402 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 546503647 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 4 0 0 0
[pid=8862/tid=8872] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8872/stat : 8872 (python) S 8860 8862 8402 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 546503651 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 6 0 0 0
[pid=8862/tid=8875] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8875/stat : 8875 (python) S 8860 8862 8402 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 546503654 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 0 0 0 0
[pid=8862/tid=8878] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8878/stat : 8878 (python) S 8860 8862 8402 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 9 0 546503657 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 5 0 0 0
[pid=8862/tid=8881] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8881/stat : 8881 (python) S 8860 8862 8402 0 -1 4202560 71 934 0 0 0 0 0 0 20 0 9 0 546503660 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 0 0 0 0
[pid=8862/tid=8884] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8884/stat : 8884 (python) S 8860 8862 8402 0 -1 4202560 31 934 0 0 0 0 0 0 21 0 9 0 546503664 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 7 0 0 0
[pid=8862/tid=8887] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8887/stat : 8887 (python) S 8860 8862 8402 0 -1 4202560 32 934 0 0 0 0 0 0 22 0 9 0 546503667 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 1 0 0 0
[pid=8862/tid=8890] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8890/stat : 8890 (python) S 8860 8862 8402 0 -1 4202560 35 934 0 0 0 0 0 0 25 0 9 0 546503670 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 97.27
Current children cumulated vsize (KiB) 5764716

[startup+49.2017 s]
/proc/loadavg: 3.04 3.39 5.02 9/276 8892
/proc/meminfo: memFree=16114988/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=509068 CPUtime=41.85 cores=0-7
/proc/8862/stat : 8862 (python) S 8860 8862 8402 0 -1 4202496 52223 934 1 0 4170 15 0 0 24 0 9 0 546499475 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8862/statm: 127267 28019 1889 364 0 63164 0
[pid=8868] ppid=8862 vsize=361496 CPUtime=0.01 cores=0-7
/proc/8868/stat : 8868 (python) S 8862 8862 8402 0 -1 4202560 910 0 0 0 0 1 0 0 18 0 1 0 546503647 370171904 26303 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260239 0 0 16781312 514 4163256527525740804 0 0 17 1 0 0 0
/proc/8868/statm: 90374 26303 376 364 0 26292 0
[pid=8870] ppid=8868 vsize=57528 CPUtime=7.46 cores=0-7
/proc/8870/stat : 8870 (lingeling) R 8868 8870 8870 0 -1 4202496 23087 0 0 0 744 2 0 0 25 0 1 0 546503648 58908672 13296 33554432000 4194304 4352236 140737132015360 18446744073709551615 4273971 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8870/statm: 14382 13296 127 39 0 13462 0
[pid=8871] ppid=8862 vsize=371752 CPUtime=0 cores=0-7
/proc/8871/stat : 8871 (python) S 8862 8862 8402 0 -1 4202560 911 0 0 0 0 0 0 0 15 0 1 0 546503650 380674048 26301 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4163248830944346372 0 0 17 2 0 0 0
/proc/8871/statm: 92938 26301 370 364 0 28853 0
[pid=8873] ppid=8871 vsize=508104 CPUtime=7.42 cores=0-7
/proc/8873/stat : 8873 (cryptominisat-2) R 8871 8873 8873 0 -1 4202496 102286 0 0 0 730 12 0 0 25 0 1 0 546503651 520298496 97650 33554432000 4194304 4677096 140733869868288 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8873/statm: 127026 97650 362 118 0 121985 0
[pid=8874] ppid=8862 vsize=382008 CPUtime=0 cores=0-7
/proc/8874/stat : 8874 (python) S 8862 8862 8402 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 546503654 391176192 26305 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4619656932267884804 0 0 17 1 0 0 0
/proc/8874/statm: 95502 26305 370 364 0 31414 0
[pid=8876] ppid=8874 vsize=56712 CPUtime=7.4 cores=0-7
/proc/8876/stat : 8876 (lingeling) R 8874 8876 8876 0 -1 4202496 22851 0 0 0 737 3 0 0 25 0 1 0 546503654 58073088 13090 33554432000 4194304 4352236 140733277139696 18446744073709551615 4215278 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/8876/statm: 14178 13090 127 39 0 13258 0
[pid=8877] ppid=8862 vsize=392264 CPUtime=0 cores=0-7
/proc/8877/stat : 8877 (python) S 8862 8862 8402 0 -1 4202560 933 0 0 0 0 0 0 0 18 0 1 0 546503657 401678336 26309 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4619664628849279234 0 0 17 1 0 0 0
/proc/8877/statm: 98066 26309 370 364 0 33975 0
[pid=8879] ppid=8877 vsize=60140 CPUtime=7.37 cores=0-7
/proc/8879/stat : 8879 (lingeling) R 8877 8879 8879 0 -1 4202496 20224 0 0 0 734 3 0 0 25 0 1 0 546503657 61583360 14203 33554432000 4194304 4352236 140734062227520 18446744073709551615 4267888 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/8879/statm: 15035 14203 127 39 0 14115 0
[pid=8880] ppid=8862 vsize=468056 CPUtime=0 cores=0-7
/proc/8880/stat : 8880 (python) S 8862 8862 8402 0 -1 4202560 801 0 0 0 0 0 0 0 15 0 1 0 546503660 479289344 26431 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4619668477139976452 0 0 17 1 0 0 0
/proc/8880/statm: 117014 26431 371 364 0 52920 0
[pid=8882] ppid=8880 vsize=501492 CPUtime=7.34 cores=0-7
/proc/8882/stat : 8882 (cryptominisat-2) R 8880 8882 8882 0 -1 4202496 100867 0 0 0 721 13 0 0 25 0 1 0 546503661 513527808 96246 33554432000 4194304 4677096 140734750109376 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/8882/statm: 125373 96246 362 118 0 120332 0
[pid=8883] ppid=8862 vsize=478312 CPUtime=0 cores=0-7
/proc/8883/stat : 8883 (python) S 8862 8862 8402 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 546503663 489791488 26420 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4581278753778270468 0 0 17 1 0 0 0
/proc/8883/statm: 119578 26420 371 364 0 55481 0
[pid=8885] ppid=8883 vsize=168924 CPUtime=7.24 cores=0-7
/proc/8885/stat : 8885 (precosat) R 8883 8885 8885 0 -1 4202496 41809 0 0 0 719 5 0 0 25 0 1 0 546503664 172978176 39123 33554432000 4194304 4890832 140733444058560 18446744073709551615 4298394 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/8885/statm: 42231 39123 86 171 0 42058 0
[pid=8886] ppid=8862 vsize=488568 CPUtime=0 cores=0-7
/proc/8886/stat : 8886 (python) S 8862 8862 8402 0 -1 4202560 822 0 0 0 0 0 0 0 15 0 1 0 546503666 500293632 26493 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 16307454815288393986 0 0 17 1 0 0 0
/proc/8886/statm: 122142 26493 371 364 0 58042 0
[pid=8888] ppid=8886 vsize=484024 CPUtime=7.22 cores=0-7
/proc/8888/stat : 8888 (cryptominisat-2) R 8886 8888 8888 0 -1 4202496 97166 0 0 0 712 10 0 0 25 0 1 0 546503668 495640576 92537 33554432000 4194304 4677096 140735972968144 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8888/statm: 121006 92537 362 118 0 115965 0
[pid=8889] ppid=8862 vsize=498824 CPUtime=0 cores=0-7
/proc/8889/stat : 8889 (python) S 8862 8862 8402 0 -1 4202560 861 0 0 0 0 0 0 0 18 0 1 0 546503670 510795776 26503 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4251152311683875076 0 0 17 6 0 0 0
/proc/8889/statm: 124706 26503 377 364 0 60603 0
[pid=8891] ppid=8889 vsize=57380 CPUtime=7.16 cores=0-7
/proc/8891/stat : 8891 (lingeling) R 8889 8891 8891 0 -1 4202496 23124 0 0 0 713 3 0 0 25 0 1 0 546503670 58757120 13257 33554432000 4194304 4352236 140736963789344 18446744073709551615 4205859 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8891/statm: 14345 13257 127 39 0 13425 0
[pid=8862/tid=8869] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8869/stat : 8869 (python) S 8860 8862 8402 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 546503647 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 4 0 0 0
[pid=8862/tid=8872] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8872/stat : 8872 (python) S 8860 8862 8402 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 546503651 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 6 0 0 0
[pid=8862/tid=8875] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8875/stat : 8875 (python) S 8860 8862 8402 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 546503654 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 0 0 0 0
[pid=8862/tid=8878] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8878/stat : 8878 (python) S 8860 8862 8402 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 9 0 546503657 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 5 0 0 0
[pid=8862/tid=8881] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8881/stat : 8881 (python) S 8860 8862 8402 0 -1 4202560 71 934 0 0 0 0 0 0 20 0 9 0 546503660 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 0 0 0 0
[pid=8862/tid=8884] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8884/stat : 8884 (python) S 8860 8862 8402 0 -1 4202560 31 934 0 0 0 0 0 0 21 0 9 0 546503664 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 7 0 0 0
[pid=8862/tid=8887] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8887/stat : 8887 (python) S 8860 8862 8402 0 -1 4202560 32 934 0 0 0 0 0 0 22 0 9 0 546503667 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 1 0 0 0
[pid=8862/tid=8890] ppid=8860 vsize=509068 CPUtime=0 cores=0-7
/proc/8862/task/8890/stat : 8890 (python) S 8860 8862 8402 0 -1 4202560 35 934 0 0 0 0 0 0 25 0 9 0 546503670 521285632 28019 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.47
Current children cumulated vsize (KiB) 5844652

[startup+49.6106 s]
/proc/loadavg: 3.04 3.39 5.02 9/276 8892
/proc/meminfo: memFree=15942628/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=509068 CPUtime=65.35 cores=0-7
/proc/8862/stat : 8862 (python) S 8860 8862 8402 0 -1 4202496 52264 69990 1 0 4170 15 2337 13 17 0 9 0 546499475 521285632 28020 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826070335 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8862/statm: 127267 28020 1890 364 0 63164 0
[pid=8871] ppid=8862 vsize=371752 CPUtime=0 cores=0-7
/proc/8871/stat : 8871 (python) S 8862 8862 8402 0 -1 4202560 911 0 0 0 0 0 0 0 15 0 1 0 546503650 380674048 26301 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4163248830944346372 0 0 17 2 0 0 0
/proc/8871/statm: 92938 26301 370 364 0 28853 0
[pid=8873] ppid=8871 vsize=534476 CPUtime=7.83 cores=0-7
/proc/8873/stat : 8873 (cryptominisat-2) R 8871 8873 8873 0 -1 4202496 107908 0 0 0 771 12 0 0 25 0 1 0 546503651 547303424 103272 33554432000 4194304 4677096 140733869868288 18446744073709551615 251813900997 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8873/statm: 133619 103272 362 118 0 128578 0
[pid=8880] ppid=8862 vsize=468056 CPUtime=0 cores=0-7
/proc/8880/stat : 8880 (python) S 8862 8862 8402 0 -1 4202560 818 0 0 0 0 0 0 0 15 0 1 0 546503660 479289344 26436 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826070335 0 0 16781824 2 18446744071562232103 0 0 17 1 0 0 0
/proc/8880/statm: 117014 26436 376 364 0 52920 0
[pid=8882] ppid=8880 vsize=0 CPUtime=7.74 cores=0-7
/proc/8882/stat : 8882 (cryptominisat-2) R 8880 8882 8882 0 -1 4203524 106490 0 0 0 760 14 0 0 25 0 1 0 546503661 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8882/statm: 0 0 0 0 0 0 0
[pid=8883] ppid=8862 vsize=0 CPUtime=7.63 cores=0-7
/proc/8883/stat : 8883 (python) Z 8862 8862 8402 0 -1 4202588 1078 41810 0 0 0 1 756 6 15 0 1 0 546503663 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8883/statm: 0 0 0 0 0 0 0
[pid=8886] ppid=8862 vsize=488568 CPUtime=0 cores=0-7
/proc/8886/stat : 8886 (python) S 8862 8862 8402 0 -1 4202560 822 0 0 0 0 0 0 0 15 0 1 0 546503666 500293632 26493 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 16307454815288393986 0 0 17 1 0 0 0
/proc/8886/statm: 122142 26493 371 364 0 58042 0
[pid=8888] ppid=8886 vsize=510648 CPUtime=7.62 cores=0-7
/proc/8888/stat : 8888 (cryptominisat-2) R 8886 8888 8888 0 -1 4202496 102843 0 0 0 751 11 0 0 25 0 1 0 546503668 522903552 98214 33554432000 4194304 4677096 140735972968144 18446744073709551615 251813900997 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8888/statm: 127662 98217 362 118 0 122621 0
[pid=8889] ppid=8862 vsize=498824 CPUtime=0 cores=0-7
/proc/8889/stat : 8889 (python) S 8862 8862 8402 0 -1 4202560 861 0 0 0 0 0 0 0 18 0 1 0 546503670 510795776 26503 33554432000 4194304 5683644 140736720544144 18446744073709551615 251814260294 0 0 16781312 514 4251152311683875076 0 0 17 6 0 0 0
/proc/8889/statm: 124706 26503 377 364 0 60603 0
[pid=8891] ppid=8889 vsize=57380 CPUtime=7.56 cores=0-7
/proc/8891/stat : 8891 (lingeling) R 8889 8891 8891 0 -1 4202496 23124 0 0 0 753 3 0 0 25 0 1 0 546503670 58757120 13257 33554432000 4194304 4352236 140736963789344 18446744073709551615 4267918 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8891/statm: 14345 13257 127 39 0 13425 0
[pid=8862/tid=8869] ppid=8860 vsize=509068 CPUtime=23.5 cores=0-7
/proc/8862/task/8869/stat : 8869 (python) S 8860 8862 8402 0 -1 4202560 27 69990 0 0 0 0 2337 13 25 0 9 0 546503647 521285632 28020 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 4 0 0 0
[pid=8862/tid=8872] ppid=8860 vsize=509068 CPUtime=23.5 cores=0-7
/proc/8862/task/8872/stat : 8872 (python) S 8860 8862 8402 0 -1 4202560 21 69990 0 0 0 0 2337 13 20 0 9 0 546503651 521285632 28020 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 6 0 0 0
[pid=8862/tid=8875] ppid=8860 vsize=509068 CPUtime=23.5 cores=0-7
/proc/8862/task/8875/stat : 8875 (python) S 8860 8862 8402 0 -1 4202560 22 69990 0 0 0 0 2337 13 21 0 9 0 546503654 521285632 28020 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 0 0 0 0
[pid=8862/tid=8878] ppid=8860 vsize=509068 CPUtime=23.5 cores=0-7
/proc/8862/task/8878/stat : 8878 (python) S 8860 8862 8402 0 -1 4202560 28 69990 0 0 0 0 2337 13 18 0 9 0 546503657 521285632 28020 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 5 0 0 0
[pid=8862/tid=8881] ppid=8860 vsize=509068 CPUtime=23.5 cores=0-7
/proc/8862/task/8881/stat : 8881 (python) S 8860 8862 8402 0 -1 4202560 71 69990 0 0 0 0 2337 13 20 0 9 0 546503660 521285632 28020 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 0 0 0 0
[pid=8862/tid=8884] ppid=8860 vsize=509068 CPUtime=23.5 cores=0-7
/proc/8862/task/8884/stat : 8884 (python) S 8860 8862 8402 0 -1 4202560 31 69990 0 0 0 0 2337 13 21 0 9 0 546503664 521285632 28020 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 7 0 0 0
[pid=8862/tid=8887] ppid=8860 vsize=509068 CPUtime=23.5 cores=0-7
/proc/8862/task/8887/stat : 8887 (python) S 8860 8862 8402 0 -1 4202560 32 69990 0 0 0 0 2337 13 22 0 9 0 546503667 521285632 28020 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 1 0 0 0
[pid=8862/tid=8890] ppid=8860 vsize=509068 CPUtime=23.5 cores=0-7
/proc/8862/task/8890/stat : 8890 (python) S 8860 8862 8402 0 -1 4202560 35 69990 0 0 0 0 2337 13 25 0 9 0 546503670 521285632 28020 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 2 18446604445571144768 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 103.73
Current children cumulated vsize (KiB) 3438772

[startup+49.7017 s]
/proc/loadavg: 3.04 3.39 5.02 9/276 8892
/proc/meminfo: memFree=15942628/32950928 swapFree=67111448/67111528
[pid=8862] ppid=8860 vsize=467988 CPUtime=104.07 cores=0-7
/proc/8862/stat : 8862 (python) R 8860 8862 8402 0 -1 4202496 65618 457593 1 0 4172 17 6145 73 17 0 2 0 546499475 479219712 27898 33554432000 4194304 5683644 140736720544144 18446744073709551615 4619677 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8862/statm: 116997 27898 1875 364 0 52920 0
[pid=8862/tid=8884] ppid=8860 vsize=467988 CPUtime=62.18 cores=0-7
/proc/8862/task/8884/stat : 8884 (python) S 8860 8862 8402 0 -1 4202560 32 457593 0 0 0 0 6145 73 18 0 2 0 546503664 479219712 27898 33554432000 4194304 5683644 140736720544144 18446744073709551615 251826063793 0 0 16781312 0 18446604445571144768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 104.07
Current children cumulated vsize (KiB) 467988

Child status: 0
Real time (s): 49.7107
CPU time (s): 104.099
CPU user time (s): 103.183
CPU system time (s): 0.91586
CPU usage (%): 209.41
Max. virtual memory (cumulated for all children) (KiB): 5887920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.183
system time used= 0.91586
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 523420
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= 1379
involuntary context switches= 530

runsolver used 0.106983 second user time and 0.279957 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-02 17:10:08
IDJOB=3321691
IDBENCH=82479
IDSOLVER=1710
FILE ID=node126/3321691-1304349007
RUNJOBID= node126-1304348078-8416
PBS_JOBID= 13178661
Free space on /tmp= 73648 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtswvsam6x8p3-tseitin.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-3321691-1304349007/watcher-3321691-1304349007 -o /tmp/evaluation-result-3321691-1304349007/solver-3321691-1304349007 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321691-1304349007.cnf -seed 1519172625 -budget 40000 -cores 8

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

MD5SUM BENCH= 78f66492ac42d4b6896175e486263134
RANDOM SEED=1519172625

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17624732 kB
Buffers:        339508 kB
Cached:        2006736 kB
SwapCached:         76 kB
Active:       13088732 kB
Inactive:      1870176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17624732 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           40660 kB
Writeback:          20 kB
AnonPages:    12613188 kB
Mapped:          21888 kB
Slab:           263388 kB
PageTables:      37728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35611012 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= 73616 MiB
End job on node126 at 2011-05-02 17:10:58