Trace number 3321673

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 1936.61 258.348

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark245.654
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
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-3321673-1304348893.cnf
0.36/0.67	c INFO: computing task features
1.14/1.43	c INFO: computed variable-clause graph statistics
1.14/1.46	c INFO: computed clause balance statistics
5.34/5.62	c INFO: computed variable balance statistics
8.44/8.77	c INFO: computed small-clause counts
8.54/8.81	c INFO: computed Horn-clause counts
17.64/17.96	c INFO: computed variable graph statistics
17.64/17.96	c INFO: collected features for HOME/instance-3321673-1304348893.cnf in 17.27 s
17.64/17.99	c INFO: running lingeling-276@0 for 97 with 39982 remaining (b = 0.39)
17.73/18.02	c INFO: running cryptominisat-2.9.0@0 for 485 with 39982 remaining (b = 0.35)
17.73/18.05	c INFO: running lingeling-276@0 for 1261 with 39982 remaining (b = 0.48)
17.73/18.08	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39982 remaining (b = 0.56)
17.83/18.11	c INFO: running lingeling-276@0 for 1261 with 39982 remaining (b = 0.41)
17.83/18.15	c INFO: running precosat-570@0 for 388 with 39982 remaining (b = 0.22)
17.83/18.18	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39982 remaining (b = 0.47)
17.93/18.21	c INFO: running lingeling-276@0 for 1261 with 39982 remaining (b = 0.31)
817.01/118.15	c INFO: running precosat-570@0 for 776 with 39882 remaining (b = 0.25)
1936.42/258.31	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-3321673-1304348893/watcher-3321673-1304348893 -o /tmp/evaluation-result-3321673-1304348893/solver-3321673-1304348893 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321673-1304348893.cnf -seed 1095684321 -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.89 3.71 4.86 3/186 13853
/proc/meminfo: memFree=25081512/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=15188 CPUtime=0 cores=0-7
/proc/13853/stat : 13853 (python) R 13851 13853 13765 0 -1 4202496 731 0 0 0 0 0 0 0 17 0 1 0 546489741 15552512 620 33554432000 4194304 5683644 140735712010592 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13853/statm: 3797 620 322 364 0 284 0

[startup+0.0112149 s]
/proc/loadavg: 4.89 3.71 4.86 3/186 13853
/proc/meminfo: memFree=25081512/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=15776 CPUtime=0 cores=0-7
/proc/13853/stat : 13853 (python) R 13851 13853 13765 0 -1 4202496 871 0 0 0 0 0 0 0 17 0 1 0 546489741 16154624 752 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640520389 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13853/statm: 3944 753 343 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.101174 s]
/proc/loadavg: 4.89 3.71 4.86 3/186 13853
/proc/meminfo: memFree=25081512/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=91828 CPUtime=0.06 cores=0-7
/proc/13853/stat : 13853 (python) R 13851 13853 13765 0 -1 4202496 2679 0 0 0 5 1 0 0 17 0 1 0 546489741 94031872 2394 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640857600 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13853/statm: 22957 2394 755 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91828

[startup+0.301146 s]
/proc/loadavg: 4.89 3.71 4.86 3/186 13853
/proc/meminfo: memFree=25081512/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=135748 CPUtime=0.17 cores=0-7
/proc/13853/stat : 13853 (python) S 13851 13853 13765 0 -1 4202496 5966 932 1 0 13 4 0 0 18 0 1 0 546489741 139005952 4150 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640855557 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/13853/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.70103 s]
/proc/loadavg: 4.89 3.71 4.86 3/186 13853
/proc/meminfo: memFree=25081512/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=284488 CPUtime=0.43 cores=0-7
/proc/13853/stat : 13853 (python) R 13851 13853 13765 0 -1 4202496 10767 932 1 0 32 11 0 0 17 0 1 0 546489741 291315712 8446 33554432000 4194304 5683644 140735712010592 18446744073709551615 4643489 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13853/statm: 71122 8446 1761 364 0 7046 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 284488

[startup+1.50089 s]
/proc/loadavg: 4.58 3.66 4.84 2/187 13858
/proc/meminfo: memFree=25034508/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=331500 CPUtime=1.24 cores=0-7
/proc/13853/stat : 13853 (python) R 13851 13853 13765 0 -1 4202496 28449 932 1 0 110 14 0 0 18 0 1 0 546489741 339456000 20260 33554432000 4194304 5683644 140735712010592 18446744073709551615 253644268201 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13853/statm: 82875 20260 1826 364 0 18799 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 331500

[startup+3.10061 s]
/proc/loadavg: 4.58 3.66 4.84 2/187 13858
/proc/meminfo: memFree=25006732/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=331500 CPUtime=2.84 cores=0-7
/proc/13853/stat : 13853 (python) R 13851 13853 13765 0 -1 4202496 28449 932 1 0 270 14 0 0 21 0 1 0 546489741 339456000 20260 33554432000 4194304 5683644 140735712010592 18446744073709551615 47115473849783 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13853/statm: 82875 20260 1826 364 0 18799 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 331500

[startup+6.30101 s]
/proc/loadavg: 4.29 3.62 4.81 2/187 13858
/proc/meminfo: memFree=25008592/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=331500 CPUtime=6.04 cores=0-7
/proc/13853/stat : 13853 (python) R 13851 13853 13765 0 -1 4202496 28450 932 1 0 590 14 0 0 25 0 1 0 546489741 339456000 20261 33554432000 4194304 5683644 140735712010592 18446744073709551615 4603440 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13853/statm: 82875 20261 1827 364 0 18799 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 331500

[startup+12.7008 s]
/proc/loadavg: 4.02 3.57 4.79 2/187 13859
/proc/meminfo: memFree=25009980/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=331500 CPUtime=12.44 cores=0-7
/proc/13853/stat : 13853 (python) R 13851 13853 13765 0 -1 4202496 28456 932 1 0 1230 14 0 0 25 0 1 0 546489741 339456000 20267 33554432000 4194304 5683644 140735712010592 18446744073709551615 47115441195136 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13853/statm: 82875 20267 1833 364 0 18799 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 331500

[startup+25.5015 s]
/proc/loadavg: 4.43 3.68 4.81 9/211 13883
/proc/meminfo: memFree=24337992/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=475072 CPUtime=17.94 cores=0-7
/proc/13853/stat : 13853 (python) S 13851 13853 13765 0 -1 4202496 33927 932 1 0 1778 16 0 0 23 0 9 0 546489741 486473728 19451 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13853/statm: 118768 19451 1889 364 0 54665 0
[pid=13860] ppid=13853 vsize=327500 CPUtime=0 cores=0-7
/proc/13860/stat : 13860 (python) S 13853 13853 13765 0 -1 4202560 906 0 0 0 0 0 0 0 18 0 1 0 546491541 335360000 17804 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879631 0 0 16781312 514 4465904249896665348 0 0 17 7 0 0 0
/proc/13860/statm: 81875 17804 376 364 0 17793 0
[pid=13862] ppid=13860 vsize=23228 CPUtime=7.49 cores=0-7
/proc/13862/stat : 13862 (lingeling) R 13860 13862 13862 0 -1 4202496 12589 0 0 0 748 1 0 0 25 0 1 0 546491541 23785472 4977 33554432000 4194304 4352236 140733471489216 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13862/statm: 5807 4977 129 39 0 4887 0
[pid=13863] ppid=13853 vsize=337756 CPUtime=0 cores=0-7
/proc/13863/stat : 13863 (python) S 13853 13853 13765 0 -1 4202560 913 0 0 0 0 0 0 0 15 0 1 0 546491544 345862144 17801 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 4583784815655878916 0 0 17 0 0 0 0
/proc/13863/statm: 84439 17801 369 364 0 20354 0
[pid=13865] ppid=13863 vsize=188840 CPUtime=7.46 cores=0-7
/proc/13865/stat : 13865 (cryptominisat-2) R 13863 13865 13865 0 -1 4202496 42690 0 0 0 740 6 0 0 25 0 1 0 546491544 193372160 40237 33554432000 4194304 4677096 140734975904448 18446744073709551615 4320076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13865/statm: 47210 40237 390 118 0 42169 0
[pid=13866] ppid=13853 vsize=348012 CPUtime=0 cores=0-7
/proc/13866/stat : 13866 (python) S 13853 13853 13765 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 546491547 356364288 17806 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 4465900401605968132 0 0 17 1 0 0 0
/proc/13866/statm: 87003 17806 370 364 0 22915 0
[pid=13868] ppid=13866 vsize=23240 CPUtime=7.43 cores=0-7
/proc/13868/stat : 13868 (lingeling) R 13866 13868 13868 0 -1 4202496 12583 0 0 0 742 1 0 0 25 0 1 0 546491547 23797760 4979 33554432000 4194304 4352236 140734511493264 18446744073709551615 4328016 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/13868/statm: 5810 4979 129 39 0 4890 0
[pid=13869] ppid=13853 vsize=358268 CPUtime=0 cores=0-7
/proc/13869/stat : 13869 (python) S 13853 13853 13765 0 -1 4202560 943 0 0 0 0 0 0 0 15 0 1 0 546491550 366866432 17810 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 4593592459375640836 0 0 17 1 0 0 0
/proc/13869/statm: 89567 17810 370 364 0 25476 0
[pid=13871] ppid=13869 vsize=189728 CPUtime=7.4 cores=0-7
/proc/13871/stat : 13871 (cryptominisat-2) R 13869 13871 13871 0 -1 4202496 42915 0 0 0 734 6 0 0 25 0 1 0 546491550 194281472 40430 33554432000 4194304 4677096 140735034052960 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13871/statm: 47432 40430 390 118 0 42391 0
[pid=13872] ppid=13853 vsize=434060 CPUtime=0 cores=0-7
/proc/13872/stat : 13872 (python) S 13853 13853 13765 0 -1 4202560 795 0 0 0 0 0 0 0 18 0 1 0 546491553 444477440 17932 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 4144482366481465604 0 0 17 1 0 0 0
/proc/13872/statm: 108515 17932 371 364 0 44421 0
[pid=13874] ppid=13872 vsize=22932 CPUtime=7.35 cores=0-7
/proc/13874/stat : 13874 (lingeling) R 13872 13874 13874 0 -1 4202496 12535 0 0 0 734 1 0 0 25 0 1 0 546491554 23482368 4933 33554432000 4194304 4352236 140737362602240 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/13874/statm: 5733 4933 129 39 0 4813 0
[pid=13875] ppid=13853 vsize=444316 CPUtime=0 cores=0-7
/proc/13875/stat : 13875 (python) S 13853 13853 13765 0 -1 4202560 803 0 0 0 0 0 0 0 18 0 1 0 546491556 454979584 17927 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 4144474669900071172 0 0 17 1 0 0 0
/proc/13875/statm: 111079 17927 371 364 0 46982 0
[pid=13877] ppid=13875 vsize=93564 CPUtime=7.27 cores=0-7
/proc/13877/stat : 13877 (precosat) R 13875 13877 13877 0 -1 4202496 23615 0 0 0 724 3 0 0 25 0 1 0 546491557 95809536 21976 33554432000 4194304 4890832 140735616278592 18446744073709551615 4238569 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/13877/statm: 23391 21976 86 171 0 23218 0
[pid=13878] ppid=13853 vsize=454572 CPUtime=0 cores=0-7
/proc/13878/stat : 13878 (python) S 13853 13853 13765 0 -1 4202560 820 0 0 0 0 0 0 0 15 0 1 0 546491559 465481728 17936 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 5633822818228470020 0 0 17 1 0 0 0
/proc/13878/statm: 113643 17936 371 364 0 49543 0
[pid=13880] ppid=13878 vsize=189692 CPUtime=7.23 cores=0-7
/proc/13880/stat : 13880 (cryptominisat-2) R 13878 13880 13880 0 -1 4202496 42886 0 0 0 718 5 0 0 25 0 1 0 546491560 194244608 40440 33554432000 4194304 4677096 140735887577360 18446744073709551615 4319657 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13880/statm: 47423 40440 390 118 0 42382 0
[pid=13881] ppid=13853 vsize=464828 CPUtime=0 cores=0-7
/proc/13881/stat : 13881 (python) S 13853 13853 13765 0 -1 4202560 858 0 0 0 0 0 0 0 18 0 1 0 546491563 475983872 17934 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 4417768455466352900 0 0 17 2 0 0 0
/proc/13881/statm: 116207 17934 376 364 0 52104 0
[pid=13883] ppid=13881 vsize=22916 CPUtime=7.24 cores=0-7
/proc/13883/stat : 13883 (lingeling) R 13881 13883 13883 0 -1 4202496 12559 0 0 0 723 1 0 0 25 0 1 0 546491563 23465984 4899 33554432000 4194304 4352236 140735806823360 18446744073709551615 4238575 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/13883/statm: 5729 4899 129 39 0 4809 0
[pid=13853/tid=13861] ppid=13851 vsize=475072 CPUtime=0 cores=0-7
/proc/13853/task/13861/stat : 13861 (python) S 13851 13853 13765 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 546491541 486473728 19451 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13864] ppid=13851 vsize=475072 CPUtime=0 cores=0-7
/proc/13853/task/13864/stat : 13864 (python) S 13851 13853 13765 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 9 0 546491544 486473728 19451 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13867] ppid=13851 vsize=475072 CPUtime=0 cores=0-7
/proc/13853/task/13867/stat : 13867 (python) S 13851 13853 13765 0 -1 4202560 23 932 0 0 0 0 0 0 19 0 9 0 546491547 486473728 19451 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13870] ppid=13851 vsize=475072 CPUtime=0 cores=0-7
/proc/13853/task/13870/stat : 13870 (python) S 13851 13853 13765 0 -1 4202560 24 932 0 0 0 0 0 0 18 0 9 0 546491550 486473728 19451 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 5 0 0 0
[pid=13853/tid=13873] ppid=13851 vsize=475072 CPUtime=0 cores=0-7
/proc/13853/task/13873/stat : 13873 (python) S 13851 13853 13765 0 -1 4202560 80 932 0 0 0 0 0 0 19 0 9 0 546491553 486473728 19451 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13876] ppid=13851 vsize=475072 CPUtime=0 cores=0-7
/proc/13853/task/13876/stat : 13876 (python) S 13851 13853 13765 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 9 0 546491556 486473728 19451 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 7 0 0 0
[pid=13853/tid=13879] ppid=13851 vsize=475072 CPUtime=0 cores=0-7
/proc/13853/task/13879/stat : 13879 (python) S 13851 13853 13765 0 -1 4202560 35 932 0 0 0 0 0 0 21 0 9 0 546491560 486473728 19451 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 1 0 0 0
[pid=13853/tid=13882] ppid=13851 vsize=475072 CPUtime=0 cores=0-7
/proc/13853/task/13882/stat : 13882 (python) S 13851 13853 13765 0 -1 4202560 34 932 0 0 0 0 0 0 23 0 9 0 546491563 486473728 19451 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 76.81
Current children cumulated vsize (KiB) 4398524

[startup+51.1018 s]
/proc/loadavg: 5.72 4.04 4.90 10/211 13883
/proc/meminfo: memFree=24159296/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=475072 CPUtime=17.94 cores=0-7
/proc/13853/stat : 13853 (python) S 13851 13853 13765 0 -1 4202496 33927 932 1 0 1778 16 0 0 23 0 9 0 546489741 486473728 19451 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13853/statm: 118768 19451 1889 364 0 54665 0
[pid=13860] ppid=13853 vsize=327500 CPUtime=0.03 cores=0-7
/proc/13860/stat : 13860 (python) S 13853 13853 13765 0 -1 4202560 921 0 0 0 1 2 0 0 18 0 1 0 546491541 335360000 17804 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879631 0 0 16781312 514 16724486652147237124 0 0 17 7 0 0 0
/proc/13860/statm: 81875 17804 376 364 0 17793 0
[pid=13862] ppid=13860 vsize=24612 CPUtime=33.09 cores=0-7
/proc/13862/stat : 13862 (lingeling) R 13860 13862 13862 0 -1 4202496 13975 0 0 0 3308 1 0 0 25 0 1 0 546491541 25202688 5323 33554432000 4194304 4352236 140733471489216 18446744073709551615 4329360 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13862/statm: 6153 5323 129 39 0 5233 0
[pid=13863] ppid=13853 vsize=337756 CPUtime=0.04 cores=0-7
/proc/13863/stat : 13863 (python) S 13853 13853 13765 0 -1 4202560 931 0 0 0 2 2 0 0 15 0 1 0 546491544 345862144 17802 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 4583784815655878916 0 0 17 0 0 0 0
/proc/13863/statm: 84439 17802 370 364 0 20354 0
[pid=13865] ppid=13863 vsize=263148 CPUtime=33.06 cores=0-7
/proc/13865/stat : 13865 (cryptominisat-2) R 13863 13865 13865 0 -1 4202496 63864 0 0 0 3297 9 0 0 25 0 1 0 546491544 269463552 55852 33554432000 4194304 4677096 140734975904448 18446744073709551615 4586878 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13865/statm: 65787 55852 392 118 0 60746 0
[pid=13866] ppid=13853 vsize=348012 CPUtime=0.03 cores=0-7
/proc/13866/stat : 13866 (python) S 13853 13853 13765 0 -1 4202560 920 0 0 0 1 2 0 0 18 0 1 0 546491547 356364288 17806 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 16724486652147237124 0 0 17 1 0 0 0
/proc/13866/statm: 87003 17806 370 364 0 22915 0
[pid=13868] ppid=13866 vsize=24412 CPUtime=33.03 cores=0-7
/proc/13868/stat : 13868 (lingeling) R 13866 13868 13868 0 -1 4202496 13915 0 0 0 3302 1 0 0 25 0 1 0 546491547 24997888 5272 33554432000 4194304 4352236 140734511493264 18446744073709551615 4328732 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/13868/statm: 6103 5272 129 39 0 5183 0
[pid=13869] ppid=13853 vsize=358268 CPUtime=0.05 cores=0-7
/proc/13869/stat : 13869 (python) S 13853 13853 13765 0 -1 4202560 961 0 0 0 2 3 0 0 15 0 1 0 546491550 366866432 17810 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 4593592459375640836 0 0 17 5 0 0 0
/proc/13869/statm: 89567 17810 370 364 0 25476 0

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

/proc/13878/statm: 113643 17936 371 364 0 49543 0
[pid=13880] ppid=13878 vsize=0 CPUtime=236.11 cores=0-7
/proc/13880/stat : 13880 (cryptominisat-2) R 13878 13880 13880 0 -1 4202500 119155 0 0 0 23581 30 0 0 25 0 1 0 546491560 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13880/statm: 0 0 0 0 0 0 0
[pid=13881] ppid=13853 vsize=464828 CPUtime=0.31 cores=0-7
/proc/13881/stat : 13881 (python) S 13853 13853 13765 0 -1 4202560 860 0 0 0 17 14 0 0 18 0 1 0 546491563 475983872 17935 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 16724486652147237124 0 0 17 2 0 0 0
/proc/13881/statm: 116207 17935 377 364 0 52104 0
[pid=13883] ppid=13881 vsize=36012 CPUtime=236.95 cores=0-7
/proc/13883/stat : 13883 (lingeling) R 13881 13883 13883 0 -1 4202496 21955 0 0 0 23692 3 0 0 25 0 1 0 546491563 36876288 8173 33554432000 4194304 4352236 140735806823360 18446744073709551615 4231380 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/13883/statm: 9003 8173 129 39 0 8083 0
[pid=13887] ppid=13853 vsize=475084 CPUtime=0.18 cores=0-7
/proc/13887/stat : 13887 (python) S 13853 13853 13765 0 -1 4202560 834 0 0 0 11 7 0 0 18 0 1 0 546501557 486486016 18002 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 16724486652147237124 0 0 17 2 0 0 0
/proc/13887/statm: 118771 18002 371 364 0 54665 0
[pid=13889] ppid=13887 vsize=93524 CPUtime=138.94 cores=0-7
/proc/13889/stat : 13889 (precosat) R 13887 13889 13889 0 -1 4202496 23624 0 0 0 13892 2 0 0 25 0 1 0 546501558 95768576 21979 33554432000 4194304 4890832 140735890422624 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/13889/statm: 23381 21979 86 171 0 23208 0
[pid=13853/tid=13861] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13861/stat : 13861 (python) S 13851 13853 13765 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 10 0 546491541 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13864] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13864/stat : 13864 (python) S 13851 13853 13765 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 10 0 546491544 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13867] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13867/stat : 13867 (python) S 13851 13853 13765 0 -1 4202560 23 932 0 0 0 0 0 0 19 0 10 0 546491547 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13870] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13870/stat : 13870 (python) S 13851 13853 13765 0 -1 4202560 24 932 0 0 0 0 0 0 18 0 10 0 546491550 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 5 0 0 0
[pid=13853/tid=13873] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13873/stat : 13873 (python) S 13851 13853 13765 0 -1 4202560 80 932 0 0 0 0 0 0 19 0 10 0 546491553 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13876] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13876/stat : 13876 (python) S 13851 13853 13765 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 10 0 546491556 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 7 0 0 0
[pid=13853/tid=13879] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13879/stat : 13879 (python) S 13851 13853 13765 0 -1 4202560 35 932 0 0 0 0 0 0 21 0 10 0 546491560 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 1 0 0 0
[pid=13853/tid=13882] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13882/stat : 13882 (python) S 13851 13853 13765 0 -1 4202560 34 932 0 0 0 0 0 0 23 0 10 0 546491563 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 2 0 0 0
[pid=13853/tid=13888] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13888/stat : 13888 (python) S 13851 13853 13765 0 -1 4202560 45 932 0 0 0 0 0 0 20 0 10 0 546501557 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1930.06
Current children cumulated vsize (KiB) 5133256

[startup+257.901 s]
/proc/loadavg: 8.02 6.03 5.51 11/215 13893
/proc/meminfo: memFree=24088188/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=485328 CPUtime=17.99 cores=0-7
/proc/13853/stat : 13853 (python) S 13851 13853 13765 0 -1 4202496 34635 932 1 0 1782 17 0 0 19 0 10 0 546489741 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13853/statm: 121332 19527 1892 364 0 57226 0
[pid=13860] ppid=13853 vsize=337744 CPUtime=0.14 cores=0-7
/proc/13860/stat : 13860 (python) S 13853 13853 13765 0 -1 4202560 1106 0 0 0 7 7 0 0 19 0 2 0 546491541 345849856 17842 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13860/statm: 84436 17842 409 364 0 20354 0
[pid=13862] ppid=13860 vsize=28704 CPUtime=100.12 cores=0-7
/proc/13862/stat : 13862 (lingeling) T 13860 13862 13862 0 -1 4202496 15279 0 0 0 10011 1 0 0 25 0 1 0 546491541 29392896 6346 33554432000 4194304 4352236 140733471489216 18446744073709551615 4281227 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/13862/statm: 7176 6346 129 39 0 6256 0
[pid=13860/tid=13886] ppid=13853 vsize=337744 CPUtime=0 cores=0-7
/proc/13860/task/13886/stat : 13886 (python) S 13853 13853 13765 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 546501554 345849856 17842 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 514 18446604453952492608 0 0 -1 7 0 0 0
[pid=13863] ppid=13853 vsize=337756 CPUtime=0.36 cores=0-7
/proc/13863/stat : 13863 (python) S 13853 13853 13765 0 -1 4202560 990 0 0 0 20 16 0 0 15 0 1 0 546491544 345862144 17802 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 16724486652147237124 0 0 17 0 0 0 0
/proc/13863/statm: 84439 17802 370 364 0 20354 0
[pid=13865] ppid=13863 vsize=335648 CPUtime=239.87 cores=0-7
/proc/13865/stat : 13865 (cryptominisat-2) R 13863 13865 13865 0 -1 4202496 131075 0 0 0 23959 28 0 0 25 0 1 0 546491544 343703552 74823 33554432000 4194304 4677096 140734975904448 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13865/statm: 83912 74823 392 118 0 78871 0
[pid=13866] ppid=13853 vsize=348012 CPUtime=0.31 cores=0-7
/proc/13866/stat : 13866 (python) S 13853 13853 13765 0 -1 4202560 981 0 0 0 17 14 0 0 18 0 1 0 546491547 356364288 17806 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 16724486652147237124 0 0 17 5 0 0 0
/proc/13866/statm: 87003 17806 370 364 0 22915 0
[pid=13868] ppid=13866 vsize=45060 CPUtime=239.84 cores=0-7
/proc/13868/stat : 13868 (lingeling) R 13866 13868 13868 0 -1 4202496 20072 0 0 0 23982 2 0 0 25 0 1 0 546491547 46141440 10434 33554432000 4194304 4352236 140734511493264 18446744073709551615 4278664 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/13868/statm: 11265 10434 129 39 0 10345 0
[pid=13869] ppid=13853 vsize=358268 CPUtime=0.36 cores=0-7
/proc/13869/stat : 13869 (python) S 13853 13853 13765 0 -1 4202560 1018 0 0 0 19 17 0 0 15 0 1 0 546491550 366866432 17810 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 4593592459375640836 0 0 17 5 0 0 0
/proc/13869/statm: 89567 17810 370 364 0 25476 0
[pid=13871] ppid=13869 vsize=316212 CPUtime=239.48 cores=0-7
/proc/13871/stat : 13871 (cryptominisat-2) R 13869 13871 13871 0 -1 4202496 126067 0 0 0 23916 32 0 0 25 0 1 0 546491550 323801088 69423 33554432000 4194304 4677096 140735034052960 18446744073709551615 4337983 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13871/statm: 79053 69423 392 118 0 74012 0
[pid=13872] ppid=13853 vsize=434060 CPUtime=0.32 cores=0-7
/proc/13872/stat : 13872 (python) S 13853 13853 13765 0 -1 4202560 799 0 0 0 16 16 0 0 18 0 1 0 546491553 444477440 17932 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 16724486652147237124 0 0 17 7 0 0 0
/proc/13872/statm: 108515 17932 371 364 0 44421 0
[pid=13874] ppid=13872 vsize=44564 CPUtime=239.41 cores=0-7
/proc/13874/stat : 13874 (lingeling) R 13872 13874 13874 0 -1 4202496 19928 0 0 0 23938 3 0 0 25 0 1 0 546491554 45633536 10311 33554432000 4194304 4352236 140737362602240 18446744073709551615 4328304 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/13874/statm: 11141 10311 129 39 0 10221 0
[pid=13875] ppid=13853 vsize=444316 CPUtime=0.31 cores=0-7
/proc/13875/stat : 13875 (python) S 13853 13853 13765 0 -1 4202560 804 0 0 0 16 15 0 0 18 0 1 0 546491556 454979584 17927 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 16724486652147237124 0 0 17 5 0 0 0
/proc/13875/statm: 111079 17927 371 364 0 46982 0
[pid=13877] ppid=13875 vsize=93564 CPUtime=238.91 cores=0-7
/proc/13877/stat : 13877 (precosat) R 13875 13877 13877 0 -1 4202496 23627 0 0 0 23887 4 0 0 25 0 1 0 546491557 95809536 21988 33554432000 4194304 4890832 140735616278592 18446744073709551615 4229202 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/13877/statm: 23391 21988 86 171 0 23218 0
[pid=13878] ppid=13853 vsize=454572 CPUtime=2.56 cores=0-7
/proc/13878/stat : 13878 (python) R 13853 13853 13765 0 -1 4202560 826 0 0 0 191 65 0 0 18 0 1 0 546491559 465481728 17936 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/13878/statm: 113643 17936 371 364 0 49543 0
[pid=13880] ppid=13878 vsize=0 CPUtime=236.11 cores=0-7
/proc/13880/stat : 13880 (cryptominisat-2) R 13878 13880 13880 0 -1 4202500 119155 0 0 0 23581 30 0 0 25 0 1 0 546491560 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13880/statm: 0 0 0 0 0 0 0
[pid=13881] ppid=13853 vsize=464828 CPUtime=0.31 cores=0-7
/proc/13881/stat : 13881 (python) S 13853 13853 13765 0 -1 4202560 860 0 0 0 17 14 0 0 18 0 1 0 546491563 475983872 17935 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 16724486652147237124 0 0 17 2 0 0 0
/proc/13881/statm: 116207 17935 377 364 0 52104 0
[pid=13883] ppid=13881 vsize=36012 CPUtime=237.34 cores=0-7
/proc/13883/stat : 13883 (lingeling) R 13881 13883 13883 0 -1 4202496 21955 0 0 0 23731 3 0 0 25 0 1 0 546491563 36876288 8173 33554432000 4194304 4352236 140735806823360 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/13883/statm: 9003 8173 129 39 0 8083 0
[pid=13887] ppid=13853 vsize=475084 CPUtime=0.18 cores=0-7
/proc/13887/stat : 13887 (python) S 13853 13853 13765 0 -1 4202560 834 0 0 0 11 7 0 0 18 0 1 0 546501557 486486016 18002 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 16724486652147237124 0 0 17 2 0 0 0
/proc/13887/statm: 118771 18002 371 364 0 54665 0
[pid=13889] ppid=13887 vsize=93524 CPUtime=139.34 cores=0-7
/proc/13889/stat : 13889 (precosat) R 13887 13889 13889 0 -1 4202496 23624 0 0 0 13932 2 0 0 25 0 1 0 546501558 95768576 21979 33554432000 4194304 4890832 140735890422624 18446744073709551615 4239069 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/13889/statm: 23381 21979 86 171 0 23208 0
[pid=13853/tid=13861] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13861/stat : 13861 (python) S 13851 13853 13765 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 10 0 546491541 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13864] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13864/stat : 13864 (python) S 13851 13853 13765 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 10 0 546491544 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13867] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13867/stat : 13867 (python) S 13851 13853 13765 0 -1 4202560 23 932 0 0 0 0 0 0 19 0 10 0 546491547 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13870] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13870/stat : 13870 (python) S 13851 13853 13765 0 -1 4202560 24 932 0 0 0 0 0 0 18 0 10 0 546491550 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 5 0 0 0
[pid=13853/tid=13873] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13873/stat : 13873 (python) S 13851 13853 13765 0 -1 4202560 80 932 0 0 0 0 0 0 19 0 10 0 546491553 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13876] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13876/stat : 13876 (python) S 13851 13853 13765 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 10 0 546491556 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 7 0 0 0
[pid=13853/tid=13879] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13879/stat : 13879 (python) S 13851 13853 13765 0 -1 4202560 35 932 0 0 0 0 0 0 21 0 10 0 546491560 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 1 0 0 0
[pid=13853/tid=13882] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13882/stat : 13882 (python) S 13851 13853 13765 0 -1 4202560 34 932 0 0 0 0 0 0 23 0 10 0 546491563 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 2 0 0 0
[pid=13853/tid=13888] ppid=13851 vsize=485328 CPUtime=0 cores=0-7
/proc/13853/task/13888/stat : 13888 (python) S 13851 13853 13765 0 -1 4202560 45 932 0 0 0 0 0 0 20 0 10 0 546501557 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1933.26
Current children cumulated vsize (KiB) 5133256

[startup+258.301 s]
/proc/loadavg: 8.02 6.03 5.51 11/215 13893
/proc/meminfo: memFree=24088188/32951124 swapFree=67111364/67111528
[pid=13853] ppid=13851 vsize=485328 CPUtime=838.64 cores=0-7
/proc/13853/stat : 13853 (python) S 13851 13853 13765 0 -1 4202496 34675 194756 1 0 1782 17 81969 96 17 0 10 0 546489741 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652689727 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13853/statm: 121332 19527 1892 364 0 57226 0
[pid=13866] ppid=13853 vsize=348012 CPUtime=0.31 cores=0-7
/proc/13866/stat : 13866 (python) S 13853 13853 13765 0 -1 4202560 981 0 0 0 17 14 0 0 18 0 1 0 546491547 356364288 17806 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 16724486652147237124 0 0 17 5 0 0 0
/proc/13866/statm: 87003 17806 370 364 0 22915 0
[pid=13868] ppid=13866 vsize=45060 CPUtime=240.24 cores=0-7
/proc/13868/stat : 13868 (lingeling) R 13866 13868 13868 0 -1 4202496 20072 0 0 0 24022 2 0 0 25 0 1 0 546491547 46141440 10434 33554432000 4194304 4352236 140734511493264 18446744073709551615 4281059 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/13868/statm: 11265 10434 129 39 0 10345 0
[pid=13869] ppid=13853 vsize=0 CPUtime=240.24 cores=0-7
/proc/13869/stat : 13869 (python) R 13853 13853 13765 0 -1 4202564 1066 126114 0 0 19 18 23954 33 15 0 1 0 546491550 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13869/statm: 0 0 0 0 0 0 0
[pid=13878] ppid=13853 vsize=0 CPUtime=239.02 cores=0-7
/proc/13878/stat : 13878 (python) Z 13853 13853 13765 0 -1 4202588 1134 119155 0 0 218 73 23581 30 19 0 1 0 546491559 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13878/statm: 0 0 0 0 0 0 0
[pid=13881] ppid=13853 vsize=464828 CPUtime=0.31 cores=0-7
/proc/13881/stat : 13881 (python) S 13853 13853 13765 0 -1 4202560 860 0 0 0 17 14 0 0 18 0 1 0 546491563 475983872 17935 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 16724486652147237124 0 0 17 2 0 0 0
/proc/13881/statm: 116207 17935 377 364 0 52104 0
[pid=13883] ppid=13881 vsize=36012 CPUtime=237.74 cores=0-7
/proc/13883/stat : 13883 (lingeling) R 13881 13883 13883 0 -1 4202496 21955 0 0 0 23771 3 0 0 25 0 1 0 546491563 36876288 8173 33554432000 4194304 4352236 140735806823360 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13883/statm: 9003 8173 129 39 0 8083 0
[pid=13887] ppid=13853 vsize=475084 CPUtime=0.18 cores=0-7
/proc/13887/stat : 13887 (python) S 13853 13853 13765 0 -1 4202560 834 0 0 0 11 7 0 0 18 0 1 0 546501557 486486016 18002 33554432000 4194304 5683644 140735712010592 18446744073709551615 253640879686 0 0 16781312 514 16724486652147237124 0 0 17 2 0 0 0
/proc/13887/statm: 118771 18002 371 364 0 54665 0
[pid=13889] ppid=13887 vsize=93524 CPUtime=139.74 cores=0-7
/proc/13889/stat : 13889 (precosat) R 13887 13889 13889 0 -1 4202496 23624 0 0 0 13972 2 0 0 25 0 1 0 546501558 95768576 21979 33554432000 4194304 4890832 140735890422624 18446744073709551615 4238604 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/13889/statm: 23381 21979 86 171 0 23208 0
[pid=13853/tid=13861] ppid=13851 vsize=485328 CPUtime=820.65 cores=0-7
/proc/13853/task/13861/stat : 13861 (python) S 13851 13853 13765 0 -1 4202560 29 194756 0 0 0 0 81969 96 25 0 10 0 546491541 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13864] ppid=13851 vsize=485328 CPUtime=820.65 cores=0-7
/proc/13853/task/13864/stat : 13864 (python) S 13851 13853 13765 0 -1 4202560 21 194756 0 0 0 0 81969 96 20 0 10 0 546491544 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13867] ppid=13851 vsize=485328 CPUtime=820.65 cores=0-7
/proc/13853/task/13867/stat : 13867 (python) S 13851 13853 13765 0 -1 4202560 23 194756 0 0 0 0 81969 96 19 0 10 0 546491547 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13870] ppid=13851 vsize=485328 CPUtime=820.65 cores=0-7
/proc/13853/task/13870/stat : 13870 (python) S 13851 13853 13765 0 -1 4202560 24 194756 0 0 0 0 81969 96 18 0 10 0 546491550 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 5 0 0 0
[pid=13853/tid=13873] ppid=13851 vsize=485328 CPUtime=820.65 cores=0-7
/proc/13853/task/13873/stat : 13873 (python) S 13851 13853 13765 0 -1 4202560 80 194756 0 0 0 0 81969 96 19 0 10 0 546491553 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 0 0 0 0
[pid=13853/tid=13876] ppid=13851 vsize=485328 CPUtime=820.65 cores=0-7
/proc/13853/task/13876/stat : 13876 (python) S 13851 13853 13765 0 -1 4202560 33 194756 0 0 0 0 81969 96 20 0 10 0 546491556 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 7 0 0 0
[pid=13853/tid=13879] ppid=13851 vsize=485328 CPUtime=820.65 cores=0-7
/proc/13853/task/13879/stat : 13879 (python) S 13851 13853 13765 0 -1 4202560 35 194756 0 0 0 0 81969 96 21 0 10 0 546491560 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 1 0 0 0
[pid=13853/tid=13882] ppid=13851 vsize=485328 CPUtime=820.65 cores=0-7
/proc/13853/task/13882/stat : 13882 (python) S 13851 13853 13765 0 -1 4202560 34 194756 0 0 0 0 81969 96 23 0 10 0 546491563 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 2 0 0 0
[pid=13853/tid=13888] ppid=13851 vsize=485328 CPUtime=820.65 cores=0-7
/proc/13853/task/13888/stat : 13888 (python) S 13851 13853 13765 0 -1 4202560 45 194756 0 0 0 0 81969 96 20 0 10 0 546501557 496975872 19527 33554432000 4194304 5683644 140735712010592 18446744073709551615 253652683185 0 0 16781312 2 18446604471120892032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1936.42
Current children cumulated vsize (KiB) 1947848

Child status: 0
Real time (s): 258.348
CPU time (s): 1936.61
CPU user time (s): 1933.43
CPU system time (s): 3.17852
CPU usage (%): 749.611
Max. virtual memory (cumulated for all children) (KiB): 5490128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1933.43
system time used= 3.17852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 554927
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= 5956
involuntary context switches= 11226

runsolver used 0.800878 second user time and 2.14667 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-02 17:08:13
IDJOB=3321673
IDBENCH=82469
IDSOLVER=1710
FILE ID=node106/3321673-1304348893
RUNJOBID= node106-1304348663-13779
PBS_JOBID= 13178667
Free space on /tmp= 73452 MiB

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

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1095684321

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25081792 kB
Buffers:        316660 kB
Cached:        3577360 kB
SwapCached:         88 kB
Active:        4993080 kB
Inactive:      2632484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25081792 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           36112 kB
Writeback:           0 kB
AnonPages:     3731340 kB
Mapped:          19748 kB
Slab:           167728 kB
PageTables:      12760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4422304 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= 73420 MiB
End job on node106 at 2011-05-02 17:12:32