Trace number 3381332

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)UNSAT 411.304 52.5481

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

Solver Data

0.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.47	c INFO: solving HOME/instance-3381332-1305512815.cnf
0.30/0.47	c INFO: computing task features
0.39/0.52	c INFO: computed variable-clause graph statistics
0.39/0.52	c INFO: computed clause balance statistics
0.59/0.78	c INFO: computed variable balance statistics
0.79/0.98	c INFO: computed small-clause counts
0.79/0.98	c INFO: computed Horn-clause counts
0.89/1.04	c INFO: computed variable graph statistics
0.89/1.05	c INFO: collected features for HOME/instance-3381332-1305512815.cnf in 0.58 s
0.89/1.07	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.29)
0.89/1.09	c INFO: running cryptominisat-2.9.0@0 for 485 with 4999 remaining (b = 0.35)
1.00/1.12	c INFO: running lingeling-276@0 for 1261 with 4999 remaining (b = 0.52)
1.00/1.14	c INFO: running lingeling-276@0 for 1261 with 4999 remaining (b = 0.46)
1.00/1.17	c INFO: running SApperloT@0 for 97 with 4999 remaining (b = 0.03)
1.00/1.19	c INFO: running precosat-570@0 for 291 with 4999 remaining (b = 0.17)
1.09/1.22	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4999 remaining (b = 0.48)
1.09/1.24	c INFO: running lingeling-276@0 for 1067 with 4999 remaining (b = 0.32)
411.00/52.52	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3381332-1305512815/watcher-3381332-1305512815 -o /tmp/evaluation-result-3381332-1305512815/solver-3381332-1305512815 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381332-1305512815.cnf -seed 1362233592 -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: 7.78 7.92 7.97 1/354 6889
/proc/meminfo: memFree=23369004/32951124 swapFree=67023148/67111528
[pid=6889] ppid=6887 vsize=15384 CPUtime=0 cores=0-7
/proc/6889/stat : 6889 (python) R 6887 6889 5789 0 -1 4202496 787 0 0 0 0 0 0 0 24 0 1 0 643697417 15753216 677 33554432000 4194304 5683644 140735590000080 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6889/statm: 3846 678 322 364 0 333 0

[startup+0.039977 s]
/proc/loadavg: 7.78 7.92 7.97 1/354 6889
/proc/meminfo: memFree=23369004/32951124 swapFree=67023148/67111528
[pid=6889] ppid=6887 vsize=18888 CPUtime=0.02 cores=0-7
/proc/6889/stat : 6889 (python) R 6887 6889 5789 0 -1 4202496 1288 0 0 0 2 0 0 0 24 0 1 0 643697417 19341312 1141 33554432000 4194304 5683644 140735590000080 18446744073709551615 4539653 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6889/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.10093 s]
/proc/loadavg: 7.78 7.92 7.97 1/354 6889
/proc/meminfo: memFree=23369004/32951124 swapFree=67023148/67111528
[pid=6889] ppid=6887 vsize=104228 CPUtime=0.07 cores=0-7
/proc/6889/stat : 6889 (python) R 6887 6889 5789 0 -1 4202496 3053 0 0 0 5 2 0 0 24 0 1 0 643697417 106729472 2737 33554432000 4194304 5683644 140735590000080 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6889/statm: 26057 2741 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300903 s]
/proc/loadavg: 7.78 7.92 7.97 1/354 6889
/proc/meminfo: memFree=23369004/32951124 swapFree=67023148/67111528
[pid=6889] ppid=6887 vsize=168676 CPUtime=0.22 cores=0-7
/proc/6889/stat : 6889 (python) S 6887 6889 5789 0 -1 4202496 6727 937 1 0 16 6 0 0 18 0 1 0 643697417 172724224 4798 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/6889/statm: 42169 4798 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 168676

[startup+0.700816 s]
/proc/loadavg: 7.78 7.92 7.97 1/354 6889
/proc/meminfo: memFree=23369004/32951124 swapFree=67023148/67111528
[pid=6889] ppid=6887 vsize=281392 CPUtime=0.59 cores=0-7
/proc/6889/stat : 6889 (python) R 6887 6889 5789 0 -1 4202496 10170 937 1 0 51 8 0 0 19 0 1 0 643697417 288145408 7759 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121556 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6889/statm: 70348 7759 1826 364 0 6272 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 281392

[startup+1.50064 s]
/proc/loadavg: 7.24 7.80 7.93 2/355 6894
/proc/meminfo: memFree=23343948/32951124 swapFree=67023148/67111528
[pid=6889] ppid=6887 vsize=427968 CPUtime=1.13 cores=0-7
/proc/6889/stat : 6889 (python) S 6887 6889 5789 0 -1 4202496 15512 937 1 0 103 10 0 0 22 0 9 0 643697417 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6889/statm: 106992 7752 1889 364 0 42889 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 427968

[startup+3.10135 s]
/proc/loadavg: 7.24 7.80 7.93 9/379 6918
/proc/meminfo: memFree=23281748/32951124 swapFree=67023148/67111528
[pid=6889] ppid=6887 vsize=427968 CPUtime=1.13 cores=0-7
/proc/6889/stat : 6889 (python) S 6887 6889 5789 0 -1 4202496 15512 937 1 0 103 10 0 0 22 0 9 0 643697417 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6889/statm: 106992 7752 1889 364 0 42889 0
[pid=6895] ppid=6889 vsize=280036 CPUtime=0 cores=0-7
/proc/6895/stat : 6895 (python) S 6889 6889 5789 0 -1 4202560 811 0 0 0 0 0 0 0 18 0 1 0 643697524 286756864 5952 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317583 0 0 16781312 514 11994608360709128450 0 0 17 1 0 0 0
/proc/6895/statm: 70009 5952 359 364 0 5927 0
[pid=6897] ppid=6895 vsize=7620 CPUtime=2.02 cores=0-7
/proc/6897/stat : 6897 (lingeling) R 6895 6897 6897 0 -1 4202496 1816 0 0 0 201 1 0 0 25 0 1 0 643697525 7802880 1106 33554432000 4194304 4352236 140735410439424 18446744073709551615 4231164 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/6897/statm: 1905 1106 128 39 0 985 0
[pid=6898] ppid=6889 vsize=290652 CPUtime=0 cores=0-7
/proc/6898/stat : 6898 (python) S 6889 6889 5789 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 643697527 297627648 6003 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 3341525792268976386 0 0 17 1 0 0 0
/proc/6898/statm: 72663 6003 348 364 0 8578 0
[pid=6900] ppid=6898 vsize=36492 CPUtime=1.99 cores=0-7
/proc/6900/stat : 6900 (cryptominisat-2) R 6898 6900 6900 0 -1 4202496 3527 0 0 0 199 0 0 0 25 0 1 0 643697527 37367808 2111 33554432000 4194304 4677096 140734622652352 18446744073709551615 4337199 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/6900/statm: 9123 2111 391 118 0 4082 0
[pid=6901] ppid=6889 vsize=366444 CPUtime=0 cores=0-7
/proc/6901/stat : 6901 (python) S 6889 6889 5789 0 -1 4202560 704 0 0 0 0 0 0 0 18 0 1 0 643697529 375238656 6124 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 5225548037434114047 0 0 17 1 0 0 0
/proc/6901/statm: 91611 6124 348 364 0 27523 0
[pid=6903] ppid=6901 vsize=7748 CPUtime=1.97 cores=0-7
/proc/6903/stat : 6903 (lingeling) R 6901 6903 6903 0 -1 4202496 1804 0 0 0 197 0 0 0 25 0 1 0 643697530 7933952 1138 33554432000 4194304 4352236 140734740486368 18446744073709551615 4271327 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6903/statm: 1937 1138 128 39 0 1017 0
[pid=6904] ppid=6889 vsize=376700 CPUtime=0 cores=0-7
/proc/6904/stat : 6904 (python) S 6889 6889 5789 0 -1 4202560 716 0 0 0 0 0 0 0 18 0 1 0 643697532 385740800 6099 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 12014767631526526975 0 0 17 6 0 0 0
/proc/6904/statm: 94175 6099 348 364 0 30084 0
[pid=6906] ppid=6904 vsize=7684 CPUtime=1.93 cores=0-7
/proc/6906/stat : 6906 (lingeling) R 6904 6906 6906 0 -1 4202496 1820 0 0 0 193 0 0 0 25 0 1 0 643697532 7868416 1122 33554432000 4194304 4352236 140734746420496 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/6906/statm: 1921 1122 128 39 0 1001 0
[pid=6907] ppid=6889 vsize=386956 CPUtime=0 cores=0-7
/proc/6907/stat : 6907 (python) S 6889 6889 5789 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 643697534 396242944 6126 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 5524587712398491647 0 0 17 0 0 0 0
/proc/6907/statm: 96739 6126 348 364 0 32645 0
[pid=6909] ppid=6907 vsize=5848 CPUtime=1.92 cores=0-7
/proc/6909/stat : 6909 (SApperloT-base) R 6907 6909 6909 0 -1 4202496 1490 0 0 0 192 0 0 0 25 0 1 0 643697535 5988352 1232 33554432000 134512640 135674940 4293748384 18446744073709551615 134555550 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6909/statm: 1462 1232 99 284 0 1176 0
[pid=6910] ppid=6889 vsize=397212 CPUtime=0 cores=0-7
/proc/6910/stat : 6910 (python) S 6889 6889 5789 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 643697537 406745088 6141 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 4450647426549678079 0 0 17 0 0 0 0
/proc/6910/statm: 99303 6141 348 364 0 35206 0
[pid=6912] ppid=6910 vsize=6736 CPUtime=1.89 cores=0-7
/proc/6912/stat : 6912 (precosat) R 6910 6912 6912 0 -1 4202496 1838 0 0 0 189 0 0 0 25 0 1 0 643697537 6897664 1506 33554432000 4194304 4890832 140733761511456 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/6912/statm: 1684 1506 86 171 0 1511 0
[pid=6913] ppid=6889 vsize=407468 CPUtime=0 cores=0-7
/proc/6913/stat : 6913 (python) S 6889 6889 5789 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 643697539 417247232 6134 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 17495169540722491649 0 0 17 4 0 0 0
/proc/6913/statm: 101867 6134 348 364 0 37767 0
[pid=6915] ppid=6913 vsize=36268 CPUtime=1.86 cores=0-7
/proc/6915/stat : 6915 (cryptominisat-2) R 6913 6915 6915 0 -1 4202496 3346 0 0 0 186 0 0 0 25 0 1 0 643697540 37138432 2250 33554432000 4194304 4677096 140735821401408 18446744073709551615 4320137 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6915/statm: 9067 2250 390 118 0 4026 0
[pid=6916] ppid=6889 vsize=417724 CPUtime=0 cores=0-7
/proc/6916/stat : 6916 (python) S 6889 6889 5789 0 -1 4202560 784 0 0 0 0 0 0 0 18 0 1 0 643697542 427749376 6213 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 5689757173756723199 0 0 17 0 0 0 0
/proc/6916/statm: 104431 6213 354 364 0 40328 0
[pid=6918] ppid=6916 vsize=7424 CPUtime=1.82 cores=0-7
/proc/6918/stat : 6918 (lingeling) R 6916 6918 6918 0 -1 4202496 1768 0 0 0 182 0 0 0 25 0 1 0 643697542 7602176 1025 33554432000 4194304 4352236 140735701222144 18446744073709551615 4276782 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/6918/statm: 1856 1025 128 39 0 936 0
[pid=6889/tid=6896] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6896/stat : 6896 (python) S 6887 6889 5789 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 643697525 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 6 0 0 0
[pid=6889/tid=6899] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6899/stat : 6899 (python) S 6887 6889 5789 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 9 0 643697527 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 3 0 0 0
[pid=6889/tid=6902] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6902/stat : 6902 (python) S 6887 6889 5789 0 -1 4202560 64 937 0 0 0 0 0 0 19 0 9 0 643697529 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 6 0 0 0
[pid=6889/tid=6905] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6905/stat : 6905 (python) S 6887 6889 5789 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 9 0 643697532 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 1 0 0 0
[pid=6889/tid=6908] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6908/stat : 6908 (python) S 6887 6889 5789 0 -1 4202560 34 937 0 0 0 0 0 0 21 0 9 0 643697534 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
[pid=6889/tid=6911] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6911/stat : 6911 (python) S 6887 6889 5789 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 9 0 643697537 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
[pid=6889/tid=6914] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6914/stat : 6914 (python) S 6887 6889 5789 0 -1 4202560 33 937 0 0 0 0 0 0 20 0 9 0 643697540 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
[pid=6889/tid=6917] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6917/stat : 6917 (python) S 6887 6889 5789 0 -1 4202560 34 937 0 0 0 0 0 0 22 0 9 0 643697542 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.53
Current children cumulated vsize (KiB) 3466980

[startup+6.30178 s]
/proc/loadavg: 7.24 7.80 7.93 10/379 6918
/proc/meminfo: memFree=23266424/32951124 swapFree=67023148/67111528
[pid=6889] ppid=6887 vsize=427968 CPUtime=1.13 cores=0-7
/proc/6889/stat : 6889 (python) S 6887 6889 5789 0 -1 4202496 15512 937 1 0 103 10 0 0 22 0 9 0 643697417 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6889/statm: 106992 7752 1889 364 0 42889 0
[pid=6895] ppid=6889 vsize=280036 CPUtime=0 cores=0-7
/proc/6895/stat : 6895 (python) S 6889 6889 5789 0 -1 4202560 989 0 0 0 0 0 0 0 18 0 1 0 643697524 286756864 5975 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317583 0 0 16781312 514 11994608360709128450 0 0 17 1 0 0 0
/proc/6895/statm: 70009 5975 382 364 0 5927 0
[pid=6897] ppid=6895 vsize=7500 CPUtime=5.22 cores=0-7
/proc/6897/stat : 6897 (lingeling) R 6895 6897 6897 0 -1 4202496 2490 0 0 0 521 1 0 0 25 0 1 0 643697525 7680000 1076 33554432000 4194304 4352236 140735410439424 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/6897/statm: 1875 1076 128 39 0 955 0
[pid=6898] ppid=6889 vsize=290652 CPUtime=0.02 cores=0-7
/proc/6898/stat : 6898 (python) S 6889 6889 5789 0 -1 4202560 908 0 0 0 1 1 0 0 15 0 1 0 643697527 297627648 6026 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 3341525792268976386 0 0 17 1 0 0 0
/proc/6898/statm: 72663 6026 371 364 0 8578 0
[pid=6900] ppid=6898 vsize=46476 CPUtime=5.19 cores=0-7
/proc/6900/stat : 6900 (cryptominisat-2) R 6898 6900 6900 0 -1 4202496 5424 0 0 0 519 0 0 0 25 0 1 0 643697527 47591424 2818 33554432000 4194304 4677096 140734622652352 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/6900/statm: 11619 2818 391 118 0 6578 0
[pid=6901] ppid=6889 vsize=366444 CPUtime=0 cores=0-7
/proc/6901/stat : 6901 (python) S 6889 6889 5789 0 -1 4202560 783 0 0 0 0 0 0 0 18 0 1 0 643697529 375238656 6146 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 5225548037434081538 0 0 17 1 0 0 0
/proc/6901/statm: 91611 6146 370 364 0 27523 0
[pid=6903] ppid=6901 vsize=7752 CPUtime=5.17 cores=0-7
/proc/6903/stat : 6903 (lingeling) R 6901 6903 6903 0 -1 4202496 2381 0 0 0 517 0 0 0 25 0 1 0 643697530 7938048 1139 33554432000 4194304 4352236 140734740486368 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6903/statm: 1938 1139 128 39 0 1018 0
[pid=6904] ppid=6889 vsize=376700 CPUtime=0 cores=0-7
/proc/6904/stat : 6904 (python) S 6889 6889 5789 0 -1 4202560 794 0 0 0 0 0 0 0 18 0 1 0 643697532 385740800 6122 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 12014767631526494467 0 0 17 6 0 0 0
/proc/6904/statm: 94175 6122 371 364 0 30084 0
[pid=6906] ppid=6904 vsize=7556 CPUtime=5.08 cores=0-7
/proc/6906/stat : 6906 (lingeling) R 6904 6906 6906 0 -1 4202496 2044 0 0 0 508 0 0 0 25 0 1 0 643697532 7737344 1090 33554432000 4194304 4352236 140734746420496 18446744073709551615 4277893 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/6906/statm: 1889 1090 128 39 0 969 0
[pid=6907] ppid=6889 vsize=386956 CPUtime=0 cores=0-7
/proc/6907/stat : 6907 (python) S 6889 6889 5789 0 -1 4202560 804 0 0 0 0 0 0 0 18 0 1 0 643697534 396242944 6149 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 5524587712398459138 0 0 17 0 0 0 0
/proc/6907/statm: 96739 6149 371 364 0 32645 0
[pid=6909] ppid=6907 vsize=6244 CPUtime=5.07 cores=0-7
/proc/6909/stat : 6909 (SApperloT-base) R 6907 6909 6909 0 -1 4202496 1567 0 0 0 507 0 0 0 25 0 1 0 643697535 6393856 1309 33554432000 134512640 135674940 4293748384 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6909/statm: 1561 1309 99 284 0 1275 0
[pid=6910] ppid=6889 vsize=397212 CPUtime=0 cores=0-7
/proc/6910/stat : 6910 (python) S 6889 6889 5789 0 -1 4202560 812 0 0 0 0 0 0 0 18 0 1 0 643697537 406745088 6164 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 4450647426549645570 0 0 17 0 0 0 0
/proc/6910/statm: 99303 6164 371 364 0 35206 0
[pid=6912] ppid=6910 vsize=8032 CPUtime=5.07 cores=0-7
/proc/6912/stat : 6912 (precosat) R 6910 6912 6912 0 -1 4202496 2168 0 0 0 507 0 0 0 25 0 1 0 643697537 8224768 1836 33554432000 4194304 4890832 140733761511456 18446744073709551615 4238673 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/6912/statm: 2008 1836 86 171 0 1835 0
[pid=6913] ppid=6889 vsize=407468 CPUtime=0.01 cores=0-7
/proc/6913/stat : 6913 (python) S 6889 6889 5789 0 -1 4202560 824 0 0 0 1 0 0 0 15 0 1 0 643697539 417247232 6157 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 17495169540722491649 0 0 17 4 0 0 0
/proc/6913/statm: 101867 6157 371 364 0 37767 0
[pid=6915] ppid=6913 vsize=46632 CPUtime=5.04 cores=0-7
/proc/6915/stat : 6915 (cryptominisat-2) R 6913 6915 6915 0 -1 4202496 5762 0 0 0 503 1 0 0 25 0 1 0 643697540 47751168 3166 33554432000 4194304 4677096 140735821401408 18446744073709551615 4318873 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6915/statm: 11658 3166 391 118 0 6617 0
[pid=6916] ppid=6889 vsize=417724 CPUtime=0.01 cores=0-7
/proc/6916/stat : 6916 (python) S 6889 6889 5789 0 -1 4202560 869 0 0 0 0 1 0 0 18 0 1 0 643697542 427749376 6236 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 5689757173756690689 0 0 17 0 0 0 0
/proc/6916/statm: 104431 6236 377 364 0 40328 0
[pid=6918] ppid=6916 vsize=7556 CPUtime=4.97 cores=0-7
/proc/6918/stat : 6918 (lingeling) R 6916 6918 6918 0 -1 4202496 1993 0 0 0 497 0 0 0 25 0 1 0 643697542 7737344 1090 33554432000 4194304 4352236 140735701222144 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/6918/statm: 1889 1090 128 39 0 969 0

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

[pid=6916] ppid=6889 vsize=417724 CPUtime=0.12 cores=0-7
/proc/6916/stat : 6916 (python) S 6889 6889 5789 0 -1 4202560 869 0 0 0 6 6 0 0 18 0 1 0 643697542 427749376 6236 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 102650405569134849 0 0 17 0 0 0 0
/proc/6916/statm: 104431 6236 377 364 0 40328 0
[pid=6918] ppid=6916 vsize=10808 CPUtime=50.23 cores=0-7
/proc/6918/stat : 6918 (lingeling) R 6916 6918 6918 0 -1 4202496 7958 0 0 0 5022 1 0 0 25 0 1 0 643697542 11067392 1903 33554432000 4194304 4352236 140735701222144 18446744073709551615 4328208 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/6918/statm: 2702 1903 128 39 0 1782 0
[pid=6889/tid=6896] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6896/stat : 6896 (python) S 6887 6889 5789 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 643697525 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 6 0 0 0
[pid=6889/tid=6899] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6899/stat : 6899 (python) S 6887 6889 5789 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 9 0 643697527 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 3 0 0 0
[pid=6889/tid=6902] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6902/stat : 6902 (python) S 6887 6889 5789 0 -1 4202560 64 937 0 0 0 0 0 0 19 0 9 0 643697529 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 6 0 0 0
[pid=6889/tid=6905] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6905/stat : 6905 (python) S 6887 6889 5789 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 9 0 643697532 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 1 0 0 0
[pid=6889/tid=6908] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6908/stat : 6908 (python) S 6887 6889 5789 0 -1 4202560 34 937 0 0 0 0 0 0 21 0 9 0 643697534 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
[pid=6889/tid=6911] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6911/stat : 6911 (python) S 6887 6889 5789 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 9 0 643697537 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
[pid=6889/tid=6914] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6914/stat : 6914 (python) S 6887 6889 5789 0 -1 4202560 33 937 0 0 0 0 0 0 20 0 9 0 643697540 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
[pid=6889/tid=6917] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6917/stat : 6917 (python) S 6887 6889 5789 0 -1 4202560 34 937 0 0 0 0 0 0 22 0 9 0 643697542 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.2
Current children cumulated vsize (KiB) 3547280

[startup+52.3015 s]
/proc/loadavg: 7.80 7.86 7.94 9/379 6919
/proc/meminfo: memFree=23199748/32951124 swapFree=67023148/67111528
[pid=6889] ppid=6887 vsize=427968 CPUtime=1.13 cores=0-7
/proc/6889/stat : 6889 (python) S 6887 6889 5789 0 -1 4202496 15512 937 1 0 103 10 0 0 22 0 9 0 643697417 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6889/statm: 106992 7752 1889 364 0 42889 0
[pid=6895] ppid=6889 vsize=280036 CPUtime=0.12 cores=0-7
/proc/6895/stat : 6895 (python) S 6889 6889 5789 0 -1 4202560 1012 0 0 0 6 6 0 0 18 0 1 0 643697524 286756864 5975 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317583 0 0 16781312 514 102650405569134850 0 0 17 1 0 0 0
/proc/6895/statm: 70009 5975 382 364 0 5927 0
[pid=6897] ppid=6895 vsize=12756 CPUtime=51.2 cores=0-7
/proc/6897/stat : 6897 (lingeling) R 6895 6897 6897 0 -1 4202496 9468 0 0 0 5119 1 0 0 25 0 1 0 643697525 13062144 2390 33554432000 4194304 4352236 140735410439424 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/6897/statm: 3189 2390 128 39 0 2269 0
[pid=6898] ppid=6889 vsize=290652 CPUtime=0.15 cores=0-7
/proc/6898/stat : 6898 (python) S 6889 6889 5789 0 -1 4202560 930 0 0 0 8 7 0 0 15 0 1 0 643697527 297627648 6026 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 3341525792268976386 0 0 17 1 0 0 0
/proc/6898/statm: 72663 6026 371 364 0 8578 0
[pid=6900] ppid=6898 vsize=57916 CPUtime=51.2 cores=0-7
/proc/6900/stat : 6900 (cryptominisat-2) R 6898 6900 6900 0 -1 4202496 23782 0 0 0 5114 6 0 0 25 0 1 0 643697527 59305984 7464 33554432000 4194304 4677096 140734622652352 18446744073709551615 4282464 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/6900/statm: 14479 7464 391 118 0 9438 0
[pid=6901] ppid=6889 vsize=366444 CPUtime=0.12 cores=0-7
/proc/6901/stat : 6901 (python) S 6889 6889 5789 0 -1 4202560 784 0 0 0 6 6 0 0 18 0 1 0 643697529 375238656 6147 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 102650405569134850 0 0 17 1 0 0 0
/proc/6901/statm: 91611 6147 371 364 0 27523 0
[pid=6903] ppid=6901 vsize=12628 CPUtime=51.17 cores=0-7
/proc/6903/stat : 6903 (lingeling) R 6901 6903 6903 0 -1 4202496 9009 0 0 0 5116 1 0 0 25 0 1 0 643697530 12931072 2359 33554432000 4194304 4352236 140734740486368 18446744073709551615 4328205 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6903/statm: 3157 2359 129 39 0 2237 0
[pid=6904] ppid=6889 vsize=376700 CPUtime=0.12 cores=0-7
/proc/6904/stat : 6904 (python) S 6889 6889 5789 0 -1 4202560 798 0 0 0 6 6 0 0 18 0 1 0 643697532 385740800 6122 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 102650405569134851 0 0 17 6 0 0 0
/proc/6904/statm: 94175 6122 371 364 0 30084 0
[pid=6906] ppid=6904 vsize=12804 CPUtime=50.49 cores=0-7
/proc/6906/stat : 6906 (lingeling) R 6904 6906 6906 0 -1 4202496 9826 0 0 0 5048 1 0 0 25 0 1 0 643697532 13111296 2403 33554432000 4194304 4352236 140734746420496 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/6906/statm: 3201 2403 129 39 0 2281 0
[pid=6907] ppid=6889 vsize=386956 CPUtime=0.12 cores=0-7
/proc/6907/stat : 6907 (python) S 6889 6889 5789 0 -1 4202560 807 0 0 0 6 6 0 0 18 0 1 0 643697534 396242944 6149 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 102650405569134850 0 0 17 0 0 0 0
/proc/6907/statm: 96739 6149 371 364 0 32645 0
[pid=6909] ppid=6907 vsize=10908 CPUtime=50.7 cores=0-7
/proc/6909/stat : 6909 (SApperloT-base) R 6907 6909 6909 0 -1 4202496 2716 0 0 0 5070 0 0 0 25 0 1 0 643697535 11169792 2458 33554432000 134512640 135674940 4293748384 18446744073709551615 134564620 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6909/statm: 2727 2458 100 284 0 2441 0
[pid=6910] ppid=6889 vsize=397212 CPUtime=0.12 cores=0-7
/proc/6910/stat : 6910 (python) S 6889 6889 5789 0 -1 4202560 812 0 0 0 6 6 0 0 18 0 1 0 643697537 406745088 6164 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 102650405569134850 0 0 17 0 0 0 0
/proc/6910/statm: 99303 6164 371 364 0 35206 0
[pid=6912] ppid=6910 vsize=16412 CPUtime=50.96 cores=0-7
/proc/6912/stat : 6912 (precosat) R 6910 6912 6912 0 -1 4202496 4262 0 0 0 5096 0 0 0 25 0 1 0 643697537 16805888 3930 33554432000 4194304 4890832 140733761511456 18446744073709551615 4239101 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/6912/statm: 4103 3930 86 171 0 3930 0
[pid=6913] ppid=6889 vsize=407468 CPUtime=0.15 cores=0-7
/proc/6913/stat : 6913 (python) S 6889 6889 5789 0 -1 4202560 836 0 0 0 8 7 0 0 15 0 1 0 643697539 417247232 6157 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 5607135072567132417 0 0 17 4 0 0 0
/proc/6913/statm: 101867 6157 371 364 0 37767 0
[pid=6915] ppid=6913 vsize=59840 CPUtime=50.9 cores=0-7
/proc/6915/stat : 6915 (cryptominisat-2) R 6913 6915 6915 0 -1 4202496 24376 0 0 0 5084 6 0 0 25 0 1 0 643697540 61276160 8086 33554432000 4194304 4677096 140735821401408 18446744073709551615 4319978 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6915/statm: 14960 8086 391 118 0 9919 0
[pid=6916] ppid=6889 vsize=417724 CPUtime=0.12 cores=0-7
/proc/6916/stat : 6916 (python) S 6889 6889 5789 0 -1 4202560 869 0 0 0 6 6 0 0 18 0 1 0 643697542 427749376 6236 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 102650405569134849 0 0 17 0 0 0 0
/proc/6916/statm: 104431 6236 377 364 0 40328 0
[pid=6918] ppid=6916 vsize=10808 CPUtime=50.63 cores=0-7
/proc/6918/stat : 6918 (lingeling) R 6916 6918 6918 0 -1 4202496 7958 0 0 0 5062 1 0 0 25 0 1 0 643697542 11067392 1903 33554432000 4194304 4352236 140735701222144 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/6918/statm: 2702 1903 128 39 0 1782 0
[pid=6889/tid=6896] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6896/stat : 6896 (python) S 6887 6889 5789 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 643697525 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 6 0 0 0
[pid=6889/tid=6899] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6899/stat : 6899 (python) S 6887 6889 5789 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 9 0 643697527 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 3 0 0 0
[pid=6889/tid=6902] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6902/stat : 6902 (python) S 6887 6889 5789 0 -1 4202560 64 937 0 0 0 0 0 0 19 0 9 0 643697529 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 6 0 0 0
[pid=6889/tid=6905] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6905/stat : 6905 (python) S 6887 6889 5789 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 9 0 643697532 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 1 0 0 0
[pid=6889/tid=6908] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6908/stat : 6908 (python) S 6887 6889 5789 0 -1 4202560 34 937 0 0 0 0 0 0 21 0 9 0 643697534 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
[pid=6889/tid=6911] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6911/stat : 6911 (python) S 6887 6889 5789 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 9 0 643697537 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
[pid=6889/tid=6914] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6914/stat : 6914 (python) S 6887 6889 5789 0 -1 4202560 33 937 0 0 0 0 0 0 20 0 9 0 643697540 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
[pid=6889/tid=6917] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6917/stat : 6917 (python) S 6887 6889 5789 0 -1 4202560 34 937 0 0 0 0 0 0 22 0 9 0 643697542 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 409.4
Current children cumulated vsize (KiB) 3545232

[startup+52.5015 s]
/proc/loadavg: 7.80 7.86 7.94 9/379 6919
/proc/meminfo: memFree=23199748/32951124 swapFree=67023148/67111528
[pid=6889] ppid=6887 vsize=427968 CPUtime=1.13 cores=0-7
/proc/6889/stat : 6889 (python) S 6887 6889 5789 0 -1 4202496 15512 937 1 0 103 10 0 0 22 0 9 0 643697417 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6889/statm: 106992 7752 1889 364 0 42889 0
[pid=6895] ppid=6889 vsize=280036 CPUtime=0.12 cores=0-7
/proc/6895/stat : 6895 (python) S 6889 6889 5789 0 -1 4202560 1012 0 0 0 6 6 0 0 18 0 1 0 643697524 286756864 5975 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317583 0 0 16781312 514 102650405569134850 0 0 17 1 0 0 0
/proc/6895/statm: 70009 5975 382 364 0 5927 0
[pid=6897] ppid=6895 vsize=12756 CPUtime=51.4 cores=0-7
/proc/6897/stat : 6897 (lingeling) R 6895 6897 6897 0 -1 4202496 9468 0 0 0 5139 1 0 0 25 0 1 0 643697525 13062144 2390 33554432000 4194304 4352236 140735410439424 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/6897/statm: 3189 2390 128 39 0 2269 0
[pid=6898] ppid=6889 vsize=290652 CPUtime=0.15 cores=0-7
/proc/6898/stat : 6898 (python) S 6889 6889 5789 0 -1 4202560 931 0 0 0 8 7 0 0 15 0 1 0 643697527 297627648 6026 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 5607135076862099714 0 0 17 1 0 0 0
/proc/6898/statm: 72663 6026 371 364 0 8578 0
[pid=6900] ppid=6898 vsize=57400 CPUtime=51.4 cores=0-7
/proc/6900/stat : 6900 (cryptominisat-2) R 6898 6900 6900 0 -1 4202496 23842 0 0 0 5134 6 0 0 25 0 1 0 643697527 58777600 7430 33554432000 4194304 4677096 140734622652352 18446744073709551615 233510340743 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/6900/statm: 14350 7430 396 118 0 9309 0
[pid=6901] ppid=6889 vsize=366444 CPUtime=0.12 cores=0-7
/proc/6901/stat : 6901 (python) S 6889 6889 5789 0 -1 4202560 784 0 0 0 6 6 0 0 18 0 1 0 643697529 375238656 6147 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 102650405569134850 0 0 17 1 0 0 0
/proc/6901/statm: 91611 6147 371 364 0 27523 0
[pid=6903] ppid=6901 vsize=12628 CPUtime=51.37 cores=0-7
/proc/6903/stat : 6903 (lingeling) R 6901 6903 6903 0 -1 4202496 9009 0 0 0 5136 1 0 0 25 0 1 0 643697530 12931072 2359 33554432000 4194304 4352236 140734740486368 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6903/statm: 3157 2359 129 39 0 2237 0
[pid=6904] ppid=6889 vsize=376700 CPUtime=0.12 cores=0-7
/proc/6904/stat : 6904 (python) S 6889 6889 5789 0 -1 4202560 798 0 0 0 6 6 0 0 18 0 1 0 643697532 385740800 6122 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 102650405569134851 0 0 17 6 0 0 0
/proc/6904/statm: 94175 6122 371 364 0 30084 0
[pid=6906] ppid=6904 vsize=12804 CPUtime=50.69 cores=0-7
/proc/6906/stat : 6906 (lingeling) R 6904 6906 6906 0 -1 4202496 9826 0 0 0 5068 1 0 0 25 0 1 0 643697532 13111296 2403 33554432000 4194304 4352236 140734746420496 18446744073709551615 4207863 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/6906/statm: 3201 2403 129 39 0 2281 0
[pid=6907] ppid=6889 vsize=386956 CPUtime=0.12 cores=0-7
/proc/6907/stat : 6907 (python) S 6889 6889 5789 0 -1 4202560 807 0 0 0 6 6 0 0 18 0 1 0 643697534 396242944 6149 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 102650405569134850 0 0 17 0 0 0 0
/proc/6907/statm: 96739 6149 371 364 0 32645 0
[pid=6909] ppid=6907 vsize=10908 CPUtime=50.9 cores=0-7
/proc/6909/stat : 6909 (SApperloT-base) R 6907 6909 6909 0 -1 4202496 2716 0 0 0 5090 0 0 0 25 0 1 0 643697535 11169792 2458 33554432000 134512640 135674940 4293748384 18446744073709551615 134564258 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6909/statm: 2727 2458 100 284 0 2441 0
[pid=6910] ppid=6889 vsize=397212 CPUtime=0.12 cores=0-7
/proc/6910/stat : 6910 (python) S 6889 6889 5789 0 -1 4202560 812 0 0 0 6 6 0 0 18 0 1 0 643697537 406745088 6164 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 102650405569134850 0 0 17 0 0 0 0
/proc/6910/statm: 99303 6164 371 364 0 35206 0
[pid=6912] ppid=6910 vsize=16412 CPUtime=51.16 cores=0-7
/proc/6912/stat : 6912 (precosat) R 6910 6912 6912 0 -1 4202496 4262 0 0 0 5116 0 0 0 25 0 1 0 643697537 16805888 3930 33554432000 4194304 4890832 140733761511456 18446744073709551615 4299172 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/6912/statm: 4103 3930 86 171 0 3930 0
[pid=6913] ppid=6889 vsize=407468 CPUtime=0.15 cores=0-7
/proc/6913/stat : 6913 (python) S 6889 6889 5789 0 -1 4202560 836 0 0 0 8 7 0 0 15 0 1 0 643697539 417247232 6157 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 5607135072567132417 0 0 17 4 0 0 0
/proc/6913/statm: 101867 6157 371 364 0 37767 0
[pid=6915] ppid=6913 vsize=59840 CPUtime=51.1 cores=0-7
/proc/6915/stat : 6915 (cryptominisat-2) R 6913 6915 6915 0 -1 4202496 24409 0 0 0 5104 6 0 0 25 0 1 0 643697540 61276160 8119 33554432000 4194304 4677096 140735821401408 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6915/statm: 14960 8119 391 118 0 9919 0
[pid=6916] ppid=6889 vsize=417724 CPUtime=0.12 cores=0-7
/proc/6916/stat : 6916 (python) S 6889 6889 5789 0 -1 4202560 869 0 0 0 6 6 0 0 18 0 1 0 643697542 427749376 6236 33554432000 4194304 5683644 140735590000080 18446744073709551615 233510317638 0 0 16781312 514 102650405569134849 0 0 17 0 0 0 0
/proc/6916/statm: 104431 6236 377 364 0 40328 0
[pid=6918] ppid=6916 vsize=10808 CPUtime=50.83 cores=0-7
/proc/6918/stat : 6918 (lingeling) R 6916 6918 6918 0 -1 4202496 7958 0 0 0 5082 1 0 0 25 0 1 0 643697542 11067392 1903 33554432000 4194304 4352236 140735701222144 18446744073709551615 4271284 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/6918/statm: 2702 1903 128 39 0 1782 0
[pid=6889/tid=6896] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6896/stat : 6896 (python) S 6887 6889 5789 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 643697525 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 6 0 0 0
[pid=6889/tid=6899] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6899/stat : 6899 (python) S 6887 6889 5789 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 9 0 643697527 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 3 0 0 0
[pid=6889/tid=6902] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6902/stat : 6902 (python) S 6887 6889 5789 0 -1 4202560 64 937 0 0 0 0 0 0 19 0 9 0 643697529 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 6 0 0 0
[pid=6889/tid=6905] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6905/stat : 6905 (python) S 6887 6889 5789 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 9 0 643697532 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 1 0 0 0
[pid=6889/tid=6908] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6908/stat : 6908 (python) S 6887 6889 5789 0 -1 4202560 34 937 0 0 0 0 0 0 21 0 9 0 643697534 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
[pid=6889/tid=6911] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6911/stat : 6911 (python) S 6887 6889 5789 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 9 0 643697537 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
[pid=6889/tid=6914] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6914/stat : 6914 (python) S 6887 6889 5789 0 -1 4202560 33 937 0 0 0 0 0 0 20 0 9 0 643697540 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
[pid=6889/tid=6917] ppid=6887 vsize=427968 CPUtime=0 cores=0-7
/proc/6889/task/6917/stat : 6917 (python) S 6887 6889 5789 0 -1 4202560 34 937 0 0 0 0 0 0 22 0 9 0 643697542 438239232 7752 33554432000 4194304 5683644 140735590000080 18446744073709551615 233522121137 0 0 16781312 2 18446604443205416128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 411
Current children cumulated vsize (KiB) 3544716

Child status: 0
Real time (s): 52.5481
CPU time (s): 411.304
CPU user time (s): 410.422
CPU system time (s): 0.882865
CPU usage (%): 782.72
Max. virtual memory (cumulated for all children) (KiB): 3548684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 410.422
system time used= 0.882865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120057
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= 2184
involuntary context switches= 2685

runsolver used 0.216967 second user time and 0.45793 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-16 04:26:55
IDJOB=3381332
IDBENCH=88045
IDSOLVER=1864
FILE ID=node145/3381332-1305512815
RUNJOBID= node145-1305507717-5803
PBS_JOBID= 13325510
Free space on /tmp= 73724 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.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-3381332-1305512815/watcher-3381332-1305512815 -o /tmp/evaluation-result-3381332-1305512815/solver-3381332-1305512815 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381332-1305512815.cnf -seed 1362233592 -budget 40000 -cores 8

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1362233592

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23369160 kB
Buffers:         56600 kB
Cached:         294168 kB
SwapCached:       4796 kB
Active:        6411912 kB
Inactive:      2924792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23369160 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:           32128 kB
Writeback:           0 kB
AnonPages:     8981712 kB
Mapped:          27924 kB
Slab:           135584 kB
PageTables:      42408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83664124 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= 73696 MiB
End job on node145 at 2011-05-16 04:27:48