Trace number 3378811

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)? 4774.78 1200.91

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.7406
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.47	c INFO: solving HOME/instance-3378811-1305464468.cnf
0.32/0.47	c INFO: computing task features
0.61/0.73	c INFO: computed variable-clause graph statistics
0.61/0.74	c INFO: computed clause balance statistics
2.12/2.23	c INFO: computed variable balance statistics
3.22/3.37	c INFO: computed small-clause counts
3.22/3.37	c INFO: computed Horn-clause counts
4.51/4.63	c INFO: computed variable graph statistics
4.51/4.63	c INFO: collected features for HOME/instance-3378811-1305464468.cnf in 4.15 s
4.51/4.64	c INFO: running lingeling-276@0 for 582 with 1195 remaining (b = 0.58)
4.51/4.65	c INFO: running lingeling-276@0 for 97 with 1195 remaining (b = 0.28)
4.51/4.66	c INFO: running cryptominisat-2.9.0@0 for 1195 with 1195 remaining (b = 0.46)
4.51/4.67	c INFO: running lingeling-276@0 for 1195 with 1195 remaining (b = 0.41)
392.30/101.95	c INFO: running cryptominisat-2.9.0@0 for 582 with 1098 remaining (b = 0.27)
2327.81/587.32	c INFO: running precosat-570@0 for 613 with 613 remaining (b = 0.25)
2739.25/690.51	c INFO: running lingeling-276@0 for 97 with 509 remaining (b = 0.06)
3147.13/792.81	c INFO: running lingeling-276@0 for 194 with 407 remaining (b = 0.11)
3942.75/992.33	c INFO: running lingeling-276@199 for 97 with 208 remaining (b = 0.07)
4322.44/1087.57	c INFO: running lingeling-276@294 for 112 with 112 remaining (b = 0.05)
4774.31/1200.89	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.64 7.56 5.96 6/377 1834
/proc/meminfo: memFree=12404864/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=15216 CPUtime=0 cores=1,3,5,7
/proc/1834/stat : 1834 (python) R 1832 1834 1592 0 -1 4202496 660 0 0 0 0 0 0 0 25 0 1 0 638862681 15581184 556 33554432000 4194304 5683644 140735996018544 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1834/statm: 3804 559 314 364 0 291 0

[startup+0.079805 s]
/proc/loadavg: 7.64 7.56 5.96 6/377 1834
/proc/meminfo: memFree=12404864/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=85364 CPUtime=0.05 cores=1,3,5,7
/proc/1834/stat : 1834 (python) R 1832 1834 1592 0 -1 4202496 2593 0 0 0 4 1 0 0 18 0 1 0 638862681 87412736 2315 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510295552 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1834/statm: 21341 2315 713 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.100816 s]
/proc/loadavg: 7.64 7.56 5.96 6/377 1834
/proc/meminfo: memFree=12404864/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=104220 CPUtime=0.06 cores=1,3,5,7
/proc/1834/stat : 1834 (python) S 1832 1834 1592 0 -1 4202496 3047 0 0 0 5 1 0 0 17 0 1 0 638862681 106721280 2732 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/1834/statm: 26056 2734 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.300765 s]
/proc/loadavg: 7.64 7.56 5.96 6/377 1834
/proc/meminfo: memFree=12404864/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=170756 CPUtime=0.24 cores=1,3,5,7
/proc/1834/stat : 1834 (python) R 1832 1834 1592 0 -1 4202496 6732 933 1 0 18 6 0 0 17 0 1 0 638862681 174854144 4806 33554432000 4194304 5683644 140735996018544 18446744073709551615 4566680 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1834/statm: 42689 4806 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 170756

[startup+0.700696 s]
/proc/loadavg: 7.64 7.56 5.96 6/377 1834
/proc/meminfo: memFree=12404864/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=294232 CPUtime=0.61 cores=1,3,5,7
/proc/1834/stat : 1834 (python) R 1832 1834 1592 0 -1 4202496 13111 933 1 0 51 10 0 0 17 0 1 0 638862681 301293568 10791 33554432000 4194304 5683644 140735996018544 18446744073709551615 4455758 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1834/statm: 73558 10791 1761 364 0 9482 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 294232

[startup+1.50055 s]
/proc/loadavg: 7.64 7.56 5.96 6/378 1839
/proc/meminfo: memFree=12363812/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=295256 CPUtime=1.41 cores=1,3,5,7
/proc/1834/stat : 1834 (python) R 1832 1834 1592 0 -1 4202496 16678 933 1 0 131 10 0 0 18 0 1 0 638862681 302342144 11199 33554432000 4194304 5683644 140735996018544 18446744073709551615 233513706433 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1834/statm: 73814 11199 1826 364 0 9738 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 295256

[startup+3.10026 s]
/proc/loadavg: 7.50 7.54 5.96 6/378 1839
/proc/meminfo: memFree=12362756/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=295256 CPUtime=3.01 cores=1,3,5,7
/proc/1834/stat : 1834 (python) R 1832 1834 1592 0 -1 4202496 16679 933 1 0 291 10 0 0 21 0 1 0 638862681 302342144 11200 33554432000 4194304 5683644 140735996018544 18446744073709551615 233509957039 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1834/statm: 73814 11200 1827 364 0 9738 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 295256

[startup+6.30066 s]
/proc/loadavg: 7.50 7.54 5.96 9/390 1851
/proc/meminfo: memFree=12295240/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=327584 CPUtime=4.57 cores=1,3,5,7
/proc/1834/stat : 1834 (python) S 1832 1834 1592 0 -1 4202496 19528 933 1 0 446 11 0 0 22 0 5 0 638862681 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1834/statm: 81896 9085 1873 364 0 17805 0
[pid=1840] ppid=1834 vsize=286812 CPUtime=0 cores=1,3,5,7
/proc/1840/stat : 1840 (python) S 1834 1834 1592 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 638863145 293695488 7431 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317583 0 0 16781312 514 8234006189709459455 0 0 17 7 0 0 0
/proc/1840/statm: 71703 7431 355 364 0 7621 0
[pid=1842] ppid=1840 vsize=15424 CPUtime=1.64 cores=1,3,5,7
/proc/1842/stat : 1842 (lingeling) R 1840 1842 1842 0 -1 4202496 4406 0 0 0 164 0 0 0 25 0 1 0 638863146 15794176 2768 33554432000 4194304 4352236 140737416288608 18446744073709551615 4267573 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1842/statm: 3856 2768 126 39 0 2936 0
[pid=1843] ppid=1834 vsize=297492 CPUtime=0 cores=1,3,5,7
/proc/1843/stat : 1843 (python) S 1834 1834 1592 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 638863146 304631808 7460 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 16806229298653429759 0 0 17 7 0 0 0
/proc/1843/statm: 74373 7460 349 364 0 10288 0
[pid=1845] ppid=1843 vsize=13388 CPUtime=1.63 cores=1,3,5,7
/proc/1845/stat : 1845 (lingeling) R 1843 1845 1845 0 -1 4202496 4151 0 0 0 163 0 0 0 25 0 1 0 638863146 13709312 2514 33554432000 4194304 4352236 140736940430464 18446744073709551615 4208844 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/1845/statm: 3347 2514 126 39 0 2427 0
[pid=1846] ppid=1834 vsize=307460 CPUtime=0 cores=1,3,5,7
/proc/1846/stat : 1846 (python) S 1834 1834 1592 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 638863147 314839040 7554 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 3341525792268976390 0 0 17 5 0 0 0
/proc/1846/statm: 76865 7554 349 364 0 12777 0
[pid=1848] ppid=1846 vsize=89724 CPUtime=1.61 cores=1,3,5,7
/proc/1848/stat : 1848 (cryptominisat-2) R 1846 1848 1848 0 -1 4202496 16455 0 0 0 158 3 0 0 25 0 1 0 638863148 91877376 15676 33554432000 4194304 4677096 140733214961472 18446744073709551615 4337969 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/1848/statm: 22431 15676 391 118 0 17390 0
[pid=1849] ppid=1834 vsize=317652 CPUtime=0 cores=1,3,5,7
/proc/1849/stat : 1849 (python) S 1834 1834 1592 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 638863148 325275648 7558 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 1814054002392825855 0 0 17 5 0 0 0
/proc/1849/statm: 79413 7558 349 364 0 15322 0
[pid=1851] ppid=1849 vsize=13380 CPUtime=1.61 cores=1,3,5,7
/proc/1851/stat : 1851 (lingeling) R 1849 1851 1851 0 -1 4202496 4149 0 0 0 161 0 0 0 25 0 1 0 638863149 13701120 2513 33554432000 4194304 4352236 140735570603280 18446744073709551615 4309491 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1851/statm: 3345 2513 126 39 0 2425 0
[pid=1834/tid=1841] ppid=1832 vsize=327584 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1841/stat : 1841 (python) S 1832 1834 1592 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 638863146 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1844] ppid=1832 vsize=327584 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1844/stat : 1844 (python) S 1832 1834 1592 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 638863146 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1847] ppid=1832 vsize=327584 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1847/stat : 1847 (python) S 1832 1834 1592 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 638863147 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1850] ppid=1832 vsize=327584 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1850/stat : 1850 (python) S 1832 1834 1592 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 638863148 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 1668916

[startup+12.7015 s]
/proc/loadavg: 7.58 7.55 5.98 9/390 1851
/proc/meminfo: memFree=12260900/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=327584 CPUtime=4.57 cores=1,3,5,7
/proc/1834/stat : 1834 (python) S 1832 1834 1592 0 -1 4202496 19528 933 1 0 446 11 0 0 22 0 5 0 638862681 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1834/statm: 81896 9085 1873 364 0 17805 0
[pid=1840] ppid=1834 vsize=286812 CPUtime=0.01 cores=1,3,5,7
/proc/1840/stat : 1840 (python) S 1834 1834 1592 0 -1 4202560 908 0 0 0 0 1 0 0 18 0 1 0 638863145 293695488 7454 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317583 0 0 16781312 514 8234006189709426951 0 0 17 7 0 0 0
/proc/1840/statm: 71703 7454 378 364 0 7621 0
[pid=1842] ppid=1840 vsize=13376 CPUtime=8.04 cores=1,3,5,7
/proc/1842/stat : 1842 (lingeling) R 1840 1842 1842 0 -1 4202496 4409 0 0 0 804 0 0 0 25 0 1 0 638863146 13697024 2259 33554432000 4194304 4352236 140737416288608 18446744073709551615 4276741 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1842/statm: 3344 2259 129 39 0 2424 0
[pid=1843] ppid=1834 vsize=297492 CPUtime=0.01 cores=1,3,5,7
/proc/1843/stat : 1843 (python) S 1834 1834 1592 0 -1 4202560 928 0 0 0 1 0 0 0 18 0 1 0 638863146 304631808 7482 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 16806229298653397256 0 0 17 7 0 0 0
/proc/1843/statm: 74373 7482 371 364 0 10288 0
[pid=1845] ppid=1843 vsize=13388 CPUtime=8.03 cores=1,3,5,7
/proc/1845/stat : 1845 (lingeling) R 1843 1845 1845 0 -1 4202496 4411 0 0 0 803 0 0 0 25 0 1 0 638863146 13709312 2262 33554432000 4194304 4352236 140736940430464 18446744073709551615 4231284 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/1845/statm: 3347 2262 129 39 0 2427 0
[pid=1846] ppid=1834 vsize=307460 CPUtime=0.01 cores=1,3,5,7
/proc/1846/stat : 1846 (python) S 1834 1834 1592 0 -1 4202560 900 0 0 0 1 0 0 0 15 0 1 0 638863147 314839040 7577 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 16806233146944094470 0 0 17 5 0 0 0
/proc/1846/statm: 76865 7577 372 364 0 12777 0
[pid=1848] ppid=1846 vsize=89724 CPUtime=7.9 cores=1,3,5,7
/proc/1848/stat : 1848 (cryptominisat-2) R 1846 1848 1848 0 -1 4202496 16642 0 0 0 787 3 0 0 25 0 1 0 638863148 91877376 15863 33554432000 4194304 4677096 140733214961472 18446744073709551615 4317747 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/1848/statm: 22431 15863 392 118 0 17390 0
[pid=1849] ppid=1834 vsize=317652 CPUtime=0.01 cores=1,3,5,7
/proc/1849/stat : 1849 (python) S 1834 1834 1592 0 -1 4202560 924 0 0 0 0 1 0 0 18 0 1 0 638863148 325275648 7581 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 1814054002392793348 0 0 17 5 0 0 0
/proc/1849/statm: 79413 7581 372 364 0 15322 0
[pid=1851] ppid=1849 vsize=13380 CPUtime=7.98 cores=1,3,5,7
/proc/1851/stat : 1851 (lingeling) R 1849 1851 1851 0 -1 4202496 4409 0 0 0 798 0 0 0 25 0 1 0 638863149 13701120 2261 33554432000 4194304 4352236 140735570603280 18446744073709551615 4231316 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1851/statm: 3345 2261 129 39 0 2425 0
[pid=1834/tid=1841] ppid=1832 vsize=327584 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1841/stat : 1841 (python) S 1832 1834 1592 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 638863146 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1844] ppid=1832 vsize=327584 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1844/stat : 1844 (python) S 1832 1834 1592 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 638863146 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1847] ppid=1832 vsize=327584 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1847/stat : 1847 (python) S 1832 1834 1592 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 638863147 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1850] ppid=1832 vsize=327584 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1850/stat : 1850 (python) S 1832 1834 1592 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 638863148 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 36.56
Current children cumulated vsize (KiB) 1666868

[startup+25.5012 s]
/proc/loadavg: 7.64 7.57 6.00 9/390 1851
/proc/meminfo: memFree=12240648/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=327584 CPUtime=4.57 cores=1,3,5,7
/proc/1834/stat : 1834 (python) S 1832 1834 1592 0 -1 4202496 19528 933 1 0 446 11 0 0 22 0 5 0 638862681 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1834/statm: 81896 9085 1873 364 0 17805 0
[pid=1840] ppid=1834 vsize=286812 CPUtime=0.04 cores=1,3,5,7
/proc/1840/stat : 1840 (python) S 1834 1834 1592 0 -1 4202560 914 0 0 0 2 2 0 0 18 0 1 0 638863145 293695488 7454 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317583 0 0 16781312 514 5661112692534903047 0 0 17 7 0 0 0
/proc/1840/statm: 71703 7454 378 364 0 7621 0
[pid=1842] ppid=1840 vsize=15424 CPUtime=20.84 cores=1,3,5,7
/proc/1842/stat : 1842 (lingeling) R 1840 1842 1842 0 -1 4202496 4921 0 0 0 2084 0 0 0 25 0 1 0 638863146 15794176 2771 33554432000 4194304 4352236 140737416288608 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1842/statm: 3856 2771 129 39 0 2936 0
[pid=1843] ppid=1834 vsize=297492 CPUtime=0.04 cores=1,3,5,7
/proc/1843/stat : 1843 (python) S 1834 1834 1592 0 -1 4202560 937 0 0 0 2 2 0 0 18 0 1 0 638863146 304631808 7483 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 5661112692534903048 0 0 17 7 0 0 0
/proc/1843/statm: 74373 7483 372 364 0 10288 0
[pid=1845] ppid=1843 vsize=15436 CPUtime=20.83 cores=1,3,5,7
/proc/1845/stat : 1845 (lingeling) R 1843 1845 1845 0 -1 4202496 4923 0 0 0 2083 0 0 0 25 0 1 0 638863146 15806464 2774 33554432000 4194304 4352236 140736940430464 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/1845/statm: 3859 2774 129 39 0 2939 0
[pid=1846] ppid=1834 vsize=307460 CPUtime=0.05 cores=1,3,5,7
/proc/1846/stat : 1846 (python) S 1834 1834 1592 0 -1 4202560 909 0 0 0 3 2 0 0 15 0 1 0 638863147 314839040 7577 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 3341525792268976390 0 0 17 5 0 0 0
/proc/1846/statm: 76865 7577 372 364 0 12777 0
[pid=1848] ppid=1846 vsize=91360 CPUtime=20.47 cores=1,3,5,7
/proc/1848/stat : 1848 (cryptominisat-2) R 1846 1848 1848 0 -1 4202496 17595 0 0 0 2044 3 0 0 25 0 1 0 638863148 93552640 15717 33554432000 4194304 4677096 140733214961472 18446744073709551615 4318873 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/1848/statm: 22840 15717 392 118 0 17799 0
[pid=1849] ppid=1834 vsize=317652 CPUtime=0.04 cores=1,3,5,7
/proc/1849/stat : 1849 (python) S 1834 1834 1592 0 -1 4202560 928 0 0 0 2 2 0 0 18 0 1 0 638863148 325275648 7581 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 5661112692534903044 0 0 17 5 0 0 0
/proc/1849/statm: 79413 7581 372 364 0 15322 0
[pid=1851] ppid=1849 vsize=15428 CPUtime=20.71 cores=1,3,5,7
/proc/1851/stat : 1851 (lingeling) R 1849 1851 1851 0 -1 4202496 4921 0 0 0 2071 0 0 0 25 0 1 0 638863149 15798272 2773 33554432000 4194304 4352236 140735570603280 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1851/statm: 3857 2773 129 39 0 2937 0
[pid=1834/tid=1841] ppid=1832 vsize=327584 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1841/stat : 1841 (python) S 1832 1834 1592 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 638863146 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1844] ppid=1832 vsize=327584 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1844/stat : 1844 (python) S 1832 1834 1592 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 638863146 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1847] ppid=1832 vsize=327584 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1847/stat : 1847 (python) S 1832 1834 1592 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 638863147 335446016 9085 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0

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

[pid=1851] ppid=1849 vsize=15664 CPUtime=1176.77 cores=1,3,5,7
/proc/1851/stat : 1851 (lingeling) R 1849 1851 1851 0 -1 4202496 9843 0 0 0 117676 1 0 0 25 0 1 0 638863149 16039936 3087 33554432000 4194304 4352236 140735570603280 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/1851/statm: 3916 3087 129 39 0 2996 0
[pid=1856] ppid=1834 vsize=328336 CPUtime=1.72 cores=1,3,5,7
/proc/1856/stat : 1856 (python) S 1834 1834 1592 0 -1 4202560 1164 0 0 0 86 86 0 0 17 0 2 0 638872877 336216064 7614 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1856/statm: 82084 7614 400 364 0 17990 0
[pid=1858] ppid=1856 vsize=154916 CPUtime=585.38 cores=1,3,5,7
/proc/1858/stat : 1858 (cryptominisat-2) T 1856 1858 1858 0 -1 4202496 61891 0 0 0 58521 17 0 0 25 0 1 0 638872877 158633984 31353 33554432000 4194304 4677096 140734589642480 18446744073709551615 4320155 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/1858/statm: 38729 31353 393 118 0 33688 0
[pid=1856/tid=1882] ppid=1834 vsize=328336 CPUtime=0 cores=1,3,5,7
/proc/1856/task/1882/stat : 1882 (python) S 1834 1834 1592 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 638931732 336216064 7614 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 514 18446604469206201344 0 0 -1 5 0 0 0
[pid=1876] ppid=1834 vsize=338284 CPUtime=1.67 cores=1,3,5,7
/proc/1876/stat : 1876 (python) S 1834 1834 1592 0 -1 4202560 989 0 0 0 87 80 0 0 18 0 1 0 638921413 346402816 7608 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 5661112692534903044 0 0 17 5 0 0 0
/proc/1876/statm: 84571 7608 372 364 0 20474 0
[pid=1878] ppid=1876 vsize=34972 CPUtime=607.66 cores=1,3,5,7
/proc/1878/stat : 1878 (precosat) R 1876 1878 1878 0 -1 4202496 9198 0 0 0 60764 2 0 0 25 0 1 0 638921414 35811328 8440 33554432000 4194304 4890832 140736024154000 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/1878/statm: 8743 8440 86 171 0 8570 0
[pid=1834/tid=1841] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1841/stat : 1841 (python) S 1832 1834 1592 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 7 0 638863146 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1844] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1844/stat : 1844 (python) S 1832 1834 1592 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 7 0 638863146 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1847] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1847/stat : 1847 (python) S 1832 1834 1592 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 7 0 638863147 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1850] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1850/stat : 1850 (python) S 1832 1834 1592 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 7 0 638863148 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 5 0 0 0
[pid=1834/tid=1857] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1857/stat : 1857 (python) S 1832 1834 1592 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 7 0 638872877 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 5 0 0 0
[pid=1834/tid=1877] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1877/stat : 1877 (python) S 1832 1834 1592 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 7 0 638921414 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4764.31
Current children cumulated vsize (KiB) 2624760

[startup+1199.9 s]
/proc/loadavg: 5.09 5.95 6.51 6/383 1928
/proc/meminfo: memFree=13251588/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=348272 CPUtime=4.61 cores=1,3,5,7
/proc/1834/stat : 1834 (python) S 1832 1834 1592 0 -1 4202496 21660 933 1 0 449 12 0 0 18 0 7 0 638862681 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1834/statm: 87068 9150 1886 364 0 22971 0
[pid=1840] ppid=1834 vsize=297056 CPUtime=2.78 cores=1,3,5,7
/proc/1840/stat : 1840 (python) S 1834 1834 1592 0 -1 4202560 1210 0 0 0 141 137 0 0 18 0 2 0 638863145 304185344 7497 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1840/statm: 74264 7497 416 364 0 10182 0
[pid=1842] ppid=1840 vsize=15424 CPUtime=989.18 cores=1,3,5,7
/proc/1842/stat : 1842 (lingeling) R 1840 1842 1842 0 -1 4202496 8757 0 0 0 98915 3 0 0 25 0 1 0 638863146 15794176 3023 33554432000 4194304 4352236 140737416288608 18446744073709551615 4231284 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1842/statm: 3856 3023 129 39 0 2936 0
[pid=1840/tid=1875] ppid=1834 vsize=297056 CPUtime=0 cores=1,3,5,7
/proc/1840/task/1875/stat : 1875 (python) S 1834 1834 1592 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 638921413 304185344 7497 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 514 18446604459124789504 0 0 -1 3 0 0 0
[pid=1843] ppid=1834 vsize=297492 CPUtime=0.58 cores=1,3,5,7
/proc/1843/stat : 1843 (python) S 1834 1834 1592 0 -1 4202560 1148 0 0 0 31 27 0 0 18 0 2 0 638863146 304631808 7512 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1843/statm: 74373 7512 400 364 0 10288 0
[pid=1845] ppid=1843 vsize=15436 CPUtime=199.08 cores=1,3,5,7
/proc/1845/stat : 1845 (lingeling) T 1843 1845 1845 0 -1 4202496 6459 0 0 0 19907 1 0 0 25 0 1 0 638863146 15806464 2774 33554432000 4194304 4352236 140736940430464 18446744073709551615 4231252 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1845/statm: 3859 2774 129 39 0 2939 0
[pid=1843/tid=1855] ppid=1834 vsize=297492 CPUtime=0 cores=1,3,5,7
/proc/1843/task/1855/stat : 1855 (python) S 1834 1834 1592 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 638872876 304631808 7512 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 514 18446604456825698432 0 0 -1 7 0 0 0
[pid=1846] ppid=1834 vsize=307460 CPUtime=3.4 cores=1,3,5,7
/proc/1846/stat : 1846 (python) S 1834 1834 1592 0 -1 4202560 984 0 0 0 174 166 0 0 15 0 1 0 638863147 314839040 7577 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 5661112692534903046 0 0 17 3 0 0 0
/proc/1846/statm: 76865 7577 372 364 0 12777 0
[pid=1848] ppid=1846 vsize=153796 CPUtime=1191.31 cores=1,3,5,7
/proc/1848/stat : 1848 (cryptominisat-2) R 1846 1848 1848 0 -1 4202496 72034 0 0 0 119105 26 0 0 25 0 1 0 638863148 157487104 31751 33554432000 4194304 4677096 140733214961472 18446744073709551615 4319280 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1848/statm: 38449 31751 393 118 0 33408 0
[pid=1849] ppid=1834 vsize=317652 CPUtime=3.37 cores=1,3,5,7
/proc/1849/stat : 1849 (python) S 1834 1834 1592 0 -1 4202560 997 0 0 0 177 160 0 0 18 0 1 0 638863148 325275648 7581 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 5661112692534903044 0 0 17 7 0 0 0
/proc/1849/statm: 79413 7581 372 364 0 15322 0
[pid=1851] ppid=1849 vsize=15664 CPUtime=1178.36 cores=1,3,5,7
/proc/1851/stat : 1851 (lingeling) R 1849 1851 1851 0 -1 4202496 9843 0 0 0 117835 1 0 0 25 0 1 0 638863149 16039936 3087 33554432000 4194304 4352236 140735570603280 18446744073709551615 4328496 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/1851/statm: 3916 3087 129 39 0 2996 0
[pid=1856] ppid=1834 vsize=328336 CPUtime=1.72 cores=1,3,5,7
/proc/1856/stat : 1856 (python) S 1834 1834 1592 0 -1 4202560 1164 0 0 0 86 86 0 0 17 0 2 0 638872877 336216064 7614 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1856/statm: 82084 7614 400 364 0 17990 0
[pid=1858] ppid=1856 vsize=154916 CPUtime=585.38 cores=1,3,5,7
/proc/1858/stat : 1858 (cryptominisat-2) T 1856 1858 1858 0 -1 4202496 61891 0 0 0 58521 17 0 0 25 0 1 0 638872877 158633984 31353 33554432000 4194304 4677096 140734589642480 18446744073709551615 4320155 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/1858/statm: 38729 31353 393 118 0 33688 0
[pid=1856/tid=1882] ppid=1834 vsize=328336 CPUtime=0 cores=1,3,5,7
/proc/1856/task/1882/stat : 1882 (python) S 1834 1834 1592 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 638931732 336216064 7614 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 514 18446604469206201344 0 0 -1 5 0 0 0
[pid=1876] ppid=1834 vsize=338284 CPUtime=1.7 cores=1,3,5,7
/proc/1876/stat : 1876 (python) S 1834 1834 1592 0 -1 4202560 989 0 0 0 89 81 0 0 18 0 1 0 638921413 346402816 7608 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 5661112692534903044 0 0 17 5 0 0 0
/proc/1876/statm: 84571 7608 372 364 0 20474 0
[pid=1878] ppid=1876 vsize=34972 CPUtime=609.25 cores=1,3,5,7
/proc/1878/stat : 1878 (precosat) R 1876 1878 1878 0 -1 4202496 9198 0 0 0 60923 2 0 0 25 0 1 0 638921414 35811328 8440 33554432000 4194304 4890832 140736024154000 18446744073709551615 4238607 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/1878/statm: 8743 8440 86 171 0 8570 0
[pid=1834/tid=1841] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1841/stat : 1841 (python) S 1832 1834 1592 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 7 0 638863146 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1844] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1844/stat : 1844 (python) S 1832 1834 1592 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 7 0 638863146 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1847] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1847/stat : 1847 (python) S 1832 1834 1592 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 7 0 638863147 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1850] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1850/stat : 1850 (python) S 1832 1834 1592 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 7 0 638863148 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 5 0 0 0
[pid=1834/tid=1857] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1857/stat : 1857 (python) S 1832 1834 1592 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 7 0 638872877 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 5 0 0 0
[pid=1834/tid=1877] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1877/stat : 1877 (python) S 1832 1834 1592 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 7 0 638921414 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4770.72
Current children cumulated vsize (KiB) 2624760

[startup+1200.7 s]
/proc/loadavg: 5.09 5.95 6.51 6/383 1928
/proc/meminfo: memFree=13251588/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=348272 CPUtime=4.61 cores=1,3,5,7
/proc/1834/stat : 1834 (python) S 1832 1834 1592 0 -1 4202496 21660 933 1 0 449 12 0 0 18 0 7 0 638862681 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1834/statm: 87068 9150 1886 364 0 22971 0
[pid=1840] ppid=1834 vsize=297056 CPUtime=2.78 cores=1,3,5,7
/proc/1840/stat : 1840 (python) S 1834 1834 1592 0 -1 4202560 1210 0 0 0 141 137 0 0 18 0 2 0 638863145 304185344 7497 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1840/statm: 74264 7497 416 364 0 10182 0
[pid=1842] ppid=1840 vsize=15424 CPUtime=989.98 cores=1,3,5,7
/proc/1842/stat : 1842 (lingeling) R 1840 1842 1842 0 -1 4202496 8757 0 0 0 98995 3 0 0 25 0 1 0 638863146 15794176 3023 33554432000 4194304 4352236 140737416288608 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1842/statm: 3856 3023 129 39 0 2936 0
[pid=1840/tid=1875] ppid=1834 vsize=297056 CPUtime=0 cores=1,3,5,7
/proc/1840/task/1875/stat : 1875 (python) S 1834 1834 1592 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 638921413 304185344 7497 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 514 18446604459124789504 0 0 -1 3 0 0 0
[pid=1843] ppid=1834 vsize=297492 CPUtime=0.58 cores=1,3,5,7
/proc/1843/stat : 1843 (python) S 1834 1834 1592 0 -1 4202560 1148 0 0 0 31 27 0 0 18 0 2 0 638863146 304631808 7512 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1843/statm: 74373 7512 400 364 0 10288 0
[pid=1845] ppid=1843 vsize=15436 CPUtime=199.08 cores=1,3,5,7
/proc/1845/stat : 1845 (lingeling) T 1843 1845 1845 0 -1 4202496 6459 0 0 0 19907 1 0 0 25 0 1 0 638863146 15806464 2774 33554432000 4194304 4352236 140736940430464 18446744073709551615 4231252 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1845/statm: 3859 2774 129 39 0 2939 0
[pid=1843/tid=1855] ppid=1834 vsize=297492 CPUtime=0 cores=1,3,5,7
/proc/1843/task/1855/stat : 1855 (python) S 1834 1834 1592 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 638872876 304631808 7512 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 514 18446604456825698432 0 0 -1 7 0 0 0
[pid=1846] ppid=1834 vsize=307460 CPUtime=3.4 cores=1,3,5,7
/proc/1846/stat : 1846 (python) S 1834 1834 1592 0 -1 4202560 984 0 0 0 174 166 0 0 15 0 1 0 638863147 314839040 7577 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 5661112692534903046 0 0 17 3 0 0 0
/proc/1846/statm: 76865 7577 372 364 0 12777 0
[pid=1848] ppid=1846 vsize=153796 CPUtime=1192.11 cores=1,3,5,7
/proc/1848/stat : 1848 (cryptominisat-2) R 1846 1848 1848 0 -1 4202496 72047 0 0 0 119185 26 0 0 25 0 1 0 638863148 157487104 31764 33554432000 4194304 4677096 140733214961472 18446744073709551615 4338285 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1848/statm: 38449 31764 393 118 0 33408 0
[pid=1849] ppid=1834 vsize=317652 CPUtime=3.37 cores=1,3,5,7
/proc/1849/stat : 1849 (python) S 1834 1834 1592 0 -1 4202560 997 0 0 0 177 160 0 0 18 0 1 0 638863148 325275648 7581 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 5661112692534903044 0 0 17 7 0 0 0
/proc/1849/statm: 79413 7581 372 364 0 15322 0
[pid=1851] ppid=1849 vsize=15664 CPUtime=1179.15 cores=1,3,5,7
/proc/1851/stat : 1851 (lingeling) R 1849 1851 1851 0 -1 4202496 9843 0 0 0 117914 1 0 0 25 0 1 0 638863149 16039936 3087 33554432000 4194304 4352236 140735570603280 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/1851/statm: 3916 3087 129 39 0 2996 0
[pid=1856] ppid=1834 vsize=328336 CPUtime=1.72 cores=1,3,5,7
/proc/1856/stat : 1856 (python) S 1834 1834 1592 0 -1 4202560 1164 0 0 0 86 86 0 0 17 0 2 0 638872877 336216064 7614 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1856/statm: 82084 7614 400 364 0 17990 0
[pid=1858] ppid=1856 vsize=154916 CPUtime=585.38 cores=1,3,5,7
/proc/1858/stat : 1858 (cryptominisat-2) T 1856 1858 1858 0 -1 4202496 61891 0 0 0 58521 17 0 0 25 0 1 0 638872877 158633984 31353 33554432000 4194304 4677096 140734589642480 18446744073709551615 4320155 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/1858/statm: 38729 31353 393 118 0 33688 0
[pid=1856/tid=1882] ppid=1834 vsize=328336 CPUtime=0 cores=1,3,5,7
/proc/1856/task/1882/stat : 1882 (python) S 1834 1834 1592 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 638931732 336216064 7614 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 514 18446604469206201344 0 0 -1 5 0 0 0
[pid=1876] ppid=1834 vsize=338284 CPUtime=1.7 cores=1,3,5,7
/proc/1876/stat : 1876 (python) S 1834 1834 1592 0 -1 4202560 989 0 0 0 89 81 0 0 18 0 1 0 638921413 346402816 7608 33554432000 4194304 5683644 140735996018544 18446744073709551615 233510317638 0 0 16781312 514 5661112692534903044 0 0 17 5 0 0 0
/proc/1876/statm: 84571 7608 372 364 0 20474 0
[pid=1878] ppid=1876 vsize=34972 CPUtime=610.05 cores=1,3,5,7
/proc/1878/stat : 1878 (precosat) R 1876 1878 1878 0 -1 4202496 9198 0 0 0 61003 2 0 0 25 0 1 0 638921414 35811328 8440 33554432000 4194304 4890832 140736024154000 18446744073709551615 4229292 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/1878/statm: 8743 8440 86 171 0 8570 0
[pid=1834/tid=1841] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1841/stat : 1841 (python) S 1832 1834 1592 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 7 0 638863146 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1844] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1844/stat : 1844 (python) S 1832 1834 1592 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 7 0 638863146 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1847] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1847/stat : 1847 (python) S 1832 1834 1592 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 7 0 638863147 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1850] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1850/stat : 1850 (python) S 1832 1834 1592 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 7 0 638863148 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 5 0 0 0
[pid=1834/tid=1857] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1857/stat : 1857 (python) S 1832 1834 1592 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 7 0 638872877 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 5 0 0 0
[pid=1834/tid=1877] ppid=1832 vsize=348272 CPUtime=0 cores=1,3,5,7
/proc/1834/task/1877/stat : 1877 (python) S 1832 1834 1592 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 7 0 638921414 356630528 9150 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 2 18446604466687354816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4773.91
Current children cumulated vsize (KiB) 2624760

[startup+1200.9 s]
/proc/loadavg: 5.09 5.95 6.51 6/383 1928
/proc/meminfo: memFree=13251588/32951124 swapFree=67111348/67111528
[pid=1834] ppid=1832 vsize=337952 CPUtime=4774.75 cores=1,3,5,7
/proc/1834/stat : 1834 (python) R 1832 1834 1592 0 -1 4202496 25928 175836 1 0 451 12 476296 716 17 0 3 0 638862681 346062848 9136 33554432000 4194304 5683644 140735996018544 18446744073709551615 4510448 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/1834/statm: 84488 9136 1876 364 0 20410 0
[pid=1834/tid=1850] ppid=1832 vsize=337952 CPUtime=4770.12 cores=1,3,5,7
/proc/1834/task/1850/stat : 1850 (python) S 1832 1834 1592 0 -1 4202560 29 175836 0 0 0 0 476296 716 18 0 3 0 638863148 346062848 9136 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 0 18446604466687354816 0 0 -1 7 0 0 0
[pid=1834/tid=1857] ppid=1832 vsize=337952 CPUtime=4770.12 cores=1,3,5,7
/proc/1834/task/1857/stat : 1857 (python) S 1832 1834 1592 0 -1 4202560 28 175836 0 0 0 0 476296 716 18 0 3 0 638872877 346062848 9136 33554432000 4194304 5683644 140735996018544 18446744073709551615 233522121137 0 0 16781312 0 18446604466687354816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4774.75
Current children cumulated vsize (KiB) 337952

Child status: 0
Real time (s): 1200.91
CPU time (s): 4774.78
CPU user time (s): 4767.49
CPU system time (s): 7.29489
CPU usage (%): 397.596
Max. virtual memory (cumulated for all children) (KiB): 2663936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4767.49
system time used= 7.29489
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203398
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= 6763
involuntary context switches= 25883

runsolver used 4.20136 second user time and 10.7044 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 15:01:08
IDJOB=3378811
IDBENCH=70873
IDSOLVER=1860
FILE ID=node145/3378811-1305464468
RUNJOBID= node145-1305463524-1611
PBS_JOBID= 13325000
Free space on /tmp= 73628 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.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-3378811-1305464468/watcher-3378811-1305464468 -o /tmp/evaluation-result-3378811-1305464468/solver-3378811-1305464468 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378811-1305464468.cnf -seed 1462724125 -budget 4800 -cores 4

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=1462724125

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:      12405144 kB
Buffers:        317384 kB
Cached:        8596652 kB
SwapCached:          0 kB
Active:       13352564 kB
Inactive:      6815540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12405144 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           33496 kB
Writeback:           0 kB
AnonPages:    11253464 kB
Mapped:          34636 kB
Slab:           260440 kB
PageTables:      51664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86898428 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= 73508 MiB
End job on node145 at 2011-05-15 15:21:09