Trace number 3317695

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-industrial? (TO) 4800.42 1296.28

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.33/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.67	c INFO: solving HOME/instance-3317695-1304268475.cnf
0.33/0.67	c INFO: computing task features
5.01/5.37	c INFO: computed variable-clause graph statistics
5.21/5.52	c INFO: computed clause balance statistics
25.41/25.77	c INFO: computed variable balance statistics
42.01/42.30	c INFO: computed small-clause counts
42.31/42.67	c INFO: computed Horn-clause counts
124.11/124.40	c INFO: computed variable graph statistics
124.11/124.40	c INFO: collected features for HOME/instance-3317695-1304268475.cnf in 123.60 s
124.11/124.42	c INFO: running cryptominisat-2.9.0@0 for 485 with 4676 remaining (b = 0.32)
124.11/124.45	c INFO: running SApperloT@0 for 97 with 4676 remaining (b = 0.06)
124.11/124.48	c INFO: running lingeling-276@0 for 1261 with 4676 remaining (b = 0.39)
124.21/124.52	c INFO: running cryptominisat-2.9.0@0 for 1067 with 4676 remaining (b = 0.33)
524.07/224.62	c INFO: running lingeling-276@0 for 679 with 4576 remaining (b = 0.23)
2089.11/616.42	c INFO: running cryptominisat-2.9.0@0 for 97 with 4184 remaining (b = 0.06)
2480.88/714.59	c INFO: running precosat-570@0 for 388 with 4086 remaining (b = 0.10)
3259.22/909.48	c INFO: running lingeling-276@0 for 97 with 3891 remaining (b = 0.04)
3658.47/1009.66	c INFO: running cryptominisat-2.9.0@0 for 1843 with 3791 remaining (b = 0.34)
4070.90/1113.13	c INFO: running precosat-570@680 for 97 with 3687 remaining (b = 0.02)
4401.18/1196.09	c INFO: running lingeling-276@490 for 97 with 3604 remaining (b = 0.02)
4449.80/1208.27	c INFO: running cryptominisat-2.9.0@97 for 1746 with 3592 remaining (b = 0.29)
4784.49/1292.24	c INFO: running precosat-570@0 for 97 with 3508 remaining (b = 0.02)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.85 7.95 5.82 5/208 4662
/proc/meminfo: memFree=27063328/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/4662/stat : 4662 (python) R 4660 4662 4496 0 -1 4202496 789 0 0 0 0 0 0 0 21 0 1 0 538447311 15753216 677 33554432000 4194304 5683644 140735026032576 18446744073709551615 4620032 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4662/statm: 3845 678 322 364 0 332 0

[startup+0.0851049 s]
/proc/loadavg: 7.85 7.95 5.82 5/208 4662
/proc/meminfo: memFree=27063328/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=54532 CPUtime=0.05 cores=0,2,4,6
/proc/4662/stat : 4662 (python) S 4660 4662 4496 0 -1 4202496 2049 0 0 0 4 1 0 0 21 0 1 0 538447311 55840768 1807 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/4662/statm: 13633 1807 492 364 0 1283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54532

[startup+0.101159 s]
/proc/loadavg: 7.85 7.95 5.82 5/208 4662
/proc/meminfo: memFree=27063328/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=91824 CPUtime=0.05 cores=0,2,4,6
/proc/4662/stat : 4662 (python) S 4660 4662 4496 0 -1 4202496 2678 0 0 0 4 1 0 0 21 0 1 0 538447311 94027776 2393 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/4662/statm: 22956 2393 755 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 91824

[startup+0.300953 s]
/proc/loadavg: 7.85 7.95 5.82 5/208 4662
/proc/meminfo: memFree=27063328/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/4662/stat : 4662 (python) R 4660 4662 4496 0 -1 4202496 5964 935 1 0 13 5 0 0 21 0 1 0 538447311 139005952 4150 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080228357 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/4662/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700859 s]
/proc/loadavg: 7.85 7.95 5.82 5/208 4662
/proc/meminfo: memFree=27063328/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=305232 CPUtime=0.41 cores=0,2,4,6
/proc/4662/stat : 4662 (python) R 4660 4662 4496 0 -1 4202496 15974 935 1 0 29 12 0 0 20 0 1 0 538447311 312557568 13654 33554432000 4194304 5683644 140735026032576 18446744073709551615 4421872 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4662/statm: 76308 13654 1761 364 0 12232 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 305232

[startup+1.50078 s]
/proc/loadavg: 7.85 7.95 5.82 6/209 4667
/proc/meminfo: memFree=26994252/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=359476 CPUtime=1.22 cores=0,2,4,6
/proc/4662/stat : 4662 (python) R 4660 4662 4496 0 -1 4202496 29066 935 1 0 107 15 0 0 22 0 1 0 538447311 368103424 26746 33554432000 4194304 5683644 140735026032576 18446744073709551615 4539741 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4662/statm: 89869 26747 1761 364 0 25793 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 359476

[startup+3.1004 s]
/proc/loadavg: 7.85 7.95 5.82 6/209 4668
/proc/meminfo: memFree=26923076/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=466540 CPUtime=2.81 cores=0,2,4,6
/proc/4662/stat : 4662 (python) R 4660 4662 4496 0 -1 4202496 55466 935 1 0 264 17 0 0 25 0 1 0 538447311 477736960 53146 33554432000 4194304 5683644 140735026032576 18446744073709551615 4602993 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4662/statm: 116635 53146 1761 364 0 52559 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 466540

[startup+6.30079 s]
/proc/loadavg: 7.62 7.90 5.81 6/212 4671
/proc/meminfo: memFree=26752168/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=564456 CPUtime=6.01 cores=0,2,4,6
/proc/4662/stat : 4662 (python) R 4660 4662 4496 0 -1 4202496 113295 935 1 0 577 24 0 0 25 0 1 0 538447311 578002944 78499 33554432000 4194304 5683644 140735026032576 18446744073709551615 47402774962221 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4662/statm: 141114 78499 1826 364 0 77038 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 564456

[startup+12.7006 s]
/proc/loadavg: 7.41 7.85 5.81 6/212 4671
/proc/meminfo: memFree=26748228/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=564456 CPUtime=12.41 cores=0,2,4,6
/proc/4662/stat : 4662 (python) R 4660 4662 4496 0 -1 4202496 113295 935 1 0 1217 24 0 0 25 0 1 0 538447311 578002944 78499 33554432000 4194304 5683644 140735026032576 18446744073709551615 4299146 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4662/statm: 141114 78499 1826 364 0 77038 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 564456

[startup+25.5001 s]
/proc/loadavg: 6.88 7.71 5.79 7/212 4671
/proc/meminfo: memFree=26732476/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=564456 CPUtime=25.21 cores=0,2,4,6
/proc/4662/stat : 4662 (python) R 4660 4662 4496 0 -1 4202496 113295 935 1 0 2497 24 0 0 25 0 1 0 538447311 578002944 78499 33554432000 4194304 5683644 140735026032576 18446744073709551615 47402772483580 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4662/statm: 141114 78499 1826 364 0 77038 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 564456

[startup+51.1004 s]
/proc/loadavg: 5.61 7.35 5.72 4/184 4709
/proc/meminfo: memFree=26692872/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=564456 CPUtime=50.81 cores=0,2,4,6
/proc/4662/stat : 4662 (python) R 4660 4662 4496 0 -1 4202496 113302 935 1 0 5057 24 0 0 25 0 1 0 538447311 578002944 78506 33554432000 4194304 5683644 140735026032576 18446744073709551615 47402772187276 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4662/statm: 141114 78506 1833 364 0 77038 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 564456

[startup+102.307 s]
/proc/loadavg: 4.13 6.67 5.58 4/184 4710
/proc/meminfo: memFree=26676592/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=564456 CPUtime=102.02 cores=0,2,4,6
/proc/4662/stat : 4662 (python) R 4660 4662 4496 0 -1 4202496 113302 935 1 0 10178 24 0 0 25 0 1 0 538447311 578002944 78506 33554432000 4194304 5683644 140735026032576 18446744073709551615 47402772187264 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4662/statm: 141114 78506 1833 364 0 77038 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 564456

[startup+162.301 s]
/proc/loadavg: 5.30 6.49 5.58 7/196 4768
/proc/meminfo: memFree=24951328/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=583696 CPUtime=124.23 cores=0,2,4,6
/proc/4662/stat : 4662 (python) S 4660 4662 4496 0 -1 4202496 116025 935 1 0 12395 28 0 0 25 0 5 0 538447311 597704704 73121 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4662/statm: 145924 73121 1881 364 0 81833 0
[pid=4712] ppid=4662 vsize=542684 CPUtime=0.05 cores=0,2,4,6
/proc/4712/stat : 4712 (python) S 4662 4662 4496 0 -1 4202560 999 0 0 0 2 3 0 0 15 0 1 0 538459754 555708416 71606 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252431 0 0 16781312 514 4873673255342276868 0 0 17 2 0 0 0
/proc/4712/statm: 135671 71606 382 364 0 71589 0
[pid=4714] ppid=4712 vsize=661312 CPUtime=37.63 cores=0,2,4,6
/proc/4714/stat : 4714 (cryptominisat-2) R 4712 4714 4714 0 -1 4202496 146400 0 0 0 3739 24 0 0 25 0 1 0 538459755 677183488 131863 33554432000 4194304 4677096 140735040547616 18446744073709551615 4319417 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4714/statm: 165328 131863 387 118 0 160287 0
[pid=4715] ppid=4662 vsize=552940 CPUtime=0.04 cores=0,2,4,6
/proc/4715/stat : 4715 (python) S 4662 4662 4496 0 -1 4202560 908 0 0 0 2 2 0 0 18 0 1 0 538459757 566210560 71598 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252486 0 0 16781312 514 14869848030600724737 0 0 17 0 0 0 0
/proc/4715/statm: 138235 71598 370 364 0 74150 0
[pid=4717] ppid=4715 vsize=108780 CPUtime=37.77 cores=0,2,4,6
/proc/4717/stat : 4717 (SApperloT-base) R 4715 4717 4717 0 -1 4202496 27289 0 0 0 3767 10 0 0 25 0 1 0 538459758 111390720 24807 33554432000 134512640 135674940 4293748784 18446744073709551615 134551821 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4717/statm: 27195 24807 99 284 0 26909 0
[pid=4718] ppid=4662 vsize=563196 CPUtime=0.05 cores=0,2,4,6
/proc/4718/stat : 4718 (python) S 4662 4662 4496 0 -1 4202560 932 0 0 0 2 3 0 0 18 0 1 0 538459760 576712704 71602 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252486 0 0 16781312 514 14869848030600724740 0 0 17 4 0 0 0
/proc/4718/statm: 140799 71602 370 364 0 76711 0
[pid=4720] ppid=4718 vsize=64648 CPUtime=37.74 cores=0,2,4,6
/proc/4720/stat : 4720 (lingeling) R 4718 4720 4720 0 -1 4202496 37925 0 0 0 3768 6 0 0 25 0 1 0 538459761 66199552 15332 33554432000 4194304 4352236 140735521170096 18446744073709551615 4328016 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/4720/statm: 16162 15332 129 39 0 15242 0
[pid=4721] ppid=4662 vsize=573452 CPUtime=0.06 cores=0,2,4,6
/proc/4721/stat : 4721 (python) S 4662 4662 4496 0 -1 4202560 956 0 0 0 3 3 0 0 15 0 1 0 538459764 587214848 71606 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252486 0 0 16781312 514 14869848030600724740 0 0 17 0 0 0 0
/proc/4721/statm: 143363 71606 370 364 0 79272 0
[pid=4723] ppid=4721 vsize=673408 CPUtime=37.65 cores=0,2,4,6
/proc/4723/stat : 4723 (cryptominisat-2) R 4721 4723 4723 0 -1 4202496 141901 0 0 0 3743 22 0 0 25 0 1 0 538459765 689569792 133050 33554432000 4194304 4677096 140735569687136 18446744073709551615 4336235 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4723/statm: 168352 133050 387 118 0 163311 0
[pid=4662/tid=4713] ppid=4660 vsize=583696 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4713/stat : 4713 (python) S 4660 4662 4496 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 5 0 538459755 597704704 73121 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
[pid=4662/tid=4716] ppid=4660 vsize=583696 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4716/stat : 4716 (python) S 4660 4662 4496 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 538459758 597704704 73121 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
[pid=4662/tid=4719] ppid=4660 vsize=583696 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4719/stat : 4719 (python) S 4660 4662 4496 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538459761 597704704 73121 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=4662/tid=4722] ppid=4660 vsize=583696 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4722/stat : 4722 (python) S 4660 4662 4496 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 538459765 597704704 73121 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 275.22
Current children cumulated vsize (KiB) 4324116

[startup+222.301 s]
/proc/loadavg: 5.74 6.40 5.60 7/196 4769
/proc/meminfo: memFree=23914476/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=583696 CPUtime=124.23 cores=0,2,4,6
/proc/4662/stat : 4662 (python) S 4660 4662 4496 0 -1 4202496 116025 935 1 0 12395 28 0 0 25 0 5 0 538447311 597704704 73121 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4662/statm: 145924 73121 1881 364 0 81833 0
[pid=4712] ppid=4662 vsize=542684 CPUtime=0.13 cores=0,2,4,6
/proc/4712/stat : 4712 (python) S 4662 4662 4496 0 -1 4202560 1024 0 0 0 6 7 0 0 15 0 1 0 538459754 555708416 71606 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252431 0 0 16781312 514 4873673255342276868 0 0 17 2 0 0 0
/proc/4712/statm: 135671 71606 382 364 0 71589 0
[pid=4714] ppid=4712 vsize=1203216 CPUtime=97.29 cores=0,2,4,6
/proc/4714/stat : 4714 (cryptominisat-2) R 4712 4714 4714 0 -1 4202496 263251 0 0 0 9686 43 0 0 25 0 1 0 538459755 1232093184 243422 33554432000 4194304 4677096 140735040547616 18446744073709551615 4468032 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4714/statm: 300804 243422 391 118 0 295763 0
[pid=4715] ppid=4662 vsize=552940 CPUtime=0.12 cores=0,2,4,6
/proc/4715/stat : 4715 (python) S 4662 4662 4496 0 -1 4202560 929 0 0 0 7 5 0 0 18 0 1 0 538459757 566210560 71598 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252486 0 0 16781312 514 14869848030600724737 0 0 17 0 0 0 0
/proc/4715/statm: 138235 71598 370 364 0 74150 0
[pid=4717] ppid=4715 vsize=176976 CPUtime=97.68 cores=0,2,4,6
/proc/4717/stat : 4717 (SApperloT-base) R 4715 4717 4717 0 -1 4202496 44448 0 0 0 9753 15 0 0 25 0 1 0 538459758 181223424 41966 33554432000 134512640 135674940 4293748784 18446744073709551615 134552296 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4717/statm: 44244 41966 99 284 0 43958 0
[pid=4718] ppid=4662 vsize=563196 CPUtime=0.13 cores=0,2,4,6
/proc/4718/stat : 4718 (python) S 4662 4662 4496 0 -1 4202560 954 0 0 0 6 7 0 0 18 0 1 0 538459760 576712704 71602 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252486 0 0 16781312 514 14869848030600724740 0 0 17 4 0 0 0
/proc/4718/statm: 140799 71602 370 364 0 76711 0
[pid=4720] ppid=4718 vsize=96792 CPUtime=97.66 cores=0,2,4,6
/proc/4720/stat : 4720 (lingeling) R 4718 4720 4720 0 -1 4202496 45473 0 0 0 9759 7 0 0 25 0 1 0 538459761 99115008 22345 33554432000 4194304 4352236 140735521170096 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/4720/statm: 24198 22345 129 39 0 23278 0
[pid=4721] ppid=4662 vsize=573452 CPUtime=0.15 cores=0,2,4,6
/proc/4721/stat : 4721 (python) S 4662 4662 4496 0 -1 4202560 980 0 0 0 8 7 0 0 15 0 1 0 538459764 587214848 71606 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252486 0 0 16781312 514 14869848030600724740 0 0 17 0 0 0 0
/proc/4721/statm: 143363 71606 370 364 0 79272 0
[pid=4723] ppid=4721 vsize=1076468 CPUtime=97.48 cores=0,2,4,6
/proc/4723/stat : 4723 (cryptominisat-2) R 4721 4723 4723 0 -1 4202496 237275 0 0 0 9711 37 0 0 25 0 1 0 538459765 1102303232 216902 33554432000 4194304 4677096 140735569687136 18446744073709551615 4320037 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4723/statm: 269117 216902 391 118 0 264076 0
[pid=4662/tid=4713] ppid=4660 vsize=583696 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4713/stat : 4713 (python) S 4660 4662 4496 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 5 0 538459755 597704704 73121 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0

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

[pid=4721/tid=4826] ppid=4662 vsize=573452 CPUtime=0 cores=0,2,4,6
/proc/4721/task/4826/stat : 4826 (python) S 4662 4662 4496 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 538566919 587214848 71636 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 514 18446604453835440320 0 0 -1 0 0 0 0
[pid=4771] ppid=4662 vsize=583708 CPUtime=0.99 cores=0,2,4,6
/proc/4771/stat : 4771 (python) S 4662 4662 4496 0 -1 4202560 1155 0 0 0 51 48 0 0 18 0 2 0 538469774 597716992 71640 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/4771/statm: 145927 71640 399 364 0 81833 0
[pid=4773] ppid=4771 vsize=139928 CPUtime=727.27 cores=0,2,4,6
/proc/4773/stat : 4773 (lingeling) R 4771 4773 4773 0 -1 4202496 98046 0 0 0 72711 16 0 0 25 0 1 0 538469775 143286272 33001 33554432000 4194304 4352236 140735281109024 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/4773/statm: 34982 33001 129 39 0 34062 0
[pid=4771/tid=4810] ppid=4662 vsize=583708 CPUtime=0 cores=0,2,4,6
/proc/4771/task/4810/stat : 4810 (python) S 4662 4662 4496 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538538258 597716992 71640 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 514 18446604453979229248 0 0 -1 6 0 0 0
[pid=4786] ppid=4662 vsize=593964 CPUtime=0.2 cores=0,2,4,6
/proc/4786/stat : 4786 (python) S 4662 4662 4496 0 -1 4202560 1154 0 0 0 11 9 0 0 15 0 2 0 538508954 608219136 71644 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4786/statm: 148491 71644 399 364 0 84394 0
[pid=4788] ppid=4786 vsize=1263268 CPUtime=131.81 cores=0,2,4,6
/proc/4788/stat : 4788 (cryptominisat-2) R 4786 4788 4788 0 -1 4202496 263391 0 0 0 13135 46 0 0 25 0 1 0 538508955 1293586432 243379 33554432000 4194304 4677096 140735733327968 18446744073709551615 4334257 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4788/statm: 315817 243379 391 118 0 310776 0
[pid=4786/tid=4791] ppid=4662 vsize=593964 CPUtime=0 cores=0,2,4,6
/proc/4786/task/4791/stat : 4791 (python) S 4662 4662 4496 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538518768 608219136 71644 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 514 18446604453588255872 0 0 -1 0 0 0 0
[pid=4793] ppid=4662 vsize=604220 CPUtime=0.66 cores=0,2,4,6
/proc/4793/stat : 4793 (python) S 4662 4662 4496 0 -1 4202560 1148 0 0 0 34 32 0 0 18 0 2 0 538518771 618721280 71648 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/4793/statm: 151055 71648 399 364 0 86955 0
[pid=4795] ppid=4793 vsize=387956 CPUtime=488.24 cores=0,2,4,6
/proc/4795/stat : 4795 (precosat) T 4793 4795 4795 0 -1 4202496 158879 0 0 0 48802 22 0 0 25 0 1 0 538518772 397266944 96100 33554432000 4194304 4890832 140733450670832 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/4795/statm: 96989 96100 86 171 0 96816 0
[pid=4793/tid=4823] ppid=4662 vsize=604220 CPUtime=0 cores=0,2,4,6
/proc/4793/task/4823/stat : 4823 (python) S 4662 4662 4496 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538558623 618721280 71648 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 514 18446604453840230592 0 0 -1 6 0 0 0
[pid=4811] ppid=4662 vsize=614476 CPUtime=0.13 cores=0,2,4,6
/proc/4811/stat : 4811 (python) S 4662 4662 4496 0 -1 4202560 1152 0 0 0 7 6 0 0 19 0 2 0 538538260 629223424 71658 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4811/statm: 153619 71658 405 364 0 89516 0
[pid=4813] ppid=4811 vsize=91296 CPUtime=99.84 cores=0,2,4,6
/proc/4813/stat : 4813 (lingeling) T 4811 4813 4813 0 -1 4202496 36347 0 0 0 9977 7 0 0 25 0 1 0 538538261 93487104 21994 33554432000 4194304 4352236 140734065729712 18446744073709551615 4207602 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/4813/statm: 22824 21994 129 39 0 21904 0
[pid=4811/tid=4819] ppid=4662 vsize=614476 CPUtime=0 cores=0,2,4,6
/proc/4811/task/4819/stat : 4819 (python) S 4662 4662 4496 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538548275 629223424 71658 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 514 18446604453870997632 0 0 -1 0 0 0 0
[pid=4662/tid=4713] ppid=4660 vsize=624720 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4713/stat : 4713 (python) S 4660 4662 4496 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 538459755 639713280 73146 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
[pid=4662/tid=4716] ppid=4660 vsize=624720 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4716/stat : 4716 (python) S 4660 4662 4496 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 538459758 639713280 73146 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
[pid=4662/tid=4719] ppid=4660 vsize=624720 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4719/stat : 4719 (python) S 4660 4662 4496 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 538459761 639713280 73146 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=4662/tid=4722] ppid=4660 vsize=624720 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4722/stat : 4722 (python) S 4660 4662 4496 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 538459765 639713280 73146 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=4662/tid=4772] ppid=4660 vsize=624720 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4772/stat : 4772 (python) S 4660 4662 4496 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 538469775 639713280 73146 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=4662/tid=4787] ppid=4660 vsize=624720 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4787/stat : 4787 (python) S 4660 4662 4496 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 9 0 538508955 639713280 73146 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=4662/tid=4794] ppid=4660 vsize=624720 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4794/stat : 4794 (python) S 4660 4662 4496 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 538518772 639713280 73146 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=4662/tid=4812] ppid=4660 vsize=624720 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4812/stat : 4812 (python) S 4660 4662 4496 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 538538261 639713280 73146 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4585.67
Current children cumulated vsize (KiB) 11204468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1296.2 s]
/proc/loadavg: 6.02 6.07 5.90 7/218 4832
/proc/meminfo: memFree=20655764/32950928 swapFree=67111356/67111528
[pid=4662] ppid=4660 vsize=634976 CPUtime=124.5 cores=0,2,4,6
/proc/4662/stat : 4662 (python) S 4660 4662 4496 0 -1 4202496 120179 935 1 0 12416 34 0 0 19 0 10 0 538447311 650215424 73152 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4662/statm: 158744 73152 1892 364 0 94638 0
[pid=4712] ppid=4662 vsize=552928 CPUtime=1.1 cores=0,2,4,6
/proc/4712/stat : 4712 (python) S 4662 4662 4496 0 -1 4202560 1236 0 0 0 59 51 0 0 15 0 2 0 538459754 566198272 71646 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/4712/statm: 138232 71646 417 364 0 74150 0
[pid=4714] ppid=4712 vsize=1822896 CPUtime=777.05 cores=0,2,4,6
/proc/4714/stat : 4714 (cryptominisat-2) R 4712 4714 4714 0 -1 4202496 442433 0 0 0 77605 100 0 0 25 0 1 0 538459755 1866645504 380302 33554432000 4194304 4677096 140735040547616 18446744073709551615 4331499 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4714/statm: 455724 380302 391 118 0 450683 0
[pid=4712/tid=4785] ppid=4662 vsize=552928 CPUtime=0 cores=0,2,4,6
/proc/4712/task/4785/stat : 4785 (python) S 4662 4662 4496 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 538508952 566198272 71646 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 514 18446604453870746560 0 0 -1 2 0 0 0
[pid=4715] ppid=4662 vsize=552940 CPUtime=0.13 cores=0,2,4,6
/proc/4715/stat : 4715 (python) S 4662 4662 4496 0 -1 4202560 1086 0 0 0 8 5 0 0 19 0 2 0 538459757 566210560 71628 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4715/statm: 138235 71628 399 364 0 74150 0
[pid=4717] ppid=4715 vsize=179384 CPUtime=99.96 cores=0,2,4,6
/proc/4717/stat : 4717 (SApperloT-base) T 4715 4717 4717 0 -1 4202496 45058 0 0 0 9981 15 0 0 25 0 1 0 538459758 183689216 42576 33554432000 134512640 135674940 4293748784 18446744073709551615 134551972 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/4717/statm: 44846 42576 99 284 0 44560 0
[pid=4715/tid=4770] ppid=4662 vsize=552940 CPUtime=0 cores=0,2,4,6
/proc/4715/task/4770/stat : 4770 (python) S 4662 4662 4496 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538469771 566210560 71628 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 514 18446604453985335104 0 0 -1 2 0 0 0
[pid=4718] ppid=4662 vsize=563196 CPUtime=1.56 cores=0,2,4,6
/proc/4718/stat : 4718 (python) S 4662 4662 4496 0 -1 4202560 989 0 0 0 80 76 0 0 18 0 1 0 538459760 576712704 71602 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252486 0 0 16781312 514 14869848030600724740 0 0 17 4 0 0 0
/proc/4718/statm: 140799 71602 370 364 0 76711 0
[pid=4720] ppid=4718 vsize=139948 CPUtime=1167.26 cores=0,2,4,6
/proc/4720/stat : 4720 (lingeling) R 4718 4720 4720 0 -1 4202496 123886 0 0 0 116709 17 0 0 25 0 1 0 538459761 143306752 33646 33554432000 4194304 4352236 140735521170096 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/4720/statm: 34987 33646 129 39 0 34067 0
[pid=4721] ppid=4662 vsize=573452 CPUtime=1.51 cores=0,2,4,6
/proc/4721/stat : 4721 (python) S 4662 4662 4496 0 -1 4202560 1174 0 0 0 81 70 0 0 16 0 2 0 538459764 587214848 71636 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4721/statm: 143363 71636 399 364 0 79272 0
[pid=4723] ppid=4721 vsize=1916700 CPUtime=1070.45 cores=0,2,4,6
/proc/4723/stat : 4723 (cryptominisat-2) T 4721 4723 4723 0 -1 4202496 465785 0 0 0 106934 111 0 0 25 0 1 0 538459765 1962700800 388863 33554432000 4194304 4677096 140735569687136 18446744073709551615 4336210 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/4723/statm: 479175 388863 391 118 0 474134 0
[pid=4721/tid=4826] ppid=4662 vsize=573452 CPUtime=0 cores=0,2,4,6
/proc/4721/task/4826/stat : 4826 (python) S 4662 4662 4496 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 538566919 587214848 71636 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 514 18446604453835440320 0 0 -1 0 0 0 0
[pid=4771] ppid=4662 vsize=583708 CPUtime=1.06 cores=0,2,4,6
/proc/4771/stat : 4771 (python) S 4662 4662 4496 0 -1 4202560 1155 0 0 0 55 51 0 0 18 0 2 0 538469774 597716992 71640 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/4771/statm: 145927 71640 399 364 0 81833 0
[pid=4773] ppid=4771 vsize=139916 CPUtime=777.12 cores=0,2,4,6
/proc/4773/stat : 4773 (lingeling) T 4771 4773 4773 0 -1 4202496 98046 0 0 0 77696 16 0 0 25 0 1 0 538469775 143273984 32998 33554432000 4194304 4352236 140735281109024 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/4773/statm: 34979 32998 129 39 0 34059 0
[pid=4771/tid=4810] ppid=4662 vsize=583708 CPUtime=0 cores=0,2,4,6
/proc/4771/task/4810/stat : 4810 (python) S 4662 4662 4496 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538538258 597716992 71640 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 514 18446604453979229248 0 0 -1 6 0 0 0
[pid=4786] ppid=4662 vsize=593964 CPUtime=0.28 cores=0,2,4,6
/proc/4786/stat : 4786 (python) S 4662 4662 4496 0 -1 4202560 1168 0 0 0 16 12 0 0 15 0 2 0 538508954 608219136 71644 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4786/statm: 148491 71644 399 364 0 84394 0
[pid=4788] ppid=4786 vsize=1347848 CPUtime=185.64 cores=0,2,4,6
/proc/4788/stat : 4788 (cryptominisat-2) R 4786 4788 4788 0 -1 4202496 301238 0 0 0 18509 55 0 0 25 0 1 0 538508955 1380196352 272772 33554432000 4194304 4677096 140735733327968 18446744073709551615 4336232 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4788/statm: 336962 272772 391 118 0 331921 0
[pid=4786/tid=4791] ppid=4662 vsize=593964 CPUtime=0 cores=0,2,4,6
/proc/4786/task/4791/stat : 4791 (python) S 4662 4662 4496 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538518768 608219136 71644 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 514 18446604453588255872 0 0 -1 0 0 0 0
[pid=4793] ppid=4662 vsize=604220 CPUtime=0.66 cores=0,2,4,6
/proc/4793/stat : 4793 (python) S 4662 4662 4496 0 -1 4202560 1148 0 0 0 34 32 0 0 18 0 2 0 538518771 618721280 71648 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/4793/statm: 151055 71648 399 364 0 86955 0
[pid=4795] ppid=4793 vsize=387956 CPUtime=488.24 cores=0,2,4,6
/proc/4795/stat : 4795 (precosat) T 4793 4795 4795 0 -1 4202496 158879 0 0 0 48802 22 0 0 25 0 1 0 538518772 397266944 96100 33554432000 4194304 4890832 140733450670832 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/4795/statm: 96989 96100 86 171 0 96816 0
[pid=4793/tid=4823] ppid=4662 vsize=604220 CPUtime=0 cores=0,2,4,6
/proc/4793/task/4823/stat : 4823 (python) S 4662 4662 4496 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538558623 618721280 71648 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 514 18446604453840230592 0 0 -1 6 0 0 0
[pid=4811] ppid=4662 vsize=614476 CPUtime=0.13 cores=0,2,4,6
/proc/4811/stat : 4811 (python) S 4662 4662 4496 0 -1 4202560 1152 0 0 0 7 6 0 0 19 0 2 0 538538260 629223424 71658 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4811/statm: 153619 71658 405 364 0 89516 0
[pid=4813] ppid=4811 vsize=91296 CPUtime=99.84 cores=0,2,4,6
/proc/4813/stat : 4813 (lingeling) T 4811 4813 4813 0 -1 4202496 36347 0 0 0 9977 7 0 0 25 0 1 0 538538261 93487104 21994 33554432000 4194304 4352236 140734065729712 18446744073709551615 4207602 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/4813/statm: 22824 21994 129 39 0 21904 0
[pid=4811/tid=4819] ppid=4662 vsize=614476 CPUtime=0 cores=0,2,4,6
/proc/4811/task/4819/stat : 4819 (python) S 4662 4662 4496 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538548275 629223424 71658 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 514 18446604453870997632 0 0 -1 0 0 0 0
[pid=4830] ppid=4662 vsize=624732 CPUtime=0 cores=0,2,4,6
/proc/4830/stat : 4830 (python) S 4662 4662 4496 0 -1 4202560 799 0 0 0 0 0 0 0 18 0 1 0 538576536 639725568 71603 33554432000 4194304 5683644 140735026032576 18446744073709551615 208080252486 0 0 16781312 514 4138900695703060740 0 0 17 0 0 0 0
/proc/4830/statm: 156183 71603 347 364 0 92077 0
[pid=4832] ppid=4830 vsize=218384 CPUtime=3.93 cores=0,2,4,6
/proc/4832/stat : 4832 (precosat) R 4830 4832 4832 0 -1 4202496 57831 0 0 0 383 10 0 0 25 0 1 0 538576537 223625216 53507 33554432000 4194304 4890832 140733377583136 18446744073709551615 4293278 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/4832/statm: 54596 53507 80 171 0 54423 0
[pid=4662/tid=4713] ppid=4660 vsize=634976 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4713/stat : 4713 (python) S 4660 4662 4496 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 10 0 538459755 650215424 73152 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
[pid=4662/tid=4716] ppid=4660 vsize=634976 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4716/stat : 4716 (python) S 4660 4662 4496 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 10 0 538459758 650215424 73152 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
[pid=4662/tid=4719] ppid=4660 vsize=634976 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4719/stat : 4719 (python) S 4660 4662 4496 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 10 0 538459761 650215424 73152 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=4662/tid=4722] ppid=4660 vsize=634976 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4722/stat : 4722 (python) S 4660 4662 4496 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 10 0 538459765 650215424 73152 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=4662/tid=4772] ppid=4660 vsize=634976 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4772/stat : 4772 (python) S 4660 4662 4496 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 10 0 538469775 650215424 73152 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=4662/tid=4787] ppid=4660 vsize=634976 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4787/stat : 4787 (python) S 4660 4662 4496 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 538508955 650215424 73152 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=4662/tid=4794] ppid=4660 vsize=634976 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4794/stat : 4794 (python) S 4660 4662 4496 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 10 0 538518772 650215424 73152 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=4662/tid=4812] ppid=4660 vsize=634976 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4812/stat : 4812 (python) S 4660 4662 4496 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 10 0 538538261 650215424 73152 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=4662/tid=4831] ppid=4660 vsize=634976 CPUtime=0 cores=0,2,4,6
/proc/4662/task/4831/stat : 4831 (python) S 4660 4662 4496 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 10 0 538576537 650215424 73152 33554432000 4194304 5683644 140735026032576 18446744073709551615 208092055985 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 12142920

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4662 and gives
#  childrusage.ru_utime.tv_sec=124
#  childrusage.ru_utime.tv_usec=169123
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=364944
# CPU time returned by wait4() is 124.534
# while last known CPU time is 4800.42
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1296.28
CPU time (s): 4800.42
CPU user time (s): 4793.52
CPU system time (s): 6.9
CPU usage (%): 370.322
Max. virtual memory (cumulated for all children) (KiB): 12194820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.169
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121121
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= 2922
involuntary context switches= 417

runsolver used 3.17552 second user time and 7.95679 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-01 18:47:56
IDJOB=3317695
IDBENCH=71055
IDSOLVER=1706
FILE ID=node127/3317695-1304268475
RUNJOBID= node127-1304267282-4514
PBS_JOBID= 13173952
Free space on /tmp= 72784 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.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-3317695-1304268475/watcher-3317695-1304268475 -o /tmp/evaluation-result-3317695-1304268475/solver-3317695-1304268475 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317695-1304268475.cnf -seed 2121985107 -budget 4800 -cores 4

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=2121985107

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27063608 kB
Buffers:       1328292 kB
Cached:        3582804 kB
SwapCached:          8 kB
Active:         878184 kB
Inactive:      4531680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27063608 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           57948 kB
Writeback:           8 kB
AnonPages:      498220 kB
Mapped:          22112 kB
Slab:           407672 kB
PageTables:      10724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1272132 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= 72648 MiB
End job on node127 at 2011-05-01 19:09:35