Trace number 3380908

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 335.873 65.3376

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
MD5SUM7eb9713591c46f87c512df513290fd7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.938
Satisfiable
(Un)Satisfiability was proved
Number of variables115266
Number of clauses345359
Sum of the clauses size805835
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2230238
Number of clauses of size 3115119
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3380908-1305494546.cnf
0.30/0.47	c INFO: computing task features
1.30/1.46	c INFO: computed variable-clause graph statistics
1.39/1.51	c INFO: computed clause balance statistics
6.69/6.85	c INFO: computed variable balance statistics
10.69/10.88	c INFO: computed small-clause counts
10.80/10.93	c INFO: computed Horn-clause counts
26.20/26.38	c INFO: computed variable graph statistics
26.20/26.38	c INFO: collected features for HOME/instance-3380908-1305494546.cnf in 25.88 s
26.20/26.41	c INFO: running lingeling-276@0 for 97 with 4974 remaining (b = 0.43)
26.31/26.43	c INFO: running lingeling-276@0 for 1261 with 4974 remaining (b = 0.52)
26.31/26.46	c INFO: running cryptominisat-2.9.0@0 for 485 with 4974 remaining (b = 0.35)
26.31/26.49	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4973 remaining (b = 0.57)
26.39/26.52	c INFO: running lingeling-276@0 for 1261 with 4973 remaining (b = 0.42)
26.39/26.55	c INFO: running SApperloT@0 for 97 with 4973 remaining (b = 0.03)
26.39/26.58	c INFO: running lingeling-276@0 for 1067 with 4973 remaining (b = 0.31)
26.49/26.61	c INFO: running precosat-570@0 for 291 with 4973 remaining (b = 0.17)
335.02/65.29	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-3380908-1305494546/watcher-3380908-1305494546 -o /tmp/evaluation-result-3380908-1305494546/solver-3380908-1305494546 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380908-1305494546.cnf -seed 604609874 -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: 2.75 1.93 4.11 1/426 11110
/proc/meminfo: memFree=10644932/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=16240 CPUtime=0 cores=0-7
/proc/11110/stat : 11110 (python) R 11108 11110 10540 0 -1 4202496 995 0 0 0 0 0 0 0 20 0 1 0 661053254 16629760 869 33554432000 4194304 5683644 140735097774416 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11110/statm: 4060 869 368 364 0 547 0

[startup+0.0971379 s]
/proc/loadavg: 2.75 1.93 4.11 1/426 11110
/proc/meminfo: memFree=10644932/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=102012 CPUtime=0.07 cores=0-7
/proc/11110/stat : 11110 (python) S 11108 11110 10540 0 -1 4202496 3026 0 0 0 5 2 0 0 20 0 1 0 661053254 104460288 2718 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/11110/statm: 25503 2718 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.10116 s]
/proc/loadavg: 2.75 1.93 4.11 1/426 11110
/proc/meminfo: memFree=10644932/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=104232 CPUtime=0.07 cores=0-7
/proc/11110/stat : 11110 (python) R 11108 11110 10540 0 -1 4202496 3086 0 0 0 5 2 0 0 20 0 1 0 661053254 106733568 2768 33554432000 4194304 5683644 140735097774416 18446744073709551615 5116756 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11110/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.301098 s]
/proc/loadavg: 2.75 1.93 4.11 1/426 11110
/proc/meminfo: memFree=10644932/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=170756 CPUtime=0.22 cores=0-7
/proc/11110/stat : 11110 (python) R 11108 11110 10540 0 -1 4202496 6733 934 1 0 16 6 0 0 17 0 1 0 661053254 174854144 4806 33554432000 4194304 5683644 140735097774416 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11110/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170756

[startup+0.701036 s]
/proc/loadavg: 2.75 1.93 4.11 1/426 11110
/proc/meminfo: memFree=10644932/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=299392 CPUtime=0.59 cores=0-7
/proc/11110/stat : 11110 (python) R 11108 11110 10540 0 -1 4202496 14582 934 1 0 50 9 0 0 17 0 1 0 661053254 306577408 12145 33554432000 4194304 5683644 140735097774416 18446744073709551615 47386190173505 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11110/statm: 74848 12146 1761 364 0 10772 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 299392

[startup+1.50089 s]
/proc/loadavg: 2.75 1.93 4.11 2/427 11115
/proc/meminfo: memFree=10581436/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=343060 CPUtime=1.39 cores=0-7
/proc/11110/stat : 11110 (python) R 11108 11110 10540 0 -1 4202496 36669 934 1 0 127 12 0 0 19 0 1 0 661053254 351293440 23144 33554432000 4194304 5683644 140735097774416 18446744073709551615 47386024472188 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11110/statm: 85765 23144 1820 364 0 21689 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 343060

[startup+3.10062 s]
/proc/loadavg: 2.75 1.93 4.11 2/427 11115
/proc/meminfo: memFree=10557752/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=343060 CPUtime=2.99 cores=0-7
/proc/11110/stat : 11110 (python) R 11108 11110 10540 0 -1 4202496 36675 934 1 0 287 12 0 0 22 0 1 0 661053254 351293440 23150 33554432000 4194304 5683644 140735097774416 18446744073709551615 4510893 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11110/statm: 85765 23150 1826 364 0 21689 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 343060

[startup+6.30106 s]
/proc/loadavg: 2.61 1.92 4.09 3/427 11115
/proc/meminfo: memFree=10557504/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=343060 CPUtime=6.19 cores=0-7
/proc/11110/stat : 11110 (python) R 11108 11110 10540 0 -1 4202496 36675 934 1 0 607 12 0 0 25 0 1 0 661053254 351293440 23150 33554432000 4194304 5683644 140735097774416 18446744073709551615 47386022098967 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11110/statm: 85765 23150 1826 364 0 21689 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 343060

[startup+12.701 s]
/proc/loadavg: 2.64 1.93 4.09 2/427 11115
/proc/meminfo: memFree=10555968/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=345756 CPUtime=12.59 cores=0-7
/proc/11110/stat : 11110 (python) R 11108 11110 10540 0 -1 4202496 37356 934 1 0 1247 12 0 0 25 0 1 0 661053254 354054144 23831 33554432000 4194304 5683644 140735097774416 18446744073709551615 47386019321996 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11110/statm: 86439 23831 1833 364 0 22363 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 345756

[startup+25.5008 s]
/proc/loadavg: 2.41 1.92 4.05 2/427 11116
/proc/meminfo: memFree=10558332/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=345756 CPUtime=25.39 cores=0-7
/proc/11110/stat : 11110 (python) R 11108 11110 10540 0 -1 4202496 37356 934 1 0 2527 12 0 0 25 0 1 0 661053254 354054144 23831 33554432000 4194304 5683644 140735097774416 18446744073709551615 47386019321996 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11110/statm: 86439 23831 1833 364 0 22363 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 345756

[startup+51.1013 s]
/proc/loadavg: 4.48 2.44 4.16 9/451 11140
/proc/meminfo: memFree=9735800/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=422528 CPUtime=26.5 cores=0-7
/proc/11110/stat : 11110 (python) S 11108 11110 10540 0 -1 4202496 43208 934 1 0 2634 16 0 0 20 0 9 0 661053254 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11110/statm: 105632 22597 1889 364 0 41529 0
[pid=11117] ppid=11110 vsize=340492 CPUtime=0.08 cores=0-7
/proc/11117/stat : 11117 (python) S 11110 11110 10540 0 -1 4202560 994 0 0 0 3 5 0 0 18 0 1 0 661055895 348663808 21057 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570255 0 0 16781312 514 16703815833545048328 0 0 17 4 0 0 0
/proc/11117/statm: 85123 21057 381 364 0 21041 0
[pid=11119] ppid=11117 vsize=28860 CPUtime=24.04 cores=0-7
/proc/11119/stat : 11119 (lingeling) R 11117 11119 11119 0 -1 4202496 18992 0 0 0 2402 2 0 0 25 0 1 0 661055896 29552640 6386 33554432000 4194304 4352236 140735083879728 18446744073709551615 4329265 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11119/statm: 7215 6386 129 39 0 6295 0
[pid=11120] ppid=11110 vsize=350748 CPUtime=0.07 cores=0-7
/proc/11120/stat : 11120 (python) S 11110 11110 10540 0 -1 4202560 935 0 0 0 3 4 0 0 18 0 1 0 661055898 359165952 21050 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048326 0 0 17 5 0 0 0
/proc/11120/statm: 87687 21050 370 364 0 23602 0
[pid=11122] ppid=11120 vsize=26944 CPUtime=24.63 cores=0-7
/proc/11122/stat : 11122 (lingeling) R 11120 11122 11122 0 -1 4202496 21724 0 0 0 2461 2 0 0 25 0 1 0 661055900 27590656 5907 33554432000 4194304 4352236 140734062919248 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11122/statm: 6736 5907 129 39 0 5816 0
[pid=11123] ppid=11110 vsize=361004 CPUtime=0.08 cores=0-7
/proc/11123/stat : 11123 (python) S 11110 11110 10540 0 -1 4202560 930 0 0 0 3 5 0 0 15 0 1 0 661055901 369668096 21054 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 5998530825161769222 0 0 17 4 0 0 0
/proc/11123/statm: 90251 21054 370 364 0 26163 0
[pid=11125] ppid=11123 vsize=320988 CPUtime=24.49 cores=0-7
/proc/11125/stat : 11125 (cryptominisat-2) R 11123 11125 11125 0 -1 4202496 78414 0 0 0 2435 14 0 0 25 0 1 0 661055901 328691712 70871 33554432000 4194304 4677096 140736540086848 18446744073709551615 4318801 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11125/statm: 80247 70871 391 118 0 75206 0
[pid=11126] ppid=11110 vsize=371260 CPUtime=0.08 cores=0-7
/proc/11126/stat : 11126 (python) S 11110 11110 10540 0 -1 4202560 931 0 0 0 4 4 0 0 15 0 1 0 661055903 380170240 21058 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16740816603137933575 0 0 17 6 0 0 0
/proc/11126/statm: 92815 21058 370 364 0 28724 0
[pid=11128] ppid=11126 vsize=321104 CPUtime=24.49 cores=0-7
/proc/11128/stat : 11128 (cryptominisat-2) R 11126 11128 11128 0 -1 4202496 78460 0 0 0 2439 10 0 0 25 0 1 0 661055905 328810496 70927 33554432000 4194304 4677096 140737230799008 18446744073709551615 4320272 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11128/statm: 80276 70927 391 118 0 75235 0
[pid=11129] ppid=11110 vsize=381516 CPUtime=0.08 cores=0-7
/proc/11129/stat : 11129 (python) S 11110 11110 10540 0 -1 4202560 946 0 0 0 5 3 0 0 18 0 1 0 661055906 390672384 21062 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048325 0 0 17 7 0 0 0
/proc/11129/statm: 95379 21062 370 364 0 31285 0
[pid=11131] ppid=11129 vsize=27336 CPUtime=24.44 cores=0-7
/proc/11131/stat : 11131 (lingeling) R 11129 11131 11131 0 -1 4202496 22132 0 0 0 2436 8 0 0 25 0 1 0 661055907 27992064 6004 33554432000 4194304 4352236 140733476588192 18446744073709551615 4327889 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11131/statm: 6834 6004 129 39 0 5914 0
[pid=11132] ppid=11110 vsize=391772 CPUtime=0.07 cores=0-7
/proc/11132/stat : 11132 (python) S 11110 11110 10540 0 -1 4202560 945 0 0 0 4 3 0 0 18 0 1 0 661055909 401174528 21066 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048324 0 0 17 5 0 0 0
/proc/11132/statm: 97943 21066 370 364 0 33846 0
[pid=11134] ppid=11132 vsize=30968 CPUtime=24.53 cores=0-7
/proc/11134/stat : 11134 (SApperloT-base) R 11132 11134 11134 0 -1 4202496 7506 0 0 0 2450 3 0 0 25 0 1 0 661055910 31711232 7141 33554432000 134512640 135674940 4289078320 18446744073709551615 135113127 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11134/statm: 7742 7141 100 284 0 7456 0
[pid=11135] ppid=11110 vsize=402028 CPUtime=0.08 cores=0-7
/proc/11135/stat : 11135 (python) S 11110 11110 10540 0 -1 4202560 955 0 0 0 4 4 0 0 18 0 1 0 661055912 411676672 21070 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048324 0 0 17 5 0 0 0
/proc/11135/statm: 100507 21070 370 364 0 36407 0
[pid=11137] ppid=11135 vsize=27008 CPUtime=24.26 cores=0-7
/proc/11137/stat : 11137 (lingeling) R 11135 11137 11137 0 -1 4202496 20908 0 0 0 2423 3 0 0 25 0 1 0 661055913 27656192 5922 33554432000 4194304 4352236 140734938624624 18446744073709551615 4328550 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11137/statm: 6752 5922 129 39 0 5832 0
[pid=11138] ppid=11110 vsize=412284 CPUtime=0.07 cores=0-7
/proc/11138/stat : 11138 (python) S 11110 11110 10540 0 -1 4202560 999 0 0 0 4 3 0 0 18 0 1 0 661055915 422178816 21080 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048325 0 0 17 7 0 0 0
/proc/11138/statm: 103071 21080 376 364 0 38968 0
[pid=11140] ppid=11138 vsize=106876 CPUtime=24.47 cores=0-7
/proc/11140/stat : 11140 (precosat) R 11138 11140 11140 0 -1 4202496 27961 0 0 0 2443 4 0 0 25 0 1 0 661055916 109441024 25886 33554432000 4194304 4890832 140735869335552 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/11140/statm: 26719 25886 86 171 0 26546 0
[pid=11110/tid=11118] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11118/stat : 11118 (python) S 11108 11110 10540 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 661055895 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
[pid=11110/tid=11121] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11121/stat : 11121 (python) S 11108 11110 10540 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 661055898 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
[pid=11110/tid=11124] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11124/stat : 11124 (python) S 11108 11110 10540 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 661055901 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 4 0 0 0
[pid=11110/tid=11127] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11127/stat : 11127 (python) S 11108 11110 10540 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 661055904 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 5 0 0 0
[pid=11110/tid=11130] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11130/stat : 11130 (python) S 11108 11110 10540 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 661055907 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
[pid=11110/tid=11133] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11133/stat : 11133 (python) S 11108 11110 10540 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 9 0 661055910 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 5 0 0 0
[pid=11110/tid=11136] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11136/stat : 11136 (python) S 11108 11110 10540 0 -1 4202560 25 934 0 0 0 0 0 0 24 0 9 0 661055912 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 5 0 0 0
[pid=11110/tid=11139] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11139/stat : 11139 (python) S 11108 11110 10540 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 661055915 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 222.46
Current children cumulated vsize (KiB) 4323716

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

[startup+57.5012 s]
/proc/loadavg: 4.84 2.55 4.19 9/451 11141
/proc/meminfo: memFree=9722540/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=422528 CPUtime=26.5 cores=0-7
/proc/11110/stat : 11110 (python) S 11108 11110 10540 0 -1 4202496 43208 934 1 0 2634 16 0 0 20 0 9 0 661053254 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11110/statm: 105632 22597 1889 364 0 41529 0
[pid=11117] ppid=11110 vsize=340492 CPUtime=0.11 cores=0-7
/proc/11117/stat : 11117 (python) S 11110 11110 10540 0 -1 4202560 997 0 0 0 5 6 0 0 18 0 1 0 661055895 348663808 21057 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570255 0 0 16781312 514 16703815833545048328 0 0 17 4 0 0 0
/proc/11117/statm: 85123 21057 381 364 0 21041 0
[pid=11119] ppid=11117 vsize=29092 CPUtime=30.29 cores=0-7
/proc/11119/stat : 11119 (lingeling) R 11117 11119 11119 0 -1 4202496 19481 0 0 0 3027 2 0 0 25 0 1 0 661055896 29790208 6444 33554432000 4194304 4352236 140735083879728 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11119/statm: 7273 6444 129 39 0 6353 0
[pid=11120] ppid=11110 vsize=350748 CPUtime=0.09 cores=0-7
/proc/11120/stat : 11120 (python) S 11110 11110 10540 0 -1 4202560 938 0 0 0 5 4 0 0 18 0 1 0 661055898 359165952 21050 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048326 0 0 17 5 0 0 0
/proc/11120/statm: 87687 21050 370 364 0 23602 0
[pid=11122] ppid=11120 vsize=29784 CPUtime=31.02 cores=0-7

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

/proc/11110/task/11124/stat : 11124 (python) S 11108 11110 10540 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 661055901 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 4 0 0 0
[pid=11110/tid=11127] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11127/stat : 11127 (python) S 11108 11110 10540 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 661055904 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 5 0 0 0
[pid=11110/tid=11130] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11130/stat : 11130 (python) S 11108 11110 10540 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 661055907 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
[pid=11110/tid=11133] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11133/stat : 11133 (python) S 11108 11110 10540 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 9 0 661055910 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 5 0 0 0
[pid=11110/tid=11136] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11136/stat : 11136 (python) S 11108 11110 10540 0 -1 4202560 25 934 0 0 0 0 0 0 24 0 9 0 661055912 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 5 0 0 0
[pid=11110/tid=11139] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11139/stat : 11139 (python) S 11108 11110 10540 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 661055915 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 324.64
Current children cumulated vsize (KiB) 4037356

[startup+64.701 s]
/proc/loadavg: 5.32 2.73 4.23 10/451 11141
/proc/meminfo: memFree=9999616/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=422528 CPUtime=26.5 cores=0-7
/proc/11110/stat : 11110 (python) S 11108 11110 10540 0 -1 4202496 43208 934 1 0 2634 16 0 0 20 0 9 0 661053254 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11110/statm: 105632 22597 1889 364 0 41529 0
[pid=11117] ppid=11110 vsize=340492 CPUtime=0.12 cores=0-7
/proc/11117/stat : 11117 (python) S 11110 11110 10540 0 -1 4202560 1000 0 0 0 5 7 0 0 18 0 1 0 661055895 348663808 21057 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570255 0 0 16781312 514 16703815833545048328 0 0 17 4 0 0 0
/proc/11117/statm: 85123 21057 381 364 0 21041 0
[pid=11119] ppid=11117 vsize=29756 CPUtime=37.35 cores=0-7
/proc/11119/stat : 11119 (lingeling) R 11117 11119 11119 0 -1 4202496 19668 0 0 0 3733 2 0 0 25 0 1 0 661055896 30470144 6610 33554432000 4194304 4352236 140735083879728 18446744073709551615 4329011 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11119/statm: 7439 6610 129 39 0 6519 0
[pid=11120] ppid=11110 vsize=350748 CPUtime=0.11 cores=0-7
/proc/11120/stat : 11120 (python) S 11110 11110 10540 0 -1 4202560 941 0 0 0 5 6 0 0 18 0 1 0 661055898 359165952 21050 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048326 0 0 17 5 0 0 0
/proc/11120/statm: 87687 21050 370 364 0 23602 0
[pid=11122] ppid=11120 vsize=29936 CPUtime=38.21 cores=0-7
/proc/11122/stat : 11122 (lingeling) R 11120 11122 11122 0 -1 4202496 22481 0 0 0 3819 2 0 0 25 0 1 0 661055900 30654464 6655 33554432000 4194304 4352236 140734062919248 18446744073709551615 4277008 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11122/statm: 7484 6655 129 39 0 6564 0
[pid=11123] ppid=11110 vsize=361004 CPUtime=0.15 cores=0-7
/proc/11123/stat : 11123 (python) S 11110 11110 10540 0 -1 4202560 939 0 0 0 7 8 0 0 15 0 1 0 661055901 369668096 21054 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 5607056663644176646 0 0 17 4 0 0 0
/proc/11123/statm: 90251 21054 370 364 0 26163 0
[pid=11125] ppid=11123 vsize=338388 CPUtime=37.99 cores=0-7
/proc/11125/stat : 11125 (cryptominisat-2) R 11123 11125 11125 0 -1 4202496 81327 0 0 0 3784 15 0 0 25 0 1 0 661055901 346509312 72539 33554432000 4194304 4677096 140736540086848 18446744073709551615 242970208018 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11125/statm: 84597 72539 396 118 0 79556 0
[pid=11126] ppid=11110 vsize=371260 CPUtime=1.18 cores=0-7
/proc/11126/stat : 11126 (python) R 11110 11110 10540 0 -1 4202560 945 0 0 0 93 25 0 0 16 0 1 0 661055903 380170240 21058 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/11126/statm: 92815 21058 370 364 0 28724 0
[pid=11128] ppid=11126 vsize=0 CPUtime=36.99 cores=0-7
/proc/11128/stat : 11128 (cryptominisat-2) R 11126 11128 11128 0 -1 4202500 80917 0 0 0 3687 12 0 0 25 0 1 0 661055905 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11128/statm: 0 0 0 0 0 0 0
[pid=11129] ppid=11110 vsize=381516 CPUtime=0.12 cores=0-7
/proc/11129/stat : 11129 (python) S 11110 11110 10540 0 -1 4202560 951 0 0 0 7 5 0 0 18 0 1 0 661055906 390672384 21062 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048325 0 0 17 7 0 0 0
/proc/11129/statm: 95379 21062 370 364 0 31285 0
[pid=11131] ppid=11129 vsize=30836 CPUtime=38.04 cores=0-7
/proc/11131/stat : 11131 (lingeling) R 11129 11131 11131 0 -1 4202496 23016 0 0 0 3795 9 0 0 25 0 1 0 661055907 31576064 6879 33554432000 4194304 4352236 140733476588192 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11131/statm: 7709 6879 129 39 0 6789 0
[pid=11132] ppid=11110 vsize=391772 CPUtime=0.11 cores=0-7
/proc/11132/stat : 11132 (python) S 11110 11110 10540 0 -1 4202560 949 0 0 0 6 5 0 0 18 0 1 0 661055909 401174528 21066 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048324 0 0 17 5 0 0 0
/proc/11132/statm: 97943 21066 370 364 0 33846 0
[pid=11134] ppid=11132 vsize=37692 CPUtime=38.13 cores=0-7
/proc/11134/stat : 11134 (SApperloT-base) R 11132 11134 11134 0 -1 4202496 9170 0 0 0 3809 4 0 0 25 0 1 0 661055910 38596608 8805 33554432000 134512640 135674940 4289078320 18446744073709551615 134564748 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11134/statm: 9423 8805 100 284 0 9137 0
[pid=11135] ppid=11110 vsize=402028 CPUtime=0.11 cores=0-7
/proc/11135/stat : 11135 (python) S 11110 11110 10540 0 -1 4202560 958 0 0 0 5 6 0 0 18 0 1 0 661055912 411676672 21070 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048324 0 0 17 5 0 0 0
/proc/11135/statm: 100507 21070 370 364 0 36407 0
[pid=11137] ppid=11135 vsize=30636 CPUtime=37.75 cores=0-7
/proc/11137/stat : 11137 (lingeling) R 11135 11137 11137 0 -1 4202496 21824 0 0 0 3772 3 0 0 25 0 1 0 661055913 31371264 6828 33554432000 4194304 4352236 140734938624624 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11137/statm: 7659 6828 129 39 0 6739 0
[pid=11138] ppid=11110 vsize=412284 CPUtime=0.11 cores=0-7
/proc/11138/stat : 11138 (python) S 11110 11110 10540 0 -1 4202560 1003 0 0 0 6 5 0 0 18 0 1 0 661055915 422178816 21080 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048325 0 0 17 7 0 0 0
/proc/11138/statm: 103071 21080 376 364 0 38968 0
[pid=11140] ppid=11138 vsize=106876 CPUtime=38.07 cores=0-7
/proc/11140/stat : 11140 (precosat) R 11138 11140 11140 0 -1 4202496 27962 0 0 0 3803 4 0 0 25 0 1 0 661055916 109441024 25887 33554432000 4194304 4890832 140735869335552 18446744073709551615 4293237 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/11140/statm: 26719 25887 86 171 0 26546 0
[pid=11110/tid=11118] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11118/stat : 11118 (python) S 11108 11110 10540 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 661055895 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
[pid=11110/tid=11121] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11121/stat : 11121 (python) S 11108 11110 10540 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 661055898 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
[pid=11110/tid=11124] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11124/stat : 11124 (python) S 11108 11110 10540 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 661055901 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 4 0 0 0
[pid=11110/tid=11127] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11127/stat : 11127 (python) S 11108 11110 10540 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 661055904 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 5 0 0 0
[pid=11110/tid=11130] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11130/stat : 11130 (python) S 11108 11110 10540 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 661055907 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
[pid=11110/tid=11133] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11133/stat : 11133 (python) S 11108 11110 10540 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 9 0 661055910 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 5 0 0 0
[pid=11110/tid=11136] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11136/stat : 11136 (python) S 11108 11110 10540 0 -1 4202560 25 934 0 0 0 0 0 0 24 0 9 0 661055912 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 5 0 0 0
[pid=11110/tid=11139] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11139/stat : 11139 (python) S 11108 11110 10540 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 661055915 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 331.04
Current children cumulated vsize (KiB) 4037752

[startup+65.1019 s]
/proc/loadavg: 5.32 2.73 4.23 10/451 11141
/proc/meminfo: memFree=10011148/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=422528 CPUtime=26.5 cores=0-7
/proc/11110/stat : 11110 (python) S 11108 11110 10540 0 -1 4202496 43208 934 1 0 2634 16 0 0 20 0 9 0 661053254 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11110/statm: 105632 22597 1889 364 0 41529 0
[pid=11117] ppid=11110 vsize=340492 CPUtime=0.12 cores=0-7
/proc/11117/stat : 11117 (python) S 11110 11110 10540 0 -1 4202560 1000 0 0 0 5 7 0 0 18 0 1 0 661055895 348663808 21057 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570255 0 0 16781312 514 16703815833545048328 0 0 17 4 0 0 0
/proc/11117/statm: 85123 21057 381 364 0 21041 0
[pid=11119] ppid=11117 vsize=29756 CPUtime=37.74 cores=0-7
/proc/11119/stat : 11119 (lingeling) R 11117 11119 11119 0 -1 4202496 19668 0 0 0 3772 2 0 0 25 0 1 0 661055896 30470144 6610 33554432000 4194304 4352236 140735083879728 18446744073709551615 4238639 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11119/statm: 7439 6610 129 39 0 6519 0
[pid=11120] ppid=11110 vsize=350748 CPUtime=0.11 cores=0-7
/proc/11120/stat : 11120 (python) S 11110 11110 10540 0 -1 4202560 941 0 0 0 5 6 0 0 18 0 1 0 661055898 359165952 21050 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048326 0 0 17 5 0 0 0
/proc/11120/statm: 87687 21050 370 364 0 23602 0
[pid=11122] ppid=11120 vsize=31328 CPUtime=38.61 cores=0-7
/proc/11122/stat : 11122 (lingeling) R 11120 11122 11122 0 -1 4202496 22829 0 0 0 3859 2 0 0 25 0 1 0 661055900 32079872 7003 33554432000 4194304 4352236 140734062919248 18446744073709551615 4235520 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11122/statm: 7832 7003 129 39 0 6912 0
[pid=11123] ppid=11110 vsize=361004 CPUtime=0.42 cores=0-7
/proc/11123/stat : 11123 (python) R 11110 11110 10540 0 -1 4202560 939 0 0 0 30 12 0 0 16 0 1 0 661055901 369668096 21054 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982380351 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/11123/statm: 90251 21054 370 364 0 26163 0
[pid=11125] ppid=11123 vsize=0 CPUtime=38.11 cores=0-7
/proc/11125/stat : 11125 (cryptominisat-2) R 11123 11125 11125 0 -1 4202500 81328 0 0 0 3795 16 0 0 25 0 1 0 661055901 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11125/statm: 0 0 0 0 0 0 0
[pid=11126] ppid=11110 vsize=371260 CPUtime=1.58 cores=0-7
/proc/11126/stat : 11126 (python) R 11110 11110 10540 0 -1 4202560 945 0 0 0 126 32 0 0 17 0 1 0 661055903 380170240 21058 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982380351 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/11126/statm: 92815 21058 370 364 0 28724 0
[pid=11128] ppid=11126 vsize=0 CPUtime=36.99 cores=0-7
/proc/11128/stat : 11128 (cryptominisat-2) R 11126 11128 11128 0 -1 4202500 80917 0 0 0 3687 12 0 0 25 0 1 0 661055905 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11128/statm: 0 0 0 0 0 0 0
[pid=11129] ppid=11110 vsize=381516 CPUtime=0.12 cores=0-7
/proc/11129/stat : 11129 (python) S 11110 11110 10540 0 -1 4202560 951 0 0 0 7 5 0 0 18 0 1 0 661055906 390672384 21062 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048325 0 0 17 7 0 0 0
/proc/11129/statm: 95379 21062 370 364 0 31285 0
[pid=11131] ppid=11129 vsize=30244 CPUtime=38.44 cores=0-7
/proc/11131/stat : 11131 (lingeling) R 11129 11131 11131 0 -1 4202496 23208 0 0 0 3835 9 0 0 25 0 1 0 661055907 30969856 6731 33554432000 4194304 4352236 140733476588192 18446744073709551615 4328252 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11131/statm: 7561 6731 129 39 0 6641 0
[pid=11132] ppid=11110 vsize=391772 CPUtime=0.11 cores=0-7
/proc/11132/stat : 11132 (python) S 11110 11110 10540 0 -1 4202560 949 0 0 0 6 5 0 0 18 0 1 0 661055909 401174528 21066 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048324 0 0 17 5 0 0 0
/proc/11132/statm: 97943 21066 370 364 0 33846 0
[pid=11134] ppid=11132 vsize=37956 CPUtime=38.53 cores=0-7
/proc/11134/stat : 11134 (SApperloT-base) R 11132 11134 11134 0 -1 4202496 9232 0 0 0 3849 4 0 0 25 0 1 0 661055910 38866944 8867 33554432000 134512640 135674940 4289078320 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11134/statm: 9489 8867 100 284 0 9203 0
[pid=11135] ppid=11110 vsize=402028 CPUtime=0.11 cores=0-7
/proc/11135/stat : 11135 (python) S 11110 11110 10540 0 -1 4202560 958 0 0 0 5 6 0 0 18 0 1 0 661055912 411676672 21070 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048324 0 0 17 5 0 0 0
/proc/11135/statm: 100507 21070 370 364 0 36407 0
[pid=11137] ppid=11135 vsize=30636 CPUtime=38.15 cores=0-7
/proc/11137/stat : 11137 (lingeling) R 11135 11137 11137 0 -1 4202496 21824 0 0 0 3812 3 0 0 25 0 1 0 661055913 31371264 6828 33554432000 4194304 4352236 140734938624624 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11137/statm: 7659 6828 129 39 0 6739 0
[pid=11138] ppid=11110 vsize=412284 CPUtime=0.11 cores=0-7
/proc/11138/stat : 11138 (python) S 11110 11110 10540 0 -1 4202560 1003 0 0 0 6 5 0 0 18 0 1 0 661055915 422178816 21080 33554432000 4194304 5683644 140735097774416 18446744073709551615 242970570310 0 0 16781312 514 16703815833545048325 0 0 17 7 0 0 0
/proc/11138/statm: 103071 21080 376 364 0 38968 0
[pid=11140] ppid=11138 vsize=106876 CPUtime=38.47 cores=0-7
/proc/11140/stat : 11140 (precosat) R 11138 11140 11140 0 -1 4202496 27962 0 0 0 3843 4 0 0 25 0 1 0 661055916 109441024 25887 33554432000 4194304 4890832 140735869335552 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/11140/statm: 26719 25887 86 171 0 26546 0
[pid=11110/tid=11118] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11118/stat : 11118 (python) S 11108 11110 10540 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 661055895 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
[pid=11110/tid=11121] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11121/stat : 11121 (python) S 11108 11110 10540 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 661055898 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
[pid=11110/tid=11124] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11124/stat : 11124 (python) S 11108 11110 10540 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 661055901 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 4 0 0 0
[pid=11110/tid=11127] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11127/stat : 11127 (python) S 11108 11110 10540 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 661055904 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 5 0 0 0
[pid=11110/tid=11130] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11130/stat : 11130 (python) S 11108 11110 10540 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 661055907 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
[pid=11110/tid=11133] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11133/stat : 11133 (python) S 11108 11110 10540 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 9 0 661055910 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 5 0 0 0
[pid=11110/tid=11136] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11136/stat : 11136 (python) S 11108 11110 10540 0 -1 4202560 25 934 0 0 0 0 0 0 24 0 9 0 661055912 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 5 0 0 0
[pid=11110/tid=11139] ppid=11108 vsize=422528 CPUtime=0 cores=0-7
/proc/11110/task/11139/stat : 11139 (python) S 11108 11110 10540 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 661055915 432668672 22597 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 2 18446604440385660160 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 334.22
Current children cumulated vsize (KiB) 3700428

[startup+65.3019 s]
/proc/loadavg: 5.32 2.73 4.23 10/451 11141
/proc/meminfo: memFree=10011148/32951132 swapFree=67093844/67111528
[pid=11110] ppid=11108 vsize=381448 CPUtime=335.82 cores=0-7
/proc/11110/stat : 11110 (python) R 11108 11110 10540 0 -1 4202496 45400 296183 1 0 2635 16 30786 145 17 0 2 0 661053254 390602752 22566 33554432000 4194304 5683644 140735097774416 18446744073709551615 4516308 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11110/statm: 95362 22566 1874 364 0 31285 0
[pid=11110/tid=11124] ppid=11108 vsize=381448 CPUtime=309.31 cores=0-7
/proc/11110/task/11124/stat : 11124 (python) S 11108 11110 10540 0 -1 4202560 23 296183 0 0 0 0 30786 145 18 0 2 0 661055901 390602752 22566 33554432000 4194304 5683644 140735097774416 18446744073709551615 242982373809 0 0 16781312 0 18446604440385660160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 335.82
Current children cumulated vsize (KiB) 381448

Child status: 0
Real time (s): 65.3376
CPU time (s): 335.873
CPU user time (s): 334.232
CPU system time (s): 1.64075
CPU usage (%): 514.058
Max. virtual memory (cumulated for all children) (KiB): 4415980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 334.232
system time used= 1.64075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350656
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= 1732
involuntary context switches= 2092

runsolver used 0.284956 second user time and 0.670898 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-15 23:22:26
IDJOB=3380908
IDBENCH=82492
IDSOLVER=1864
FILE ID=node128/3380908-1305494546
RUNJOBID= node128-1305488489-10554
PBS_JOBID= 13325400
Free space on /tmp= 73588 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380908-1305494546/watcher-3380908-1305494546 -o /tmp/evaluation-result-3380908-1305494546/solver-3380908-1305494546 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380908-1305494546.cnf -seed 604609874 -budget 40000 -cores 8

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=604609874

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      10645460 kB
Buffers:        291976 kB
Cached:        3267064 kB
SwapCached:       1440 kB
Active:       19805964 kB
Inactive:      2167248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      10645460 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           38012 kB
Writeback:          16 kB
AnonPages:    18413364 kB
Mapped:          36892 kB
Slab:           192028 kB
PageTables:      70024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 123667356 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73556 MiB
End job on node128 at 2011-05-15 23:23:31