Trace number 3378942

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)? 4762.03 1195.92

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.68	c INFO: solving HOME/instance-3378942-1305463944.cnf
0.31/0.68	c INFO: computing task features
0.39/0.71	c INFO: computed variable-clause graph statistics
0.39/0.72	c INFO: computed clause balance statistics
0.59/0.92	c INFO: computed variable balance statistics
0.70/1.08	c INFO: computed small-clause counts
0.70/1.08	c INFO: computed Horn-clause counts
0.80/1.12	c INFO: computed variable graph statistics
0.80/1.12	c INFO: collected features for HOME/instance-3378942-1305463944.cnf in 0.45 s
0.80/1.13	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
0.80/1.14	c INFO: running cryptominisat-2.9.0@0 for 582 with 1199 remaining (b = 0.51)
0.80/1.15	c INFO: running lingeling-276@0 for 1199 with 1199 remaining (b = 0.57)
0.80/1.16	c INFO: running lingeling-276@0 for 97 with 1199 remaining (b = 0.21)
400.71/101.50	c INFO: running cryptominisat-2.9.0@0 for 1099 with 1099 remaining (b = 0.38)
2343.11/588.96	c INFO: running lingeling-276@99 for 97 with 611 remaining (b = 0.08)
2367.53/595.04	c INFO: running precosat-570@0 for 605 with 605 remaining (b = 0.32)
2730.90/686.29	c INFO: running precosat-570@0 for 97 with 514 remaining (b = 0.10)
3130.93/786.63	c INFO: running lingeling-276@0 for 414 with 414 remaining (b = 0.16)
4761.99/1195.90	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378942-1305463944/watcher-3378942-1305463944 -o /tmp/evaluation-result-3378942-1305463944/solver-3378942-1305463944 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378942-1305463944.cnf -seed 546991450 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.90 6.46 4.14 5/434 23892
/proc/meminfo: memFree=16028544/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/23892/stat : 23892 (python) R 23890 23892 23693 0 -1 4202496 920 0 0 0 0 0 0 0 25 0 1 0 736624893 16154624 800 33554432000 4194304 5683644 140735166377088 18446744073709551615 4393456 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23892/statm: 3944 800 350 364 0 431 0

[startup+0.0275641 s]
/proc/loadavg: 7.90 6.46 4.14 5/434 23892
/proc/meminfo: memFree=16028544/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/23892/stat : 23892 (python) R 23890 23892 23693 0 -1 4202496 1116 0 0 0 1 0 0 0 25 0 1 0 736624893 16789504 984 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458061669 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23892/statm: 4099 984 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.10054 s]
/proc/loadavg: 7.90 6.46 4.14 5/434 23892
/proc/meminfo: memFree=16028544/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=87708 CPUtime=0.06 cores=0,2,4,6
/proc/23892/stat : 23892 (python) S 23890 23892 23693 0 -1 4202496 2638 0 0 0 5 1 0 0 17 0 1 0 736624893 89812992 2354 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/23892/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300507 s]
/proc/loadavg: 7.90 6.46 4.14 5/434 23892
/proc/meminfo: memFree=16028544/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=135752 CPUtime=0.16 cores=0,2,4,6
/proc/23892/stat : 23892 (python) R 23890 23892 23693 0 -1 4202496 5965 933 1 0 13 3 0 0 18 0 1 0 736624893 139010048 4150 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458061829 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23892/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.70045 s]
/proc/loadavg: 7.90 6.46 4.14 5/434 23892
/proc/meminfo: memFree=16028544/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=279648 CPUtime=0.39 cores=0,2,4,6
/proc/23892/stat : 23892 (python) R 23890 23892 23693 0 -1 4202496 9559 933 1 0 30 9 0 0 17 0 1 0 736624893 286359552 7236 33554432000 4194304 5683644 140735166377088 18446744073709551615 4643440 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23892/statm: 69912 7236 1761 364 0 5836 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 279648

[startup+1.50023 s]
/proc/loadavg: 7.90 6.46 4.14 6/435 23897
/proc/meminfo: memFree=15996916/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=321060 CPUtime=0.85 cores=0,2,4,6
/proc/23892/stat : 23892 (python) S 23890 23892 23693 0 -1 4202496 12838 933 1 0 75 10 0 0 21 0 5 0 736624893 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23892/statm: 80265 7461 1881 364 0 16174 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 321060

[startup+3.10094 s]
/proc/loadavg: 7.90 6.46 4.14 9/447 23909
/proc/meminfo: memFree=15962720/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=321060 CPUtime=0.85 cores=0,2,4,6
/proc/23892/stat : 23892 (python) S 23890 23892 23693 0 -1 4202496 12838 933 1 0 75 10 0 0 21 0 5 0 736624893 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23892/statm: 80265 7461 1881 364 0 16174 0
[pid=23898] ppid=23892 vsize=279688 CPUtime=0 cores=0,2,4,6
/proc/23898/stat : 23898 (python) S 23892 23892 23693 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 736625007 286400512 5860 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085903 0 0 16781312 514 9008474692524179455 0 0 17 4 0 0 0
/proc/23898/statm: 69922 5860 354 364 0 5840 0
[pid=23900] ppid=23898 vsize=7528 CPUtime=1.95 cores=0,2,4,6
/proc/23900/stat : 23900 (lingeling) R 23898 23900 23900 0 -1 4202496 1705 0 0 0 195 0 0 0 25 0 1 0 736625007 7708672 1084 33554432000 4194304 4352236 140734934668720 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/23900/statm: 1882 1084 129 39 0 962 0
[pid=23901] ppid=23892 vsize=290304 CPUtime=0 cores=0,2,4,6
/proc/23901/stat : 23901 (python) S 23892 23892 23693 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 736625007 297271296 5916 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 9587222429013344515 0 0 17 6 0 0 0
/proc/23901/statm: 72576 5916 348 364 0 8491 0
[pid=23903] ppid=23901 vsize=35080 CPUtime=1.92 cores=0,2,4,6
/proc/23903/stat : 23903 (cryptominisat-2) R 23901 23903 23903 0 -1 4202496 3159 0 0 0 192 0 0 0 25 0 1 0 736625008 35921920 1905 33554432000 4194304 4677096 140735565527632 18446744073709551615 4320980 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/23903/statm: 8770 1905 390 118 0 3729 0
[pid=23904] ppid=23892 vsize=300560 CPUtime=0 cores=0,2,4,6
/proc/23904/stat : 23904 (python) S 23892 23892 23693 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 736625008 307773440 5920 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 4160851620717920255 0 0 17 2 0 0 0
/proc/23904/statm: 75140 5920 348 364 0 11052 0
[pid=23906] ppid=23904 vsize=7032 CPUtime=1.93 cores=0,2,4,6
/proc/23906/stat : 23906 (lingeling) R 23904 23906 23906 0 -1 4202496 1390 0 0 0 193 0 0 0 25 0 1 0 736625009 7200768 960 33554432000 4194304 4352236 140736560507200 18446744073709551615 4327792 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23906/statm: 1758 960 129 39 0 838 0
[pid=23907] ppid=23892 vsize=310816 CPUtime=0 cores=0,2,4,6
/proc/23907/stat : 23907 (python) S 23892 23892 23693 0 -1 4202560 755 0 0 0 0 0 0 0 18 0 1 0 736625009 318275584 5924 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 16608528311886282751 0 0 17 0 0 0 0
/proc/23907/statm: 77704 5924 348 364 0 13613 0
[pid=23909] ppid=23907 vsize=7188 CPUtime=1.93 cores=0,2,4,6
/proc/23909/stat : 23909 (lingeling) R 23907 23909 23909 0 -1 4202496 1725 0 0 0 193 0 0 0 25 0 1 0 736625010 7360512 999 33554432000 4194304 4352236 140734831000208 18446744073709551615 4278762 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23909/statm: 1797 999 129 39 0 877 0
[pid=23892/tid=23899] ppid=23890 vsize=321060 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23899/stat : 23899 (python) S 23890 23892 23693 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 736625007 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23902] ppid=23890 vsize=321060 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23902/stat : 23902 (python) S 23890 23892 23693 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 736625008 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 6 0 0 0
[pid=23892/tid=23905] ppid=23890 vsize=321060 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23905/stat : 23905 (python) S 23890 23892 23693 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 736625009 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23908] ppid=23890 vsize=321060 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23908/stat : 23908 (python) S 23890 23892 23693 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 736625010 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 1559256

[startup+6.30134 s]
/proc/loadavg: 7.90 6.48 4.16 9/447 23909
/proc/meminfo: memFree=15930912/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=321060 CPUtime=0.85 cores=0,2,4,6
/proc/23892/stat : 23892 (python) S 23890 23892 23693 0 -1 4202496 12838 933 1 0 75 10 0 0 21 0 5 0 736624893 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23892/statm: 80265 7461 1881 364 0 16174 0
[pid=23898] ppid=23892 vsize=279688 CPUtime=0.01 cores=0,2,4,6
/proc/23898/stat : 23898 (python) S 23892 23892 23693 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 736625007 286400512 5882 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085903 0 0 16781312 514 9008474692524146946 0 0 17 4 0 0 0
/proc/23898/statm: 69922 5882 376 364 0 5840 0
[pid=23900] ppid=23898 vsize=7660 CPUtime=5.13 cores=0,2,4,6
/proc/23900/stat : 23900 (lingeling) R 23898 23900 23900 0 -1 4202496 2213 0 0 0 513 0 0 0 25 0 1 0 736625007 7843840 1117 33554432000 4194304 4352236 140734934668720 18446744073709551615 4328035 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/23900/statm: 1915 1117 129 39 0 995 0
[pid=23901] ppid=23892 vsize=290304 CPUtime=0.02 cores=0,2,4,6
/proc/23901/stat : 23901 (python) S 23892 23892 23693 0 -1 4202560 950 0 0 0 1 1 0 0 15 0 1 0 736625007 297271296 5939 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 9587222429013344515 0 0 17 6 0 0 0
/proc/23901/statm: 72576 5939 371 364 0 8491 0
[pid=23903] ppid=23901 vsize=45504 CPUtime=5.05 cores=0,2,4,6
/proc/23903/stat : 23903 (cryptominisat-2) R 23901 23903 23903 0 -1 4202496 4972 0 0 0 505 0 0 0 25 0 1 0 736625008 46596096 2881 33554432000 4194304 4677096 140735565527632 18446744073709551615 4563951 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/23903/statm: 11376 2881 391 118 0 6335 0
[pid=23904] ppid=23892 vsize=300560 CPUtime=0.01 cores=0,2,4,6
/proc/23904/stat : 23904 (python) S 23892 23892 23693 0 -1 4202560 900 0 0 0 1 0 0 0 18 0 1 0 736625008 307773440 5943 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 4160851620717887748 0 0 17 2 0 0 0
/proc/23904/statm: 75140 5943 371 364 0 11052 0
[pid=23906] ppid=23904 vsize=7428 CPUtime=5.11 cores=0,2,4,6
/proc/23906/stat : 23906 (lingeling) R 23904 23906 23906 0 -1 4202496 2156 0 0 0 511 0 0 0 25 0 1 0 736625009 7606272 1059 33554432000 4194304 4352236 140736560507200 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23906/statm: 1857 1059 129 39 0 937 0
[pid=23907] ppid=23892 vsize=310816 CPUtime=0.01 cores=0,2,4,6
/proc/23907/stat : 23907 (python) S 23892 23892 23693 0 -1 4202560 926 0 0 0 0 1 0 0 18 0 1 0 736625009 318275584 5947 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 16608528311886250241 0 0 17 0 0 0 0
/proc/23907/statm: 77704 5947 371 364 0 13613 0
[pid=23909] ppid=23907 vsize=7452 CPUtime=5.11 cores=0,2,4,6
/proc/23909/stat : 23909 (lingeling) R 23907 23909 23909 0 -1 4202496 2138 0 0 0 511 0 0 0 25 0 1 0 736625010 7630848 1065 33554432000 4194304 4352236 140734831000208 18446744073709551615 4329312 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23909/statm: 1863 1065 129 39 0 943 0
[pid=23892/tid=23899] ppid=23890 vsize=321060 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23899/stat : 23899 (python) S 23890 23892 23693 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 736625007 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23902] ppid=23890 vsize=321060 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23902/stat : 23902 (python) S 23890 23892 23693 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 736625008 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 6 0 0 0
[pid=23892/tid=23905] ppid=23890 vsize=321060 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23905/stat : 23905 (python) S 23890 23892 23693 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 736625009 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23908] ppid=23890 vsize=321060 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23908/stat : 23908 (python) S 23890 23892 23693 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 736625010 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.3
Current children cumulated vsize (KiB) 1570472

[startup+12.7012 s]
/proc/loadavg: 7.91 6.51 4.18 9/447 23909
/proc/meminfo: memFree=15912212/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=321060 CPUtime=0.85 cores=0,2,4,6
/proc/23892/stat : 23892 (python) S 23890 23892 23693 0 -1 4202496 12838 933 1 0 75 10 0 0 21 0 5 0 736624893 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23892/statm: 80265 7461 1881 364 0 16174 0
[pid=23898] ppid=23892 vsize=279688 CPUtime=0.03 cores=0,2,4,6
/proc/23898/stat : 23898 (python) S 23892 23892 23693 0 -1 4202560 910 0 0 0 1 2 0 0 18 0 1 0 736625007 286400512 5882 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085903 0 0 16781312 514 8638977208645288194 0 0 17 4 0 0 0
/proc/23898/statm: 69922 5882 376 364 0 5840 0
[pid=23900] ppid=23898 vsize=9172 CPUtime=11.51 cores=0,2,4,6
/proc/23900/stat : 23900 (lingeling) R 23898 23900 23900 0 -1 4202496 3174 0 0 0 1151 0 0 0 25 0 1 0 736625007 9392128 1470 33554432000 4194304 4352236 140734934668720 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/23900/statm: 2293 1470 129 39 0 1373 0
[pid=23901] ppid=23892 vsize=290304 CPUtime=0.04 cores=0,2,4,6
/proc/23901/stat : 23901 (python) S 23892 23892 23693 0 -1 4202560 958 0 0 0 2 2 0 0 15 0 1 0 736625007 297271296 5939 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 5606925005716685059 0 0 17 6 0 0 0
/proc/23901/statm: 72576 5939 371 364 0 8491 0
[pid=23903] ppid=23901 vsize=47068 CPUtime=11.34 cores=0,2,4,6
/proc/23903/stat : 23903 (cryptominisat-2) R 23901 23903 23903 0 -1 4202496 9450 0 0 0 1133 1 0 0 25 0 1 0 736625008 48197632 5183 33554432000 4194304 4677096 140735565527632 18446744073709551615 4319584 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/23903/statm: 11767 5183 391 118 0 6726 0
[pid=23904] ppid=23892 vsize=300560 CPUtime=0.03 cores=0,2,4,6
/proc/23904/stat : 23904 (python) S 23892 23892 23693 0 -1 4202560 903 0 0 0 2 1 0 0 18 0 1 0 736625008 307773440 5943 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 8638977208645288196 0 0 17 2 0 0 0
/proc/23904/statm: 75140 5943 371 364 0 11052 0
[pid=23906] ppid=23904 vsize=9176 CPUtime=11.49 cores=0,2,4,6
/proc/23906/stat : 23906 (lingeling) R 23904 23906 23906 0 -1 4202496 3425 0 0 0 1149 0 0 0 25 0 1 0 736625009 9396224 1464 33554432000 4194304 4352236 140736560507200 18446744073709551615 4327832 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23906/statm: 2294 1464 129 39 0 1374 0
[pid=23907] ppid=23892 vsize=310816 CPUtime=0.03 cores=0,2,4,6
/proc/23907/stat : 23907 (python) S 23892 23892 23693 0 -1 4202560 930 0 0 0 2 1 0 0 18 0 1 0 736625009 318275584 5947 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 8638977208645288193 0 0 17 0 0 0 0
/proc/23907/statm: 77704 5947 371 364 0 13613 0
[pid=23909] ppid=23907 vsize=8816 CPUtime=11.49 cores=0,2,4,6
/proc/23909/stat : 23909 (lingeling) R 23907 23909 23909 0 -1 4202496 3046 0 0 0 1149 0 0 0 25 0 1 0 736625010 9027584 1397 33554432000 4194304 4352236 140734831000208 18446744073709551615 4327879 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23909/statm: 2204 1397 129 39 0 1284 0
[pid=23892/tid=23899] ppid=23890 vsize=321060 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23899/stat : 23899 (python) S 23890 23892 23693 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 736625007 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23902] ppid=23890 vsize=321060 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23902/stat : 23902 (python) S 23890 23892 23693 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 736625008 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 6 0 0 0
[pid=23892/tid=23905] ppid=23890 vsize=321060 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23905/stat : 23905 (python) S 23890 23892 23693 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 736625009 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23908] ppid=23890 vsize=321060 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23908/stat : 23908 (python) S 23890 23892 23693 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 736625010 328765440 7461 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.81
Current children cumulated vsize (KiB) 1576660

[startup+25.5008 s]
/proc/loadavg: 7.93 6.58 4.24 9/447 23909
/proc/meminfo: memFree=15897692/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=321060 CPUtime=0.85 cores=0,2,4,6

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

Current children cumulated vsize (KiB) 2893436

[startup+1195.1 s]
/proc/loadavg: 8.14 7.66 6.63 9/456 24103
/proc/meminfo: memFree=16426612/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=351828 CPUtime=0.89 cores=0,2,4,6
/proc/23892/stat : 23892 (python) S 23890 23892 23693 0 -1 4202496 15751 933 1 0 78 11 0 0 18 0 8 0 736624893 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23892/statm: 87957 7480 1888 364 0 23857 0
[pid=23898] ppid=23892 vsize=289932 CPUtime=3.21 cores=0,2,4,6
/proc/23898/stat : 23898 (python) S 23892 23892 23693 0 -1 4202560 1208 0 0 0 164 157 0 0 18 0 2 0 736625007 296890368 5927 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23898/statm: 72483 5927 416 364 0 8401 0
[pid=23900] ppid=23898 vsize=24292 CPUtime=995.96 cores=0,2,4,6
/proc/23900/stat : 23900 (lingeling) R 23898 23900 23900 0 -1 4202496 59260 0 0 0 99588 8 0 0 25 0 1 0 736625007 24875008 5243 33554432000 4194304 4352236 140734934668720 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23900/statm: 6073 5243 129 39 0 5153 0
[pid=23898/tid=23942] ppid=23892 vsize=289932 CPUtime=0 cores=0,2,4,6
/proc/23898/task/23942/stat : 23942 (python) S 23892 23892 23693 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736683789 296890368 5927 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 514 18446604442125240320 0 0 -1 4 0 0 0
[pid=23901] ppid=23892 vsize=290304 CPUtime=2.1 cores=0,2,4,6
/proc/23901/stat : 23901 (python) S 23892 23892 23693 0 -1 4202560 1178 0 0 0 106 104 0 0 15 0 2 0 736625007 297271296 5970 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23901/statm: 72576 5970 401 364 0 8491 0
[pid=23903] ppid=23901 vsize=95964 CPUtime=583.12 cores=0,2,4,6
/proc/23903/stat : 23903 (cryptominisat-2) T 23901 23903 23903 0 -1 4202496 120014 0 0 0 58279 33 0 0 25 0 1 0 736625008 98267136 17690 33554432000 4194304 4677096 140735565527632 18446744073709551615 252458065792 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/23903/statm: 23991 17690 391 118 0 18950 0
[pid=23901/tid=23944] ppid=23892 vsize=290304 CPUtime=0 cores=0,2,4,6
/proc/23901/task/23944/stat : 23944 (python) S 23892 23892 23693 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 736684395 297271296 5970 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 514 18446604440389658688 0 0 -1 6 0 0 0
[pid=23904] ppid=23892 vsize=300560 CPUtime=3.79 cores=0,2,4,6
/proc/23904/stat : 23904 (python) S 23892 23892 23693 0 -1 4202560 969 0 0 0 197 182 0 0 18 0 1 0 736625008 307773440 5943 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 8638977208645288196 0 0 17 2 0 0 0
/proc/23904/statm: 75140 5943 371 364 0 11052 0
[pid=23906] ppid=23904 vsize=34540 CPUtime=1190.56 cores=0,2,4,6
/proc/23906/stat : 23906 (lingeling) R 23904 23906 23906 0 -1 4202496 68127 0 0 0 119043 13 0 0 25 0 1 0 736625009 35368960 7830 33554432000 4194304 4352236 140736560507200 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23906/statm: 8635 7830 129 39 0 7715 0
[pid=23907] ppid=23892 vsize=310816 CPUtime=0.66 cores=0,2,4,6
/proc/23907/stat : 23907 (python) S 23892 23892 23693 0 -1 4202560 1153 0 0 0 34 32 0 0 18 0 2 0 736625009 318275584 5977 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23907/statm: 77704 5977 400 364 0 13613 0
[pid=23909] ppid=23907 vsize=19156 CPUtime=196.03 cores=0,2,4,6
/proc/23909/stat : 23909 (lingeling) T 23907 23909 23909 0 -1 4202496 19688 0 0 0 19600 3 0 0 25 0 1 0 736625010 19615744 3991 33554432000 4194304 4352236 140734831000208 18446744073709551615 4278833 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/23909/statm: 4789 3991 129 39 0 3869 0
[pid=23907/tid=23916] ppid=23892 vsize=310816 CPUtime=0 cores=0,2,4,6
/proc/23907/task/23916/stat : 23916 (python) S 23892 23892 23693 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 736635043 318275584 5977 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 514 18446604443894765696 0 0 -1 0 0 0 0
[pid=23917] ppid=23892 vsize=321072 CPUtime=3.84 cores=0,2,4,6
/proc/23917/stat : 23917 (python) S 23892 23892 23693 0 -1 4202560 1022 0 0 0 194 190 0 0 15 0 1 0 736635043 328777728 5951 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 8638977208645288193 0 0 17 2 0 0 0
/proc/23917/statm: 80268 5951 371 364 0 16174 0
[pid=23919] ppid=23917 vsize=125880 CPUtime=1084.99 cores=0,2,4,6
/proc/23919/stat : 23919 (cryptominisat-2) R 23917 23919 23919 0 -1 4202496 181467 0 0 0 108435 64 0 0 25 0 1 0 736635044 128901120 23116 33554432000 4194304 4677096 140734480138912 18446744073709551615 4320233 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23919/statm: 31470 23116 391 118 0 26429 0
[pid=23945] ppid=23892 vsize=331328 CPUtime=1.93 cores=0,2,4,6
/proc/23945/stat : 23945 (python) S 23892 23892 23693 0 -1 4202560 990 0 0 0 102 91 0 0 18 0 1 0 736684397 339279872 5955 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 8638977208645288193 0 0 17 2 0 0 0
/proc/23945/statm: 82832 5955 371 364 0 18735 0
[pid=23947] ppid=23945 vsize=39840 CPUtime=591.65 cores=0,2,4,6
/proc/23947/stat : 23947 (precosat) R 23945 23947 23947 0 -1 4202496 10273 0 0 0 59159 6 0 0 25 0 1 0 736684398 40796160 9684 33554432000 4194304 4890832 140736733344176 18446744073709551615 4238614 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/23947/statm: 9960 9684 86 171 0 9787 0
[pid=23982] ppid=23892 vsize=341584 CPUtime=0.33 cores=0,2,4,6
/proc/23982/stat : 23982 (python) S 23892 23892 23693 0 -1 4202560 1108 0 0 0 18 15 0 0 19 0 2 0 736693523 349782016 5989 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23982/statm: 85396 5989 400 364 0 21296 0
[pid=23984] ppid=23982 vsize=19568 CPUtime=99.63 cores=0,2,4,6
/proc/23984/stat : 23984 (precosat) T 23982 23984 23984 0 -1 4202496 5146 0 0 0 9962 1 0 0 25 0 1 0 736693523 20037632 4673 33554432000 4194304 4890832 140734186465296 18446744073709551615 4294333 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/23984/statm: 4892 4673 86 171 0 4719 0
[pid=23982/tid=24032] ppid=23892 vsize=341584 CPUtime=0 cores=0,2,4,6
/proc/23982/task/24032/stat : 24032 (python) S 23892 23892 23693 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736703555 349782016 5989 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 514 18446604453873168512 0 0 -1 4 0 0 0
[pid=23892/tid=23899] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23899/stat : 23899 (python) S 23890 23892 23693 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 736625007 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23902] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23902/stat : 23902 (python) S 23890 23892 23693 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 8 0 736625008 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 6 0 0 0
[pid=23892/tid=23905] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23905/stat : 23905 (python) S 23890 23892 23693 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 8 0 736625009 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23908] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23908/stat : 23908 (python) S 23890 23892 23693 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 736625010 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23918] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23918/stat : 23918 (python) S 23890 23892 23693 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 736635044 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23946] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23946/stat : 23946 (python) S 23890 23892 23693 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 736684397 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23983] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23983/stat : 23983 (python) S 23890 23892 23693 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 736693523 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4758.69
Current children cumulated vsize (KiB) 2896664

[startup+1195.5 s]
/proc/loadavg: 8.14 7.66 6.63 9/456 24103
/proc/meminfo: memFree=16426612/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=351828 CPUtime=0.89 cores=0,2,4,6
/proc/23892/stat : 23892 (python) S 23890 23892 23693 0 -1 4202496 15751 933 1 0 78 11 0 0 18 0 8 0 736624893 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23892/statm: 87957 7480 1888 364 0 23857 0
[pid=23898] ppid=23892 vsize=289932 CPUtime=3.21 cores=0,2,4,6
/proc/23898/stat : 23898 (python) S 23892 23892 23693 0 -1 4202560 1208 0 0 0 164 157 0 0 18 0 2 0 736625007 296890368 5927 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23898/statm: 72483 5927 416 364 0 8401 0
[pid=23900] ppid=23898 vsize=24292 CPUtime=996.36 cores=0,2,4,6
/proc/23900/stat : 23900 (lingeling) R 23898 23900 23900 0 -1 4202496 59260 0 0 0 99628 8 0 0 25 0 1 0 736625007 24875008 5243 33554432000 4194304 4352236 140734934668720 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23900/statm: 6073 5243 129 39 0 5153 0
[pid=23898/tid=23942] ppid=23892 vsize=289932 CPUtime=0 cores=0,2,4,6
/proc/23898/task/23942/stat : 23942 (python) S 23892 23892 23693 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736683789 296890368 5927 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 514 18446604442125240320 0 0 -1 4 0 0 0
[pid=23901] ppid=23892 vsize=290304 CPUtime=2.1 cores=0,2,4,6
/proc/23901/stat : 23901 (python) S 23892 23892 23693 0 -1 4202560 1178 0 0 0 106 104 0 0 15 0 2 0 736625007 297271296 5970 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23901/statm: 72576 5970 401 364 0 8491 0
[pid=23903] ppid=23901 vsize=95964 CPUtime=583.12 cores=0,2,4,6
/proc/23903/stat : 23903 (cryptominisat-2) T 23901 23903 23903 0 -1 4202496 120014 0 0 0 58279 33 0 0 25 0 1 0 736625008 98267136 17690 33554432000 4194304 4677096 140735565527632 18446744073709551615 252458065792 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/23903/statm: 23991 17690 391 118 0 18950 0
[pid=23901/tid=23944] ppid=23892 vsize=290304 CPUtime=0 cores=0,2,4,6
/proc/23901/task/23944/stat : 23944 (python) S 23892 23892 23693 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 736684395 297271296 5970 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 514 18446604440389658688 0 0 -1 6 0 0 0
[pid=23904] ppid=23892 vsize=300560 CPUtime=3.79 cores=0,2,4,6
/proc/23904/stat : 23904 (python) S 23892 23892 23693 0 -1 4202560 969 0 0 0 197 182 0 0 18 0 1 0 736625008 307773440 5943 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 8638977208645288196 0 0 17 2 0 0 0
/proc/23904/statm: 75140 5943 371 364 0 11052 0
[pid=23906] ppid=23904 vsize=34540 CPUtime=1190.96 cores=0,2,4,6
/proc/23906/stat : 23906 (lingeling) R 23904 23906 23906 0 -1 4202496 68127 0 0 0 119083 13 0 0 25 0 1 0 736625009 35368960 7830 33554432000 4194304 4352236 140736560507200 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23906/statm: 8635 7830 129 39 0 7715 0
[pid=23907] ppid=23892 vsize=310816 CPUtime=0.66 cores=0,2,4,6
/proc/23907/stat : 23907 (python) S 23892 23892 23693 0 -1 4202560 1153 0 0 0 34 32 0 0 18 0 2 0 736625009 318275584 5977 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23907/statm: 77704 5977 400 364 0 13613 0
[pid=23909] ppid=23907 vsize=19156 CPUtime=196.03 cores=0,2,4,6
/proc/23909/stat : 23909 (lingeling) T 23907 23909 23909 0 -1 4202496 19688 0 0 0 19600 3 0 0 25 0 1 0 736625010 19615744 3991 33554432000 4194304 4352236 140734831000208 18446744073709551615 4278833 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/23909/statm: 4789 3991 129 39 0 3869 0
[pid=23907/tid=23916] ppid=23892 vsize=310816 CPUtime=0 cores=0,2,4,6
/proc/23907/task/23916/stat : 23916 (python) S 23892 23892 23693 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 736635043 318275584 5977 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 514 18446604443894765696 0 0 -1 0 0 0 0
[pid=23917] ppid=23892 vsize=321072 CPUtime=3.84 cores=0,2,4,6
/proc/23917/stat : 23917 (python) S 23892 23892 23693 0 -1 4202560 1022 0 0 0 194 190 0 0 15 0 1 0 736635043 328777728 5951 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 8638977208645288193 0 0 17 2 0 0 0
/proc/23917/statm: 80268 5951 371 364 0 16174 0
[pid=23919] ppid=23917 vsize=125880 CPUtime=1085.39 cores=0,2,4,6
/proc/23919/stat : 23919 (cryptominisat-2) R 23917 23919 23919 0 -1 4202496 181503 0 0 0 108475 64 0 0 25 0 1 0 736635044 128901120 23152 33554432000 4194304 4677096 140734480138912 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23919/statm: 31470 23152 391 118 0 26429 0
[pid=23945] ppid=23892 vsize=331328 CPUtime=1.93 cores=0,2,4,6
/proc/23945/stat : 23945 (python) S 23892 23892 23693 0 -1 4202560 990 0 0 0 102 91 0 0 18 0 1 0 736684397 339279872 5955 33554432000 4194304 5683644 140735166377088 18446744073709551615 252458085958 0 0 16781312 514 8638977208645288193 0 0 17 2 0 0 0
/proc/23945/statm: 82832 5955 371 364 0 18735 0
[pid=23947] ppid=23945 vsize=39840 CPUtime=592.05 cores=0,2,4,6
/proc/23947/stat : 23947 (precosat) R 23945 23947 23947 0 -1 4202496 10273 0 0 0 59199 6 0 0 25 0 1 0 736684398 40796160 9684 33554432000 4194304 4890832 140736733344176 18446744073709551615 4236955 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/23947/statm: 9960 9684 86 171 0 9787 0
[pid=23982] ppid=23892 vsize=341584 CPUtime=0.33 cores=0,2,4,6
/proc/23982/stat : 23982 (python) S 23892 23892 23693 0 -1 4202560 1108 0 0 0 18 15 0 0 19 0 2 0 736693523 349782016 5989 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23982/statm: 85396 5989 400 364 0 21296 0
[pid=23984] ppid=23982 vsize=19568 CPUtime=99.63 cores=0,2,4,6
/proc/23984/stat : 23984 (precosat) T 23982 23984 23984 0 -1 4202496 5146 0 0 0 9962 1 0 0 25 0 1 0 736693523 20037632 4673 33554432000 4194304 4890832 140734186465296 18446744073709551615 4294333 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/23984/statm: 4892 4673 86 171 0 4719 0
[pid=23982/tid=24032] ppid=23892 vsize=341584 CPUtime=0 cores=0,2,4,6
/proc/23982/task/24032/stat : 24032 (python) S 23892 23892 23693 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736703555 349782016 5989 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 514 18446604453873168512 0 0 -1 4 0 0 0
[pid=23892/tid=23899] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23899/stat : 23899 (python) S 23890 23892 23693 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 736625007 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23902] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23902/stat : 23902 (python) S 23890 23892 23693 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 8 0 736625008 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 6 0 0 0
[pid=23892/tid=23905] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23905/stat : 23905 (python) S 23890 23892 23693 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 8 0 736625009 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23908] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23908/stat : 23908 (python) S 23890 23892 23693 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 736625010 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23918] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23918/stat : 23918 (python) S 23890 23892 23693 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 736635044 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23946] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23946/stat : 23946 (python) S 23890 23892 23693 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 736684397 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23983] ppid=23890 vsize=351828 CPUtime=0 cores=0,2,4,6
/proc/23892/task/23983/stat : 23983 (python) S 23890 23892 23693 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 736693523 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4760.29
Current children cumulated vsize (KiB) 2896664

[startup+1195.9 s]
/proc/loadavg: 8.14 7.66 6.63 9/456 24103
/proc/meminfo: memFree=16423636/32951124 swapFree=59305804/67111528
[pid=23892] ppid=23890 vsize=351828 CPUtime=4761.99 cores=0,2,4,6
/proc/23892/stat : 23892 (python) R 23890 23892 23693 0 -1 4202496 15809 472845 1 0 78 11 475200 910 17 0 8 0 736624893 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252453096812 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23892/statm: 87957 7480 1888 364 0 23857 0
[pid=23892/tid=23899] ppid=23890 vsize=351828 CPUtime=4761.1 cores=0,2,4,6
/proc/23892/task/23899/stat : 23899 (python) S 23890 23892 23693 0 -1 4202560 30 472845 0 0 0 0 475200 910 18 0 8 0 736625007 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23902] ppid=23890 vsize=351828 CPUtime=4761.1 cores=0,2,4,6
/proc/23892/task/23902/stat : 23902 (python) S 23890 23892 23693 0 -1 4202560 26 472845 0 0 0 0 475200 910 22 0 8 0 736625008 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 6 0 0 0
[pid=23892/tid=23905] ppid=23890 vsize=351828 CPUtime=4761.1 cores=0,2,4,6
/proc/23892/task/23905/stat : 23905 (python) S 23890 23892 23693 0 -1 4202560 23 472845 0 0 0 0 475200 910 20 0 8 0 736625009 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23908] ppid=23890 vsize=351828 CPUtime=4761.1 cores=0,2,4,6
/proc/23892/task/23908/stat : 23908 (python) S 23890 23892 23693 0 -1 4202560 30 472845 0 0 0 0 475200 910 18 0 8 0 736625010 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23918] ppid=23890 vsize=351828 CPUtime=4761.1 cores=0,2,4,6
/proc/23892/task/23918/stat : 23918 (python) S 23890 23892 23693 0 -1 4202560 30 472845 0 0 0 0 475200 910 18 0 8 0 736635044 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23946] ppid=23890 vsize=351828 CPUtime=4761.1 cores=0,2,4,6
/proc/23892/task/23946/stat : 23946 (python) S 23890 23892 23693 0 -1 4202560 28 472845 0 0 0 0 475200 910 20 0 8 0 736684397 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
[pid=23892/tid=23983] ppid=23890 vsize=351828 CPUtime=4761.1 cores=0,2,4,6
/proc/23892/task/23983/stat : 23983 (python) S 23890 23892 23693 0 -1 4202560 29 472845 0 0 0 0 475200 910 20 0 8 0 736693523 360271872 7480 33554432000 4194304 5683644 140735166377088 18446744073709551615 252469889457 0 0 16781312 2 18446604453856282752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4761.99
Current children cumulated vsize (KiB) 351828

Child status: 0
Real time (s): 1195.92
CPU time (s): 4762.03
CPU user time (s): 4752.8
CPU system time (s): 9.2246
CPU usage (%): 398.189
Max. virtual memory (cumulated for all children) (KiB): 2954908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4752.8
system time used= 9.2246
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492919
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= 9854
involuntary context switches= 30317

runsolver used 5.55616 second user time and 12.1641 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 14:52:24
IDJOB=3378942
IDBENCH=70785
IDSOLVER=1860
FILE ID=node111/3378942-1305463944
RUNJOBID= node111-1305463297-23711
PBS_JOBID= 13324990
Free space on /tmp= 73596 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.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-3378942-1305463944/watcher-3378942-1305463944 -o /tmp/evaluation-result-3378942-1305463944/solver-3378942-1305463944 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378942-1305463944.cnf -seed 546991450 -budget 4800 -cores 4

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=546991450

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.67
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.849
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:      16028824 kB
Buffers:        295756 kB
Cached:        6874008 kB
SwapCached:      13712 kB
Active:        7880232 kB
Inactive:      8779532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16028824 kB
SwapTotal:    67111528 kB
SwapFree:     59305804 kB
Dirty:           31832 kB
Writeback:           0 kB
AnonPages:     9485548 kB
Mapped:          33040 kB
Slab:           131556 kB
PageTables:      62504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125063608 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= 73568 MiB
End job on node111 at 2011-05-15 15:12:20