Trace number 3380828

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)UNSAT 82.4255 18.0951

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9334
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3380828-1305493578.cnf
0.35/0.67	c INFO: computing task features
1.02/1.37	c INFO: computed variable-clause graph statistics
1.12/1.40	c INFO: computed clause balance statistics
4.42/4.72	c INFO: computed variable balance statistics
7.22/7.51	c INFO: computed small-clause counts
7.22/7.54	c INFO: computed Horn-clause counts
8.32/8.68	c INFO: computed variable graph statistics
8.32/8.68	c INFO: collected features for HOME/instance-3380828-1305493578.cnf in 7.98 s
8.42/8.70	c INFO: running lingeling-276@0 for 97 with 4991 remaining (b = 0.22)
8.42/8.73	c INFO: running cryptominisat-2.9.0@0 for 485 with 4991 remaining (b = 0.23)
8.42/8.75	c INFO: running lingeling-276@0 for 1261 with 4991 remaining (b = 0.40)
8.42/8.78	c INFO: running lingeling-276@0 for 1261 with 4991 remaining (b = 0.34)
8.42/8.80	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4991 remaining (b = 0.42)
8.74/8.83	c INFO: running SApperloT@0 for 97 with 4991 remaining (b = 0.02)
8.74/8.86	c INFO: running precosat-570@0 for 291 with 4991 remaining (b = 0.10)
8.74/8.89	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4991 remaining (b = 0.34)
81.89/18.06	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380828-1305493578/watcher-3380828-1305493578 -o /tmp/evaluation-result-3380828-1305493578/solver-3380828-1305493578 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380828-1305493578.cnf -seed 1194607977 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.99 6.34 5.39 2/358 19817
/proc/meminfo: memFree=21462136/32950928 swapFree=62959384/67111528
[pid=19817] ppid=19815 vsize=15776 CPUtime=0 cores=0-7
/proc/19817/stat : 19817 (python) R 19815 19817 19408 0 -1 4202496 901 0 0 0 0 0 0 0 17 0 1 0 116967267 16154624 782 33554432000 4194304 5683644 140734437939712 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19817/statm: 3944 782 345 364 0 431 0

[startup+0.113206 s]
/proc/loadavg: 7.99 6.34 5.39 2/358 19817
/proc/meminfo: memFree=21462136/32950928 swapFree=62959384/67111528
[pid=19817] ppid=19815 vsize=99348 CPUtime=0.06 cores=0-7
/proc/19817/stat : 19817 (python) R 19815 19817 19408 0 -1 4202496 2856 0 0 0 4 2 0 0 17 0 1 0 116967267 101732352 2557 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880563200 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/19817/statm: 24841 2560 818 364 0 1692 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99348

[startup+0.201215 s]
/proc/loadavg: 7.99 6.34 5.39 2/358 19817
/proc/meminfo: memFree=21462136/32950928 swapFree=62959384/67111528
[pid=19817] ppid=19815 vsize=124236 CPUtime=0.12 cores=0-7
/proc/19817/stat : 19817 (python) R 19815 19817 19408 0 -1 4202496 4264 0 1 0 8 4 0 0 17 0 1 0 116967267 127217664 3872 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880563200 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19817/statm: 31059 3872 996 364 0 2870 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124236

[startup+0.301177 s]
/proc/loadavg: 7.99 6.34 5.39 2/358 19817
/proc/meminfo: memFree=21462136/32950928 swapFree=62959384/67111528
[pid=19817] ppid=19815 vsize=135752 CPUtime=0.18 cores=0-7
/proc/19817/stat : 19817 (python) S 19815 19817 19408 0 -1 4202496 5961 932 1 0 13 5 0 0 17 0 1 0 116967267 139010048 4150 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880561157 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/19817/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.701103 s]
/proc/loadavg: 7.99 6.34 5.39 2/358 19817
/proc/meminfo: memFree=21462136/32950928 swapFree=62959384/67111528
[pid=19817] ppid=19815 vsize=284520 CPUtime=0.42 cores=0-7
/proc/19817/stat : 19817 (python) R 19815 19817 19408 0 -1 4202496 10712 932 1 0 32 10 0 0 16 0 1 0 116967267 291348480 8397 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880262336 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19817/statm: 71130 8438 1761 364 0 7054 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 284520

[startup+1.50096 s]
/proc/loadavg: 7.99 6.34 5.39 2/359 19822
/proc/meminfo: memFree=21406948/32950928 swapFree=62959384/67111528
[pid=19817] ppid=19815 vsize=326676 CPUtime=1.22 cores=0-7
/proc/19817/stat : 19817 (python) R 19815 19817 19408 0 -1 4202496 29867 932 1 0 110 12 0 0 17 0 1 0 116967267 334516224 19053 33554432000 4194304 5683644 140734437939712 18446744073709551615 4314387 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19817/statm: 81669 19053 1826 364 0 17593 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 326676

[startup+3.1007 s]
/proc/loadavg: 7.99 6.34 5.39 2/359 19822
/proc/meminfo: memFree=21392364/32950928 swapFree=62959384/67111528
[pid=19817] ppid=19815 vsize=326676 CPUtime=2.82 cores=0-7
/proc/19817/stat : 19817 (python) R 19815 19817 19408 0 -1 4202496 29867 932 1 0 270 12 0 0 19 0 1 0 116967267 334516224 19053 33554432000 4194304 5683644 140734437939712 18446744073709551615 4623672 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19817/statm: 81669 19053 1826 364 0 17593 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 326676

[startup+6.30112 s]
/proc/loadavg: 7.43 6.25 5.37 2/359 19822
/proc/meminfo: memFree=21392736/32950928 swapFree=62959384/67111528
[pid=19817] ppid=19815 vsize=326676 CPUtime=6.02 cores=0-7
/proc/19817/stat : 19817 (python) R 19815 19817 19408 0 -1 4202496 29868 932 1 0 590 12 0 0 25 0 1 0 116967267 334516224 19054 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880220222 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19817/statm: 81669 19054 1827 364 0 17593 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 326676

[startup+12.7019 s]
/proc/loadavg: 7.48 6.28 5.38 9/383 19846
/proc/meminfo: memFree=20756596/32950928 swapFree=62959384/67111528
[pid=19817] ppid=19815 vsize=406888 CPUtime=8.61 cores=0-7
/proc/19817/stat : 19817 (python) S 19815 19817 19408 0 -1 4202496 36364 932 1 0 846 15 0 0 20 0 9 0 116967267 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19817/statm: 101722 18686 1889 364 0 37619 0
[pid=19823] ppid=19817 vsize=324852 CPUtime=0 cores=0-7
/proc/19823/stat : 19823 (python) S 19817 19817 19408 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 116968137 332648448 17123 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585231 0 0 16781312 514 4233448250331332867 0 0 17 1 0 0 0
/proc/19823/statm: 81213 17123 358 364 0 17131 0
[pid=19825] ppid=19823 vsize=17084 CPUtime=3.96 cores=0-7
/proc/19825/stat : 19825 (lingeling) R 19823 19825 19825 0 -1 4202496 6573 0 0 0 395 1 0 0 25 0 1 0 116968138 17494016 3438 33554432000 4194304 4352236 140736958487568 18446744073709551615 4273787 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19825/statm: 4271 3438 126 39 0 3351 0
[pid=19826] ppid=19817 vsize=335108 CPUtime=0 cores=0-7
/proc/19826/stat : 19826 (python) S 19817 19817 19408 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 116968140 343150592 17116 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 5003099517826859265 0 0 17 2 0 0 0
/proc/19826/statm: 83777 17116 347 364 0 19692 0
[pid=19828] ppid=19826 vsize=206716 CPUtime=3.95 cores=0-7
/proc/19828/stat : 19828 (cryptominisat-2) R 19826 19828 19828 0 -1 4202496 42919 0 0 0 389 6 0 0 25 0 1 0 116968140 211677184 42141 33554432000 4194304 4677096 140734080580592 18446744073709551615 4310488 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19828/statm: 51679 42141 361 118 0 46638 0
[pid=19829] ppid=19817 vsize=345364 CPUtime=0 cores=0-7
/proc/19829/stat : 19829 (python) S 19817 19817 19408 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 116968142 353652736 17120 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 15384402709142536450 0 0 17 1 0 0 0
/proc/19829/statm: 86341 17120 347 364 0 22253 0
[pid=19831] ppid=19829 vsize=17780 CPUtime=3.93 cores=0-7
/proc/19831/stat : 19831 (lingeling) R 19829 19831 19831 0 -1 4202496 6619 0 0 0 392 1 0 0 25 0 1 0 116968143 18206720 3484 33554432000 4194304 4352236 140734428774992 18446744073709551615 4208430 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19831/statm: 4445 3484 126 39 0 3525 0
[pid=19832] ppid=19817 vsize=355620 CPUtime=0 cores=0-7
/proc/19832/stat : 19832 (python) S 19817 19817 19408 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 116968145 364154880 17124 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 5069481707720114434 0 0 17 6 0 0 0
/proc/19832/statm: 88905 17124 347 364 0 24814 0
[pid=19834] ppid=19832 vsize=17084 CPUtime=3.91 cores=0-7
/proc/19834/stat : 19834 (lingeling) R 19832 19834 19834 0 -1 4202496 6574 0 0 0 390 1 0 0 25 0 1 0 116968146 17494016 3437 33554432000 4194304 4352236 140734631358448 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19834/statm: 4271 3437 126 39 0 3351 0
[pid=19835] ppid=19817 vsize=365876 CPUtime=0 cores=0-7
/proc/19835/stat : 19835 (python) S 19817 19817 19408 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 116968148 374657024 17128 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 3346968099948560643 0 0 17 2 0 0 0
/proc/19835/statm: 91469 17128 347 364 0 27375 0
[pid=19837] ppid=19835 vsize=206568 CPUtime=3.84 cores=0-7
/proc/19837/stat : 19837 (cryptominisat-2) R 19835 19837 19837 0 -1 4202496 42896 0 0 0 378 6 0 0 25 0 1 0 116968148 211525632 42117 33554432000 4194304 4677096 140737126885776 18446744073709551615 4317673 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19837/statm: 51642 42117 361 118 0 46601 0
[pid=19838] ppid=19817 vsize=376132 CPUtime=0 cores=0-7
/proc/19838/stat : 19838 (python) S 19817 19817 19408 0 -1 4202560 769 0 0 0 0 0 0 0 18 0 1 0 116968151 385159168 17132 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 4233436705459241217 0 0 17 2 0 0 0
/proc/19838/statm: 94033 17132 347 364 0 29936 0
[pid=19840] ppid=19838 vsize=16568 CPUtime=3.84 cores=0-7
/proc/19840/stat : 19840 (SApperloT-base) R 19838 19840 19840 0 -1 4202496 3883 0 0 0 384 0 0 0 25 0 1 0 116968151 16965632 3616 33554432000 134512640 135674940 4294546624 18446744073709551615 135113206 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19840/statm: 4142 3616 99 284 0 3856 0
[pid=19841] ppid=19817 vsize=386388 CPUtime=0 cores=0-7
/proc/19841/stat : 19841 (python) S 19817 19817 19408 0 -1 4202560 779 0 0 0 0 0 0 0 18 0 1 0 116968154 395661312 17136 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 1899412388591927555 0 0 17 1 0 0 0
/proc/19841/statm: 96597 17136 347 364 0 32497 0
[pid=19843] ppid=19841 vsize=51540 CPUtime=3.81 cores=0-7
/proc/19843/stat : 19843 (precosat) R 19841 19843 19843 0 -1 4202496 13386 0 0 0 379 2 0 0 25 0 1 0 116968155 52776960 12658 33554432000 4194304 4890832 140736878223792 18446744073709551615 4246689 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/19843/statm: 12885 12658 86 171 0 12712 0
[pid=19844] ppid=19817 vsize=396644 CPUtime=0 cores=0-7
/proc/19844/stat : 19844 (python) S 19817 19817 19408 0 -1 4202560 833 0 0 0 0 0 0 0 15 0 1 0 116968156 406163456 17146 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 1852694964161446148 0 0 17 0 0 0 0
/proc/19844/statm: 99161 17146 353 364 0 35058 0
[pid=19846] ppid=19844 vsize=206572 CPUtime=3.79 cores=0-7
/proc/19846/stat : 19846 (cryptominisat-2) R 19844 19846 19846 0 -1 4202496 42911 0 0 0 372 7 0 0 25 0 1 0 116968157 211529728 42117 33554432000 4194304 4677096 140737283984368 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19846/statm: 51643 42117 361 118 0 46602 0
[pid=19817/tid=19824] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19824/stat : 19824 (python) S 19815 19817 19408 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 116968138 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 6 0 0 0
[pid=19817/tid=19827] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19827/stat : 19827 (python) S 19815 19817 19408 0 -1 4202560 21 932 0 0 0 0 0 0 25 0 9 0 116968140 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 4 0 0 0
[pid=19817/tid=19830] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19830/stat : 19830 (python) S 19815 19817 19408 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 116968143 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 0 0 0 0
[pid=19817/tid=19833] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19833/stat : 19833 (python) S 19815 19817 19408 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 116968145 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 0 0 0 0
[pid=19817/tid=19836] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19836/stat : 19836 (python) S 19815 19817 19408 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 116968148 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 2 0 0 0
[pid=19817/tid=19839] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19839/stat : 19839 (python) S 19815 19817 19408 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 116968151 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 2 0 0 0
[pid=19817/tid=19842] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19842/stat : 19842 (python) S 19815 19817 19408 0 -1 4202560 24 932 0 0 0 0 0 0 19 0 9 0 116968154 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 1 0 0 0
[pid=19817/tid=19845] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19845/stat : 19845 (python) S 19815 19817 19408 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 116968157 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.64
Current children cumulated vsize (KiB) 4032784

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

[startup+12.8019 s]
/proc/loadavg: 7.48 6.28 5.38 9/383 19846
/proc/meminfo: memFree=20756596/32950928 swapFree=62959384/67111528
[pid=19817] ppid=19815 vsize=406888 CPUtime=8.61 cores=0-7
/proc/19817/stat : 19817 (python) S 19815 19817 19408 0 -1 4202496 36364 932 1 0 846 15 0 0 20 0 9 0 116967267 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19817/statm: 101722 18686 1889 364 0 37619 0
[pid=19823] ppid=19817 vsize=324852 CPUtime=0.01 cores=0-7
/proc/19823/stat : 19823 (python) S 19817 19817 19408 0 -1 4202560 979 0 0 0 0 1 0 0 18 0 1 0 116968137 332648448 17146 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585231 0 0 16781312 514 4233448250331332867 0 0 17 1 0 0 0
/proc/19823/statm: 81213 17146 381 364 0 17131 0
[pid=19825] ppid=19823 vsize=17084 CPUtime=4.06 cores=0-7
/proc/19825/stat : 19825 (lingeling) R 19823 19825 19825 0 -1 4202496 6573 0 0 0 405 1 0 0 25 0 1 0 116968138 17494016 3438 33554432000 4194304 4352236 140736958487568 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19825/statm: 4271 3438 126 39 0 3351 0
[pid=19826] ppid=19817 vsize=335108 CPUtime=0 cores=0-7
/proc/19826/stat : 19826 (python) S 19817 19817 19408 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 116968140 343150592 17116 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 5003099517826859265 0 0 17 2 0 0 0
/proc/19826/statm: 83777 17116 347 364 0 19692 0
[pid=19828] ppid=19826 vsize=206852 CPUtime=4.05 cores=0-7
/proc/19828/stat : 19828 (cryptominisat-2) R 19826 19828 19828 0 -1 4202496 42947 0 0 0 399 6 0 0 25 0 1 0 116968140 211816448 42169 33554432000 4194304 4677096 140734080580592 18446744073709551615 4236662 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19828/statm: 51713 42169 361 118 0 46672 0
[pid=19829] ppid=19817 vsize=345364 CPUtime=0.01 cores=0-7
/proc/19829/stat : 19829 (python) S 19817 19817 19408 0 -1 4202560 896 0 0 0 0 1 0 0 18 0 1 0 116968142 353652736 17142 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 15384402709142536450 0 0 17 1 0 0 0
/proc/19829/statm: 86341 17142 369 364 0 22253 0
[pid=19831] ppid=19829 vsize=17780 CPUtime=4.03 cores=0-7
/proc/19831/stat : 19831 (lingeling) R 19829 19831 19831 0 -1 4202496 6619 0 0 0 402 1 0 0 25 0 1 0 116968143 18206720 3484 33554432000 4194304 4352236 140734428774992 18446744073709551615 4205919 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19831/statm: 4445 3484 126 39 0 3525 0
[pid=19832] ppid=19817 vsize=355620 CPUtime=0 cores=0-7
/proc/19832/stat : 19832 (python) R 19817 19817 19408 0 -1 4202560 920 0 0 0 0 0 0 0 18 0 1 0 116968145 364154880 17141 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880561076 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19832/statm: 88905 17141 364 364 0 24814 0
[pid=19834] ppid=19832 vsize=17084 CPUtime=4 cores=0-7
/proc/19834/stat : 19834 (lingeling) R 19832 19834 19834 0 -1 4202496 6574 0 0 0 399 1 0 0 25 0 1 0 116968146 17494016 3437 33554432000 4194304 4352236 140734631358448 18446744073709551615 4208940 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19834/statm: 4271 3437 126 39 0 3351 0
[pid=19835] ppid=19817 vsize=365876 CPUtime=0 cores=0-7
/proc/19835/stat : 19835 (python) S 19817 19817 19408 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 116968148 374657024 17128 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 3346968099948560643 0 0 17 2 0 0 0
/proc/19835/statm: 91469 17128 347 364 0 27375 0
[pid=19837] ppid=19835 vsize=206712 CPUtime=3.93 cores=0-7

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

[pid=19844] ppid=19817 vsize=396644 CPUtime=0.01 cores=0-7
/proc/19844/stat : 19844 (python) S 19817 19817 19408 0 -1 4202560 1007 0 0 0 0 1 0 0 15 0 1 0 116968156 406163456 17169 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 5463015885876723972 0 0 17 0 0 0 0
/proc/19844/statm: 99161 17169 376 364 0 35058 0
[pid=19846] ppid=19844 vsize=218608 CPUtime=7.89 cores=0-7
/proc/19846/stat : 19846 (cryptominisat-2) R 19844 19846 19846 0 -1 4202496 47919 0 0 0 781 8 0 0 25 0 1 0 116968157 223854592 44935 33554432000 4194304 4677096 140737283984368 18446744073709551615 218880261819 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19846/statm: 54652 44935 388 118 0 49611 0
[pid=19817/tid=19824] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19824/stat : 19824 (python) S 19815 19817 19408 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 116968138 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 6 0 0 0
[pid=19817/tid=19827] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19827/stat : 19827 (python) S 19815 19817 19408 0 -1 4202560 21 932 0 0 0 0 0 0 25 0 9 0 116968140 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 4 0 0 0
[pid=19817/tid=19830] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19830/stat : 19830 (python) S 19815 19817 19408 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 116968143 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 0 0 0 0
[pid=19817/tid=19833] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19833/stat : 19833 (python) S 19815 19817 19408 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 116968145 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 0 0 0 0
[pid=19817/tid=19836] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19836/stat : 19836 (python) S 19815 19817 19408 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 116968148 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 2 0 0 0
[pid=19817/tid=19839] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19839/stat : 19839 (python) S 19815 19817 19408 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 116968151 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 2 0 0 0
[pid=19817/tid=19842] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19842/stat : 19842 (python) S 19815 19817 19408 0 -1 4202560 24 932 0 0 0 0 0 0 19 0 9 0 116968154 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 1 0 0 0
[pid=19817/tid=19845] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19845/stat : 19845 (python) S 19815 19817 19408 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 116968157 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 72.32
Current children cumulated vsize (KiB) 4091264

[startup+17.6011 s]
/proc/loadavg: 7.52 6.31 5.39 9/383 19846
/proc/meminfo: memFree=20649352/32950928 swapFree=62959384/67111528
[pid=19817] ppid=19815 vsize=406888 CPUtime=8.61 cores=0-7
/proc/19817/stat : 19817 (python) S 19815 19817 19408 0 -1 4202496 36364 932 1 0 846 15 0 0 20 0 9 0 116967267 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19817/statm: 101722 18686 1889 364 0 37619 0
[pid=19823] ppid=19817 vsize=324852 CPUtime=0.01 cores=0-7
/proc/19823/stat : 19823 (python) S 19817 19817 19408 0 -1 4202560 979 0 0 0 0 1 0 0 18 0 1 0 116968137 332648448 17146 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585231 0 0 16781312 514 4233448250331332867 0 0 17 1 0 0 0
/proc/19823/statm: 81213 17146 381 364 0 17131 0
[pid=19825] ppid=19823 vsize=23440 CPUtime=8.85 cores=0-7
/proc/19825/stat : 19825 (lingeling) R 19823 19825 19825 0 -1 4202496 8176 0 0 0 884 1 0 0 25 0 1 0 116968138 24002560 5029 33554432000 4194304 4352236 140736958487568 18446744073709551615 4207899 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19825/statm: 5860 5029 128 39 0 4940 0
[pid=19826] ppid=19817 vsize=335108 CPUtime=0.01 cores=0-7
/proc/19826/stat : 19826 (python) S 19817 19817 19408 0 -1 4202560 908 0 0 0 0 1 0 0 15 0 1 0 116968140 343150592 17139 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 14042667845133762817 0 0 17 2 0 0 0
/proc/19826/statm: 83777 17139 370 364 0 19692 0
[pid=19828] ppid=19826 vsize=243524 CPUtime=8.86 cores=0-7
/proc/19828/stat : 19828 (cryptominisat-2) R 19826 19828 19828 0 -1 4202496 53637 0 0 0 877 9 0 0 25 0 1 0 116968140 249368576 50528 33554432000 4194304 4677096 140734080580592 18446744073709551615 4590154 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19828/statm: 60881 50528 392 118 0 55840 0
[pid=19829] ppid=19817 vsize=345364 CPUtime=0.01 cores=0-7
/proc/19829/stat : 19829 (python) S 19817 19817 19408 0 -1 4202560 896 0 0 0 0 1 0 0 18 0 1 0 116968142 353652736 17142 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 15384402709142536450 0 0 17 1 0 0 0
/proc/19829/statm: 86341 17142 369 364 0 22253 0
[pid=19831] ppid=19829 vsize=23764 CPUtime=8.84 cores=0-7
/proc/19831/stat : 19831 (lingeling) R 19829 19831 19831 0 -1 4202496 8256 0 0 0 883 1 0 0 25 0 1 0 116968143 24334336 5109 33554432000 4194304 4352236 140734428774992 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19831/statm: 5941 5109 128 39 0 5021 0
[pid=19832] ppid=19817 vsize=355620 CPUtime=0.01 cores=0-7
/proc/19832/stat : 19832 (python) S 19817 19817 19408 0 -1 4202560 936 0 0 0 0 1 0 0 18 0 1 0 116968145 364154880 17147 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 5069481707720114434 0 0 17 6 0 0 0
/proc/19832/statm: 88905 17147 370 364 0 24814 0
[pid=19834] ppid=19832 vsize=24124 CPUtime=8.8 cores=0-7
/proc/19834/stat : 19834 (lingeling) R 19832 19834 19834 0 -1 4202496 8348 0 0 0 879 1 0 0 25 0 1 0 116968146 24702976 5199 33554432000 4194304 4352236 140734631358448 18446744073709551615 4278717 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19834/statm: 6031 5199 128 39 0 5111 0
[pid=19835] ppid=19817 vsize=365876 CPUtime=0.01 cores=0-7
/proc/19835/stat : 19835 (python) S 19817 19817 19408 0 -1 4202560 939 0 0 0 0 1 0 0 15 0 1 0 116968148 374657024 17151 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 4212242244444324099 0 0 17 2 0 0 0
/proc/19835/statm: 91469 17151 370 364 0 27375 0
[pid=19837] ppid=19835 vsize=231152 CPUtime=8.67 cores=0-7
/proc/19837/stat : 19837 (cryptominisat-2) R 19835 19837 19837 0 -1 4202496 50886 0 0 0 860 7 0 0 25 0 1 0 116968148 236699648 47842 33554432000 4194304 4677096 140737126885776 18446744073709551615 4590154 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19837/statm: 57788 47842 392 118 0 52747 0
[pid=19838] ppid=19817 vsize=376132 CPUtime=0.01 cores=0-7
/proc/19838/stat : 19838 (python) S 19817 19817 19408 0 -1 4202560 938 0 0 0 0 1 0 0 18 0 1 0 116968151 385159168 17155 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 4233436705459241217 0 0 17 2 0 0 0
/proc/19838/statm: 94033 17155 370 364 0 29936 0
[pid=19840] ppid=19838 vsize=20640 CPUtime=8.71 cores=0-7
/proc/19840/stat : 19840 (SApperloT-base) R 19838 19840 19840 0 -1 4202496 4883 0 0 0 870 1 0 0 25 0 1 0 116968151 21135360 4583 33554432000 134512640 135674940 4294546624 18446744073709551615 134564571 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19840/statm: 5160 4583 99 284 0 4874 0
[pid=19841] ppid=19817 vsize=386388 CPUtime=0.01 cores=0-7
/proc/19841/stat : 19841 (python) S 19817 19817 19408 0 -1 4202560 947 0 0 0 1 0 0 0 18 0 1 0 116968154 395661312 17159 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 1899412388591927555 0 0 17 1 0 0 0
/proc/19841/statm: 96597 17159 370 364 0 32497 0
[pid=19843] ppid=19841 vsize=51820 CPUtime=8.67 cores=0-7
/proc/19843/stat : 19843 (precosat) R 19841 19843 19843 0 -1 4202496 13456 0 0 0 865 2 0 0 25 0 1 0 116968155 53063680 12728 33554432000 4194304 4890832 140736878223792 18446744073709551615 4238686 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/19843/statm: 12955 12728 86 171 0 12782 0
[pid=19844] ppid=19817 vsize=396644 CPUtime=0.01 cores=0-7
/proc/19844/stat : 19844 (python) S 19817 19817 19408 0 -1 4202560 1007 0 0 0 0 1 0 0 15 0 1 0 116968156 406163456 17169 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 5463015885876723972 0 0 17 0 0 0 0
/proc/19844/statm: 99161 17169 376 364 0 35058 0
[pid=19846] ppid=19844 vsize=233300 CPUtime=8.7 cores=0-7
/proc/19846/stat : 19846 (cryptominisat-2) R 19844 19846 19846 0 -1 4202496 51620 0 0 0 862 8 0 0 25 0 1 0 116968157 238899200 48636 33554432000 4194304 4677096 140737283984368 18446744073709551615 218880225989 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19846/statm: 58325 48636 392 118 0 53284 0
[pid=19817/tid=19824] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19824/stat : 19824 (python) S 19815 19817 19408 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 116968138 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 6 0 0 0
[pid=19817/tid=19827] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19827/stat : 19827 (python) S 19815 19817 19408 0 -1 4202560 21 932 0 0 0 0 0 0 25 0 9 0 116968140 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 4 0 0 0
[pid=19817/tid=19830] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19830/stat : 19830 (python) S 19815 19817 19408 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 116968143 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 0 0 0 0
[pid=19817/tid=19833] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19833/stat : 19833 (python) S 19815 19817 19408 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 116968145 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 0 0 0 0
[pid=19817/tid=19836] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19836/stat : 19836 (python) S 19815 19817 19408 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 116968148 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 2 0 0 0
[pid=19817/tid=19839] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19839/stat : 19839 (python) S 19815 19817 19408 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 116968151 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 2 0 0 0
[pid=19817/tid=19842] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19842/stat : 19842 (python) S 19815 19817 19408 0 -1 4202560 24 932 0 0 0 0 0 0 19 0 9 0 116968154 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 1 0 0 0
[pid=19817/tid=19845] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19845/stat : 19845 (python) S 19815 19817 19408 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 116968157 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 78.79
Current children cumulated vsize (KiB) 4144636

[startup+18.001 s]
/proc/loadavg: 7.52 6.31 5.39 9/383 19846
/proc/meminfo: memFree=20649352/32950928 swapFree=62959384/67111528
[pid=19817] ppid=19815 vsize=406888 CPUtime=8.61 cores=0-7
/proc/19817/stat : 19817 (python) S 19815 19817 19408 0 -1 4202496 36364 932 1 0 846 15 0 0 20 0 9 0 116967267 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19817/statm: 101722 18686 1889 364 0 37619 0
[pid=19823] ppid=19817 vsize=324852 CPUtime=0.01 cores=0-7
/proc/19823/stat : 19823 (python) S 19817 19817 19408 0 -1 4202560 979 0 0 0 0 1 0 0 18 0 1 0 116968137 332648448 17146 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585231 0 0 16781312 514 4233448250331332867 0 0 17 1 0 0 0
/proc/19823/statm: 81213 17146 381 364 0 17131 0
[pid=19825] ppid=19823 vsize=23904 CPUtime=9.24 cores=0-7
/proc/19825/stat : 19825 (lingeling) R 19823 19825 19825 0 -1 4202496 8292 0 0 0 923 1 0 0 25 0 1 0 116968138 24477696 5145 33554432000 4194304 4352236 140736958487568 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19825/statm: 5976 5145 128 39 0 5056 0
[pid=19826] ppid=19817 vsize=335108 CPUtime=0.01 cores=0-7
/proc/19826/stat : 19826 (python) R 19817 19817 19408 0 -1 4202560 911 0 0 0 0 1 0 0 15 0 1 0 116968140 343150592 17139 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880608391 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/19826/statm: 83778 17139 370 364 0 19693 0
[pid=19828] ppid=19826 vsize=246168 CPUtime=9.25 cores=0-7
/proc/19828/stat : 19828 (cryptominisat-2) R 19826 19828 19828 0 -1 4202496 54670 0 0 0 916 9 0 0 25 0 1 0 116968140 252076032 51561 33554432000 4194304 4677096 140734080580592 18446744073709551615 218880225989 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19828/statm: 61542 51561 392 118 0 56501 0
[pid=19829] ppid=19817 vsize=345364 CPUtime=0.01 cores=0-7
/proc/19829/stat : 19829 (python) S 19817 19817 19408 0 -1 4202560 896 0 0 0 0 1 0 0 18 0 1 0 116968142 353652736 17142 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 15384402709142536450 0 0 17 1 0 0 0
/proc/19829/statm: 86341 17142 369 364 0 22253 0
[pid=19831] ppid=19829 vsize=20896 CPUtime=9.23 cores=0-7
/proc/19831/stat : 19831 (lingeling) R 19829 19831 19831 0 -1 4202496 8256 0 0 0 922 1 0 0 25 0 1 0 116968143 21397504 4392 33554432000 4194304 4352236 140734428774992 18446744073709551615 4330942 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19831/statm: 5224 4392 128 39 0 4304 0
[pid=19832] ppid=19817 vsize=355620 CPUtime=0.01 cores=0-7
/proc/19832/stat : 19832 (python) S 19817 19817 19408 0 -1 4202560 936 0 0 0 0 1 0 0 18 0 1 0 116968145 364154880 17147 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 5069481707720114434 0 0 17 6 0 0 0
/proc/19832/statm: 88905 17147 370 364 0 24814 0
[pid=19834] ppid=19832 vsize=22288 CPUtime=9.19 cores=0-7
/proc/19834/stat : 19834 (lingeling) R 19832 19834 19834 0 -1 4202496 8604 0 0 0 918 1 0 0 25 0 1 0 116968146 22822912 4740 33554432000 4194304 4352236 140734631358448 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19834/statm: 5572 4740 128 39 0 4652 0
[pid=19835] ppid=19817 vsize=365876 CPUtime=0.01 cores=0-7
/proc/19835/stat : 19835 (python) S 19817 19817 19408 0 -1 4202560 939 0 0 0 0 1 0 0 15 0 1 0 116968148 374657024 17151 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 4212242244444324099 0 0 17 2 0 0 0
/proc/19835/statm: 91469 17151 370 364 0 27375 0
[pid=19837] ppid=19835 vsize=243344 CPUtime=9.06 cores=0-7
/proc/19837/stat : 19837 (cryptominisat-2) R 19835 19837 19837 0 -1 4202496 53510 0 0 0 899 7 0 0 25 0 1 0 116968148 249184256 50466 33554432000 4194304 4677096 140737126885776 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19837/statm: 60836 50466 392 118 0 55795 0
[pid=19838] ppid=19817 vsize=376132 CPUtime=0.07 cores=0-7
/proc/19838/stat : 19838 (python) R 19817 19817 19408 0 -1 4202560 943 0 0 0 4 3 0 0 17 0 1 0 116968151 385159168 17155 33554432000 4194304 5683644 140734437939712 18446744073709551615 5114640 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/19838/statm: 94033 17155 370 364 0 29936 0
[pid=19840] ppid=19838 vsize=0 CPUtime=9.03 cores=0-7
/proc/19840/stat : 19840 (SApperloT-base) R 19838 19840 19840 0 -1 4202500 4898 0 0 0 902 1 0 0 25 0 1 0 116968151 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19840/statm: 0 0 0 0 0 0 0
[pid=19841] ppid=19817 vsize=386388 CPUtime=0.01 cores=0-7
/proc/19841/stat : 19841 (python) S 19817 19817 19408 0 -1 4202560 947 0 0 0 1 0 0 0 18 0 1 0 116968154 395661312 17159 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 1899412388591927555 0 0 17 1 0 0 0
/proc/19841/statm: 96597 17159 370 364 0 32497 0
[pid=19843] ppid=19841 vsize=51820 CPUtime=9.06 cores=0-7
/proc/19843/stat : 19843 (precosat) R 19841 19843 19843 0 -1 4202496 13456 0 0 0 904 2 0 0 25 0 1 0 116968155 53063680 12728 33554432000 4194304 4890832 140736878223792 18446744073709551615 4293282 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/19843/statm: 12955 12728 86 171 0 12782 0
[pid=19844] ppid=19817 vsize=396644 CPUtime=0.01 cores=0-7
/proc/19844/stat : 19844 (python) S 19817 19817 19408 0 -1 4202560 1007 0 0 0 0 1 0 0 15 0 1 0 116968156 406163456 17169 33554432000 4194304 5683644 140734437939712 18446744073709551615 218880585286 0 0 16781312 514 5463015885876723972 0 0 17 0 0 0 0
/proc/19844/statm: 99161 17169 376 364 0 35058 0
[pid=19846] ppid=19844 vsize=243416 CPUtime=9.08 cores=0-7
/proc/19846/stat : 19846 (cryptominisat-2) R 19844 19846 19846 0 -1 4202496 53612 0 0 0 900 8 0 0 25 0 1 0 116968157 249257984 50628 33554432000 4194304 4677096 140737283984368 18446744073709551615 4590154 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19846/statm: 60854 50630 392 118 0 55813 0
[pid=19817/tid=19824] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19824/stat : 19824 (python) S 19815 19817 19408 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 116968138 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 6 0 0 0
[pid=19817/tid=19827] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19827/stat : 19827 (python) S 19815 19817 19408 0 -1 4202560 21 932 0 0 0 0 0 0 25 0 9 0 116968140 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 4 0 0 0
[pid=19817/tid=19830] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19830/stat : 19830 (python) S 19815 19817 19408 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 116968143 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 0 0 0 0
[pid=19817/tid=19833] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19833/stat : 19833 (python) S 19815 19817 19408 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 116968145 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 0 0 0 0
[pid=19817/tid=19836] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19836/stat : 19836 (python) S 19815 19817 19408 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 116968148 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 2 0 0 0
[pid=19817/tid=19839] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19839/stat : 19839 (python) S 19815 19817 19408 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 116968151 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 2 0 0 0
[pid=19817/tid=19842] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19842/stat : 19842 (python) S 19815 19817 19408 0 -1 4202560 24 932 0 0 0 0 0 0 19 0 9 0 116968154 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 1 0 0 0
[pid=19817/tid=19845] ppid=19815 vsize=406888 CPUtime=0 cores=0-7
/proc/19817/task/19845/stat : 19845 (python) S 19815 19817 19408 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 116968157 416653312 18686 33554432000 4194304 5683644 140734437939712 18446744073709551615 218892388785 0 0 16781312 2 18446604449375659328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 81.89
Current children cumulated vsize (KiB) 4144708

Child status: 0
Real time (s): 18.0951
CPU time (s): 82.4255
CPU user time (s): 81.7166
CPU system time (s): 0.708892
CPU usage (%): 455.512
Max. virtual memory (cumulated for all children) (KiB): 4164292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.7166
system time used= 0.708892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260560
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= 3367
involuntary context switches= 557

runsolver used 0.072988 second user time and 0.148977 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 23:06:18
IDJOB=3380828
IDBENCH=82424
IDSOLVER=1864
FILE ID=node112/3380828-1305493578
RUNJOBID= node112-1305487284-19422
PBS_JOBID= 13325388
Free space on /tmp= 73524 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.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-3380828-1305493578/watcher-3380828-1305493578 -o /tmp/evaluation-result-3380828-1305493578/solver-3380828-1305493578 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380828-1305493578.cnf -seed 1194607977 -budget 40000 -cores 8

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=1194607977

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.74
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.847
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:      21462540 kB
Buffers:          2072 kB
Cached:         129080 kB
SwapCached:      67260 kB
Active:          90224 kB
Inactive:     11209812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21462540 kB
SwapTotal:    67111528 kB
SwapFree:     62959384 kB
Dirty:           35916 kB
Writeback:           0 kB
AnonPages:    11108232 kB
Mapped:          18816 kB
Slab:            66308 kB
PageTables:      52328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 74557096 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= 73492 MiB
End job on node112 at 2011-05-15 23:06:37