Trace number 3380836

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)UNSAT 596.094 246.577

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step13.cnf
MD5SUM52e16341bcff805ef2d6abe4e95359a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.8475
Satisfiable
(Un)Satisfiability was proved
Number of variables224228
Number of clauses5314673
Sum of the clauses size11732345
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25229536
Number of clauses of size 36084
Number of clauses of size 49856
Number of clauses of size 58159
Number of clauses of size over 560482

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.46	c INFO: solving HOME/instance-3380836-1305493729.cnf
0.32/0.46	c INFO: computing task features
16.62/16.76	c INFO: computed variable-clause graph statistics
17.23/17.39	c INFO: computed clause balance statistics
78.22/78.38	c INFO: computed variable balance statistics
130.44/130.55	c INFO: computed small-clause counts
131.92/132.02	c INFO: computed Horn-clause counts
195.92/196.09	c INFO: computed variable graph statistics
196.02/196.10	c INFO: collected features for HOME/instance-3380836-1305493729.cnf in 194.84 s
196.02/196.13	c INFO: running lingeling-276@0 for 97 with 4804 remaining (b = 0.72)
196.02/196.15	c INFO: running precosat-570@0 for 97 with 4804 remaining (b = 0.44)
196.02/196.18	c INFO: running SApperloT@0 for 97 with 4804 remaining (b = 0.09)
196.12/196.21	c INFO: running cryptominisat-2.9.0@0 for 582 with 4804 remaining (b = 0.42)
196.12/196.24	c INFO: running lingeling-276@0 for 582 with 4804 remaining (b = 0.38)
196.12/196.27	c INFO: running lingeling-276@0 for 97 with 4804 remaining (b = 0.14)
196.21/196.30	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4804 remaining (b = 0.49)
196.21/196.33	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4804 remaining (b = 0.40)
595.56/246.40	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380836-1305493729/watcher-3380836-1305493729 -o /tmp/evaluation-result-3380836-1305493729/solver-3380836-1305493729 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380836-1305493729.cnf -seed 257134685 -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: 5.59 5.60 4.88 1/417 32747
/proc/meminfo: memFree=21052700/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=16236 CPUtime=0 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 1045 0 0 0 0 0 0 0 20 0 1 0 739603892 16625664 917 33554432000 4194304 5683644 140735341105008 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 4059 917 381 364 0 546 0

[startup+0.0857159 s]
/proc/loadavg: 5.59 5.60 4.88 1/417 32747
/proc/meminfo: memFree=21052700/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=94172 CPUtime=0.06 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 2760 0 0 0 4 2 0 0 20 0 1 0 739603892 96432128 2471 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905054917 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 23542 2473 764 364 0 1674 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94172

[startup+0.100713 s]
/proc/loadavg: 5.59 5.60 4.88 1/417 32747
/proc/meminfo: memFree=21052700/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=104228 CPUtime=0.07 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 3082 0 0 0 5 2 0 0 20 0 1 0 739603892 106729472 2763 33554432000 4194304 5683644 140735341105008 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 26057 2764 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300688 s]
/proc/loadavg: 5.59 5.60 4.88 1/417 32747
/proc/meminfo: memFree=21052700/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=187740 CPUtime=0.24 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 6806 935 1 0 17 7 0 0 17 0 1 0 739603892 192245760 4868 33554432000 4194304 5683644 140735341105008 18446744073709551615 260900431336 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 46935 4870 1387 364 0 3723 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187740

[startup+0.700603 s]
/proc/loadavg: 5.59 5.60 4.88 1/417 32747
/proc/meminfo: memFree=21052700/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=383816 CPUtime=0.62 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 35578 935 1 0 48 14 0 0 17 0 1 0 739603892 393027584 33259 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905054917 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 95954 33259 1761 364 0 31878 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 383816

[startup+1.50046 s]
/proc/loadavg: 5.59 5.60 4.88 2/418 32752
/proc/meminfo: memFree=20905692/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=433348 CPUtime=1.42 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 47558 935 1 0 126 16 0 0 19 0 1 0 739603892 443748352 45239 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905054917 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 108337 45239 1761 364 0 44261 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 433348

[startup+3.10016 s]
/proc/loadavg: 5.59 5.60 4.88 2/418 32752
/proc/meminfo: memFree=20839228/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=540328 CPUtime=3.01 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 73820 935 1 0 282 19 0 0 22 0 1 0 739603892 553295872 71501 33554432000 4194304 5683644 140735341105008 18446744073709551615 4571323 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 135082 71501 1761 364 0 71006 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 540328

[startup+6.31458 s]
/proc/loadavg: 5.30 5.54 4.87 2/418 32752
/proc/meminfo: memFree=20561664/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=769880 CPUtime=6.23 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 128785 935 1 0 597 26 0 0 25 0 1 0 739603892 788357120 126466 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905054917 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 192470 126467 1761 364 0 128394 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 769880

[startup+12.7004 s]
/proc/loadavg: 4.96 5.47 4.85 2/418 32752
/proc/meminfo: memFree=20214504/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=1171216 CPUtime=12.61 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 225581 935 1 0 1223 38 0 0 25 0 1 0 739603892 1199325184 223262 33554432000 4194304 5683644 140735341105008 18446744073709551615 47332922739013 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 292804 223262 1761 364 0 228728 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 1171216

[startup+25.5011 s]
/proc/loadavg: 4.08 5.25 4.78 2/418 32752
/proc/meminfo: memFree=20249296/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=1063624 CPUtime=25.42 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 539301 935 1 0 2468 74 0 0 25 0 1 0 739603892 1089150976 203307 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905061307 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 265906 203307 1826 364 0 201830 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 1063624

[startup+51.1004 s]
/proc/loadavg: 3.03 4.90 4.68 2/418 32753
/proc/meminfo: memFree=20249348/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=1063624 CPUtime=51.02 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 539301 935 1 0 5028 74 0 0 25 0 1 0 739603892 1089150976 203307 33554432000 4194304 5683644 140735341105008 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 265906 203307 1826 364 0 201830 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 1063624

[startup+102.301 s]
/proc/loadavg: 1.88 4.30 4.49 2/418 32755
/proc/meminfo: memFree=20248716/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=1063624 CPUtime=102.22 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 539302 935 1 0 10148 74 0 0 25 0 1 0 739603892 1089150976 203308 33554432000 4194304 5683644 140735341105008 18446744073709551615 47332925529632 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 265906 203308 1827 364 0 201830 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 1063624

[startup+162.301 s]
/proc/loadavg: 1.32 3.70 4.27 2/418 32756
/proc/meminfo: memFree=20248664/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=1063624 CPUtime=162.22 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 674261 935 1 0 16134 88 0 0 25 0 1 0 739603892 1089150976 203314 33554432000 4194304 5683644 140735341105008 18446744073709551615 47332955339520 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32747/statm: 265906 203314 1833 364 0 201830 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1063624

[startup+222.301 s]
/proc/loadavg: 3.50 3.76 4.24 9/442 323
/proc/meminfo: memFree=17235048/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=858180 CPUtime=196.26 cores=0-7
/proc/32747/stat : 32747 (python) S 32745 32747 32630 0 -1 4202496 679710 935 1 0 19530 96 0 0 25 0 9 0 739603892 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32747/statm: 214545 115256 1889 364 0 150442 0
[pid=302] ppid=32747 vsize=817168 CPUtime=0.08 cores=0-7
/proc/302/stat : 302 (python) S 32747 32747 32630 0 -1 4202560 798 0 0 0 4 4 0 0 18 0 1 0 739623516 836780032 113725 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750083 0 0 17 1 0 0 0
/proc/302/statm: 204292 113725 371 364 0 140198 0
[pid=304] ppid=302 vsize=167464 CPUtime=25.61 cores=0-7
/proc/304/stat : 304 (lingeling) R 302 304 304 0 -1 4202496 65115 0 0 0 2550 11 0 0 25 0 1 0 739623517 171483136 41034 33554432000 4194304 4352236 140735908607488 18446744073709551615 4207623 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/304/statm: 41866 41034 127 39 0 40946 0
[pid=305] ppid=32747 vsize=827424 CPUtime=0.08 cores=0-7
/proc/305/stat : 305 (python) S 32747 32747 32630 0 -1 4202560 808 0 0 0 3 5 0 0 18 0 1 0 739623519 847282176 113704 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750084 0 0 17 6 0 0 0
/proc/305/statm: 206856 113704 371 364 0 142759 0
[pid=307] ppid=305 vsize=167976 CPUtime=25.69 cores=0-7
/proc/307/stat : 307 (lingeling) R 305 307 307 0 -1 4202496 65270 0 0 0 2557 12 0 0 25 0 1 0 739623520 172007424 41162 33554432000 4194304 4352236 140733654726480 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/307/statm: 41994 41162 127 39 0 41074 0
[pid=308] ppid=32747 vsize=837680 CPUtime=0.07 cores=0-7
/proc/308/stat : 308 (python) S 32747 32747 32630 0 -1 4202560 825 0 0 0 3 4 0 0 15 0 1 0 739623522 857784320 113719 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 537951461347131651 0 0 17 0 0 0 0
/proc/308/statm: 209420 113719 371 364 0 145320 0
[pid=310] ppid=308 vsize=817192 CPUtime=25.88 cores=0-7
/proc/310/stat : 310 (cryptominisat-2) R 308 310 310 0 -1 4202496 174104 0 0 0 2563 25 0 0 25 0 1 0 739623523 836804608 169544 33554432000 4194304 4677096 140733977212080 18446744073709551615 4318771 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/310/statm: 204298 169544 387 118 0 199257 0
[pid=320] ppid=32747 vsize=847936 CPUtime=0.07 cores=0-7
/proc/320/stat : 320 (python) S 32747 32747 32630 0 -1 4202560 870 0 0 0 3 4 0 0 15 0 1 0 739623525 868286464 113740 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 5607053841850663170 0 0 17 0 0 0 0
/proc/320/statm: 211984 113740 377 364 0 147881 0
[pid=322] ppid=320 vsize=816184 CPUtime=25.59 cores=0-7
/proc/322/stat : 322 (cryptominisat-2) R 320 322 322 0 -1 4202496 173858 0 0 0 2532 27 0 0 25 0 1 0 739623543 835772416 169290 33554432000 4194304 4677096 140736291835088 18446744073709551615 4319704 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/322/statm: 204046 169290 387 118 0 199005 0
[pid=32758] ppid=32747 vsize=710608 CPUtime=0.08 cores=0-7
/proc/32758/stat : 32758 (python) S 32747 32747 32630 0 -1 4202560 996 0 0 0 3 5 0 0 18 0 1 0 739623505 727662592 113602 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414159 0 0 16781312 514 10016322230620750084 0 0 17 1 0 0 0
/proc/32758/statm: 177652 113602 381 364 0 113570 0
[pid=32760] ppid=32758 vsize=167908 CPUtime=26.14 cores=0-7
/proc/32760/stat : 32760 (lingeling) R 32758 32760 32760 0 -1 4202496 65316 0 0 0 2602 12 0 0 25 0 1 0 739623506 171937792 41144 33554432000 4194304 4352236 140736653345296 18446744073709551615 4208218 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/32760/statm: 41977 41144 127 39 0 41057 0
[pid=32761] ppid=32747 vsize=720864 CPUtime=0.08 cores=0-7
/proc/32761/stat : 32761 (python) S 32747 32747 32630 0 -1 4202560 921 0 0 0 3 5 0 0 18 0 1 0 739623508 738164736 113595 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750084 0 0 17 4 0 0 0
/proc/32761/statm: 180216 113595 370 364 0 116131 0
[pid=32763] ppid=32761 vsize=619804 CPUtime=26.11 cores=0-7
/proc/32763/stat : 32763 (precosat) R 32761 32763 32763 0 -1 4202496 157685 0 0 0 2589 22 0 0 25 0 1 0 739623508 634679296 153919 33554432000 4194304 4890832 140734158781456 18446744073709551615 4246738 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/32763/statm: 154951 153919 80 171 0 154778 0
[pid=32764] ppid=32747 vsize=731120 CPUtime=0.08 cores=0-7
/proc/32764/stat : 32764 (python) S 32747 32747 32630 0 -1 4202560 946 0 0 0 4 4 0 0 18 0 1 0 739623510 748666880 113599 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750082 0 0 17 1 0 0 0
/proc/32764/statm: 182780 113599 370 364 0 118692 0
[pid=32766] ppid=32764 vsize=212088 CPUtime=26.01 cores=0-7
/proc/32766/stat : 32766 (SApperloT-base) R 32764 32766 32766 0 -1 4202496 51374 0 0 0 2592 9 0 0 25 0 1 0 739623511 217178112 46911 33554432000 134512640 135674940 4292710912 18446744073709551615 134564079 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32766/statm: 53022 46911 99 284 0 52736 0
[pid=32767] ppid=32747 vsize=741376 CPUtime=0.08 cores=0-7
/proc/32767/stat : 32767 (python) S 32747 32747 32630 0 -1 4202560 951 0 0 0 4 4 0 0 15 0 1 0 739623513 759169024 113603 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 5362388581702664449 0 0 17 1 0 0 0
/proc/32767/statm: 185344 113603 370 364 0 121253 0
[pid=301] ppid=32767 vsize=820980 CPUtime=26.06 cores=0-7
/proc/301/stat : 301 (cryptominisat-2) R 32767 301 301 0 -1 4202496 175086 0 0 0 2583 23 0 0 25 0 1 0 739623514 840683520 170519 33554432000 4194304 4677096 140737045429856 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/301/statm: 205245 170519 387 118 0 200204 0
[pid=32747/tid=32759] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/32759/stat : 32759 (python) S 32745 32747 32630 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 739623505 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 6 0 0 0
[pid=32747/tid=32762] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/32762/stat : 32762 (python) S 32745 32747 32630 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 739623508 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 2 0 0 0
[pid=32747/tid=32765] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/32765/stat : 32765 (python) S 32745 32747 32630 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 9 0 739623511 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 4 0 0 0
[pid=32747/tid=300] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/300/stat : 300 (python) S 32745 32747 32630 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 9 0 739623514 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 5 0 0 0
[pid=32747/tid=303] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/303/stat : 303 (python) S 32745 32747 32630 0 -1 4202560 64 935 0 0 0 0 0 0 23 0 9 0 739623517 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 0 0 0 0

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

/proc/32764/statm: 182780 113599 370 364 0 118692 0
[pid=32766] ppid=32764 vsize=235140 CPUtime=47.54 cores=0-7
/proc/32766/stat : 32766 (SApperloT-base) R 32764 32766 32766 0 -1 4202496 57488 0 0 0 4743 11 0 0 25 0 1 0 739623511 240783360 53025 33554432000 134512640 135674940 4292710912 18446744073709551615 135113206 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32766/statm: 58785 53025 99 284 0 58499 0
[pid=32767] ppid=32747 vsize=741376 CPUtime=0.15 cores=0-7
/proc/32767/stat : 32767 (python) S 32747 32747 32630 0 -1 4202560 964 0 0 0 8 7 0 0 15 0 1 0 739623513 759169024 113603 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750081 0 0 17 1 0 0 0
/proc/32767/statm: 185344 113603 370 364 0 121253 0
[pid=301] ppid=32767 vsize=965336 CPUtime=47.67 cores=0-7
/proc/301/stat : 301 (cryptominisat-2) R 32767 301 301 0 -1 4202496 180697 0 0 0 4743 24 0 0 25 0 1 0 739623514 988504064 176130 33554432000 4194304 4677096 140737045429856 18446744073709551615 4335815 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/301/statm: 241334 176130 387 118 0 236293 0
[pid=32747/tid=32759] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/32759/stat : 32759 (python) S 32745 32747 32630 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 739623505 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 6 0 0 0
[pid=32747/tid=32762] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/32762/stat : 32762 (python) S 32745 32747 32630 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 739623508 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 2 0 0 0
[pid=32747/tid=32765] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/32765/stat : 32765 (python) S 32745 32747 32630 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 9 0 739623511 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 4 0 0 0
[pid=32747/tid=300] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/300/stat : 300 (python) S 32745 32747 32630 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 9 0 739623514 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 5 0 0 0
[pid=32747/tid=303] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/303/stat : 303 (python) S 32745 32747 32630 0 -1 4202560 64 935 0 0 0 0 0 0 23 0 9 0 739623517 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 0 0 0 0
[pid=32747/tid=306] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/306/stat : 306 (python) S 32745 32747 32630 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 739623520 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 6 0 0 0
[pid=32747/tid=309] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/309/stat : 309 (python) S 32745 32747 32630 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 739623523 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 6 0 0 0
[pid=32747/tid=321] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/321/stat : 321 (python) S 32745 32747 32630 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 739623526 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 576.54
Current children cumulated vsize (KiB) 11363192

[startup+245.502 s]
/proc/loadavg: 5.10 4.12 4.35 9/442 323
/proc/meminfo: memFree=17126396/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=858180 CPUtime=196.26 cores=0-7
/proc/32747/stat : 32747 (python) S 32745 32747 32630 0 -1 4202496 679710 935 1 0 19530 96 0 0 25 0 9 0 739603892 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32747/statm: 214545 115256 1889 364 0 150442 0
[pid=302] ppid=32747 vsize=817168 CPUtime=0.16 cores=0-7
/proc/302/stat : 302 (python) S 32747 32747 32630 0 -1 4202560 798 0 0 0 7 9 0 0 18 0 1 0 739623516 836780032 113725 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750083 0 0 17 1 0 0 0
/proc/302/statm: 204292 113725 371 364 0 140198 0
[pid=304] ppid=302 vsize=175396 CPUtime=48.45 cores=0-7
/proc/304/stat : 304 (lingeling) R 302 304 304 0 -1 4202496 67115 0 0 0 4834 11 0 0 25 0 1 0 739623517 179605504 43019 33554432000 4194304 4352236 140735908607488 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/304/statm: 43849 43019 129 39 0 42929 0
[pid=305] ppid=32747 vsize=827424 CPUtime=0.15 cores=0-7
/proc/305/stat : 305 (python) S 32747 32747 32630 0 -1 4202560 808 0 0 0 6 9 0 0 18 0 1 0 739623519 847282176 113704 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750084 0 0 17 6 0 0 0
/proc/305/statm: 206856 113704 371 364 0 142759 0
[pid=307] ppid=305 vsize=175860 CPUtime=48.58 cores=0-7
/proc/307/stat : 307 (lingeling) R 305 307 307 0 -1 4202496 67261 0 0 0 4846 12 0 0 25 0 1 0 739623520 180080640 43135 33554432000 4194304 4352236 140733654726480 18446744073709551615 4278701 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/307/statm: 43965 43135 129 39 0 43045 0
[pid=308] ppid=32747 vsize=837680 CPUtime=0.15 cores=0-7
/proc/308/stat : 308 (python) S 32747 32747 32630 0 -1 4202560 825 0 0 0 7 8 0 0 15 0 1 0 739623522 857784320 113719 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750083 0 0 17 0 0 0 0
/proc/308/statm: 209420 113719 371 364 0 145320 0
[pid=310] ppid=308 vsize=963652 CPUtime=49.01 cores=0-7
/proc/310/stat : 310 (cryptominisat-2) R 308 310 310 0 -1 4202496 178656 0 0 0 4875 26 0 0 25 0 1 0 739623523 986779648 174096 33554432000 4194304 4677096 140733977212080 18446744073709551615 4338066 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/310/statm: 240913 174096 387 118 0 235872 0
[pid=320] ppid=32747 vsize=847936 CPUtime=0.15 cores=0-7
/proc/320/stat : 320 (python) S 32747 32747 32630 0 -1 4202560 870 0 0 0 7 8 0 0 15 0 1 0 739623525 868286464 113740 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750082 0 0 17 0 0 0 0
/proc/320/statm: 211984 113740 377 364 0 147881 0
[pid=322] ppid=320 vsize=963060 CPUtime=48.65 cores=0-7
/proc/322/stat : 322 (cryptominisat-2) R 320 322 322 0 -1 4202496 178471 0 0 0 4836 29 0 0 25 0 1 0 739623543 986173440 173903 33554432000 4194304 4677096 140736291835088 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/322/statm: 240765 173903 387 118 0 235724 0
[pid=32758] ppid=32747 vsize=710608 CPUtime=0.15 cores=0-7
/proc/32758/stat : 32758 (python) S 32747 32747 32630 0 -1 4202560 1009 0 0 0 7 8 0 0 18 0 1 0 739623505 727662592 113602 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414159 0 0 16781312 514 10016322230620750084 0 0 17 1 0 0 0
/proc/32758/statm: 177652 113602 381 364 0 113570 0
[pid=32760] ppid=32758 vsize=173560 CPUtime=49.34 cores=0-7
/proc/32760/stat : 32760 (lingeling) R 32758 32760 32760 0 -1 4202496 66748 0 0 0 4922 12 0 0 25 0 1 0 739623506 177725440 42559 33554432000 4194304 4352236 140736653345296 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/32760/statm: 43390 42559 129 39 0 42470 0
[pid=32761] ppid=32747 vsize=720864 CPUtime=0.16 cores=0-7
/proc/32761/stat : 32761 (python) S 32747 32747 32630 0 -1 4202560 932 0 0 0 8 8 0 0 18 0 1 0 739623508 738164736 113595 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750084 0 0 17 4 0 0 0
/proc/32761/statm: 180216 113595 370 364 0 116131 0
[pid=32763] ppid=32761 vsize=619804 CPUtime=49.31 cores=0-7
/proc/32763/stat : 32763 (precosat) R 32761 32763 32763 0 -1 4202496 157685 0 0 0 4909 22 0 0 25 0 1 0 739623508 634679296 153919 33554432000 4194304 4890832 140734158781456 18446744073709551615 4246695 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/32763/statm: 154951 153919 80 171 0 154778 0
[pid=32764] ppid=32747 vsize=731120 CPUtime=0.15 cores=0-7
/proc/32764/stat : 32764 (python) S 32747 32747 32630 0 -1 4202560 955 0 0 0 8 7 0 0 18 0 1 0 739623510 748666880 113599 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750082 0 0 17 1 0 0 0
/proc/32764/statm: 182780 113599 370 364 0 118692 0
[pid=32766] ppid=32764 vsize=236740 CPUtime=49.14 cores=0-7
/proc/32766/stat : 32766 (SApperloT-base) R 32764 32766 32766 0 -1 4202496 57870 0 0 0 4902 12 0 0 25 0 1 0 739623511 242421760 53407 33554432000 134512640 135674940 4292710912 18446744073709551615 134552263 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32766/statm: 59185 53407 99 284 0 58899 0
[pid=32767] ppid=32747 vsize=741376 CPUtime=0.15 cores=0-7
/proc/32767/stat : 32767 (python) S 32747 32747 32630 0 -1 4202560 964 0 0 0 8 7 0 0 15 0 1 0 739623513 759169024 113603 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750081 0 0 17 1 0 0 0
/proc/32767/statm: 185344 113603 370 364 0 121253 0
[pid=301] ppid=32767 vsize=965736 CPUtime=49.26 cores=0-7
/proc/301/stat : 301 (cryptominisat-2) R 32767 301 301 0 -1 4202496 181091 0 0 0 4902 24 0 0 25 0 1 0 739623514 988913664 176524 33554432000 4194304 4677096 140737045429856 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/301/statm: 241434 176524 387 118 0 236393 0
[pid=32747/tid=32759] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/32759/stat : 32759 (python) S 32745 32747 32630 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 739623505 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 6 0 0 0
[pid=32747/tid=32762] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/32762/stat : 32762 (python) S 32745 32747 32630 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 739623508 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 2 0 0 0
[pid=32747/tid=32765] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/32765/stat : 32765 (python) S 32745 32747 32630 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 9 0 739623511 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 4 0 0 0
[pid=32747/tid=300] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/300/stat : 300 (python) S 32745 32747 32630 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 9 0 739623514 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 5 0 0 0
[pid=32747/tid=303] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/303/stat : 303 (python) S 32745 32747 32630 0 -1 4202560 64 935 0 0 0 0 0 0 23 0 9 0 739623517 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 0 0 0 0
[pid=32747/tid=306] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/306/stat : 306 (python) S 32745 32747 32630 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 739623520 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 6 0 0 0
[pid=32747/tid=309] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/309/stat : 309 (python) S 32745 32747 32630 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 739623523 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 6 0 0 0
[pid=32747/tid=321] ppid=32745 vsize=858180 CPUtime=0 cores=0-7
/proc/32747/task/321/stat : 321 (python) S 32745 32747 32630 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 739623526 878776320 115256 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 589.22
Current children cumulated vsize (KiB) 11366164

[startup+246.302 s]
/proc/loadavg: 5.10 4.12 4.35 9/442 323
/proc/meminfo: memFree=17119948/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=858180 CPUtime=296.61 cores=0-7
/proc/32747/stat : 32747 (python) S 32745 32747 32630 0 -1 4202496 679752 218719 1 0 19530 96 9981 54 17 0 9 0 739603892 878776320 115257 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917224255 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32747/statm: 214545 115257 1890 364 0 150442 0
[pid=302] ppid=32747 vsize=817168 CPUtime=0.16 cores=0-7
/proc/302/stat : 302 (python) S 32747 32747 32630 0 -1 4202560 798 0 0 0 7 9 0 0 18 0 1 0 739623516 836780032 113725 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750083 0 0 17 1 0 0 0
/proc/302/statm: 204292 113725 371 364 0 140198 0
[pid=304] ppid=302 vsize=175396 CPUtime=49.24 cores=0-7
/proc/304/stat : 304 (lingeling) R 302 304 304 0 -1 4202496 67115 0 0 0 4913 11 0 0 25 0 1 0 739623517 179605504 43019 33554432000 4194304 4352236 140735908607488 18446744073709551615 4278597 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/304/statm: 43849 43019 129 39 0 42929 0
[pid=305] ppid=32747 vsize=827424 CPUtime=0.15 cores=0-7
/proc/305/stat : 305 (python) S 32747 32747 32630 0 -1 4202560 826 0 0 0 6 9 0 0 18 0 1 0 739623519 847282176 113709 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917224255 0 0 16781824 2 18446744071562232103 0 0 17 6 0 0 0
/proc/305/statm: 206856 113709 376 364 0 142759 0
[pid=307] ppid=305 vsize=0 CPUtime=49.37 cores=0-7
/proc/307/stat : 307 (lingeling) R 305 307 307 0 -1 4203524 67753 0 0 0 4924 13 0 0 25 0 1 0 739623520 0 0 33554432000 0 0 0 0 0 0 0 16781312 17506 18446744073709551615 0 0 17 4 0 0 0
/proc/307/statm: 0 0 0 0 0 0 0
[pid=308] ppid=32747 vsize=0 CPUtime=49.93 cores=0-7
/proc/308/stat : 308 (python) Z 32747 32747 32630 0 -1 4202588 1100 178802 0 0 8 10 4947 28 15 0 1 0 739623522 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/308/statm: 0 0 0 0 0 0 0
[pid=320] ppid=32747 vsize=847936 CPUtime=0.15 cores=0-7
/proc/320/stat : 320 (python) S 32747 32747 32630 0 -1 4202560 870 0 0 0 7 8 0 0 15 0 1 0 739623525 868286464 113740 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750082 0 0 17 0 0 0 0
/proc/320/statm: 211984 113740 377 364 0 147881 0
[pid=322] ppid=320 vsize=963312 CPUtime=49.43 cores=0-7
/proc/322/stat : 322 (cryptominisat-2) R 320 322 322 0 -1 4202496 178660 0 0 0 4914 29 0 0 25 0 1 0 739623543 986431488 174092 33554432000 4194304 4677096 140736291835088 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/322/statm: 240828 174092 387 118 0 235787 0
[pid=32758] ppid=32747 vsize=710608 CPUtime=0.15 cores=0-7
/proc/32758/stat : 32758 (python) S 32747 32747 32630 0 -1 4202560 1009 0 0 0 7 8 0 0 18 0 1 0 739623505 727662592 113602 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414159 0 0 16781312 514 10016322230620750084 0 0 17 1 0 0 0
/proc/32758/statm: 177652 113602 381 364 0 113570 0
[pid=32760] ppid=32758 vsize=173560 CPUtime=50.14 cores=0-7
/proc/32760/stat : 32760 (lingeling) R 32758 32760 32760 0 -1 4202496 66748 0 0 0 5002 12 0 0 25 0 1 0 739623506 177725440 42559 33554432000 4194304 4352236 140736653345296 18446744073709551615 4278683 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/32760/statm: 43390 42559 129 39 0 42470 0
[pid=32767] ppid=32747 vsize=741376 CPUtime=0.17 cores=0-7
/proc/32767/stat : 32767 (python) S 32747 32747 32630 0 -1 4202560 966 0 0 0 8 9 0 0 15 0 1 0 739623513 759169024 113603 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905414214 0 0 16781312 514 10016322230620750081 0 0 17 1 0 0 0
/proc/32767/statm: 185344 113603 370 364 0 121253 0
[pid=301] ppid=32767 vsize=966264 CPUtime=50.06 cores=0-7
/proc/301/stat : 301 (cryptominisat-2) R 32767 301 301 0 -1 4202496 181338 0 0 0 4982 24 0 0 25 0 1 0 739623514 989454336 176771 33554432000 4194304 4677096 140737045429856 18446744073709551615 4336237 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/301/statm: 241566 176771 387 118 0 236525 0
[pid=32747/tid=32759] ppid=32745 vsize=858180 CPUtime=100.35 cores=0-7
/proc/32747/task/32759/stat : 32759 (python) S 32745 32747 32630 0 -1 4202560 25 218719 0 0 0 0 9981 54 25 0 9 0 739623505 878776320 115257 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 6 0 0 0
[pid=32747/tid=32762] ppid=32745 vsize=858180 CPUtime=100.35 cores=0-7
/proc/32747/task/32762/stat : 32762 (python) S 32745 32747 32630 0 -1 4202560 20 218719 0 0 0 0 9981 54 20 0 9 0 739623508 878776320 115257 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 2 0 0 0
[pid=32747/tid=32765] ppid=32745 vsize=858180 CPUtime=100.35 cores=0-7
/proc/32747/task/32765/stat : 32765 (python) S 32745 32747 32630 0 -1 4202560 24 218719 0 0 0 0 9981 54 21 0 9 0 739623511 878776320 115257 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 4 0 0 0
[pid=32747/tid=300] ppid=32745 vsize=858180 CPUtime=100.35 cores=0-7
/proc/32747/task/300/stat : 300 (python) S 32745 32747 32630 0 -1 4202560 26 218719 0 0 0 0 9981 54 22 0 9 0 739623514 878776320 115257 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 5 0 0 0
[pid=32747/tid=303] ppid=32745 vsize=858180 CPUtime=100.35 cores=0-7
/proc/32747/task/303/stat : 303 (python) S 32745 32747 32630 0 -1 4202560 64 218719 0 0 0 0 9981 54 23 0 9 0 739623517 878776320 115257 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 0 0 0 0
[pid=32747/tid=306] ppid=32745 vsize=858180 CPUtime=100.35 cores=0-7
/proc/32747/task/306/stat : 306 (python) S 32745 32747 32630 0 -1 4202560 33 218719 0 0 0 0 9981 54 25 0 9 0 739623520 878776320 115257 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 6 0 0 0
[pid=32747/tid=309] ppid=32745 vsize=858180 CPUtime=100.35 cores=0-7
/proc/32747/task/309/stat : 309 (python) S 32745 32747 32630 0 -1 4202560 34 218719 0 0 0 0 9981 54 25 0 9 0 739623523 878776320 115257 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 6 0 0 0
[pid=32747/tid=321] ppid=32745 vsize=858180 CPUtime=100.35 cores=0-7
/proc/32747/task/321/stat : 321 (python) S 32745 32747 32630 0 -1 4202560 34 218719 0 0 0 0 9981 54 25 0 9 0 739623526 878776320 115257 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 2 18446604452613650368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 595.56
Current children cumulated vsize (KiB) 7081224

[startup+246.501 s]
/proc/loadavg: 5.10 4.12 4.35 9/442 323
/proc/meminfo: memFree=17119948/32950928 swapFree=65730872/67111528
[pid=32747] ppid=32745 vsize=817100 CPUtime=595.99 cores=0-7
/proc/32747/stat : 32747 (python) R 32745 32747 32630 0 -1 4202496 750521 964941 1 0 19535 101 39723 240 16 0 2 0 739603892 836710400 115203 33554432000 4194304 5683644 140735341105008 18446744073709551615 260905049527 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32747/statm: 204275 115203 1874 364 0 140198 0
[pid=32747/tid=309] ppid=32745 vsize=817100 CPUtime=399.63 cores=0-7
/proc/32747/task/309/stat : 309 (python) S 32745 32747 32630 0 -1 4202560 35 964941 0 0 0 0 39723 240 18 0 2 0 739623523 836710400 115203 33554432000 4194304 5683644 140735341105008 18446744073709551615 260917217713 0 0 16781312 0 18446604452613650368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 595.99
Current children cumulated vsize (KiB) 817100

Child status: 0
Real time (s): 246.577
CPU time (s): 596.094
CPU user time (s): 592.621
CPU system time (s): 3.47347
CPU usage (%): 241.747
Max. virtual memory (cumulated for all children) (KiB): 11369472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 592.621
system time used= 3.47347
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1751278
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= 1726
involuntary context switches= 2532

runsolver used 0.98585 second user time and 2.15067 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 23:08:52
IDJOB=3380836
IDBENCH=82430
IDSOLVER=1864
FILE ID=node116/3380836-1305493729
RUNJOBID= node116-1305493714-32644
PBS_JOBID= 13325428
Free space on /tmp= 73048 MiB

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

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=257134685

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.75
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.826
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.826
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.77
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.826
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.826
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.75
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21053228 kB
Buffers:        150248 kB
Cached:        1466368 kB
SwapCached:      12348 kB
Active:       10680872 kB
Inactive:       973172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21053228 kB
SwapTotal:    67111528 kB
SwapFree:     65730872 kB
Dirty:          125268 kB
Writeback:           0 kB
AnonPages:    10036192 kB
Mapped:          19644 kB
Slab:           120012 kB
PageTables:      52676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 113397052 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= 73016 MiB
End job on node116 at 2011-05-15 23:12:59