Trace number 3321597

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 1993.23 383.49

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark198.951
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

0.37/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.68	c INFO: solving HOME/instance-3321597-1304347919.cnf
0.37/0.68	c INFO: computing task features
7.24/7.58	c INFO: computed variable-clause graph statistics
7.53/7.82	c INFO: computed clause balance statistics
37.84/38.19	c INFO: computed variable balance statistics
61.74/62.06	c INFO: computed small-clause counts
62.35/62.69	c INFO: computed Horn-clause counts
152.34/152.63	c INFO: computed variable graph statistics
152.34/152.63	c INFO: collected features for HOME/instance-3321597-1304347919.cnf in 151.69 s
152.34/152.66	c INFO: running lingeling-276@0 for 97 with 39848 remaining (b = 0.31)
152.44/152.70	c INFO: running cryptominisat-2.9.0@0 for 485 with 39848 remaining (b = 0.22)
152.44/152.74	c INFO: running lingeling-276@0 for 1261 with 39847 remaining (b = 0.33)
152.44/152.77	c INFO: running SApperloT@0 for 97 with 39847 remaining (b = 0.03)
152.79/152.81	c INFO: running cryptominisat-2.9.0@0 for 485 with 39847 remaining (b = 0.14)
152.79/152.84	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39847 remaining (b = 0.36)
152.79/152.88	c INFO: running lingeling-276@0 for 1261 with 39847 remaining (b = 0.23)
153.28/152.92	c INFO: running precosat-570@0 for 291 with 39847 remaining (b = 0.07)
951.44/252.89	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39747 remaining (b = 0.32)
952.30/253.01	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39747 remaining (b = 0.22)
1992.83/383.39	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-3321597-1304347919/watcher-3321597-1304347919 -o /tmp/evaluation-result-3321597-1304347919/solver-3321597-1304347919 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321597-1304347919.cnf -seed 459974340 -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.67 7.33 7.60 2/252 27661
/proc/meminfo: memFree=25406820/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=15380 CPUtime=0 cores=0-7
/proc/27661/stat : 27661 (python) S 27659 27661 27564 0 -1 4202496 820 0 0 0 0 0 0 0 21 0 1 0 546389810 15749120 704 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/27661/statm: 3845 704 334 364 0 332 0

[startup+0.094495 s]
/proc/loadavg: 7.67 7.33 7.60 2/252 27661
/proc/meminfo: memFree=25406820/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=84600 CPUtime=0.06 cores=0-7
/proc/27661/stat : 27661 (python) R 27659 27661 27564 0 -1 4202496 2409 0 0 0 5 1 0 0 21 0 1 0 546389810 86630400 2135 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687718535 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27661/statm: 21150 2135 707 364 0 1367 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84600

[startup+0.100495 s]
/proc/loadavg: 7.67 7.33 7.60 2/252 27661
/proc/meminfo: memFree=25406820/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=87700 CPUtime=0.07 cores=0-7
/proc/27661/stat : 27661 (python) R 27659 27661 27564 0 -1 4202496 2630 0 0 0 5 2 0 0 21 0 1 0 546389810 89804800 2347 33554432000 4194304 5683644 140733721972256 18446744073709551615 212682754982 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27661/statm: 21925 2351 715 364 0 1621 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 87700

[startup+0.300418 s]
/proc/loadavg: 7.67 7.33 7.60 2/252 27661
/proc/meminfo: memFree=25406820/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=135748 CPUtime=0.18 cores=0-7
/proc/27661/stat : 27661 (python) R 27659 27661 27564 0 -1 4202496 5962 931 1 0 14 4 0 0 21 0 1 0 546389810 139005952 4150 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687671301 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27661/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.70034 s]
/proc/loadavg: 7.67 7.33 7.60 2/252 27661
/proc/meminfo: memFree=25406820/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=318484 CPUtime=0.44 cores=0-7
/proc/27661/stat : 27661 (python) R 27659 27661 27564 0 -1 4202496 18567 931 1 0 30 14 0 0 20 0 1 0 546389810 326127616 16249 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687675136 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27661/statm: 79621 16282 1758 364 0 15545 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 318484

[startup+1.5002 s]
/proc/loadavg: 7.67 7.33 7.60 2/253 27666
/proc/meminfo: memFree=25325284/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=372952 CPUtime=1.23 cores=0-7
/proc/27661/stat : 27661 (python) R 27659 27661 27564 0 -1 4202496 32612 931 1 0 108 15 0 0 22 0 1 0 546389810 381902848 30293 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687336133 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27661/statm: 93238 30293 1761 364 0 29162 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 372952

[startup+3.1009 s]
/proc/loadavg: 7.67 7.33 7.60 2/253 27666
/proc/meminfo: memFree=25250512/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=481756 CPUtime=2.83 cores=0-7
/proc/27661/stat : 27661 (python) R 27659 27661 27564 0 -1 4202496 59515 931 1 0 264 19 0 0 25 0 1 0 546389810 493318144 57196 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687336133 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27661/statm: 120439 57198 1761 364 0 56363 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 481756

[startup+6.30032 s]
/proc/loadavg: 7.22 7.25 7.57 2/253 27666
/proc/meminfo: memFree=25051988/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=553060 CPUtime=6.04 cores=0-7
/proc/27661/stat : 27661 (python) R 27659 27661 27564 0 -1 4202496 125758 931 1 0 576 28 0 0 25 0 1 0 546389810 566333440 73470 33554432000 4194304 5683644 140733721972256 18446744073709551615 47239724083966 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27661/statm: 138265 73496 1774 364 0 74189 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 553060

[startup+12.7002 s]
/proc/loadavg: 6.72 7.14 7.53 2/253 27666
/proc/meminfo: memFree=25032932/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=633320 CPUtime=12.44 cores=0-7
/proc/27661/stat : 27661 (python) R 27659 27661 27564 0 -1 4202496 185559 931 1 0 1209 35 0 0 25 0 1 0 546389810 648519680 95747 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687361779 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27661/statm: 158330 95747 1826 364 0 94254 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 633320

[startup+25.5008 s]
/proc/loadavg: 5.45 6.84 7.43 2/253 27667
/proc/meminfo: memFree=25035952/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=633320 CPUtime=25.24 cores=0-7
/proc/27661/stat : 27661 (python) R 27659 27661 27564 0 -1 4202496 185559 931 1 0 2489 35 0 0 25 0 1 0 546389810 648519680 95747 33554432000 4194304 5683644 140733721972256 18446744073709551615 47239726866052 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/27661/statm: 158330 95747 1826 364 0 94254 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 633320

[startup+51.1002 s]
/proc/loadavg: 3.93 6.37 7.25 2/253 27667
/proc/meminfo: memFree=25036496/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=633320 CPUtime=50.84 cores=0-7
/proc/27661/stat : 27661 (python) R 27659 27661 27564 0 -1 4202496 185560 931 1 0 5049 35 0 0 25 0 1 0 546389810 648519680 95748 33554432000 4194304 5683644 140733721972256 18446744073709551615 47239726855952 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/27661/statm: 158330 95748 1827 364 0 94254 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 633320

[startup+102.309 s]
/proc/loadavg: 2.27 5.54 6.92 2/253 27669
/proc/meminfo: memFree=25018400/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=650036 CPUtime=102.05 cores=0-7
/proc/27661/stat : 27661 (python) R 27659 27661 27564 0 -1 4202496 202249 931 1 0 10167 38 0 0 25 0 1 0 546389810 665636864 99933 33554432000 4194304 5683644 140733721972256 18446744073709551615 4567033 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/27661/statm: 162509 99933 1833 364 0 98433 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 650036

[startup+162.302 s]
/proc/loadavg: 2.62 4.96 6.63 9/277 27694
/proc/meminfo: memFree=23239068/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=643024 CPUtime=152.66 cores=0-7
/proc/27661/stat : 27661 (python) S 27659 27661 27564 0 -1 4202496 208113 931 1 0 15221 45 0 0 23 0 9 0 546389810 658456576 61371 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27661/statm: 160756 61371 1889 364 0 96653 0
[pid=27671] ppid=27661 vsize=495452 CPUtime=0.01 cores=0-7
/proc/27671/stat : 27671 (python) S 27661 27661 27564 0 -1 4202560 913 0 0 0 0 1 0 0 18 0 1 0 546405077 507342848 59824 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695375 0 0 16781312 514 4337656663877058820 0 0 17 1 0 0 0
/proc/27671/statm: 123863 59824 376 364 0 59781 0
[pid=27673] ppid=27671 vsize=72180 CPUtime=9.6 cores=0-7
/proc/27673/stat : 27673 (lingeling) R 27671 27673 27673 0 -1 4202496 32019 0 0 0 953 7 0 0 25 0 1 0 546405077 73912320 17214 33554432000 4194304 4352236 140735251426816 18446744073709551615 4208940 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/27673/statm: 18045 17214 127 39 0 17125 0
[pid=27674] ppid=27661 vsize=505708 CPUtime=0.01 cores=0-7
/proc/27674/stat : 27674 (python) S 27661 27661 27564 0 -1 4202560 905 0 0 0 0 1 0 0 15 0 1 0 546405080 517844992 59822 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 1078413103445541122 0 0 17 0 0 0 0
/proc/27674/statm: 126427 59822 370 364 0 62342 0
[pid=27676] ppid=27674 vsize=688288 CPUtime=9.57 cores=0-7
/proc/27676/stat : 27676 (cryptominisat-2) R 27674 27676 27676 0 -1 4202496 128202 0 0 0 939 18 0 0 25 0 1 0 546405081 704806912 123425 33554432000 4194304 4677096 140734975033936 18446744073709551615 4317723 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27676/statm: 172072 123425 362 118 0 167031 0
[pid=27677] ppid=27661 vsize=515964 CPUtime=0.01 cores=0-7
/proc/27677/stat : 27677 (python) S 27661 27661 27564 0 -1 4202560 937 0 0 0 0 1 0 0 18 0 1 0 546405084 528347136 59826 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 1078409255154843907 0 0 17 1 0 0 0
/proc/27677/statm: 128991 59826 370 364 0 64903 0
[pid=27679] ppid=27677 vsize=68216 CPUtime=9.53 cores=0-7
/proc/27679/stat : 27679 (lingeling) R 27677 27679 27679 0 -1 4202496 31237 0 0 0 949 4 0 0 25 0 1 0 546405084 69853184 16222 33554432000 4194304 4352236 140735249603056 18446744073709551615 4208284 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/27679/statm: 17054 16222 127 39 0 16134 0
[pid=27680] ppid=27661 vsize=526220 CPUtime=0.01 cores=0-7
/proc/27680/stat : 27680 (python) S 27661 27661 27564 0 -1 4202560 941 0 0 0 0 1 0 0 18 0 1 0 546405087 538849280 59830 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 3107143723209687298 0 0 17 1 0 0 0
/proc/27680/statm: 131555 59830 370 364 0 67464 0
[pid=27682] ppid=27680 vsize=76736 CPUtime=9.5 cores=0-7
/proc/27682/stat : 27682 (SApperloT-base) R 27680 27682 27682 0 -1 4202496 17231 0 0 0 945 5 0 0 25 0 1 0 546405088 78577664 16612 33554432000 134512640 135674940 4291973200 18446744073709551615 134552024 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27682/statm: 19184 16612 99 284 0 18898 0
[pid=27683] ppid=27661 vsize=602012 CPUtime=0.03 cores=0-7
/proc/27683/stat : 27683 (python) S 27661 27661 27564 0 -1 4202560 945 0 0 0 1 2 0 0 15 0 1 0 546405091 616460288 59836 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 9689331874861646084 0 0 17 1 0 0 0
/proc/27683/statm: 150503 59836 370 364 0 86409 0
[pid=27685] ppid=27683 vsize=723228 CPUtime=9.38 cores=0-7
/proc/27685/stat : 27685 (cryptominisat-2) R 27683 27685 27685 0 -1 4202496 135029 0 0 0 918 20 0 0 25 0 1 0 546405092 740585472 130250 33554432000 4194304 4677096 140737070243984 18446744073709551615 4499826 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/27685/statm: 180807 130250 370 118 0 175766 0
[pid=27686] ppid=27661 vsize=612268 CPUtime=0.01 cores=0-7
/proc/27686/stat : 27686 (python) S 27661 27661 27564 0 -1 4202560 958 0 0 0 0 1 0 0 15 0 1 0 546405094 626962432 59840 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 4338668764330426626 0 0 17 4 0 0 0
/proc/27686/statm: 153067 59840 370 364 0 88970 0
[pid=27688] ppid=27686 vsize=675484 CPUtime=9.41 cores=0-7
/proc/27688/stat : 27688 (cryptominisat-2) R 27686 27688 27688 0 -1 4202496 126067 0 0 0 922 19 0 0 25 0 1 0 546405095 691695616 121286 33554432000 4194304 4677096 140736707764528 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27688/statm: 168871 121286 362 118 0 163830 0
[pid=27689] ppid=27661 vsize=622524 CPUtime=0.01 cores=0-7
/proc/27689/stat : 27689 (python) S 27661 27661 27564 0 -1 4202560 943 0 0 0 0 1 0 0 18 0 1 0 546405098 637464576 59844 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 7188756285397893380 0 0 17 1 0 0 0
/proc/27689/statm: 155631 59844 370 364 0 91531 0
[pid=27691] ppid=27689 vsize=68096 CPUtime=9.33 cores=0-7
/proc/27691/stat : 27691 (lingeling) R 27689 27691 27691 0 -1 4202496 31192 0 0 0 926 7 0 0 25 0 1 0 546405101 69730304 16192 33554432000 4194304 4352236 140737324563712 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/27691/statm: 17024 16192 127 39 0 16104 0
[pid=27692] ppid=27661 vsize=632780 CPUtime=0.01 cores=0-7
/proc/27692/stat : 27692 (python) S 27661 27661 27564 0 -1 4202560 1000 0 0 0 0 1 0 0 18 0 1 0 546405102 647966720 59853 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 7188752437107196164 0 0 17 1 0 0 0
/proc/27692/statm: 158195 59853 375 364 0 94092 0
[pid=27694] ppid=27692 vsize=242744 CPUtime=9.23 cores=0-7
/proc/27694/stat : 27694 (precosat) R 27692 27694 27694 0 -1 4202496 63871 0 0 0 911 12 0 0 25 0 1 0 546405104 248569856 59571 33554432000 4194304 4890832 140736546737312 18446744073709551615 4246732 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/27694/statm: 60686 59571 80 171 0 60513 0
[pid=27661/tid=27672] ppid=27659 vsize=643024 CPUtime=0 cores=0-7
/proc/27661/task/27672/stat : 27672 (python) S 27659 27661 27564 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 9 0 546405077 658456576 61371 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 6 0 0 0
[pid=27661/tid=27675] ppid=27659 vsize=643024 CPUtime=0 cores=0-7
/proc/27661/task/27675/stat : 27675 (python) S 27659 27661 27564 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 546405081 658456576 61371 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 6 0 0 0
[pid=27661/tid=27678] ppid=27659 vsize=643024 CPUtime=0 cores=0-7
/proc/27661/task/27678/stat : 27678 (python) S 27659 27661 27564 0 -1 4202560 24 931 0 0 0 0 0 0 19 0 9 0 546405084 658456576 61371 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27681] ppid=27659 vsize=643024 CPUtime=0 cores=0-7
/proc/27661/task/27681/stat : 27681 (python) S 27659 27661 27564 0 -1 4202560 19 931 0 0 0 0 0 0 19 0 9 0 546405088 658456576 61371 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 5 0 0 0
[pid=27661/tid=27684] ppid=27659 vsize=643024 CPUtime=0 cores=0-7
/proc/27661/task/27684/stat : 27684 (python) S 27659 27661 27564 0 -1 4202560 23 931 0 0 0 0 0 0 19 0 9 0 546405091 658456576 61371 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27687] ppid=27659 vsize=643024 CPUtime=0 cores=0-7
/proc/27661/task/27687/stat : 27687 (python) S 27659 27661 27564 0 -1 4202560 23 931 0 0 0 0 0 0 21 0 9 0 546405095 658456576 61371 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 4 0 0 0
[pid=27661/tid=27690] ppid=27659 vsize=643024 CPUtime=0 cores=0-7
/proc/27661/task/27690/stat : 27690 (python) S 27659 27661 27564 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 9 0 546405099 658456576 61371 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27693] ppid=27659 vsize=643024 CPUtime=0 cores=0-7
/proc/27661/task/27693/stat : 27693 (python) S 27659 27661 27564 0 -1 4202560 31 931 0 0 0 0 0 0 23 0 9 0 546405103 658456576 61371 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 228.31
Current children cumulated vsize (KiB) 7770924


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

/proc/27661/task/27681/stat : 27681 (python) S 27659 27661 27564 0 -1 4202560 19 931 0 0 0 0 0 0 19 0 11 0 546405088 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 5 0 0 0
[pid=27661/tid=27684] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27684/stat : 27684 (python) S 27659 27661 27564 0 -1 4202560 23 931 0 0 0 0 0 0 19 0 11 0 546405091 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27687] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27687/stat : 27687 (python) S 27659 27661 27564 0 -1 4202560 23 931 0 0 0 0 0 0 21 0 11 0 546405095 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 4 0 0 0
[pid=27661/tid=27690] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27690/stat : 27690 (python) S 27659 27661 27564 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 11 0 546405099 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27693] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27693/stat : 27693 (python) S 27659 27661 27564 0 -1 4202560 31 931 0 0 0 0 0 0 23 0 11 0 546405103 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 1 0 0 0
[pid=27661/tid=27700] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27700/stat : 27700 (python) S 27659 27661 27564 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 11 0 546415100 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27704] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27704/stat : 27704 (python) S 27659 27661 27564 0 -1 4202560 30 931 0 0 0 0 0 0 21 0 11 0 546415112 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1985.04
Current children cumulated vsize (KiB) 12721748

[startup+383.102 s]
/proc/loadavg: 8.00 6.60 6.93 9/285 27708
/proc/meminfo: memFree=20443620/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=663536 CPUtime=152.74 cores=0-7
/proc/27661/stat : 27661 (python) S 27659 27661 27564 0 -1 4202496 209742 931 1 0 15227 47 0 0 21 0 11 0 546389810 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27661/statm: 165884 61384 1894 364 0 101775 0
[pid=27671] ppid=27661 vsize=505696 CPUtime=0.19 cores=0-7
/proc/27671/stat : 27671 (python) S 27661 27661 27564 0 -1 4202560 1110 0 0 0 9 10 0 0 19 0 2 0 546405077 517832704 59862 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27671/statm: 126424 59862 409 364 0 62342 0
[pid=27673] ppid=27671 vsize=86380 CPUtime=100.17 cores=0-7
/proc/27673/stat : 27673 (lingeling) T 27671 27673 27673 0 -1 4202496 35587 0 0 0 10010 7 0 0 25 0 1 0 546405077 88453120 20766 33554432000 4194304 4352236 140735251426816 18446744073709551615 4278712 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/27673/statm: 21595 20766 129 39 0 20675 0
[pid=27671/tid=27698] ppid=27661 vsize=505696 CPUtime=0 cores=0-7
/proc/27671/task/27698/stat : 27698 (python) S 27661 27661 27564 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 546415096 517832704 59862 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 514 18446604453922632640 0 0 -1 1 0 0 0
[pid=27674] ppid=27661 vsize=505708 CPUtime=0.46 cores=0-7
/proc/27674/stat : 27674 (python) S 27661 27661 27564 0 -1 4202560 984 0 0 0 23 23 0 0 15 0 1 0 546405080 517844992 59822 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 15559883936006897922 0 0 17 0 0 0 0
/proc/27674/statm: 126427 59822 370 364 0 62342 0
[pid=27676] ppid=27674 vsize=1311724 CPUtime=230.38 cores=0-7
/proc/27676/stat : 27676 (cryptominisat-2) R 27674 27676 27676 0 -1 4202496 281106 0 0 0 22992 46 0 0 25 0 1 0 546405081 1343205376 238716 33554432000 4194304 4677096 140734975033936 18446744073709551615 4334216 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27676/statm: 327931 238716 391 118 0 322890 0
[pid=27677] ppid=27661 vsize=515964 CPUtime=0.44 cores=0-7
/proc/27677/stat : 27677 (python) S 27661 27661 27564 0 -1 4202560 1004 0 0 0 21 23 0 0 18 0 1 0 546405084 528347136 59826 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 15559883936006897923 0 0 17 1 0 0 0
/proc/27677/statm: 128991 59826 370 364 0 64903 0
[pid=27679] ppid=27677 vsize=129968 CPUtime=230.34 cores=0-7
/proc/27679/stat : 27679 (lingeling) R 27677 27679 27679 0 -1 4202496 46704 0 0 0 23028 6 0 0 25 0 1 0 546405084 133087232 31662 33554432000 4194304 4352236 140735249603056 18446744073709551615 4280956 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/27679/statm: 32492 31662 129 39 0 31572 0
[pid=27680] ppid=27661 vsize=526220 CPUtime=0.19 cores=0-7
/proc/27680/stat : 27680 (python) S 27661 27661 27564 0 -1 4202560 1131 0 0 0 9 10 0 0 19 0 2 0 546405087 538849280 59860 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27680/statm: 131555 59860 399 364 0 67464 0
[pid=27682] ppid=27680 vsize=265704 CPUtime=100.17 cores=0-7
/proc/27682/stat : 27682 (SApperloT-base) T 27680 27682 27682 0 -1 4202496 86213 0 0 0 10001 16 0 0 25 0 1 0 546405088 272080896 53075 33554432000 134512640 135674940 4291973200 18446744073709551615 134564785 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27682/statm: 66426 53075 99 284 0 66140 0
[pid=27680/tid=27702] ppid=27661 vsize=526220 CPUtime=0 cores=0-7
/proc/27680/task/27702/stat : 27702 (python) S 27661 27661 27564 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 546415107 538849280 59860 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 514 18446604453636131520 0 0 -1 1 0 0 0
[pid=27683] ppid=27661 vsize=602012 CPUtime=0.46 cores=0-7
/proc/27683/stat : 27683 (python) S 27661 27661 27564 0 -1 4202560 1010 0 0 0 25 21 0 0 15 0 1 0 546405091 616460288 59836 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 15559883936006897924 0 0 17 1 0 0 0
/proc/27683/statm: 150503 59836 370 364 0 86409 0
[pid=27685] ppid=27683 vsize=1341516 CPUtime=226.96 cores=0-7
/proc/27685/stat : 27685 (cryptominisat-2) R 27683 27685 27685 0 -1 4202496 285991 0 0 0 22644 52 0 0 25 0 1 0 546405092 1373712384 237384 33554432000 4194304 4677096 140737070243984 18446744073709551615 4462632 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/27685/statm: 335379 237384 391 118 0 330338 0
[pid=27686] ppid=27661 vsize=612268 CPUtime=0.45 cores=0-7
/proc/27686/stat : 27686 (python) S 27661 27661 27564 0 -1 4202560 1022 0 0 0 24 21 0 0 15 0 1 0 546405094 626962432 59840 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 15559883936006897922 0 0 17 4 0 0 0
/proc/27686/statm: 153067 59840 370 364 0 88970 0
[pid=27688] ppid=27686 vsize=851976 CPUtime=230.01 cores=0-7
/proc/27688/stat : 27688 (cryptominisat-2) R 27686 27688 27688 0 -1 4202496 182531 0 0 0 22969 32 0 0 25 0 1 0 546405095 872423424 149663 33554432000 4194304 4677096 140736707764528 18446744073709551615 4336237 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27688/statm: 212994 149663 387 118 0 207953 0
[pid=27689] ppid=27661 vsize=622524 CPUtime=0.44 cores=0-7
/proc/27689/stat : 27689 (python) S 27661 27661 27564 0 -1 4202560 1013 0 0 0 22 22 0 0 18 0 1 0 546405098 637464576 59844 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 15559883936006897924 0 0 17 1 0 0 0
/proc/27689/statm: 155631 59844 370 364 0 91531 0
[pid=27691] ppid=27689 vsize=147704 CPUtime=228.87 cores=0-7
/proc/27691/stat : 27691 (lingeling) R 27689 27691 27691 0 -1 4202496 56146 0 0 0 22877 10 0 0 25 0 1 0 546405101 151248896 36096 33554432000 4194304 4352236 140737324563712 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/27691/statm: 36926 36096 129 39 0 36006 0
[pid=27692] ppid=27661 vsize=632780 CPUtime=0.44 cores=0-7
/proc/27692/stat : 27692 (python) S 27661 27661 27564 0 -1 4202560 1071 0 0 0 23 21 0 0 18 0 1 0 546405102 647966720 59854 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 15559883936006897924 0 0 17 1 0 0 0
/proc/27692/statm: 158195 59854 376 364 0 94092 0
[pid=27694] ppid=27692 vsize=421048 CPUtime=229.02 cores=0-7
/proc/27694/stat : 27694 (precosat) R 27692 27694 27694 0 -1 4202496 108822 0 0 0 22884 18 0 0 25 0 1 0 546405104 431153152 104522 33554432000 4194304 4890832 140736546737312 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/27694/statm: 105262 104522 86 171 0 105089 0
[pid=27699] ppid=27661 vsize=643036 CPUtime=0.25 cores=0-7
/proc/27699/stat : 27699 (python) S 27661 27661 27564 0 -1 4202560 1012 0 0 0 13 12 0 0 15 0 1 0 546415099 658468864 59852 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 15559883936006897923 0 0 17 4 0 0 0
/proc/27699/statm: 160759 59852 370 364 0 96653 0
[pid=27701] ppid=27699 vsize=841428 CPUtime=129.63 cores=0-7
/proc/27701/stat : 27701 (cryptominisat-2) R 27699 27701 27701 0 -1 4202496 170632 0 0 0 12939 24 0 0 25 0 1 0 546415100 861622272 146635 33554432000 4194304 4677096 140734128011504 18446744073709551615 4336189 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27701/statm: 210357 146635 387 118 0 205316 0
[pid=27703] ppid=27661 vsize=653292 CPUtime=0.27 cores=0-7
/proc/27703/stat : 27703 (python) S 27661 27661 27564 0 -1 4202560 1000 0 0 0 14 13 0 0 15 0 1 0 546415111 668971008 59856 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 15559883936006897923 0 0 17 0 0 0 0
/proc/27703/statm: 163323 59856 370 364 0 99214 0
[pid=27705] ppid=27703 vsize=841264 CPUtime=129.53 cores=0-7
/proc/27705/stat : 27705 (cryptominisat-2) R 27703 27705 27705 0 -1 4202496 174604 0 0 0 12923 30 0 0 25 0 1 0 546415112 861454336 152083 33554432000 4194304 4677096 140735540369104 18446744073709551615 4336483 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/27705/statm: 210316 152083 387 118 0 205275 0
[pid=27661/tid=27672] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27672/stat : 27672 (python) S 27659 27661 27564 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 11 0 546405077 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 6 0 0 0
[pid=27661/tid=27675] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27675/stat : 27675 (python) S 27659 27661 27564 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 11 0 546405081 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 6 0 0 0
[pid=27661/tid=27678] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27678/stat : 27678 (python) S 27659 27661 27564 0 -1 4202560 24 931 0 0 0 0 0 0 19 0 11 0 546405084 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27681] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27681/stat : 27681 (python) S 27659 27661 27564 0 -1 4202560 19 931 0 0 0 0 0 0 19 0 11 0 546405088 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 5 0 0 0
[pid=27661/tid=27684] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27684/stat : 27684 (python) S 27659 27661 27564 0 -1 4202560 23 931 0 0 0 0 0 0 19 0 11 0 546405091 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27687] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27687/stat : 27687 (python) S 27659 27661 27564 0 -1 4202560 23 931 0 0 0 0 0 0 21 0 11 0 546405095 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 4 0 0 0
[pid=27661/tid=27690] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27690/stat : 27690 (python) S 27659 27661 27564 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 11 0 546405099 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27693] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27693/stat : 27693 (python) S 27659 27661 27564 0 -1 4202560 31 931 0 0 0 0 0 0 23 0 11 0 546405103 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 1 0 0 0
[pid=27661/tid=27700] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27700/stat : 27700 (python) S 27659 27661 27564 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 11 0 546415100 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27704] ppid=27659 vsize=663536 CPUtime=0 cores=0-7
/proc/27661/task/27704/stat : 27704 (python) S 27659 27661 27564 0 -1 4202560 30 931 0 0 0 0 0 0 21 0 11 0 546415112 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1991.41
Current children cumulated vsize (KiB) 12721748

[startup+383.302 s]
/proc/loadavg: 8.00 6.60 6.93 9/285 27708
/proc/meminfo: memFree=20443620/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=663536 CPUtime=1042.71 cores=0-7
/proc/27661/stat : 27661 (python) S 27659 27661 27564 0 -1 4202496 209794 643425 1 0 15227 47 88779 218 16 0 11 0 546389810 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699505471 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27661/statm: 165884 61384 1894 364 0 101775 0
[pid=27674] ppid=27661 vsize=505708 CPUtime=0.46 cores=0-7
/proc/27674/stat : 27674 (python) S 27661 27661 27564 0 -1 4202560 984 0 0 0 23 23 0 0 15 0 1 0 546405080 517844992 59822 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 15559883936006897922 0 0 17 0 0 0 0
/proc/27674/statm: 126427 59822 370 364 0 62342 0
[pid=27676] ppid=27674 vsize=1311724 CPUtime=230.58 cores=0-7
/proc/27676/stat : 27676 (cryptominisat-2) R 27674 27676 27676 0 -1 4202496 281132 0 0 0 23012 46 0 0 25 0 1 0 546405081 1343205376 238742 33554432000 4194304 4677096 140734975033936 18446744073709551615 4336386 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27676/statm: 327931 238742 391 118 0 322890 0
[pid=27689] ppid=27661 vsize=622524 CPUtime=0.44 cores=0-7
/proc/27689/stat : 27689 (python) S 27661 27661 27564 0 -1 4202560 1013 0 0 0 22 22 0 0 18 0 1 0 546405098 637464576 59844 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 15559883936006897924 0 0 17 1 0 0 0
/proc/27689/statm: 155631 59844 370 364 0 91531 0
[pid=27691] ppid=27689 vsize=147704 CPUtime=229.06 cores=0-7
/proc/27691/stat : 27691 (lingeling) R 27689 27691 27691 0 -1 4202496 56146 0 0 0 22896 10 0 0 25 0 1 0 546405101 151248896 36096 33554432000 4194304 4352236 140737324563712 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/27691/statm: 36926 36096 129 39 0 36006 0
[pid=27692] ppid=27661 vsize=0 CPUtime=229.5 cores=0-7
/proc/27692/stat : 27692 (python) Z 27661 27661 27564 0 -1 4202588 1295 108823 0 0 23 22 22885 20 15 0 1 0 546405102 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27692/statm: 0 0 0 0 0 0 0
[pid=27699] ppid=27661 vsize=643036 CPUtime=0.25 cores=0-7
/proc/27699/stat : 27699 (python) S 27661 27661 27564 0 -1 4202560 1012 0 0 0 13 12 0 0 15 0 1 0 546415099 658468864 59852 33554432000 4194304 5683644 140733721972256 18446744073709551615 212687695430 0 0 16781312 514 15559883936006897923 0 0 17 4 0 0 0
/proc/27699/statm: 160759 59852 370 364 0 96653 0
[pid=27701] ppid=27699 vsize=841428 CPUtime=129.83 cores=0-7
/proc/27701/stat : 27701 (cryptominisat-2) R 27699 27701 27701 0 -1 4202496 170632 0 0 0 12959 24 0 0 25 0 1 0 546415100 861622272 146635 33554432000 4194304 4677096 140734128011504 18446744073709551615 4335943 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/27701/statm: 210357 146635 387 118 0 205316 0
[pid=27703] ppid=27661 vsize=0 CPUtime=130 cores=0-7
/proc/27703/stat : 27703 (python) R 27661 27661 27564 0 -1 4202564 1049 174626 0 0 14 13 12940 33 15 0 1 0 546415111 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27703/statm: 0 0 0 0 0 0 0
[pid=27661/tid=27672] ppid=27659 vsize=663536 CPUtime=889.97 cores=0-7
/proc/27661/task/27672/stat : 27672 (python) S 27659 27661 27564 0 -1 4202560 28 643425 0 0 0 0 88779 218 25 0 11 0 546405077 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 6 0 0 0
[pid=27661/tid=27675] ppid=27659 vsize=663536 CPUtime=889.97 cores=0-7
/proc/27661/task/27675/stat : 27675 (python) S 27659 27661 27564 0 -1 4202560 24 643425 0 0 0 0 88779 218 20 0 11 0 546405081 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 6 0 0 0
[pid=27661/tid=27678] ppid=27659 vsize=663536 CPUtime=889.97 cores=0-7
/proc/27661/task/27678/stat : 27678 (python) S 27659 27661 27564 0 -1 4202560 24 643425 0 0 0 0 88779 218 19 0 11 0 546405084 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27681] ppid=27659 vsize=663536 CPUtime=889.97 cores=0-7
/proc/27661/task/27681/stat : 27681 (python) S 27659 27661 27564 0 -1 4202560 19 643425 0 0 0 0 88779 218 19 0 11 0 546405088 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 5 0 0 0
[pid=27661/tid=27684] ppid=27659 vsize=663536 CPUtime=889.97 cores=0-7
/proc/27661/task/27684/stat : 27684 (python) S 27659 27661 27564 0 -1 4202560 23 643425 0 0 0 0 88779 218 19 0 11 0 546405091 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27687] ppid=27659 vsize=663536 CPUtime=889.97 cores=0-7
/proc/27661/task/27687/stat : 27687 (python) S 27659 27661 27564 0 -1 4202560 23 643425 0 0 0 0 88779 218 21 0 11 0 546405095 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 4 0 0 0
[pid=27661/tid=27690] ppid=27659 vsize=663536 CPUtime=889.97 cores=0-7
/proc/27661/task/27690/stat : 27690 (python) S 27659 27661 27564 0 -1 4202560 25 643425 0 0 0 0 88779 218 22 0 11 0 546405099 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27693] ppid=27659 vsize=663536 CPUtime=889.97 cores=0-7
/proc/27661/task/27693/stat : 27693 (python) S 27659 27661 27564 0 -1 4202560 31 643425 0 0 0 0 88779 218 23 0 11 0 546405103 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 1 0 0 0
[pid=27661/tid=27700] ppid=27659 vsize=663536 CPUtime=889.97 cores=0-7
/proc/27661/task/27700/stat : 27700 (python) S 27659 27661 27564 0 -1 4202560 28 643425 0 0 0 0 88779 218 20 0 11 0 546415100 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
[pid=27661/tid=27704] ppid=27659 vsize=663536 CPUtime=889.97 cores=0-7
/proc/27661/task/27704/stat : 27704 (python) S 27659 27661 27564 0 -1 4202560 30 643425 0 0 0 0 88779 218 21 0 11 0 546415112 679460864 61384 33554432000 4194304 5683644 140733721972256 18446744073709551615 212699498929 0 0 16781312 2 18446604453942683712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1992.83
Current children cumulated vsize (KiB) 4735660

[startup+383.402 s]
/proc/loadavg: 8.00 6.60 6.93 9/285 27708
/proc/meminfo: memFree=20443620/32951124 swapFree=67111464/67111528
[pid=27661] ppid=27659 vsize=591696 CPUtime=1993.12 cores=0-7
/proc/27661/stat : 27661 (python) R 27659 27661 27564 0 -1 4202496 211955 1440303 1 0 15228 48 183577 459 16 0 1 0 546389810 605896704 61335 33554432000 4194304 5683644 140733721972256 18446744073709551615 4516308 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/27661/statm: 147924 61335 1873 364 0 83848 0
Current children cumulated CPU time (s) 1993.12
Current children cumulated vsize (KiB) 591696

Child status: 0
Real time (s): 383.49
CPU time (s): 1993.23
CPU user time (s): 1988.12
CPU system time (s): 5.11222
CPU usage (%): 519.761
Max. virtual memory (cumulated for all children) (KiB): 12721748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1988.12
system time used= 5.11222
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1698182
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= 5300
involuntary context switches= 10760

runsolver used 1.39979 second user time and 3.03754 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-02 16:52:01
IDJOB=3321597
IDBENCH=82403
IDSOLVER=1710
FILE ID=node139/3321597-1304347919
RUNJOBID= node139-1304347631-27578
PBS_JOBID= 13178658
Free space on /tmp= 73136 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.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-3321597-1304347919/watcher-3321597-1304347919 -o /tmp/evaluation-result-3321597-1304347919/solver-3321597-1304347919 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321597-1304347919.cnf -seed 459974340 -budget 40000 -cores 8

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=459974340

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25407100 kB
Buffers:       1333660 kB
Cached:        4140276 kB
SwapCached:         60 kB
Active:        1688732 kB
Inactive:      5334484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25407100 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           72120 kB
Writeback:           0 kB
AnonPages:     1549168 kB
Mapped:          22440 kB
Slab:           436888 kB
PageTables:      15160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 35532548 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= 73104 MiB
End job on node139 at 2011-05-02 16:58:24