Trace number 3322590

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-industrialUNSAT 1604.3 203.712

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark195.02
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

Solver Data

0.33/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.68	c INFO: solving HOME/instance-3322590-1304354468.cnf
0.33/0.68	c INFO: computing task features
0.60/0.93	c INFO: computed variable-clause graph statistics
0.60/0.94	c INFO: computed clause balance statistics
1.81/2.10	c INFO: computed variable balance statistics
2.50/2.88	c INFO: computed small-clause counts
2.50/2.88	c INFO: computed Horn-clause counts
2.70/3.05	c INFO: computed variable graph statistics
2.70/3.05	c INFO: collected features for HOME/instance-3322590-1304354468.cnf in 2.35 s
2.70/3.08	c INFO: running lingeling-276@0 for 97 with 39997 remaining (b = 0.28)
2.80/3.11	c INFO: running cryptominisat-2.9.0@0 for 485 with 39997 remaining (b = 0.33)
2.80/3.14	c INFO: running lingeling-276@0 for 1261 with 39997 remaining (b = 0.49)
2.80/3.17	c INFO: running cryptominisat-2.9.0@0 for 485 with 39997 remaining (b = 0.25)
2.80/3.20	c INFO: running lingeling-276@0 for 1261 with 39997 remaining (b = 0.41)
3.17/3.24	c INFO: running SApperloT@0 for 97 with 39997 remaining (b = 0.03)
3.17/3.27	c INFO: running precosat-570@0 for 388 with 39997 remaining (b = 0.18)
3.17/3.30	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39997 remaining (b = 0.47)
801.99/103.27	c INFO: running lingeling-276@0 for 1164 with 39897 remaining (b = 0.31)
803.65/103.43	c INFO: running SApperloT@0 for 97 with 39897 remaining (b = 0.03)
1603.51/203.65	c INFO: running cryptominisat-2.9.0@0 for 97 with 39797 remaining (b = 0.04)
1603.51/203.68	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: 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-3322590-1304354468/watcher-3322590-1304354468 -o /tmp/evaluation-result-3322590-1304354468/solver-3322590-1304354468 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322590-1304354468.cnf -seed 1121947326 -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.88 8.44 8.32 2/218 25573
/proc/meminfo: memFree=14219616/32950928 swapFree=64191720/67111528
[pid=25573] ppid=25571 vsize=15380 CPUtime=0 cores=0-7
/proc/25573/stat : 25573 (python) S 25571 25573 25120 0 -1 4202496 794 0 0 0 0 0 0 0 17 0 1 0 625677515 15749120 681 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25573/statm: 3845 681 322 364 0 332 0

[startup+0.0735411 s]
/proc/loadavg: 7.88 8.44 8.32 2/218 25573
/proc/meminfo: memFree=14219616/32950928 swapFree=64191720/67111528
[pid=25573] ppid=25571 vsize=36832 CPUtime=0.04 cores=0-7
/proc/25573/stat : 25573 (python) R 25571 25573 25120 0 -1 4202496 1621 0 0 0 3 1 0 0 17 0 1 0 625677515 37715968 1451 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25573/statm: 9208 1451 452 364 0 1025 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36832

[startup+0.100539 s]
/proc/loadavg: 7.88 8.44 8.32 2/218 25573
/proc/meminfo: memFree=14219616/32950928 swapFree=64191720/67111528
[pid=25573] ppid=25571 vsize=85616 CPUtime=0.06 cores=0-7
/proc/25573/stat : 25573 (python) S 25571 25573 25120 0 -1 4202496 2628 0 0 0 4 2 0 0 17 0 1 0 625677515 87670784 2347 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25573/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85616

[startup+0.300532 s]
/proc/loadavg: 7.88 8.44 8.32 2/218 25573
/proc/meminfo: memFree=14219616/32950928 swapFree=64191720/67111528
[pid=25573] ppid=25571 vsize=135748 CPUtime=0.17 cores=0-7
/proc/25573/stat : 25573 (python) S 25571 25573 25120 0 -1 4202496 5965 934 1 0 12 5 0 0 18 0 1 0 625677515 139005952 4150 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367542789 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25573/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700433 s]
/proc/loadavg: 7.88 8.44 8.32 2/218 25573
/proc/meminfo: memFree=14219616/32950928 swapFree=64191720/67111528
[pid=25573] ppid=25571 vsize=279884 CPUtime=0.4 cores=0-7
/proc/25573/stat : 25573 (python) R 25571 25573 25120 0 -1 4202496 9620 934 1 0 28 12 0 0 17 0 1 0 625677515 286601216 7297 33554432000 4194304 5683644 140737146568240 18446744073709551615 4415616 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25573/statm: 69971 7297 1761 364 0 5895 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 279884

[startup+1.5003 s]
/proc/loadavg: 7.88 8.44 8.32 2/219 25578
/proc/meminfo: memFree=14184144/32950928 swapFree=64191720/67111528
[pid=25573] ppid=25571 vsize=293380 CPUtime=1.2 cores=0-7
/proc/25573/stat : 25573 (python) R 25571 25573 25120 0 -1 4202496 14828 934 1 0 106 14 0 0 18 0 1 0 625677515 300421120 10730 33554432000 4194304 5683644 140737146568240 18446744073709551615 4619772 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25573/statm: 73345 10730 1826 364 0 9269 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 293380

[startup+3.10102 s]
/proc/loadavg: 7.33 8.32 8.28 2/219 25578
/proc/meminfo: memFree=14183524/32950928 swapFree=64191720/67111528
[pid=25573] ppid=25571 vsize=295216 CPUtime=2.8 cores=0-7
/proc/25573/stat : 25573 (python) R 25571 25573 25120 0 -1 4202496 15499 934 1 0 266 14 0 0 18 0 2 0 625677515 302301184 8706 33554432000 4194304 5683644 140737146568240 18446744073709551615 251371029417 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25573/statm: 73804 8706 1874 364 0 9722 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 295216

[startup+6.30131 s]
/proc/loadavg: 7.33 8.32 8.28 9/243 25602
/proc/meminfo: memFree=14083248/32950928 swapFree=64191720/67111528
[pid=25573] ppid=25571 vsize=432952 CPUtime=3 cores=0-7
/proc/25573/stat : 25573 (python) S 25571 25573 25120 0 -1 4202496 20318 934 1 0 284 16 0 0 23 0 9 0 625677515 443342848 8985 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25573/statm: 108238 8985 1889 364 0 44135 0
[pid=25579] ppid=25573 vsize=285616 CPUtime=0 cores=0-7
/proc/25579/stat : 25579 (python) S 25573 25573 25120 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 625677823 292470784 7184 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566863 0 0 16781312 514 9953474425149948162 0 0 17 1 0 0 0
/proc/25579/statm: 71404 7184 355 364 0 7322 0
[pid=25581] ppid=25579 vsize=8920 CPUtime=3.2 cores=0-7
/proc/25581/stat : 25581 (lingeling) R 25579 25581 25581 0 -1 4202496 2823 0 0 0 320 0 0 0 25 0 1 0 625677824 9134080 1432 33554432000 4194304 4352236 140734261827648 18446744073709551615 4281241 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25581/statm: 2230 1432 129 39 0 1310 0
[pid=25582] ppid=25573 vsize=296300 CPUtime=0 cores=0-7
/proc/25582/stat : 25582 (python) S 25573 25573 25120 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 625677826 303411200 7182 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 2468029774698610945 0 0 17 7 0 0 0
/proc/25582/statm: 74075 7182 349 364 0 9990 0
[pid=25584] ppid=25582 vsize=44520 CPUtime=3.17 cores=0-7
/proc/25584/stat : 25584 (cryptominisat-2) R 25582 25584 25584 0 -1 4202496 6445 0 0 0 317 0 0 0 25 0 1 0 625677826 45588480 4239 33554432000 4194304 4677096 140733344968096 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25584/statm: 11130 4239 391 118 0 6089 0
[pid=25585] ppid=25573 vsize=371756 CPUtime=0 cores=0-7
/proc/25585/stat : 25585 (python) S 25573 25573 25120 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 625677829 380678144 7258 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 4604643650746417411 0 0 17 1 0 0 0
/proc/25585/statm: 92939 7258 349 364 0 28851 0
[pid=25587] ppid=25585 vsize=9228 CPUtime=3.14 cores=0-7
/proc/25587/stat : 25587 (lingeling) R 25585 25587 25587 0 -1 4202496 2875 0 0 0 314 0 0 0 25 0 1 0 625677830 9449472 1477 33554432000 4194304 4352236 140737376283440 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25587/statm: 2307 1477 129 39 0 1387 0
[pid=25588] ppid=25573 vsize=382012 CPUtime=0 cores=0-7
/proc/25588/stat : 25588 (python) S 25573 25573 25120 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 625677832 391180288 7262 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 4956453286774276356 0 0 17 1 0 0 0
/proc/25588/statm: 95503 7262 349 364 0 31412 0
[pid=25590] ppid=25588 vsize=43556 CPUtime=3.12 cores=0-7
/proc/25590/stat : 25590 (cryptominisat-2) R 25588 25590 25590 0 -1 4202496 6206 0 0 0 311 1 0 0 25 0 1 0 625677833 44601344 3957 33554432000 4194304 4677096 140734533675488 18446744073709551615 4335052 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25590/statm: 10889 3957 392 118 0 5848 0
[pid=25591] ppid=25573 vsize=391940 CPUtime=0 cores=0-7
/proc/25591/stat : 25591 (python) S 25573 25573 25120 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 625677835 401346560 7379 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 14744047412003700993 0 0 17 4 0 0 0
/proc/25591/statm: 97985 7379 348 364 0 33891 0
[pid=25593] ppid=25591 vsize=9504 CPUtime=3.08 cores=0-7
/proc/25593/stat : 25593 (lingeling) R 25591 25593 25593 0 -1 4202496 2932 0 0 0 308 0 0 0 25 0 1 0 625677836 9732096 1546 33554432000 4194304 4352236 140735359117056 18446744073709551615 4328385 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/25593/statm: 2376 1546 129 39 0 1456 0
[pid=25594] ppid=25573 vsize=402196 CPUtime=0 cores=0-7
/proc/25594/stat : 25594 (python) S 25573 25573 25120 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 625677839 411848704 7361 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 2125127282367365378 0 0 17 0 0 0 0
/proc/25594/statm: 100549 7361 348 364 0 36452 0
[pid=25596] ppid=25594 vsize=9376 CPUtime=3.04 cores=0-7
/proc/25596/stat : 25596 (SApperloT-base) R 25594 25596 25596 0 -1 4202496 2305 0 0 0 304 0 0 0 25 0 1 0 625677839 9601024 2050 33554432000 134512640 135674940 4289149120 18446744073709551615 134564368 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25596/statm: 2344 2050 99 284 0 2058 0
[pid=25597] ppid=25573 vsize=412452 CPUtime=0 cores=0-7
/proc/25597/stat : 25597 (python) S 25573 25573 25120 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 625677842 422350848 7350 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 4311916821792915716 0 0 17 7 0 0 0
/proc/25597/statm: 103113 7350 348 364 0 39013 0
[pid=25599] ppid=25597 vsize=16444 CPUtime=2.98 cores=0-7
/proc/25599/stat : 25599 (precosat) R 25597 25599 25599 0 -1 4202496 4279 0 0 0 298 0 0 0 25 0 1 0 625677844 16838656 3871 33554432000 4194304 4890832 140735359731344 18446744073709551615 4294187 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/25599/statm: 4111 3871 86 171 0 3938 0
[pid=25600] ppid=25573 vsize=422708 CPUtime=0 cores=0-7
/proc/25600/stat : 25600 (python) S 25573 25573 25120 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 625677845 432852992 7446 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 8063558797659963649 0 0 17 7 0 0 0
/proc/25600/statm: 105677 7446 354 364 0 41574 0
[pid=25602] ppid=25600 vsize=43552 CPUtime=2.92 cores=0-7
/proc/25602/stat : 25602 (cryptominisat-2) R 25600 25602 25602 0 -1 4202496 6071 0 0 0 292 0 0 0 25 0 1 0 625677847 44597248 3865 33554432000 4194304 4677096 140733663371344 18446744073709551615 4319869 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/25602/statm: 10888 3865 391 118 0 5847 0
[pid=25573/tid=25580] ppid=25571 vsize=432952 CPUtime=0 cores=0-7
/proc/25573/task/25580/stat : 25580 (python) S 25571 25573 25120 0 -1 4202560 26 934 0 0 0 0 0 0 22 0 9 0 625677823 443342848 8985 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 0 0 0 0
[pid=25573/tid=25583] ppid=25571 vsize=432952 CPUtime=0 cores=0-7
/proc/25573/task/25583/stat : 25583 (python) S 25571 25573 25120 0 -1 4202560 20 934 0 0 0 0 0 0 18 0 9 0 625677826 443342848 8985 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 3 0 0 0
[pid=25573/tid=25586] ppid=25571 vsize=432952 CPUtime=0 cores=0-7
/proc/25573/task/25586/stat : 25586 (python) S 25571 25573 25120 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 625677829 443342848 8985 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 6 0 0 0
[pid=25573/tid=25589] ppid=25571 vsize=432952 CPUtime=0 cores=0-7
/proc/25573/task/25589/stat : 25589 (python) S 25571 25573 25120 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 625677832 443342848 8985 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 5 0 0 0
[pid=25573/tid=25592] ppid=25571 vsize=432952 CPUtime=0 cores=0-7
/proc/25573/task/25592/stat : 25592 (python) S 25571 25573 25120 0 -1 4202560 75 934 0 0 0 0 0 0 20 0 9 0 625677836 443342848 8985 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 0 0 0 0
[pid=25573/tid=25595] ppid=25571 vsize=432952 CPUtime=0 cores=0-7
/proc/25573/task/25595/stat : 25595 (python) S 25571 25573 25120 0 -1 4202560 33 934 0 0 0 0 0 0 22 0 9 0 625677839 443342848 8985 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 0 0 0 0
[pid=25573/tid=25598] ppid=25571 vsize=432952 CPUtime=0 cores=0-7
/proc/25573/task/25598/stat : 25598 (python) S 25571 25573 25120 0 -1 4202560 32 934 0 0 0 0 0 0 23 0 9 0 625677842 443342848 8985 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 7 0 0 0
[pid=25573/tid=25601] ppid=25571 vsize=432952 CPUtime=0 cores=0-7
/proc/25573/task/25601/stat : 25601 (python) S 25571 25573 25120 0 -1 4202560 33 934 0 0 0 0 0 0 24 0 9 0 625677845 443342848 8985 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.65
Current children cumulated vsize (KiB) 3583032

[startup+12.7011 s]
/proc/loadavg: 7.43 8.31 8.28 9/243 25602
/proc/meminfo: memFree=14047436/32950928 swapFree=64191720/67111528
[pid=25573] ppid=25571 vsize=432952 CPUtime=3 cores=0-7
/proc/25573/stat : 25573 (python) S 25571 25573 25120 0 -1 4202496 20318 934 1 0 284 16 0 0 23 0 9 0 625677515 443342848 8985 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25573/statm: 108238 8985 1889 364 0 44135 0
[pid=25579] ppid=25573 vsize=285616 CPUtime=0 cores=0-7
/proc/25579/stat : 25579 (python) S 25573 25573 25120 0 -1 4202560 916 0 0 0 0 0 0 0 18 0 1 0 625677823 292470784 7206 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566863 0 0 16781312 514 9953474425149948162 0 0 17 1 0 0 0
/proc/25579/statm: 71404 7206 377 364 0 7322 0
[pid=25581] ppid=25579 vsize=9804 CPUtime=9.6 cores=0-7
/proc/25581/stat : 25581 (lingeling) R 25579 25581 25581 0 -1 4202496 3235 0 0 0 960 0 0 0 25 0 1 0 625677824 10039296 1621 33554432000 4194304 4352236 140734261827648 18446744073709551615 4327832 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25581/statm: 2451 1621 129 39 0 1531 0
[pid=25582] ppid=25573 vsize=296300 CPUtime=0.03 cores=0-7
/proc/25582/stat : 25582 (python) S 25573 25573 25120 0 -1 4202560 920 0 0 0 2 1 0 0 15 0 1 0 625677826 303411200 7205 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 9934624118630482177 0 0 17 3 0 0 0
/proc/25582/statm: 74075 7205 372 364 0 9990 0
[pid=25584] ppid=25582 vsize=58588 CPUtime=9.55 cores=0-7
/proc/25584/stat : 25584 (cryptominisat-2) R 25582 25584 25584 0 -1 4202496 9768 0 0 0 954 1 0 0 25 0 1 0 625677826 59994112 6335 33554432000 4194304 4677096 140733344968096 18446744073709551615 4557369 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25584/statm: 14647 6335 392 118 0 9606 0
[pid=25585] ppid=25573 vsize=371756 CPUtime=0 cores=0-7
/proc/25585/stat : 25585 (python) S 25573 25573 25120 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 625677829 380678144 7280 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 4604643650746417411 0 0 17 1 0 0 0
/proc/25585/statm: 92939 7280 371 364 0 28851 0
[pid=25587] ppid=25585 vsize=9604 CPUtime=9.54 cores=0-7
/proc/25587/stat : 25587 (lingeling) R 25585 25587 25587 0 -1 4202496 3191 0 0 0 954 0 0 0 25 0 1 0 625677830 9834496 1571 33554432000 4194304 4352236 140737376283440 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25587/statm: 2401 1571 129 39 0 1481 0
[pid=25588] ppid=25573 vsize=382012 CPUtime=0.01 cores=0-7
/proc/25588/stat : 25588 (python) S 25573 25573 25120 0 -1 4202560 918 0 0 0 1 0 0 0 15 0 1 0 625677832 391180288 7285 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 4956453286774276356 0 0 17 1 0 0 0
/proc/25588/statm: 95503 7285 372 364 0 31412 0
[pid=25590] ppid=25588 vsize=58288 CPUtime=9.52 cores=0-7
/proc/25590/stat : 25590 (cryptominisat-2) R 25588 25590 25590 0 -1 4202496 9679 0 0 0 950 2 0 0 25 0 1 0 625677833 59686912 6176 33554432000 4194304 4677096 140734533675488 18446744073709551615 4318905 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25590/statm: 14572 6176 393 118 0 9531 0
[pid=25591] ppid=25573 vsize=391940 CPUtime=0 cores=0-7
/proc/25591/stat : 25591 (python) S 25573 25573 25120 0 -1 4202560 793 0 0 0 0 0 0 0 18 0 1 0 625677835 401346560 7402 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 14744047412003700993 0 0 17 4 0 0 0
/proc/25591/statm: 97985 7402 371 364 0 33891 0
[pid=25593] ppid=25591 vsize=9484 CPUtime=9.45 cores=0-7
/proc/25593/stat : 25593 (lingeling) R 25591 25593 25593 0 -1 4202496 3150 0 0 0 945 0 0 0 25 0 1 0 625677836 9711616 1541 33554432000 4194304 4352236 140735359117056 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/25593/statm: 2371 1541 129 39 0 1451 0
[pid=25594] ppid=25573 vsize=402196 CPUtime=0 cores=0-7
/proc/25594/stat : 25594 (python) S 25573 25573 25120 0 -1 4202560 802 0 0 0 0 0 0 0 18 0 1 0 625677839 411848704 7384 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 2125127282367365378 0 0 17 0 0 0 0
/proc/25594/statm: 100549 7384 371 364 0 36452 0
[pid=25596] ppid=25594 vsize=16380 CPUtime=9.44 cores=0-7
/proc/25596/stat : 25596 (SApperloT-base) R 25594 25596 25596 0 -1 4202496 4085 0 0 0 943 1 0 0 25 0 1 0 625677839 16773120 3797 33554432000 134512640 135674940 4289149120 18446744073709551615 134564697 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25596/statm: 4095 3797 99 284 0 3809 0
[pid=25597] ppid=25573 vsize=412452 CPUtime=0 cores=0-7
/proc/25597/stat : 25597 (python) S 25573 25573 25120 0 -1 4202560 812 0 0 0 0 0 0 0 18 0 1 0 625677842 422350848 7373 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 4311916821792915716 0 0 17 7 0 0 0
/proc/25597/statm: 103113 7373 371 364 0 39013 0

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

/proc/25579/statm: 73965 7245 411 364 0 9883 0
[pid=25581] ppid=25579 vsize=18552 CPUtime=199.95 cores=0-7
/proc/25581/stat : 25581 (lingeling) R 25579 25581 25581 0 -1 4202496 8926 0 0 0 19993 2 0 0 25 0 1 0 625677824 18997248 3808 33554432000 4194304 4352236 140734261827648 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/25581/statm: 4638 3808 129 39 0 3718 0
[pid=25579/tid=25605] ppid=25573 vsize=295860 CPUtime=0 cores=0-7
/proc/25579/task/25605/stat : 25605 (python) S 25573 25573 25120 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 625687839 302960640 7245 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 514 18446604450935199808 0 0 -1 2 0 0 0
[pid=25582] ppid=25573 vsize=296300 CPUtime=0.39 cores=0-7
/proc/25582/stat : 25582 (python) S 25573 25573 25120 0 -1 4202560 996 0 0 0 20 19 0 0 15 0 1 0 625677826 303411200 7205 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 9934624118630482177 0 0 17 3 0 0 0
/proc/25582/statm: 74075 7205 372 364 0 9990 0
[pid=25584] ppid=25582 vsize=84588 CPUtime=199.59 cores=0-7
/proc/25584/stat : 25584 (cryptominisat-2) R 25582 25584 25584 0 -1 4202496 72238 0 0 0 19938 21 0 0 25 0 1 0 625677826 86618112 15572 33554432000 4194304 4677096 140733344968096 18446744073709551615 4319588 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25584/statm: 21147 15572 392 118 0 16106 0
[pid=25585] ppid=25573 vsize=371756 CPUtime=0.32 cores=0-7
/proc/25585/stat : 25585 (python) S 25573 25573 25120 0 -1 4202560 969 0 0 0 16 16 0 0 18 0 1 0 625677829 380678144 7281 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 9934624118630482179 0 0 17 1 0 0 0
/proc/25585/statm: 92939 7281 372 364 0 28851 0
[pid=25587] ppid=25585 vsize=23468 CPUtime=199.93 cores=0-7
/proc/25587/stat : 25587 (lingeling) R 25585 25587 25587 0 -1 4202496 10248 0 0 0 19991 2 0 0 25 0 1 0 625677830 24031232 5037 33554432000 4194304 4352236 140737376283440 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25587/statm: 5867 5037 129 39 0 4947 0
[pid=25588] ppid=25573 vsize=382012 CPUtime=0.82 cores=0-7
/proc/25588/stat : 25588 (python) R 25573 25573 25120 0 -1 4202560 1001 0 0 0 56 26 0 0 16 0 1 0 625677832 391180288 7286 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/25588/statm: 95503 7286 373 364 0 31412 0
[pid=25590] ppid=25588 vsize=0 CPUtime=199.15 cores=0-7
/proc/25590/stat : 25590 (cryptominisat-2) R 25588 25590 25590 0 -1 4202500 58071 0 0 0 19899 16 0 0 25 0 1 0 625677833 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25590/statm: 0 0 0 0 0 0 0
[pid=25591] ppid=25573 vsize=391940 CPUtime=0.32 cores=0-7
/proc/25591/stat : 25591 (python) S 25573 25573 25120 0 -1 4202560 799 0 0 0 16 16 0 0 18 0 1 0 625677835 401346560 7402 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 9934624118630482177 0 0 17 4 0 0 0
/proc/25591/statm: 97985 7402 371 364 0 33891 0
[pid=25593] ppid=25591 vsize=23096 CPUtime=199.16 cores=0-7
/proc/25593/stat : 25593 (lingeling) R 25591 25593 25593 0 -1 4202496 12106 0 0 0 19915 1 0 0 25 0 1 0 625677836 23650304 4944 33554432000 4194304 4352236 140735359117056 18446744073709551615 4278507 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/25593/statm: 5774 4944 129 39 0 4854 0
[pid=25594] ppid=25573 vsize=402196 CPUtime=0.16 cores=0-7
/proc/25594/stat : 25594 (python) S 25573 25573 25120 0 -1 4202560 980 0 0 0 8 8 0 0 19 0 2 0 625677839 411848704 7413 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25594/statm: 100549 7413 399 364 0 36452 0
[pid=25596] ppid=25594 vsize=27148 CPUtime=99.97 cores=0-7
/proc/25596/stat : 25596 (SApperloT-base) T 25594 25596 25596 0 -1 4202496 6735 0 0 0 9995 2 0 0 25 0 1 0 625677839 27799552 6447 33554432000 134512640 135674940 4289149120 18446744073709551615 134551947 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25596/statm: 6787 6447 100 284 0 6501 0
[pid=25594/tid=25606] ppid=25573 vsize=402196 CPUtime=0 cores=0-7
/proc/25594/task/25606/stat : 25606 (python) S 25573 25573 25120 0 -1 4202560 69 0 0 0 0 0 0 0 19 0 2 0 625687855 411848704 7413 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 514 18446604449112520704 0 0 -1 1 0 0 0
[pid=25597] ppid=25573 vsize=412452 CPUtime=0.32 cores=0-7
/proc/25597/stat : 25597 (python) S 25573 25573 25120 0 -1 4202560 815 0 0 0 18 14 0 0 18 0 1 0 625677842 422350848 7373 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 9934624118630482180 0 0 17 7 0 0 0
/proc/25597/statm: 103113 7373 371 364 0 39013 0
[pid=25599] ppid=25597 vsize=35028 CPUtime=199.46 cores=0-7
/proc/25599/stat : 25599 (precosat) R 25597 25599 25599 0 -1 4202496 12214 0 0 0 19944 2 0 0 25 0 1 0 625677844 35868672 8487 33554432000 4194304 4890832 140735359731344 18446744073709551615 4293670 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/25599/statm: 8757 8487 86 171 0 8584 0
[pid=25600] ppid=25573 vsize=422708 CPUtime=0.37 cores=0-7
/proc/25600/stat : 25600 (python) S 25573 25573 25120 0 -1 4202560 899 0 0 0 19 18 0 0 15 0 1 0 625677845 432852992 7470 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 8063558797659963649 0 0 17 7 0 0 0
/proc/25600/statm: 105677 7470 378 364 0 41574 0
[pid=25602] ppid=25600 vsize=83128 CPUtime=198.55 cores=0-7
/proc/25602/stat : 25602 (cryptominisat-2) R 25600 25602 25602 0 -1 4202496 71728 0 0 0 19836 19 0 0 25 0 1 0 625677847 85123072 14693 33554432000 4194304 4677096 140733663371344 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25602/statm: 20782 14693 392 118 0 15741 0
[pid=25607] ppid=25573 vsize=432964 CPUtime=0.15 cores=0-7
/proc/25607/stat : 25607 (python) S 25573 25573 25120 0 -1 4202560 832 0 0 0 8 7 0 0 18 0 1 0 625687858 443355136 7432 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 9934624118630482182 0 0 17 7 0 0 0
/proc/25607/statm: 108241 7432 371 364 0 44135 0
[pid=25609] ppid=25607 vsize=27940 CPUtime=97.52 cores=0-7
/proc/25609/stat : 25609 (SApperloT-base) R 25607 25609 25609 0 -1 4202496 6952 0 0 0 9751 1 0 0 25 0 1 0 625687859 28610560 6654 33554432000 134512640 135674940 4288762064 18446744073709551615 134564244 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25609/statm: 6985 6654 100 284 0 6699 0
[pid=25573/tid=25580] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25580/stat : 25580 (python) S 25571 25573 25120 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 10 0 625677823 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 0 0 0 0
[pid=25573/tid=25583] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25583/stat : 25583 (python) S 25571 25573 25120 0 -1 4202560 20 934 0 0 0 0 0 0 18 0 10 0 625677826 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 3 0 0 0
[pid=25573/tid=25586] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25586/stat : 25586 (python) S 25571 25573 25120 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 10 0 625677829 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 6 0 0 0
[pid=25573/tid=25589] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25589/stat : 25589 (python) S 25571 25573 25120 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 10 0 625677832 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 5 0 0 0
[pid=25573/tid=25592] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25592/stat : 25592 (python) S 25571 25573 25120 0 -1 4202560 75 934 0 0 0 0 0 0 20 0 10 0 625677836 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 0 0 0 0
[pid=25573/tid=25595] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25595/stat : 25595 (python) S 25571 25573 25120 0 -1 4202560 33 934 0 0 0 0 0 0 22 0 10 0 625677839 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 0 0 0 0
[pid=25573/tid=25598] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25598/stat : 25598 (python) S 25571 25573 25120 0 -1 4202560 32 934 0 0 0 0 0 0 23 0 10 0 625677842 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 7 0 0 0
[pid=25573/tid=25601] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25601/stat : 25601 (python) S 25571 25573 25120 0 -1 4202560 33 934 0 0 0 0 0 0 24 0 10 0 625677845 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 7 0 0 0
[pid=25573/tid=25608] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25608/stat : 25608 (python) S 25571 25573 25120 0 -1 4202560 44 934 0 0 0 0 0 0 20 0 10 0 625687858 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1599.52
Current children cumulated vsize (KiB) 4174344

[startup+203.509 s]
/proc/loadavg: 8.01 8.17 8.23 10/248 25612
/proc/meminfo: memFree=13900460/32950928 swapFree=64191720/67111528
[pid=25573] ppid=25571 vsize=443208 CPUtime=3.07 cores=0-7
/proc/25573/stat : 25573 (python) S 25571 25573 25120 0 -1 4202496 21149 934 1 0 291 16 0 0 19 0 10 0 625677515 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25573/statm: 110802 8957 1892 364 0 46696 0
[pid=25579] ppid=25573 vsize=295860 CPUtime=0.32 cores=0-7
/proc/25579/stat : 25579 (python) S 25573 25573 25120 0 -1 4202560 1131 0 0 0 16 16 0 0 18 0 2 0 625677823 302960640 7245 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 73965 7245 411 364 0 9883 0
[pid=25581] ppid=25579 vsize=18552 CPUtime=200.36 cores=0-7
/proc/25581/stat : 25581 (lingeling) R 25579 25581 25581 0 -1 4202496 8926 0 0 0 20034 2 0 0 25 0 1 0 625677824 18997248 3808 33554432000 4194304 4352236 140734261827648 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/25581/statm: 4638 3808 129 39 0 3718 0
[pid=25579/tid=25605] ppid=25573 vsize=295860 CPUtime=0 cores=0-7
/proc/25579/task/25605/stat : 25605 (python) S 25573 25573 25120 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 625687839 302960640 7245 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 514 18446604450935199808 0 0 -1 2 0 0 0
[pid=25582] ppid=25573 vsize=296300 CPUtime=0.39 cores=0-7
/proc/25582/stat : 25582 (python) S 25573 25573 25120 0 -1 4202560 996 0 0 0 20 19 0 0 15 0 1 0 625677826 303411200 7205 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 9934624118630482177 0 0 17 3 0 0 0
/proc/25582/statm: 74075 7205 372 364 0 9990 0
[pid=25584] ppid=25582 vsize=84588 CPUtime=199.99 cores=0-7
/proc/25584/stat : 25584 (cryptominisat-2) R 25582 25584 25584 0 -1 4202496 72280 0 0 0 19978 21 0 0 25 0 1 0 625677826 86618112 15614 33554432000 4194304 4677096 140733344968096 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25584/statm: 21147 15614 392 118 0 16106 0
[pid=25585] ppid=25573 vsize=371756 CPUtime=0.32 cores=0-7
/proc/25585/stat : 25585 (python) S 25573 25573 25120 0 -1 4202560 969 0 0 0 16 16 0 0 18 0 1 0 625677829 380678144 7281 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 9934624118630482179 0 0 17 1 0 0 0
/proc/25585/statm: 92939 7281 372 364 0 28851 0
[pid=25587] ppid=25585 vsize=23468 CPUtime=200.33 cores=0-7
/proc/25587/stat : 25587 (lingeling) R 25585 25587 25587 0 -1 4202496 10248 0 0 0 20031 2 0 0 25 0 1 0 625677830 24031232 5037 33554432000 4194304 4352236 140737376283440 18446744073709551615 4328181 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25587/statm: 5867 5037 129 39 0 4947 0
[pid=25588] ppid=25573 vsize=382012 CPUtime=1.23 cores=0-7
/proc/25588/stat : 25588 (python) S 25573 25573 25120 0 -1 4202560 1001 0 0 0 89 34 0 0 16 0 1 0 625677832 391180288 7286 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/25588/statm: 95503 7286 373 364 0 31412 0
[pid=25590] ppid=25588 vsize=0 CPUtime=199.15 cores=0-7
/proc/25590/stat : 25590 (cryptominisat-2) R 25588 25590 25590 0 -1 4202500 58071 0 0 0 19899 16 0 0 25 0 1 0 625677833 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25590/statm: 0 0 0 0 0 0 0
[pid=25591] ppid=25573 vsize=391940 CPUtime=0.32 cores=0-7
/proc/25591/stat : 25591 (python) S 25573 25573 25120 0 -1 4202560 799 0 0 0 16 16 0 0 18 0 1 0 625677835 401346560 7402 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 9934624118630482177 0 0 17 4 0 0 0
/proc/25591/statm: 97985 7402 371 364 0 33891 0
[pid=25593] ppid=25591 vsize=23096 CPUtime=199.57 cores=0-7
/proc/25593/stat : 25593 (lingeling) R 25591 25593 25593 0 -1 4202496 12106 0 0 0 19956 1 0 0 25 0 1 0 625677836 23650304 4944 33554432000 4194304 4352236 140735359117056 18446744073709551615 4328239 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/25593/statm: 5774 4944 129 39 0 4854 0
[pid=25594] ppid=25573 vsize=402196 CPUtime=0.16 cores=0-7
/proc/25594/stat : 25594 (python) S 25573 25573 25120 0 -1 4202560 980 0 0 0 8 8 0 0 19 0 2 0 625677839 411848704 7413 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25594/statm: 100549 7413 399 364 0 36452 0
[pid=25596] ppid=25594 vsize=27148 CPUtime=99.97 cores=0-7
/proc/25596/stat : 25596 (SApperloT-base) T 25594 25596 25596 0 -1 4202496 6735 0 0 0 9995 2 0 0 25 0 1 0 625677839 27799552 6447 33554432000 134512640 135674940 4289149120 18446744073709551615 134551947 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25596/statm: 6787 6447 100 284 0 6501 0
[pid=25594/tid=25606] ppid=25573 vsize=402196 CPUtime=0 cores=0-7
/proc/25594/task/25606/stat : 25606 (python) S 25573 25573 25120 0 -1 4202560 69 0 0 0 0 0 0 0 19 0 2 0 625687855 411848704 7413 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 514 18446604449112520704 0 0 -1 1 0 0 0
[pid=25597] ppid=25573 vsize=412452 CPUtime=0.32 cores=0-7
/proc/25597/stat : 25597 (python) S 25573 25573 25120 0 -1 4202560 815 0 0 0 18 14 0 0 18 0 1 0 625677842 422350848 7373 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 9934624118630482180 0 0 17 7 0 0 0
/proc/25597/statm: 103113 7373 371 364 0 39013 0
[pid=25599] ppid=25597 vsize=35028 CPUtime=199.87 cores=0-7
/proc/25599/stat : 25599 (precosat) R 25597 25599 25599 0 -1 4202496 12214 0 0 0 19985 2 0 0 25 0 1 0 625677844 35868672 8487 33554432000 4194304 4890832 140735359731344 18446744073709551615 4232412 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/25599/statm: 8757 8487 86 171 0 8584 0
[pid=25600] ppid=25573 vsize=422708 CPUtime=0.37 cores=0-7
/proc/25600/stat : 25600 (python) S 25573 25573 25120 0 -1 4202560 899 0 0 0 19 18 0 0 15 0 1 0 625677845 432852992 7470 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 8063558797659963649 0 0 17 7 0 0 0
/proc/25600/statm: 105677 7470 378 364 0 41574 0
[pid=25602] ppid=25600 vsize=83128 CPUtime=198.96 cores=0-7
/proc/25602/stat : 25602 (cryptominisat-2) R 25600 25602 25602 0 -1 4202496 71785 0 0 0 19877 19 0 0 25 0 1 0 625677847 85123072 14750 33554432000 4194304 4677096 140733663371344 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25602/statm: 20782 14750 392 118 0 15741 0
[pid=25607] ppid=25573 vsize=432964 CPUtime=0.15 cores=0-7
/proc/25607/stat : 25607 (python) S 25573 25573 25120 0 -1 4202560 832 0 0 0 8 7 0 0 18 0 1 0 625687858 443355136 7432 33554432000 4194304 5683644 140737146568240 18446744073709551615 251367566918 0 0 16781312 514 9934624118630482182 0 0 17 7 0 0 0
/proc/25607/statm: 108241 7432 371 364 0 44135 0
[pid=25609] ppid=25607 vsize=27940 CPUtime=97.92 cores=0-7
/proc/25609/stat : 25609 (SApperloT-base) R 25607 25609 25609 0 -1 4202496 6952 0 0 0 9791 1 0 0 25 0 1 0 625687859 28610560 6654 33554432000 134512640 135674940 4288762064 18446744073709551615 134564697 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25609/statm: 6985 6654 100 284 0 6699 0
[pid=25573/tid=25580] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25580/stat : 25580 (python) S 25571 25573 25120 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 10 0 625677823 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 0 0 0 0
[pid=25573/tid=25583] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25583/stat : 25583 (python) S 25571 25573 25120 0 -1 4202560 20 934 0 0 0 0 0 0 18 0 10 0 625677826 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 3 0 0 0
[pid=25573/tid=25586] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25586/stat : 25586 (python) S 25571 25573 25120 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 10 0 625677829 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 6 0 0 0
[pid=25573/tid=25589] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25589/stat : 25589 (python) S 25571 25573 25120 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 10 0 625677832 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 5 0 0 0
[pid=25573/tid=25592] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25592/stat : 25592 (python) S 25571 25573 25120 0 -1 4202560 75 934 0 0 0 0 0 0 20 0 10 0 625677836 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 0 0 0 0
[pid=25573/tid=25595] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25595/stat : 25595 (python) S 25571 25573 25120 0 -1 4202560 33 934 0 0 0 0 0 0 22 0 10 0 625677839 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 0 0 0 0
[pid=25573/tid=25598] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25598/stat : 25598 (python) S 25571 25573 25120 0 -1 4202560 32 934 0 0 0 0 0 0 23 0 10 0 625677842 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 7 0 0 0
[pid=25573/tid=25601] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25601/stat : 25601 (python) S 25571 25573 25120 0 -1 4202560 33 934 0 0 0 0 0 0 24 0 10 0 625677845 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 7 0 0 0
[pid=25573/tid=25608] ppid=25571 vsize=443208 CPUtime=0 cores=0-7
/proc/25573/task/25608/stat : 25608 (python) S 25571 25573 25120 0 -1 4202560 44 934 0 0 0 0 0 0 20 0 10 0 625687858 453844992 8957 33554432000 4194304 5683644 140737146568240 18446744073709551615 251379370417 0 0 16781312 2 18446604449112521600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1602.77
Current children cumulated vsize (KiB) 4174344

[startup+203.702 s]
/proc/loadavg: 8.01 8.17 8.23 10/248 25612
/proc/meminfo: memFree=13900460/32950928 swapFree=64191720/67111528
[pid=25573] ppid=25571 vsize=381624 CPUtime=1604.27 cores=0-7
/proc/25573/stat : 25573 (python) R 25571 25573 25120 0 -1 4202496 27157 272162 1 0 296 17 159884 230 18 0 1 0 625677515 390782976 8915 33554432000 4194304 5683644 140737146568240 18446744073709551615 5258864 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25573/statm: 95406 8915 1874 364 0 31330 0
Current children cumulated CPU time (s) 1604.27
Current children cumulated vsize (KiB) 381624

Child status: 0
Real time (s): 203.712
CPU time (s): 1604.3
CPU user time (s): 1601.82
CPU system time (s): 2.48462
CPU usage (%): 787.533
Max. virtual memory (cumulated for all children) (KiB): 4261208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1601.82
system time used= 2.48462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300023
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= 5648
involuntary context switches= 9634

runsolver used 0.85187 second user time and 1.65475 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-02 18:41:08
IDJOB=3322590
IDBENCH=84205
IDSOLVER=1710
FILE ID=node113/3322590-1304354468
RUNJOBID= node113-1304347119-25134
PBS_JOBID= 13178654
Free space on /tmp= 73564 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.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-3322590-1304354468/watcher-3322590-1304354468 -o /tmp/evaluation-result-3322590-1304354468/solver-3322590-1304354468 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322590-1304354468.cnf -seed 1121947326 -budget 40000 -cores 8

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=1121947326

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14220028 kB
Buffers:          7588 kB
Cached:         179504 kB
SwapCached:      58880 kB
Active:        6584328 kB
Inactive:     11936964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14220028 kB
SwapTotal:    67111528 kB
SwapFree:     64191720 kB
Dirty:           33104 kB
Writeback:           0 kB
AnonPages:    18286360 kB
Mapped:           9976 kB
Slab:            90928 kB
PageTables:      52160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 24596804 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= 73532 MiB
End job on node113 at 2011-05-02 18:44:32