Trace number 3321631

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 562.309 246.775

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.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.47	c INFO: solving HOME/instance-3321631-1304348472.cnf
0.31/0.47	c INFO: computing task features
16.40/16.59	c INFO: computed variable-clause graph statistics
17.11/17.22	c INFO: computed clause balance statistics
80.91/81.08	c INFO: computed variable balance statistics
135.51/135.63	c INFO: computed small-clause counts
137.01/137.11	c INFO: computed Horn-clause counts
201.00/201.18	c INFO: computed variable graph statistics
201.00/201.19	c INFO: collected features for HOME/instance-3321631-1304348472.cnf in 199.96 s
201.11/201.23	c INFO: running lingeling-276@0 for 97 with 39799 remaining (b = 0.72)
201.11/201.27	c INFO: running precosat-570@0 for 97 with 39799 remaining (b = 0.44)
201.29/201.31	c INFO: running SApperloT@0 for 97 with 39799 remaining (b = 0.09)
201.29/201.34	c INFO: running cryptominisat-2.9.0@0 for 485 with 39799 remaining (b = 0.39)
201.29/201.38	c INFO: running lingeling-276@0 for 97 with 39799 remaining (b = 0.16)
201.57/201.43	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39799 remaining (b = 0.50)
201.57/201.47	c INFO: running lingeling-276@0 for 485 with 39799 remaining (b = 0.19)
201.84/201.51	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39798 remaining (b = 0.40)
561.79/246.59	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321631-1304348472/watcher-3321631-1304348472 -o /tmp/evaluation-result-3321631-1304348472/solver-3321631-1304348472 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321631-1304348472.cnf -seed 1272609191 -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: 6.45 7.45 7.77 1/198 26750
/proc/meminfo: memFree=25450860/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=15388 CPUtime=0 cores=0-7
/proc/26750/stat : 26750 (python) R 26748 26750 26594 0 -1 4202496 813 0 0 0 0 0 0 0 20 0 1 0 625078223 15757312 698 33554432000 4194304 5683644 140733804731328 18446744073709551615 4567033 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26750/statm: 3847 701 334 364 0 334 0

[startup+0.069132 s]
/proc/loadavg: 6.45 7.45 7.77 1/198 26750
/proc/meminfo: memFree=25450860/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=54540 CPUtime=0.04 cores=0-7
/proc/26750/stat : 26750 (python) R 26748 26750 26594 0 -1 4202496 2030 0 0 0 3 1 0 0 20 0 1 0 625078223 55848960 1788 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26750/statm: 13635 1791 491 364 0 1285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54540

[startup+0.101145 s]
/proc/loadavg: 6.45 7.45 7.77 1/198 26750
/proc/meminfo: memFree=25450860/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=104228 CPUtime=0.07 cores=0-7
/proc/26750/stat : 26750 (python) S 26748 26750 26594 0 -1 4202496 3066 0 0 0 5 2 0 0 17 0 1 0 625078223 106729472 2747 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/26750/statm: 26058 2750 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.301086 s]
/proc/loadavg: 6.45 7.45 7.77 1/198 26750
/proc/meminfo: memFree=25450860/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=170756 CPUtime=0.23 cores=0-7
/proc/26750/stat : 26750 (python) S 26748 26750 26594 0 -1 4202496 6736 934 1 0 17 6 0 0 17 0 1 0 625078223 174854144 4806 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/26750/statm: 42689 4806 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.701012 s]
/proc/loadavg: 6.45 7.45 7.77 1/198 26750
/proc/meminfo: memFree=25450860/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=383820 CPUtime=0.6 cores=0-7
/proc/26750/stat : 26750 (python) R 26748 26750 26594 0 -1 4202496 35560 934 1 0 47 13 0 0 17 0 1 0 625078223 393031680 33239 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26750/statm: 95955 33242 1761 364 0 31879 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 383820

[startup+1.50086 s]
/proc/loadavg: 6.45 7.45 7.77 2/199 26755
/proc/meminfo: memFree=25304532/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=433220 CPUtime=1.41 cores=0-7
/proc/26750/stat : 26750 (python) R 26748 26750 26594 0 -1 4202496 47545 934 1 0 126 15 0 0 19 0 1 0 625078223 443617280 45224 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26750/statm: 108305 45224 1761 364 0 44229 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 433220

[startup+3.10056 s]
/proc/loadavg: 6.45 7.45 7.77 2/199 26755
/proc/meminfo: memFree=25304532/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=540332 CPUtime=3 cores=0-7
/proc/26750/stat : 26750 (python) R 26748 26750 26594 0 -1 4202496 73802 934 1 0 283 17 0 0 22 0 1 0 625078223 553299968 71481 33554432000 4194304 5683644 140733804731328 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26750/statm: 135083 71482 1761 364 0 71007 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 540332

[startup+6.30096 s]
/proc/loadavg: 6.01 7.34 7.73 2/199 26756
/proc/meminfo: memFree=25009080/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=769488 CPUtime=6.2 cores=0-7
/proc/26750/stat : 26750 (python) R 26748 26750 26594 0 -1 4202496 128652 934 1 0 595 25 0 0 25 0 1 0 625078223 787955712 126331 33554432000 4194304 5683644 140733804731328 18446744073709551615 4418308 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26750/statm: 192372 126332 1761 364 0 128296 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 769488

[startup+12.7008 s]
/proc/loadavg: 5.61 7.24 7.69 2/199 26756
/proc/meminfo: memFree=24597972/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=1171220 CPUtime=12.6 cores=0-7
/proc/26750/stat : 26750 (python) R 26748 26750 26594 0 -1 4202496 225812 934 1 0 1224 36 0 0 25 0 1 0 625078223 1199329280 223491 33554432000 4194304 5683644 140733804731328 18446744073709551615 4303087 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26750/statm: 292805 223491 1761 364 0 228729 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1171220

[startup+25.5004 s]
/proc/loadavg: 4.59 6.93 7.59 2/199 26756
/proc/meminfo: memFree=24648416/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=1063628 CPUtime=25.4 cores=0-7
/proc/26750/stat : 26750 (python) R 26748 26750 26594 0 -1 4202496 539303 934 1 0 2469 71 0 0 25 0 1 0 625078223 1089155072 203307 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895149272 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26750/statm: 265907 203307 1826 364 0 201831 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 1063628

[startup+51.1006 s]
/proc/loadavg: 3.36 6.45 7.41 2/199 26757
/proc/meminfo: memFree=24648120/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=1063628 CPUtime=51.01 cores=0-7
/proc/26750/stat : 26750 (python) R 26748 26750 26594 0 -1 4202496 539303 934 1 0 5030 71 0 0 25 0 1 0 625078223 1089155072 203307 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895139244 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26750/statm: 265907 203307 1826 364 0 201831 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 1063628

[startup+102.301 s]
/proc/loadavg: 2.02 5.61 7.07 2/199 26758
/proc/meminfo: memFree=24648288/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=1063628 CPUtime=102.21 cores=0-7
/proc/26750/stat : 26750 (python) R 26748 26750 26594 0 -1 4202496 539304 934 1 0 10150 71 0 0 25 0 1 0 625078223 1089155072 203308 33554432000 4194304 5683644 140733804731328 18446744073709551615 4562986 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26750/statm: 265907 203308 1827 364 0 201831 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 1063628

[startup+162.301 s]
/proc/loadavg: 1.37 4.77 6.69 2/199 26760
/proc/meminfo: memFree=24648484/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=1063628 CPUtime=162.2 cores=0-7
/proc/26750/stat : 26750 (python) R 26748 26750 26594 0 -1 4202496 674263 934 1 0 16136 84 0 0 25 0 1 0 625078223 1089155072 203314 33554432000 4194304 5683644 140733804731328 18446744073709551615 47629737674880 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26750/statm: 265907 203314 1833 364 0 201831 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1063628

[startup+222.308 s]
/proc/loadavg: 3.12 4.53 6.48 9/223 26785
/proc/meminfo: memFree=21677676/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=792648 CPUtime=201.43 cores=0-7
/proc/26750/stat : 26750 (python) S 26748 26750 26594 0 -1 4202496 680249 934 1 0 20047 96 0 0 20 0 9 0 625078223 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26750/statm: 198162 115142 1889 364 0 134059 0
[pid=26762] ppid=26750 vsize=710612 CPUtime=0.03 cores=0-7
/proc/26762/stat : 26762 (python) S 26750 26750 26594 0 -1 4202560 929 0 0 0 1 2 0 0 18 0 1 0 625098346 727666688 113597 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510543 0 0 16781312 514 12001758755407495428 0 0 17 1 0 0 0
/proc/26762/statm: 177653 113597 376 364 0 113571 0
[pid=26764] ppid=26762 vsize=167852 CPUtime=21.03 cores=0-7
/proc/26764/stat : 26764 (lingeling) R 26762 26764 26764 0 -1 4202496 65235 0 0 0 2091 12 0 0 25 0 1 0 625098347 171880448 41130 33554432000 4194304 4352236 140736348577952 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26764/statm: 41963 41130 127 39 0 41043 0
[pid=26765] ppid=26750 vsize=720868 CPUtime=0.03 cores=0-7
/proc/26765/stat : 26765 (python) S 26750 26750 26594 0 -1 4202560 913 0 0 0 1 2 0 0 18 0 1 0 625098350 738168832 113595 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495427 0 0 17 4 0 0 0
/proc/26765/statm: 180217 113595 370 364 0 116132 0
[pid=26767] ppid=26765 vsize=619852 CPUtime=21 cores=0-7
/proc/26767/stat : 26767 (precosat) R 26765 26767 26767 0 -1 4202496 157695 0 0 0 2072 28 0 0 25 0 1 0 625098351 634728448 153929 33554432000 4194304 4890832 140735342984016 18446744073709551615 4246695 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/26767/statm: 154963 153929 80 171 0 154790 0
[pid=26768] ppid=26750 vsize=731124 CPUtime=0.03 cores=0-7
/proc/26768/stat : 26768 (python) S 26750 26750 26594 0 -1 4202560 912 0 0 0 1 2 0 0 18 0 1 0 625098354 748670976 113599 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495428 0 0 17 4 0 0 0
/proc/26768/statm: 182781 113599 370 364 0 118693 0
[pid=26770] ppid=26768 vsize=200808 CPUtime=20.92 cores=0-7
/proc/26770/stat : 26770 (SApperloT-base) R 26768 26770 26770 0 -1 4202496 45272 0 0 0 2079 13 0 0 25 0 1 0 625098355 205627392 44648 33554432000 134512640 135674940 4291739472 18446744073709551615 134551944 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26770/statm: 50202 44648 99 284 0 49916 0
[pid=26771] ppid=26750 vsize=741380 CPUtime=0.03 cores=0-7
/proc/26771/stat : 26771 (python) S 26750 26750 26594 0 -1 4202560 958 0 0 0 1 2 0 0 15 0 1 0 625098358 759173120 113603 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495428 0 0 17 2 0 0 0
/proc/26771/statm: 185345 113603 370 364 0 121254 0
[pid=26773] ppid=26771 vsize=810860 CPUtime=20.87 cores=0-7
/proc/26773/stat : 26773 (cryptominisat-2) R 26771 26773 26773 0 -1 4202496 172532 0 0 0 2063 24 0 0 25 0 1 0 625098359 830320640 167964 33554432000 4194304 4677096 140733745097344 18446744073709551615 4450921 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26773/statm: 202715 167964 378 118 0 197674 0
[pid=26774] ppid=26750 vsize=751636 CPUtime=0.03 cores=0-7
/proc/26774/stat : 26774 (python) S 26750 26750 26594 0 -1 4202560 950 0 0 0 1 2 0 0 18 0 1 0 625098362 769675264 113607 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495428 0 0 17 1 0 0 0
/proc/26774/statm: 187909 113607 370 364 0 123815 0
[pid=26776] ppid=26774 vsize=167984 CPUtime=20.73 cores=0-7
/proc/26776/stat : 26776 (lingeling) R 26774 26776 26776 0 -1 4202496 65349 0 0 0 2060 13 0 0 25 0 1 0 625098363 172015616 41165 33554432000 4194304 4352236 140734908636624 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26776/statm: 41996 41165 127 39 0 41076 0
[pid=26777] ppid=26750 vsize=761892 CPUtime=0.03 cores=0-7
/proc/26777/stat : 26777 (python) S 26750 26750 26594 0 -1 4202560 942 0 0 0 1 2 0 0 15 0 1 0 625098366 780177408 113611 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 4318050447408464132 0 0 17 6 0 0 0
/proc/26777/statm: 190473 113611 370 364 0 126376 0
[pid=26779] ppid=26777 vsize=789888 CPUtime=20.81 cores=0-7
/proc/26779/stat : 26779 (cryptominisat-2) R 26777 26779 26779 0 -1 4202496 167262 0 0 0 2054 27 0 0 25 0 1 0 625098367 808845312 162690 33554432000 4194304 4677096 140736586927712 18446744073709551615 4454520 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26779/statm: 197472 162690 378 118 0 192431 0
[pid=26780] ppid=26750 vsize=772148 CPUtime=0.03 cores=0-7
/proc/26780/stat : 26780 (python) S 26750 26750 26594 0 -1 4202560 959 0 0 0 1 2 0 0 18 0 1 0 625098370 790679552 113615 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495425 0 0 17 1 0 0 0
/proc/26780/statm: 193037 113615 370 364 0 128937 0
[pid=26782] ppid=26780 vsize=167552 CPUtime=20.77 cores=0-7
/proc/26782/stat : 26782 (lingeling) R 26780 26782 26782 0 -1 4202496 65160 0 0 0 2065 12 0 0 25 0 1 0 625098373 171573248 41056 33554432000 4194304 4352236 140737040767296 18446744073709551615 4267552 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26782/statm: 41888 41056 127 39 0 40968 0
[pid=26783] ppid=26750 vsize=782404 CPUtime=0.03 cores=0-7
/proc/26783/stat : 26783 (python) S 26750 26750 26594 0 -1 4202560 1022 0 0 0 1 2 0 0 15 0 1 0 625098374 801181696 113625 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 5633875594786603265 0 0 17 1 0 0 0
/proc/26783/statm: 195601 113625 376 364 0 131498 0
[pid=26785] ppid=26783 vsize=814420 CPUtime=20.63 cores=0-7
/proc/26785/stat : 26785 (cryptominisat-2) R 26783 26785 26785 0 -1 4202496 173398 0 0 0 2040 23 0 0 25 0 1 0 625098376 833966080 168823 33554432000 4194304 4677096 140734839039504 18446744073709551615 4564110 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26785/statm: 203605 168823 379 118 0 198564 0
[pid=26750/tid=26763] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26763/stat : 26763 (python) S 26748 26750 26594 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 625098347 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26750/tid=26766] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26766/stat : 26766 (python) S 26748 26750 26594 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 625098351 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 0 0 0 0
[pid=26750/tid=26769] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26769/stat : 26769 (python) S 26748 26750 26594 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 625098355 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26750/tid=26772] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26772/stat : 26772 (python) S 26748 26750 26594 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 625098359 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26750/tid=26775] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26775/stat : 26775 (python) S 26748 26750 26594 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 9 0 625098363 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0

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

/proc/26750/task/26766/stat : 26766 (python) S 26748 26750 26594 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 625098351 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 0 0 0 0
[pid=26750/tid=26769] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26769/stat : 26769 (python) S 26748 26750 26594 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 625098355 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26750/tid=26772] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26772/stat : 26772 (python) S 26748 26750 26594 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 625098359 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26750/tid=26775] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26775/stat : 26775 (python) S 26748 26750 26594 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 9 0 625098363 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26750/tid=26778] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26778/stat : 26778 (python) S 26748 26750 26594 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 9 0 625098367 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 6 0 0 0
[pid=26750/tid=26781] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26781/stat : 26781 (python) S 26748 26750 26594 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 625098371 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26750/tid=26784] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26784/stat : 26784 (python) S 26748 26750 26594 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 625098376 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 544.33
Current children cumulated vsize (KiB) 11030372

[startup+245.901 s]
/proc/loadavg: 4.79 4.81 6.52 10/223 26786
/proc/meminfo: memFree=22231684/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=792648 CPUtime=201.43 cores=0-7
/proc/26750/stat : 26750 (python) S 26748 26750 26594 0 -1 4202496 680249 934 1 0 20047 96 0 0 20 0 9 0 625078223 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26750/statm: 198162 115142 1889 364 0 134059 0
[pid=26762] ppid=26750 vsize=710612 CPUtime=0.07 cores=0-7
/proc/26762/stat : 26762 (python) S 26750 26750 26594 0 -1 4202560 941 0 0 0 3 4 0 0 18 0 1 0 625098346 727666688 113597 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510543 0 0 16781312 514 12001758755407495428 0 0 17 4 0 0 0
/proc/26762/statm: 177653 113597 376 364 0 113571 0
[pid=26764] ppid=26762 vsize=173500 CPUtime=44.64 cores=0-7
/proc/26764/stat : 26764 (lingeling) R 26762 26764 26764 0 -1 4202496 66667 0 0 0 4451 13 0 0 25 0 1 0 625098347 177664000 42544 33554432000 4194304 4352236 140736348577952 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26764/statm: 43375 42544 129 39 0 42455 0
[pid=26765] ppid=26750 vsize=720868 CPUtime=0.06 cores=0-7
/proc/26765/stat : 26765 (python) S 26750 26750 26594 0 -1 4202560 925 0 0 0 2 4 0 0 18 0 1 0 625098350 738168832 113595 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495427 0 0 17 4 0 0 0
/proc/26765/statm: 180217 113595 370 364 0 116132 0
[pid=26767] ppid=26765 vsize=619852 CPUtime=44.6 cores=0-7
/proc/26767/stat : 26767 (precosat) R 26765 26767 26767 0 -1 4202496 157695 0 0 0 4432 28 0 0 25 0 1 0 625098351 634728448 153929 33554432000 4194304 4890832 140735342984016 18446744073709551615 4246683 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/26767/statm: 154963 153929 80 171 0 154790 0
[pid=26768] ppid=26750 vsize=731124 CPUtime=0.07 cores=0-7
/proc/26768/stat : 26768 (python) S 26750 26750 26594 0 -1 4202560 924 0 0 0 4 3 0 0 18 0 1 0 625098354 748670976 113599 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495428 0 0 17 4 0 0 0
/proc/26768/statm: 182781 113599 370 364 0 118693 0
[pid=26770] ppid=26768 vsize=240252 CPUtime=44.49 cores=0-7
/proc/26770/stat : 26770 (SApperloT-base) R 26768 26770 26770 0 -1 4202496 56410 0 0 0 4433 16 0 0 25 0 1 0 625098355 246018048 53991 33554432000 134512640 135674940 4291739472 18446744073709551615 134551574 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26770/statm: 60063 53991 99 284 0 59777 0
[pid=26771] ppid=26750 vsize=741380 CPUtime=0.06 cores=0-7
/proc/26771/stat : 26771 (python) S 26750 26750 26594 0 -1 4202560 965 0 0 0 3 3 0 0 15 0 1 0 625098358 759173120 113603 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 15033987528736604420 0 0 17 2 0 0 0
/proc/26771/statm: 185345 113603 370 364 0 121254 0
[pid=26773] ppid=26771 vsize=962328 CPUtime=44.4 cores=0-7
/proc/26773/stat : 26773 (cryptominisat-2) R 26771 26773 26773 0 -1 4202496 177639 0 0 0 4415 25 0 0 25 0 1 0 625098359 985423872 173071 33554432000 4194304 4677096 140733745097344 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26773/statm: 240582 173071 387 118 0 235541 0
[pid=26774] ppid=26750 vsize=751636 CPUtime=0.08 cores=0-7
/proc/26774/stat : 26774 (python) S 26750 26750 26594 0 -1 4202560 962 0 0 0 4 4 0 0 18 0 1 0 625098362 769675264 113607 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495428 0 0 17 7 0 0 0
/proc/26774/statm: 187909 113607 370 364 0 123815 0
[pid=26776] ppid=26774 vsize=175916 CPUtime=44.16 cores=0-7
/proc/26776/stat : 26776 (lingeling) R 26774 26776 26776 0 -1 4202496 67344 0 0 0 4402 14 0 0 25 0 1 0 625098363 180137984 43150 33554432000 4194304 4352236 140734908636624 18446744073709551615 4242885 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26776/statm: 43979 43150 129 39 0 43059 0
[pid=26777] ppid=26750 vsize=761892 CPUtime=0.06 cores=0-7
/proc/26777/stat : 26777 (python) S 26750 26750 26594 0 -1 4202560 951 0 0 0 3 3 0 0 15 0 1 0 625098366 780177408 113611 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495428 0 0 17 6 0 0 0
/proc/26777/statm: 190473 113611 370 364 0 126376 0
[pid=26779] ppid=26777 vsize=960812 CPUtime=44.37 cores=0-7
/proc/26779/stat : 26779 (cryptominisat-2) R 26777 26779 26779 0 -1 4202496 178531 0 0 0 4408 29 0 0 25 0 1 0 625098367 983871488 173959 33554432000 4194304 4677096 140736586927712 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26779/statm: 240203 173959 387 118 0 235162 0
[pid=26780] ppid=26750 vsize=772148 CPUtime=0.06 cores=0-7
/proc/26780/stat : 26780 (python) S 26750 26750 26594 0 -1 4202560 966 0 0 0 2 4 0 0 18 0 1 0 625098370 790679552 113615 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495425 0 0 17 4 0 0 0
/proc/26780/statm: 193037 113615 370 364 0 128937 0
[pid=26782] ppid=26780 vsize=173456 CPUtime=44.36 cores=0-7
/proc/26782/stat : 26782 (lingeling) R 26780 26782 26782 0 -1 4202496 66656 0 0 0 4424 12 0 0 25 0 1 0 625098373 177618944 42534 33554432000 4194304 4352236 140737040767296 18446744073709551615 4207744 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26782/statm: 43364 42534 129 39 0 42444 0
[pid=26783] ppid=26750 vsize=782404 CPUtime=1.2 cores=0-7
/proc/26783/stat : 26783 (python) R 26750 26750 26594 0 -1 4202560 1032 0 0 0 93 27 0 0 17 0 1 0 625098374 801181696 113625 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/26783/statm: 195601 113625 376 364 0 131498 0
[pid=26785] ppid=26783 vsize=0 CPUtime=42.96 cores=0-7
/proc/26785/stat : 26785 (cryptominisat-2) R 26783 26785 26785 0 -1 4202500 178665 0 0 0 4268 28 0 0 25 0 1 0 625098376 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26785/statm: 0 0 0 0 0 0 0
[pid=26750/tid=26763] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26763/stat : 26763 (python) S 26748 26750 26594 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 625098347 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26750/tid=26766] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26766/stat : 26766 (python) S 26748 26750 26594 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 625098351 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 0 0 0 0
[pid=26750/tid=26769] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26769/stat : 26769 (python) S 26748 26750 26594 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 625098355 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26750/tid=26772] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26772/stat : 26772 (python) S 26748 26750 26594 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 625098359 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26750/tid=26775] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26775/stat : 26775 (python) S 26748 26750 26594 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 9 0 625098363 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26750/tid=26778] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26778/stat : 26778 (python) S 26748 26750 26594 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 9 0 625098367 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 6 0 0 0
[pid=26750/tid=26781] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26781/stat : 26781 (python) S 26748 26750 26594 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 625098371 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26750/tid=26784] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26784/stat : 26784 (python) S 26748 26750 26594 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 625098376 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 557.07
Current children cumulated vsize (KiB) 10070828

[startup+246.301 s]
/proc/loadavg: 4.79 4.81 6.52 10/223 26786
/proc/meminfo: memFree=22231684/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=792648 CPUtime=201.43 cores=0-7
/proc/26750/stat : 26750 (python) S 26748 26750 26594 0 -1 4202496 680249 934 1 0 20047 96 0 0 20 0 9 0 625078223 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26750/statm: 198162 115142 1889 364 0 134059 0
[pid=26762] ppid=26750 vsize=710612 CPUtime=0.07 cores=0-7
/proc/26762/stat : 26762 (python) S 26750 26750 26594 0 -1 4202560 941 0 0 0 3 4 0 0 18 0 1 0 625098346 727666688 113597 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510543 0 0 16781312 514 12001758755407495428 0 0 17 4 0 0 0
/proc/26762/statm: 177653 113597 376 364 0 113571 0
[pid=26764] ppid=26762 vsize=173500 CPUtime=45.04 cores=0-7
/proc/26764/stat : 26764 (lingeling) R 26762 26764 26764 0 -1 4202496 66667 0 0 0 4491 13 0 0 25 0 1 0 625098347 177664000 42544 33554432000 4194304 4352236 140736348577952 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26764/statm: 43375 42544 129 39 0 42455 0
[pid=26765] ppid=26750 vsize=720868 CPUtime=0.06 cores=0-7
/proc/26765/stat : 26765 (python) S 26750 26750 26594 0 -1 4202560 925 0 0 0 2 4 0 0 18 0 1 0 625098350 738168832 113595 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495427 0 0 17 4 0 0 0
/proc/26765/statm: 180217 113595 370 364 0 116132 0
[pid=26767] ppid=26765 vsize=619852 CPUtime=45 cores=0-7
/proc/26767/stat : 26767 (precosat) R 26765 26767 26767 0 -1 4202496 157695 0 0 0 4472 28 0 0 25 0 1 0 625098351 634728448 153929 33554432000 4194304 4890832 140735342984016 18446744073709551615 4246695 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/26767/statm: 154963 153929 80 171 0 154790 0
[pid=26768] ppid=26750 vsize=731124 CPUtime=0.07 cores=0-7
/proc/26768/stat : 26768 (python) S 26750 26750 26594 0 -1 4202560 924 0 0 0 4 3 0 0 18 0 1 0 625098354 748670976 113599 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495428 0 0 17 4 0 0 0
/proc/26768/statm: 182781 113599 370 364 0 118693 0
[pid=26770] ppid=26768 vsize=240836 CPUtime=44.88 cores=0-7
/proc/26770/stat : 26770 (SApperloT-base) R 26768 26770 26770 0 -1 4202496 56536 0 0 0 4472 16 0 0 25 0 1 0 625098355 246616064 54117 33554432000 134512640 135674940 4291739472 18446744073709551615 134551297 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26770/statm: 60209 54117 99 284 0 59923 0
[pid=26771] ppid=26750 vsize=741380 CPUtime=0.08 cores=0-7
/proc/26771/stat : 26771 (python) S 26750 26750 26594 0 -1 4202560 968 0 0 0 4 4 0 0 15 0 1 0 625098358 759173120 113603 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495428 0 0 17 2 0 0 0
/proc/26771/statm: 185345 113603 370 364 0 121254 0
[pid=26773] ppid=26771 vsize=962520 CPUtime=44.8 cores=0-7
/proc/26773/stat : 26773 (cryptominisat-2) R 26771 26773 26773 0 -1 4202496 177723 0 0 0 4455 25 0 0 25 0 1 0 625098359 985620480 173155 33554432000 4194304 4677096 140733745097344 18446744073709551615 231895187138 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26773/statm: 240630 173155 387 118 0 235589 0
[pid=26774] ppid=26750 vsize=751636 CPUtime=0.08 cores=0-7
/proc/26774/stat : 26774 (python) S 26750 26750 26594 0 -1 4202560 962 0 0 0 4 4 0 0 18 0 1 0 625098362 769675264 113607 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495428 0 0 17 7 0 0 0
/proc/26774/statm: 187909 113607 370 364 0 123815 0
[pid=26776] ppid=26774 vsize=175900 CPUtime=44.56 cores=0-7
/proc/26776/stat : 26776 (lingeling) R 26774 26776 26776 0 -1 4202496 67344 0 0 0 4442 14 0 0 25 0 1 0 625098363 180121600 43146 33554432000 4194304 4352236 140734908636624 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26776/statm: 43975 43146 129 39 0 43055 0
[pid=26777] ppid=26750 vsize=761892 CPUtime=0.08 cores=0-7
/proc/26777/stat : 26777 (python) S 26750 26750 26594 0 -1 4202560 952 0 0 0 4 4 0 0 15 0 1 0 625098366 780177408 113611 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495428 0 0 17 6 0 0 0
/proc/26777/statm: 190473 113611 370 364 0 126376 0
[pid=26779] ppid=26777 vsize=960812 CPUtime=44.76 cores=0-7
/proc/26779/stat : 26779 (cryptominisat-2) R 26777 26779 26779 0 -1 4202496 178596 0 0 0 4447 29 0 0 25 0 1 0 625098367 983871488 174024 33554432000 4194304 4677096 140736586927712 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26779/statm: 240203 174024 387 118 0 235162 0
[pid=26780] ppid=26750 vsize=772148 CPUtime=0.06 cores=0-7
/proc/26780/stat : 26780 (python) S 26750 26750 26594 0 -1 4202560 966 0 0 0 2 4 0 0 18 0 1 0 625098370 790679552 113615 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 12001758755407495425 0 0 17 4 0 0 0
/proc/26780/statm: 193037 113615 370 364 0 128937 0
[pid=26782] ppid=26780 vsize=173456 CPUtime=44.76 cores=0-7
/proc/26782/stat : 26782 (lingeling) R 26780 26782 26782 0 -1 4202496 66656 0 0 0 4464 12 0 0 25 0 1 0 625098373 177618944 42534 33554432000 4194304 4352236 140737040767296 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26782/statm: 43364 42534 129 39 0 42444 0
[pid=26783] ppid=26750 vsize=782404 CPUtime=1.6 cores=0-7
/proc/26783/stat : 26783 (python) R 26750 26750 26594 0 -1 4202560 1032 0 0 0 124 36 0 0 17 0 1 0 625098374 801181696 113625 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895510598 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/26783/statm: 195601 113625 376 364 0 131498 0
[pid=26785] ppid=26783 vsize=0 CPUtime=42.96 cores=0-7
/proc/26785/stat : 26785 (cryptominisat-2) R 26783 26785 26785 0 -1 4202500 178665 0 0 0 4268 28 0 0 25 0 1 0 625098376 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26785/statm: 0 0 0 0 0 0 0
[pid=26750/tid=26763] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26763/stat : 26763 (python) S 26748 26750 26594 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 625098347 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26750/tid=26766] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26766/stat : 26766 (python) S 26748 26750 26594 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 625098351 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 0 0 0 0
[pid=26750/tid=26769] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26769/stat : 26769 (python) S 26748 26750 26594 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 625098355 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26750/tid=26772] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26772/stat : 26772 (python) S 26748 26750 26594 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 625098359 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26750/tid=26775] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26775/stat : 26775 (python) S 26748 26750 26594 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 9 0 625098363 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26750/tid=26778] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26778/stat : 26778 (python) S 26748 26750 26594 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 9 0 625098367 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 6 0 0 0
[pid=26750/tid=26781] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26781/stat : 26781 (python) S 26748 26750 26594 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 625098371 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26750/tid=26784] ppid=26748 vsize=792648 CPUtime=0 cores=0-7
/proc/26750/task/26784/stat : 26784 (python) S 26748 26750 26594 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 625098376 811671552 115142 33554432000 4194304 5683644 140733804731328 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 560.29
Current children cumulated vsize (KiB) 10071588

[startup+246.701 s]
/proc/loadavg: 4.79 4.81 6.52 11/223 26786
/proc/meminfo: memFree=22228436/32950928 swapFree=67111356/67111528
[pid=26750] ppid=26748 vsize=741320 CPUtime=562.21 cores=0-7
/proc/26750/stat : 26750 (python) R 26748 26750 26594 0 -1 4202496 754574 959158 1 0 20053 101 35810 257 16 0 1 0 625078223 759111680 115107 33554432000 4194304 5683644 140733804731328 18446744073709551615 231895145956 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26750/statm: 185330 115107 1874 364 0 121254 0
Current children cumulated CPU time (s) 562.21
Current children cumulated vsize (KiB) 741320

Child status: 0
Real time (s): 246.775
CPU time (s): 562.309
CPU user time (s): 558.68
CPU system time (s): 3.62945
CPU usage (%): 227.863
Max. virtual memory (cumulated for all children) (KiB): 11031584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 558.68
system time used= 3.62945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1746028
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= 1695
involuntary context switches= 2420

runsolver used 0.427934 second user time and 0.98585 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-02 17:01:15
IDJOB=3321631
IDBENCH=82430
IDSOLVER=1710
FILE ID=node114/3321631-1304348472
RUNJOBID= node114-1304348279-26608
PBS_JOBID= 13178665
Free space on /tmp= 73624 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
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-3321631-1304348472/watcher-3321631-1304348472 -o /tmp/evaluation-result-3321631-1304348472/solver-3321631-1304348472 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321631-1304348472.cnf -seed 1272609191 -budget 40000 -cores 8

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=1272609191

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:      25451264 kB
Buffers:       1148520 kB
Cached:        2578960 kB
SwapCached:        168 kB
Active:        3735708 kB
Inactive:      3237608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25451264 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          125248 kB
Writeback:           0 kB
AnonPages:     3245408 kB
Mapped:          20176 kB
Slab:           449924 kB
PageTables:      12036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3801288 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= 73592 MiB
End job on node114 at 2011-05-02 17:05:22