Trace number 3380838

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 2577.63 352.317

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark218.303
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

Solver Data

0.38/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.66	c INFO: solving HOME/instance-3380838-1305493750.cnf
0.38/0.66	c INFO: computing task features
2.45/2.79	c INFO: computed variable-clause graph statistics
2.55/2.88	c INFO: computed clause balance statistics
12.87/13.12	c INFO: computed variable balance statistics
21.16/21.40	c INFO: computed small-clause counts
21.26/21.51	c INFO: computed Horn-clause counts
32.96/33.28	c INFO: computed variable graph statistics
32.96/33.28	c INFO: collected features for HOME/instance-3380838-1305493750.cnf in 32.53 s
33.05/33.30	c INFO: running SApperloT@0 for 97 with 4967 remaining (b = 0.07)
33.05/33.33	c INFO: running lingeling-276@0 for 97 with 4967 remaining (b = 0.15)
33.05/33.36	c INFO: running cryptominisat-2.9.0@0 for 582 with 4967 remaining (b = 0.18)
33.05/33.39	c INFO: running lingeling-276@0 for 485 with 4967 remaining (b = 0.15)
33.15/33.42	c INFO: running lingeling-276@0 for 1261 with 4967 remaining (b = 0.27)
33.15/33.45	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4967 remaining (b = 0.34)
33.15/33.48	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4967 remaining (b = 0.28)
33.25/33.51	c INFO: running lingeling-276@0 for 1261 with 4967 remaining (b = 0.21)
833.18/133.60	c INFO: running precosat-570@0 for 388 with 4867 remaining (b = 0.07)
833.18/133.64	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4867 remaining (b = 0.26)
2577.27/352.26	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-3380838-1305493750/watcher-3380838-1305493750 -o /tmp/evaluation-result-3380838-1305493750/solver-3380838-1305493750 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380838-1305493750.cnf -seed 109464001 -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: 3.83 2.38 3.36 1/345 29798
/proc/meminfo: memFree=13474996/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=15772 CPUtime=0 cores=0-7
/proc/29798/stat : 29798 (python) R 29796 29798 29772 0 -1 4202496 870 0 0 0 0 0 0 0 20 0 1 0 660973830 16150528 754 33554432000 4194304 5683644 140735160926704 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29798/statm: 3943 754 343 364 0 430 0

[startup+0.026614 s]
/proc/loadavg: 3.83 2.38 3.36 1/345 29798
/proc/meminfo: memFree=13474996/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=16396 CPUtime=0.01 cores=0-7
/proc/29798/stat : 29798 (python) R 29796 29798 29772 0 -1 4202496 1114 0 0 0 1 0 0 0 20 0 1 0 660973830 16789504 984 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594923104 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29798/statm: 4099 984 408 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100677 s]
/proc/loadavg: 3.83 2.38 3.36 1/345 29798
/proc/meminfo: memFree=13474996/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=89764 CPUtime=0.06 cores=0-7
/proc/29798/stat : 29798 (python) S 29796 29798 29772 0 -1 4202496 2670 0 0 0 5 1 0 0 17 0 1 0 660973830 91918336 2387 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/29798/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89764

[startup+0.300642 s]
/proc/loadavg: 3.83 2.38 3.36 1/345 29798
/proc/meminfo: memFree=13474996/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=135744 CPUtime=0.19 cores=0-7
/proc/29798/stat : 29798 (python) R 29796 29798 29772 0 -1 4202496 5963 932 1 0 15 4 0 0 18 0 1 0 660973830 139001856 4149 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594862597 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29798/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135744

[startup+0.700497 s]
/proc/loadavg: 3.83 2.38 3.36 1/345 29798
/proc/meminfo: memFree=13474996/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=292376 CPUtime=0.45 cores=0-7
/proc/29798/stat : 29798 (python) R 29796 29798 29772 0 -1 4202496 12732 932 1 0 34 11 0 0 17 0 1 0 660973830 299393024 10412 33554432000 4194304 5683644 140735160926704 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29798/statm: 73094 10412 1761 364 0 9018 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 292376

[startup+1.50035 s]
/proc/loadavg: 3.83 2.38 3.36 2/346 29803
/proc/meminfo: memFree=13419932/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=347504 CPUtime=1.26 cores=0-7
/proc/29798/stat : 29798 (python) R 29796 29798 29772 0 -1 4202496 26373 932 1 0 113 13 0 0 18 0 1 0 660973830 355844096 24053 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594527429 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29798/statm: 86876 24053 1761 364 0 22800 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 347504

[startup+3.10007 s]
/proc/loadavg: 3.60 2.36 3.34 2/346 29803
/proc/meminfo: memFree=13348136/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=416856 CPUtime=2.86 cores=0-7
/proc/29798/stat : 29798 (python) R 29796 29798 29772 0 -1 4202496 68145 932 1 0 267 19 0 0 21 0 1 0 660973830 426860544 41599 33554432000 4194304 5683644 140735160926704 18446744073709551615 47583274973597 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29798/statm: 104214 41599 1826 364 0 40138 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 416856

[startup+6.30059 s]
/proc/loadavg: 3.60 2.36 3.34 2/346 29803
/proc/meminfo: memFree=13315292/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=416856 CPUtime=6.06 cores=0-7
/proc/29798/stat : 29798 (python) R 29796 29798 29772 0 -1 4202496 68145 932 1 0 587 19 0 0 25 0 1 0 660973830 426860544 41599 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594524863 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29798/statm: 104214 41599 1826 364 0 40138 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 416856

[startup+12.7004 s]
/proc/loadavg: 3.20 2.31 3.32 2/346 29804
/proc/meminfo: memFree=13316092/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=416856 CPUtime=12.46 cores=0-7
/proc/29798/stat : 29798 (python) R 29796 29798 29772 0 -1 4202496 68145 932 1 0 1227 19 0 0 25 0 1 0 660973830 426860544 41599 33554432000 4194304 5683644 140735160926704 18446744073709551615 5102852 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29798/statm: 104214 41599 1826 364 0 40138 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 416856

[startup+25.5001 s]
/proc/loadavg: 2.86 2.27 3.29 2/346 29804
/proc/meminfo: memFree=13312024/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=422980 CPUtime=25.26 cores=0-7
/proc/29798/stat : 29798 (python) R 29796 29798 29772 0 -1 4202496 69683 932 1 0 2507 19 0 0 25 0 1 0 660973830 433131520 43137 33554432000 4194304 5683644 140735160926704 18446744073709551615 47583274600588 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29798/statm: 105745 43137 1833 364 0 41669 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 422980

[startup+51.1016 s]
/proc/loadavg: 3.78 2.51 3.34 9/370 29828
/proc/meminfo: memFree=12314776/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=493628 CPUtime=33.26 cores=0-7
/proc/29798/stat : 29798 (python) S 29796 29798 29772 0 -1 4202496 75488 932 1 0 3302 24 0 0 25 0 9 0 660973830 505475072 40372 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29798/statm: 123407 40372 1889 364 0 59304 0
[pid=29805] ppid=29798 vsize=411592 CPUtime=0.05 cores=0-7
/proc/29805/stat : 29805 (python) S 29798 29798 29772 0 -1 4202560 990 0 0 0 2 3 0 0 18 0 1 0 660977161 421470208 38832 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886671 0 0 16781312 514 15358558958914601218 0 0 17 1 0 0 0
/proc/29805/statm: 102898 38832 381 364 0 38816 0
[pid=29807] ppid=29805 vsize=57328 CPUtime=17.77 cores=0-7
/proc/29807/stat : 29807 (SApperloT-base) R 29805 29807 29807 0 -1 4202496 13677 0 0 0 1773 4 0 0 25 0 1 0 660977162 58703872 13298 33554432000 134512640 135674940 4294033072 18446744073709551615 134564608 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29807/statm: 14332 13298 99 284 0 14046 0
[pid=29808] ppid=29798 vsize=421848 CPUtime=0.04 cores=0-7
/proc/29808/stat : 29808 (python) S 29798 29798 29772 0 -1 4202560 910 0 0 0 2 2 0 0 18 0 1 0 660977164 431972352 38825 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601220 0 0 17 6 0 0 0
/proc/29808/statm: 105462 38825 370 364 0 41377 0
[pid=29810] ppid=29808 vsize=31832 CPUtime=17.74 cores=0-7
/proc/29810/stat : 29810 (lingeling) R 29808 29810 29810 0 -1 4202496 12522 0 0 0 1771 3 0 0 25 0 1 0 660977165 32595968 7127 33554432000 4194304 4352236 140734254899136 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29810/statm: 7958 7127 129 39 0 7038 0
[pid=29811] ppid=29798 vsize=432104 CPUtime=0.04 cores=0-7
/proc/29811/stat : 29811 (python) S 29798 29798 29772 0 -1 4202560 913 0 0 0 2 2 0 0 15 0 1 0 660977167 442474496 38829 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 10701911715299164417 0 0 17 0 0 0 0
/proc/29811/statm: 108026 38829 370 364 0 43938 0
[pid=29813] ppid=29811 vsize=318476 CPUtime=17.48 cores=0-7
/proc/29813/stat : 29813 (cryptominisat-2) R 29811 29813 29813 0 -1 4202496 71403 0 0 0 1734 14 0 0 25 0 1 0 660977168 326119424 66792 33554432000 4194304 4677096 140735906802560 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/29813/statm: 79619 66792 388 118 0 74578 0
[pid=29814] ppid=29798 vsize=442360 CPUtime=0.04 cores=0-7
/proc/29814/stat : 29814 (python) S 29798 29798 29772 0 -1 4202560 946 0 0 0 2 2 0 0 18 0 1 0 660977170 452976640 38833 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601220 0 0 17 6 0 0 0
/proc/29814/statm: 110590 38833 370 364 0 46499 0
[pid=29816] ppid=29814 vsize=43520 CPUtime=17.64 cores=0-7
/proc/29816/stat : 29816 (lingeling) R 29814 29816 29816 0 -1 4202496 15415 0 0 0 1761 3 0 0 25 0 1 0 660977171 44564480 10050 33554432000 4194304 4352236 140734673082368 18446744073709551615 4278618 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29816/statm: 10880 10050 129 39 0 9960 0
[pid=29817] ppid=29798 vsize=452616 CPUtime=0.04 cores=0-7
/proc/29817/stat : 29817 (python) S 29798 29798 29772 0 -1 4202560 951 0 0 0 2 2 0 0 18 0 1 0 660977173 463478784 38837 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601217 0 0 17 2 0 0 0
/proc/29817/statm: 113154 38837 370 364 0 49060 0
[pid=29819] ppid=29817 vsize=32052 CPUtime=17.6 cores=0-7
/proc/29819/stat : 29819 (lingeling) R 29817 29819 29819 0 -1 4202496 12546 0 0 0 1758 2 0 0 25 0 1 0 660977174 32821248 7183 33554432000 4194304 4352236 140735784433296 18446744073709551615 4261670 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29819/statm: 8013 7183 129 39 0 7093 0
[pid=29820] ppid=29798 vsize=462872 CPUtime=0.04 cores=0-7
/proc/29820/stat : 29820 (python) S 29798 29798 29772 0 -1 4202560 957 0 0 0 2 2 0 0 15 0 1 0 660977176 473980928 38841 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15440045968967303428 0 0 17 4 0 0 0
/proc/29820/statm: 115718 38841 370 364 0 51621 0
[pid=29822] ppid=29820 vsize=318456 CPUtime=17.53 cores=0-7
/proc/29822/stat : 29822 (cryptominisat-2) R 29820 29822 29822 0 -1 4202496 71524 0 0 0 1742 11 0 0 25 0 1 0 660977177 326098944 66786 33554432000 4194304 4677096 140734635502528 18446744073709551615 4317762 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29822/statm: 79614 66786 388 118 0 74573 0
[pid=29823] ppid=29798 vsize=473128 CPUtime=0.04 cores=0-7
/proc/29823/stat : 29823 (python) S 29798 29798 29772 0 -1 4202560 952 0 0 0 1 3 0 0 15 0 1 0 660977179 484483072 38845 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 17637846567589216514 0 0 17 2 0 0 0
/proc/29823/statm: 118282 38845 370 364 0 54182 0
[pid=29825] ppid=29823 vsize=318456 CPUtime=17.38 cores=0-7
/proc/29825/stat : 29825 (cryptominisat-2) R 29823 29825 29825 0 -1 4202496 71560 0 0 0 1726 12 0 0 25 0 1 0 660977180 326098944 66142 33554432000 4194304 4677096 140735152737952 18446744073709551615 4358608 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29825/statm: 79614 66142 388 118 0 74573 0
[pid=29826] ppid=29798 vsize=483384 CPUtime=0.04 cores=0-7
/proc/29826/stat : 29826 (python) S 29798 29798 29772 0 -1 4202560 997 0 0 0 2 2 0 0 18 0 1 0 660977182 494985216 38855 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601220 0 0 17 2 0 0 0
/proc/29826/statm: 120846 38855 376 364 0 56743 0
[pid=29828] ppid=29826 vsize=36452 CPUtime=17.52 cores=0-7
/proc/29828/stat : 29828 (lingeling) R 29826 29828 29828 0 -1 4202496 14149 0 0 0 1749 3 0 0 25 0 1 0 660977183 37326848 7772 33554432000 4194304 4352236 140737005411168 18446744073709551615 4234291 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29828/statm: 9113 7772 129 39 0 8193 0
[pid=29798/tid=29806] ppid=29796 vsize=493628 CPUtime=0 cores=0-7
/proc/29798/task/29806/stat : 29806 (python) S 29796 29798 29772 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 660977162 505475072 40372 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29809] ppid=29796 vsize=493628 CPUtime=0 cores=0-7
/proc/29798/task/29809/stat : 29809 (python) S 29796 29798 29772 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 9 0 660977165 505475072 40372 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29812] ppid=29796 vsize=493628 CPUtime=0 cores=0-7
/proc/29798/task/29812/stat : 29812 (python) S 29796 29798 29772 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 660977168 505475072 40372 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 2 0 0 0
[pid=29798/tid=29815] ppid=29796 vsize=493628 CPUtime=0 cores=0-7
/proc/29798/task/29815/stat : 29815 (python) S 29796 29798 29772 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 660977171 505475072 40372 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29818] ppid=29796 vsize=493628 CPUtime=0 cores=0-7
/proc/29798/task/29818/stat : 29818 (python) S 29796 29798 29772 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 9 0 660977174 505475072 40372 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29821] ppid=29796 vsize=493628 CPUtime=0 cores=0-7
/proc/29798/task/29821/stat : 29821 (python) S 29796 29798 29772 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 9 0 660977177 505475072 40372 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29824] ppid=29796 vsize=493628 CPUtime=0 cores=0-7
/proc/29798/task/29824/stat : 29824 (python) S 29796 29798 29772 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 660977180 505475072 40372 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 2 0 0 0
[pid=29798/tid=29827] ppid=29796 vsize=493628 CPUtime=0 cores=0-7
/proc/29798/task/29827/stat : 29827 (python) S 29796 29798 29772 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 9 0 660977183 505475072 40372 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 174.25
Current children cumulated vsize (KiB) 5230104

[startup+102.314 s]
/proc/loadavg: 6.38 3.45 3.61 9/370 29830
/proc/meminfo: memFree=12062772/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=493628 CPUtime=33.26 cores=0-7
/proc/29798/stat : 29798 (python) S 29796 29798 29772 0 -1 4202496 75488 932 1 0 3302 24 0 0 25 0 9 0 660973830 505475072 40372 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29798/statm: 123407 40372 1889 364 0 59304 0
[pid=29805] ppid=29798 vsize=411592 CPUtime=0.17 cores=0-7
/proc/29805/stat : 29805 (python) S 29798 29798 29772 0 -1 4202560 1012 0 0 0 8 9 0 0 18 0 1 0 660977161 421470208 38832 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886671 0 0 16781312 514 15358558958914601218 0 0 17 1 0 0 0
/proc/29805/statm: 102898 38832 381 364 0 38816 0
[pid=29807] ppid=29805 vsize=125392 CPUtime=68.99 cores=0-7
/proc/29807/stat : 29807 (SApperloT-base) R 29805 29807 29807 0 -1 4202496 30716 0 0 0 6887 12 0 0 25 0 1 0 660977162 128401408 30208 33554432000 134512640 135674940 4294033072 18446744073709551615 134564241 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29807/statm: 31348 30208 100 284 0 31062 0
[pid=29808] ppid=29798 vsize=421848 CPUtime=0.17 cores=0-7
/proc/29808/stat : 29808 (python) S 29798 29798 29772 0 -1 4202560 929 0 0 0 9 8 0 0 18 0 1 0 660977164 431972352 38825 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601220 0 0 17 6 0 0 0
/proc/29808/statm: 105462 38825 370 364 0 41377 0
[pid=29810] ppid=29808 vsize=44532 CPUtime=68.96 cores=0-7
/proc/29810/stat : 29810 (lingeling) R 29808 29810 29810 0 -1 4202496 15795 0 0 0 6892 4 0 0 25 0 1 0 660977165 45600768 10302 33554432000 4194304 4352236 140734254899136 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29810/statm: 11133 10302 129 39 0 10213 0

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

/proc/29814/statm: 110590 38833 370 364 0 46499 0
[pid=29816] ppid=29814 vsize=51940 CPUtime=316.75 cores=0-7
/proc/29816/stat : 29816 (lingeling) R 29814 29816 29816 0 -1 4202496 17859 0 0 0 31669 6 0 0 25 0 1 0 660977171 53186560 12155 33554432000 4194304 4352236 140734673082368 18446744073709551615 4276518 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29816/statm: 12985 12155 129 39 0 12065 0
[pid=29817] ppid=29798 vsize=452616 CPUtime=0.84 cores=0-7
/proc/29817/stat : 29817 (python) S 29798 29798 29772 0 -1 4202560 1011 0 0 0 43 41 0 0 18 0 1 0 660977173 463478784 38837 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601217 0 0 17 2 0 0 0
/proc/29817/statm: 113154 38837 370 364 0 49060 0
[pid=29819] ppid=29817 vsize=52344 CPUtime=316.8 cores=0-7
/proc/29819/stat : 29819 (lingeling) R 29817 29819 29819 0 -1 4202496 17962 0 0 0 31677 3 0 0 25 0 1 0 660977174 53600256 12256 33554432000 4194304 4352236 140735784433296 18446744073709551615 4276518 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/29819/statm: 13086 12256 129 39 0 12166 0
[pid=29820] ppid=29798 vsize=462872 CPUtime=0.93 cores=0-7
/proc/29820/stat : 29820 (python) S 29798 29798 29772 0 -1 4202560 1023 0 0 0 48 45 0 0 15 0 1 0 660977176 473980928 38841 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601220 0 0 17 4 0 0 0
/proc/29820/statm: 115718 38841 370 364 0 51621 0
[pid=29822] ppid=29820 vsize=400640 CPUtime=315.84 cores=0-7
/proc/29822/stat : 29822 (cryptominisat-2) R 29820 29822 29822 0 -1 4202496 125499 0 0 0 31555 29 0 0 25 0 1 0 660977177 410255360 87535 33554432000 4194304 4677096 140734635502528 18446744073709551615 4358587 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29822/statm: 100160 87535 391 118 0 95119 0
[pid=29823] ppid=29798 vsize=473128 CPUtime=0.93 cores=0-7
/proc/29823/stat : 29823 (python) S 29798 29798 29772 0 -1 4202560 1018 0 0 0 47 46 0 0 15 0 1 0 660977179 484483072 38845 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601218 0 0 17 2 0 0 0
/proc/29823/statm: 118282 38845 370 364 0 54182 0
[pid=29825] ppid=29823 vsize=400764 CPUtime=314.91 cores=0-7
/proc/29825/stat : 29825 (cryptominisat-2) R 29823 29825 29825 0 -1 4202496 123527 0 0 0 31460 31 0 0 25 0 1 0 660977180 410382336 87450 33554432000 4194304 4677096 140735152737952 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29825/statm: 100191 87450 391 118 0 95150 0
[pid=29826] ppid=29798 vsize=483384 CPUtime=0.85 cores=0-7
/proc/29826/stat : 29826 (python) S 29798 29798 29772 0 -1 4202560 1057 0 0 0 43 42 0 0 18 0 1 0 660977182 494985216 38855 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601220 0 0 17 2 0 0 0
/proc/29826/statm: 120846 38855 376 364 0 56743 0
[pid=29828] ppid=29826 vsize=52244 CPUtime=317.24 cores=0-7
/proc/29828/stat : 29828 (lingeling) R 29826 29828 29828 0 -1 4202496 18868 0 0 0 31721 3 0 0 25 0 1 0 660977183 53497856 12231 33554432000 4194304 4352236 140737005411168 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29828/statm: 13061 12231 129 39 0 12141 0
[pid=29834] ppid=29798 vsize=493640 CPUtime=0.6 cores=0-7
/proc/29834/stat : 29834 (python) S 29798 29798 29772 0 -1 4202560 1016 0 0 0 33 27 0 0 18 0 1 0 660987191 505487360 38853 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601217 0 0 17 5 0 0 0
/proc/29834/statm: 123410 38853 370 364 0 59304 0
[pid=29836] ppid=29834 vsize=112192 CPUtime=216.85 cores=0-7
/proc/29836/stat : 29836 (precosat) R 29834 29836 29836 0 -1 4202496 28976 0 0 0 21681 4 0 0 25 0 1 0 660987193 114884608 27146 33554432000 4194304 4890832 140734350028928 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/29836/statm: 28048 27146 86 171 0 27875 0
[pid=29837] ppid=29798 vsize=503896 CPUtime=0.65 cores=0-7
/proc/29837/stat : 29837 (python) S 29798 29798 29772 0 -1 4202560 1018 0 0 0 34 31 0 0 15 0 1 0 660987195 515989504 38857 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 10427711107517874435 0 0 17 3 0 0 0
/proc/29837/statm: 125974 38857 370 364 0 61865 0
[pid=29839] ppid=29837 vsize=410192 CPUtime=217.37 cores=0-7
/proc/29839/stat : 29839 (cryptominisat-2) R 29837 29839 29839 0 -1 4202496 99341 0 0 0 21713 24 0 0 25 0 1 0 660987196 420036608 90509 33554432000 4194304 4677096 140735147650368 18446744073709551615 4334228 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29839/statm: 102548 90509 392 118 0 97507 0
[pid=29798/tid=29806] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29806/stat : 29806 (python) S 29796 29798 29772 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 11 0 660977162 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29809] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29809/stat : 29809 (python) S 29796 29798 29772 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 11 0 660977165 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29812] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29812/stat : 29812 (python) S 29796 29798 29772 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 11 0 660977168 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 2 0 0 0
[pid=29798/tid=29815] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29815/stat : 29815 (python) S 29796 29798 29772 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 11 0 660977171 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29818] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29818/stat : 29818 (python) S 29796 29798 29772 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 11 0 660977174 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29821] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29821/stat : 29821 (python) S 29796 29798 29772 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 11 0 660977177 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29824] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29824/stat : 29824 (python) S 29796 29798 29772 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 11 0 660977180 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 2 0 0 0
[pid=29798/tid=29827] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29827/stat : 29827 (python) S 29796 29798 29772 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 11 0 660977183 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29835] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29835/stat : 29835 (python) S 29796 29798 29772 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 11 0 660987192 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 5 0 0 0
[pid=29798/tid=29838] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29838/stat : 29838 (python) S 29796 29798 29772 0 -1 4202560 26 932 0 0 0 0 0 0 21 0 11 0 660987196 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2568.52
Current children cumulated vsize (KiB) 7226636

[startup+351.902 s]
/proc/loadavg: 8.10 6.08 4.66 9/378 29844
/proc/meminfo: memFree=11441564/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=514140 CPUtime=33.34 cores=0-7
/proc/29798/stat : 29798 (python) S 29796 29798 29772 0 -1 4202496 77180 932 1 0 3308 26 0 0 21 0 11 0 660973830 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29798/statm: 128535 40385 1894 364 0 64426 0
[pid=29805] ppid=29798 vsize=421836 CPUtime=0.27 cores=0-7
/proc/29805/stat : 29805 (python) S 29798 29798 29772 0 -1 4202560 1178 0 0 0 12 15 0 0 19 0 2 0 660977161 431960064 38870 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29805/statm: 105459 38870 414 364 0 41377 0
[pid=29807] ppid=29805 vsize=125816 CPUtime=100.25 cores=0-7
/proc/29807/stat : 29807 (SApperloT-base) T 29805 29807 29807 0 -1 4202496 30786 0 0 0 10013 12 0 0 25 0 1 0 660977162 128835584 30278 33554432000 134512640 135674940 4294033072 18446744073709551615 134565290 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/29807/statm: 31454 30278 100 284 0 31168 0
[pid=29805/tid=29832] ppid=29798 vsize=421836 CPUtime=0 cores=0-7
/proc/29805/task/29832/stat : 29832 (python) S 29798 29798 29772 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 660987189 431960064 38870 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 514 18446604453906918208 0 0 -1 1 0 0 0
[pid=29808] ppid=29798 vsize=487384 CPUtime=0.27 cores=0-7
/proc/29808/stat : 29808 (python) S 29798 29798 29772 0 -1 4202560 1096 0 0 0 14 13 0 0 19 0 2 0 660977164 499081216 38857 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29808/statm: 121846 38857 399 364 0 57761 0
[pid=29810] ppid=29808 vsize=45080 CPUtime=100.25 cores=0-7
/proc/29810/stat : 29810 (lingeling) T 29808 29810 29810 0 -1 4202496 16003 0 0 0 10021 4 0 0 25 0 1 0 660977165 46161920 10439 33554432000 4194304 4352236 140734254899136 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/29810/statm: 11270 10439 129 39 0 10350 0
[pid=29808/tid=29833] ppid=29798 vsize=487384 CPUtime=0 cores=0-7
/proc/29808/task/29833/stat : 29833 (python) S 29798 29798 29772 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 660987191 499081216 38857 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 514 18446604453983266688 0 0 -1 5 0 0 0
[pid=29811] ppid=29798 vsize=432104 CPUtime=0.93 cores=0-7
/proc/29811/stat : 29811 (python) S 29798 29798 29772 0 -1 4202560 987 0 0 0 48 45 0 0 15 0 1 0 660977167 442474496 38829 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 10701911715299164417 0 0 17 0 0 0 0
/proc/29811/statm: 108026 38829 370 364 0 43938 0
[pid=29813] ppid=29811 vsize=408064 CPUtime=312.59 cores=0-7
/proc/29813/stat : 29813 (cryptominisat-2) R 29811 29813 29813 0 -1 4202496 122603 0 0 0 31218 41 0 0 25 0 1 0 660977168 417857536 89430 33554432000 4194304 4677096 140735906802560 18446744073709551615 4358608 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/29813/statm: 102016 89430 391 118 0 96975 0
[pid=29814] ppid=29798 vsize=442360 CPUtime=0.85 cores=0-7
/proc/29814/stat : 29814 (python) S 29798 29798 29772 0 -1 4202560 1009 0 0 0 44 41 0 0 18 0 1 0 660977170 452976640 38833 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601220 0 0 17 6 0 0 0
/proc/29814/statm: 110590 38833 370 364 0 46499 0
[pid=29816] ppid=29814 vsize=51940 CPUtime=317.57 cores=0-7
/proc/29816/stat : 29816 (lingeling) R 29814 29816 29816 0 -1 4202496 17859 0 0 0 31751 6 0 0 25 0 1 0 660977171 53186560 12155 33554432000 4194304 4352236 140734673082368 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29816/statm: 12985 12155 129 39 0 12065 0
[pid=29817] ppid=29798 vsize=452616 CPUtime=0.84 cores=0-7
/proc/29817/stat : 29817 (python) S 29798 29798 29772 0 -1 4202560 1011 0 0 0 43 41 0 0 18 0 1 0 660977173 463478784 38837 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601217 0 0 17 2 0 0 0
/proc/29817/statm: 113154 38837 370 364 0 49060 0
[pid=29819] ppid=29817 vsize=52344 CPUtime=317.61 cores=0-7
/proc/29819/stat : 29819 (lingeling) R 29817 29819 29819 0 -1 4202496 17962 0 0 0 31758 3 0 0 25 0 1 0 660977174 53600256 12256 33554432000 4194304 4352236 140735784433296 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/29819/statm: 13086 12256 129 39 0 12166 0
[pid=29820] ppid=29798 vsize=462872 CPUtime=0.93 cores=0-7
/proc/29820/stat : 29820 (python) S 29798 29798 29772 0 -1 4202560 1023 0 0 0 48 45 0 0 15 0 1 0 660977176 473980928 38841 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601220 0 0 17 4 0 0 0
/proc/29820/statm: 115718 38841 370 364 0 51621 0
[pid=29822] ppid=29820 vsize=400640 CPUtime=316.65 cores=0-7
/proc/29822/stat : 29822 (cryptominisat-2) R 29820 29822 29822 0 -1 4202496 125606 0 0 0 31636 29 0 0 25 0 1 0 660977177 410255360 87642 33554432000 4194304 4677096 140734635502528 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29822/statm: 100160 87642 391 118 0 95119 0
[pid=29823] ppid=29798 vsize=473128 CPUtime=0.93 cores=0-7
/proc/29823/stat : 29823 (python) S 29798 29798 29772 0 -1 4202560 1018 0 0 0 47 46 0 0 15 0 1 0 660977179 484483072 38845 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601218 0 0 17 2 0 0 0
/proc/29823/statm: 118282 38845 370 364 0 54182 0
[pid=29825] ppid=29823 vsize=400764 CPUtime=315.72 cores=0-7
/proc/29825/stat : 29825 (cryptominisat-2) R 29823 29825 29825 0 -1 4202496 123609 0 0 0 31541 31 0 0 25 0 1 0 660977180 410382336 87532 33554432000 4194304 4677096 140735152737952 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29825/statm: 100191 87532 391 118 0 95150 0
[pid=29826] ppid=29798 vsize=483384 CPUtime=0.85 cores=0-7
/proc/29826/stat : 29826 (python) S 29798 29798 29772 0 -1 4202560 1057 0 0 0 43 42 0 0 18 0 1 0 660977182 494985216 38855 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601220 0 0 17 2 0 0 0
/proc/29826/statm: 120846 38855 376 364 0 56743 0
[pid=29828] ppid=29826 vsize=52244 CPUtime=318.05 cores=0-7
/proc/29828/stat : 29828 (lingeling) R 29826 29828 29828 0 -1 4202496 18868 0 0 0 31802 3 0 0 25 0 1 0 660977183 53497856 12231 33554432000 4194304 4352236 140737005411168 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29828/statm: 13061 12231 129 39 0 12141 0
[pid=29834] ppid=29798 vsize=493640 CPUtime=0.6 cores=0-7
/proc/29834/stat : 29834 (python) S 29798 29798 29772 0 -1 4202560 1016 0 0 0 33 27 0 0 18 0 1 0 660987191 505487360 38853 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 15358558958914601217 0 0 17 5 0 0 0
/proc/29834/statm: 123410 38853 370 364 0 59304 0
[pid=29836] ppid=29834 vsize=112192 CPUtime=217.66 cores=0-7
/proc/29836/stat : 29836 (precosat) R 29834 29836 29836 0 -1 4202496 28976 0 0 0 21762 4 0 0 25 0 1 0 660987193 114884608 27146 33554432000 4194304 4890832 140734350028928 18446744073709551615 4449552 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/29836/statm: 28048 27146 86 171 0 27875 0
[pid=29837] ppid=29798 vsize=503896 CPUtime=0.65 cores=0-7
/proc/29837/stat : 29837 (python) S 29798 29798 29772 0 -1 4202560 1018 0 0 0 34 31 0 0 15 0 1 0 660987195 515989504 38857 33554432000 4194304 5683644 140735160926704 18446744073709551615 235594886726 0 0 16781312 514 10427711107517874435 0 0 17 3 0 0 0
/proc/29837/statm: 125974 38857 370 364 0 61865 0
[pid=29839] ppid=29837 vsize=410192 CPUtime=218.18 cores=0-7
/proc/29839/stat : 29839 (cryptominisat-2) R 29837 29839 29839 0 -1 4202496 99341 0 0 0 21794 24 0 0 25 0 1 0 660987196 420036608 90509 33554432000 4194304 4677096 140735147650368 18446744073709551615 4319403 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29839/statm: 102548 90509 392 118 0 97507 0
[pid=29798/tid=29806] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29806/stat : 29806 (python) S 29796 29798 29772 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 11 0 660977162 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29809] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29809/stat : 29809 (python) S 29796 29798 29772 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 11 0 660977165 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29812] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29812/stat : 29812 (python) S 29796 29798 29772 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 11 0 660977168 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 2 0 0 0
[pid=29798/tid=29815] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29815/stat : 29815 (python) S 29796 29798 29772 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 11 0 660977171 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29818] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29818/stat : 29818 (python) S 29796 29798 29772 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 11 0 660977174 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29821] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29821/stat : 29821 (python) S 29796 29798 29772 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 11 0 660977177 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29824] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29824/stat : 29824 (python) S 29796 29798 29772 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 11 0 660977180 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 2 0 0 0
[pid=29798/tid=29827] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29827/stat : 29827 (python) S 29796 29798 29772 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 11 0 660977183 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29835] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29835/stat : 29835 (python) S 29796 29798 29772 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 11 0 660987192 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 5 0 0 0
[pid=29798/tid=29838] ppid=29796 vsize=514140 CPUtime=0 cores=0-7
/proc/29798/task/29838/stat : 29838 (python) S 29796 29798 29772 0 -1 4202560 26 932 0 0 0 0 0 0 21 0 11 0 660987196 526479360 40385 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2574.99
Current children cumulated vsize (KiB) 7226636

[startup+352.302 s]
/proc/loadavg: 8.10 6.08 4.66 9/378 29844
/proc/meminfo: memFree=11441564/32950928 swapFree=54713408/67111528
[pid=29798] ppid=29796 vsize=473032 CPUtime=2577.59 cores=0-7
/proc/29798/stat : 29798 (python) R 29796 29798 29772 0 -1 4202496 95574 613695 1 0 3310 27 253898 524 16 0 4 0 660973830 484384768 40349 33554432000 4194304 5683644 140735160926704 18446744073709551615 5258795 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29798/statm: 118258 40349 1874 364 0 54182 0
[pid=29798/tid=29812] ppid=29796 vsize=473032 CPUtime=2544.22 cores=0-7
/proc/29798/task/29812/stat : 29812 (python) S 29796 29798 29772 0 -1 4202560 29 613695 0 0 0 0 253898 524 17 0 4 0 660977168 484384768 40349 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 0 18446604453908043904 0 0 -1 2 0 0 0
[pid=29798/tid=29815] ppid=29796 vsize=473032 CPUtime=2544.22 cores=0-7
/proc/29798/task/29815/stat : 29815 (python) S 29796 29798 29772 0 -1 4202560 25 613695 0 0 0 0 253898 524 18 0 4 0 660977171 484384768 40349 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 0 18446604453908043904 0 0 -1 4 0 0 0
[pid=29798/tid=29824] ppid=29796 vsize=473032 CPUtime=2544.22 cores=0-7
/proc/29798/task/29824/stat : 29824 (python) S 29796 29798 29772 0 -1 4202560 30 613695 0 0 0 0 253898 524 17 0 4 0 660977180 484384768 40349 33554432000 4194304 5683644 140735160926704 18446744073709551615 235606690225 0 0 16781312 0 18446604453908043904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2577.59
Current children cumulated vsize (KiB) 473032

Child status: 0
Real time (s): 352.317
CPU time (s): 2577.63
CPU user time (s): 2572.1
CPU system time (s): 5.52616
CPU usage (%): 731.622
Max. virtual memory (cumulated for all children) (KiB): 7308264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2572.1
system time used= 5.52616
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 710201
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= 6738
involuntary context switches= 15650

runsolver used 1.87871 second user time and 4.41033 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 23:09:10
IDJOB=3380838
IDBENCH=82431
IDSOLVER=1864
FILE ID=node120/3380838-1305493750
RUNJOBID= node120-1305493750-29786
PBS_JOBID= 13325429
Free space on /tmp= 73620 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380838-1305493750/watcher-3380838-1305493750 -o /tmp/evaluation-result-3380838-1305493750/solver-3380838-1305493750 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380838-1305493750.cnf -seed 109464001 -budget 40000 -cores 8

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=109464001

node120.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.809
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.61
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.809
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.07
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.809
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.82
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.809
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.809
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.78
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.809
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.809
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.809
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:      13475276 kB
Buffers:         66976 kB
Cached:        1037016 kB
SwapCached:      31808 kB
Active:        6497880 kB
Inactive:     12765092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13475276 kB
SwapTotal:    67111528 kB
SwapFree:     54713408 kB
Dirty:           44256 kB
Writeback:           0 kB
AnonPages:    18132848 kB
Mapped:          19572 kB
Slab:            65344 kB
PageTables:      77608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 66188396 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= 73588 MiB
End job on node120 at 2011-05-15 23:15:03