Trace number 3321627

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 272.014 113.146

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-18-step15.cnf
MD5SUMcabee0328f774a95ab72be66123bb39b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66583
Satisfiable
(Un)Satisfiability was proved
Number of variables130021
Number of clauses2509375
Sum of the clauses size5678283
Maximum clause length1921
Minimum clause length1
Number of clauses of size 1456
Number of clauses of size 22437138
Number of clauses of size 310555
Number of clauses of size 46624
Number of clauses of size 53927
Number of clauses of size over 550675

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.47	c INFO: solving HOME/instance-3321627-1304348414.cnf
0.32/0.47	c INFO: computing task features
7.52/7.61	c INFO: computed variable-clause graph statistics
7.71/7.89	c INFO: computed clause balance statistics
38.81/38.98	c INFO: computed variable balance statistics
65.31/65.44	c INFO: computed small-clause counts
65.71/65.80	c INFO: computed Horn-clause counts
89.91/90.10	c INFO: computed variable graph statistics
90.01/90.10	c INFO: collected features for HOME/instance-3321627-1304348414.cnf in 89.35 s
90.01/90.14	c INFO: running lingeling-276@0 for 97 with 39910 remaining (b = 0.44)
90.01/90.17	c INFO: running cryptominisat-2.9.0@0 for 485 with 39910 remaining (b = 0.28)
90.11/90.21	c INFO: running SApperloT@0 for 97 with 39910 remaining (b = 0.05)
90.11/90.25	c INFO: running SApperloT@0 for 97 with 39910 remaining (b = 0.03)
90.11/90.29	c INFO: running lingeling-276@0 for 388 with 39910 remaining (b = 0.17)
90.21/90.32	c INFO: running lingeling-276@0 for 1261 with 39910 remaining (b = 0.29)
90.21/90.36	c INFO: running cryptominisat-2.9.0@0 for 485 with 39910 remaining (b = 0.14)
90.21/90.40	c INFO: running precosat-570@0 for 291 with 39910 remaining (b = 0.08)
271.67/113.04	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-3321627-1304348414/watcher-3321627-1304348414 -o /tmp/evaluation-result-3321627-1304348414/solver-3321627-1304348414 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321627-1304348414.cnf -seed 54970844 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.03 5.74 6.77 2/251 8606
/proc/meminfo: memFree=17594404/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=15776 CPUtime=0 cores=0-7
/proc/8606/stat : 8606 (python) R 8604 8606 8402 0 -1 4202496 885 0 0 0 0 0 0 0 20 0 1 0 546440274 16154624 767 33554432000 4194304 5683644 140733481525120 18446744073709551615 251813900997 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8606/statm: 3944 767 343 364 0 431 0

[startup+0.0857991 s]
/proc/loadavg: 7.03 5.74 6.77 2/251 8606
/proc/meminfo: memFree=17594404/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=93960 CPUtime=0.06 cores=0-7
/proc/8606/stat : 8606 (python) R 8604 8606 8402 0 -1 4202496 2696 0 0 0 5 1 0 0 20 0 1 0 546440274 96215040 2407 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814238208 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/8606/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.100725 s]
/proc/loadavg: 7.03 5.74 6.77 2/251 8606
/proc/meminfo: memFree=17594404/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=104228 CPUtime=0.07 cores=0-7
/proc/8606/stat : 8606 (python) S 8604 8606 8402 0 -1 4202496 3066 0 0 0 5 2 0 0 20 0 1 0 546440274 106729472 2748 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/8606/statm: 26057 2748 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300735 s]
/proc/loadavg: 7.03 5.74 6.77 2/251 8606
/proc/meminfo: memFree=17594404/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=170756 CPUtime=0.23 cores=0-7
/proc/8606/stat : 8606 (python) S 8604 8606 8402 0 -1 4202496 6739 935 1 0 17 6 0 0 21 0 1 0 546440274 174854144 4808 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/8606/statm: 42689 4808 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700694 s]
/proc/loadavg: 7.03 5.74 6.77 2/251 8606
/proc/meminfo: memFree=17594404/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=335348 CPUtime=0.61 cores=0-7
/proc/8606/stat : 8606 (python) R 8604 8606 8402 0 -1 4202496 23466 935 1 0 49 12 0 0 21 0 1 0 546440274 343396352 21148 33554432000 4194304 5683644 140733481525120 18446744073709551615 251813900997 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8606/statm: 83837 21148 1761 364 0 19761 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 335348

[startup+1.50056 s]
/proc/loadavg: 7.03 5.74 6.77 2/252 8611
/proc/meminfo: memFree=17497428/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=384840 CPUtime=1.41 cores=0-7
/proc/8606/stat : 8606 (python) R 8604 8606 8402 0 -1 4202496 35697 935 1 0 128 13 0 0 23 0 1 0 546440274 394076160 33379 33554432000 4194304 5683644 140733481525120 18446744073709551615 4445119 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8606/statm: 96210 33379 1761 364 0 32134 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 384840

[startup+3.10022 s]
/proc/loadavg: 7.03 5.74 6.77 2/252 8611
/proc/meminfo: memFree=17425012/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=498872 CPUtime=3.02 cores=0-7
/proc/8606/stat : 8606 (python) R 8604 8606 8402 0 -1 4202496 63470 935 1 0 285 17 0 0 25 0 1 0 546440274 510844928 61152 33554432000 4194304 5683644 140733481525120 18446744073709551615 251813900997 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8606/statm: 124718 61152 1761 364 0 60642 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 498872

[startup+6.30068 s]
/proc/loadavg: 6.55 5.66 6.74 2/252 8611
/proc/meminfo: memFree=17226488/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=705784 CPUtime=6.22 cores=0-7
/proc/8606/stat : 8606 (python) R 8604 8606 8402 0 -1 4202496 112740 935 1 0 598 24 0 0 25 0 1 0 546440274 722722816 110422 33554432000 4194304 5683644 140733481525120 18446744073709551615 4623682 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8606/statm: 176446 110423 1761 364 0 112370 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 705784

[startup+12.7006 s]
/proc/loadavg: 6.10 5.58 6.71 2/252 8611
/proc/meminfo: memFree=17180084/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=672036 CPUtime=12.62 cores=0-7
/proc/8606/stat : 8606 (python) R 8604 8606 8402 0 -1 4202496 206958 935 1 0 1227 35 0 0 25 0 1 0 546440274 688164864 105426 33554432000 4194304 5683644 140733481525120 18446744073709551615 4418308 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8606/statm: 168009 105426 1826 364 0 103933 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 672036

[startup+25.5005 s]
/proc/loadavg: 4.97 5.35 6.62 2/252 8611
/proc/meminfo: memFree=17182148/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=672036 CPUtime=25.42 cores=0-7
/proc/8606/stat : 8606 (python) R 8604 8606 8402 0 -1 4202496 206958 935 1 0 2507 35 0 0 25 0 1 0 546440274 688164864 105426 33554432000 4194304 5683644 140733481525120 18446744073709551615 4539725 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8606/statm: 168009 105426 1826 364 0 103933 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 672036

[startup+51.1002 s]
/proc/loadavg: 3.62 5.00 6.47 2/252 8621
/proc/meminfo: memFree=17182056/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=672036 CPUtime=51.01 cores=0-7
/proc/8606/stat : 8606 (python) R 8604 8606 8402 0 -1 4202496 206959 935 1 0 5066 35 0 0 25 0 1 0 546440274 688164864 105427 33554432000 4194304 5683644 140733481525120 18446744073709551615 4602978 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8606/statm: 168009 105427 1827 364 0 103933 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 672036

[startup+102.311 s]
/proc/loadavg: 3.28 4.63 6.26 9/276 8646
/proc/meminfo: memFree=15614376/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=668604 CPUtime=90.31 cores=0-7
/proc/8606/stat : 8606 (python) S 8604 8606 8402 0 -1 4202496 231976 935 1 0 8987 44 0 0 21 0 9 0 546440274 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8606/statm: 167151 67935 1889 364 0 103048 0
[pid=8623] ppid=8606 vsize=521032 CPUtime=0.02 cores=0-7
/proc/8623/stat : 8623 (python) S 8606 8606 8402 0 -1 4202560 912 0 0 0 1 1 0 0 18 0 1 0 546449288 533536768 66219 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260239 0 0 16781312 514 16975949359466119426 0 0 17 1 0 0 0
/proc/8623/statm: 130258 66219 376 364 0 66176 0
[pid=8625] ppid=8623 vsize=89036 CPUtime=12.14 cores=0-7
/proc/8625/stat : 8625 (lingeling) R 8623 8625 8625 0 -1 4202496 34880 0 0 0 1207 7 0 0 25 0 1 0 546449289 91172864 21427 33554432000 4194304 4352236 140736460823664 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8625/statm: 22259 21427 127 39 0 21339 0
[pid=8626] ppid=8606 vsize=531288 CPUtime=0.02 cores=0-7
/proc/8626/stat : 8626 (python) S 8606 8606 8402 0 -1 4202560 907 0 0 0 1 1 0 0 15 0 1 0 546449291 544038912 66217 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119428 0 0 17 6 0 0 0
/proc/8626/statm: 132822 66217 370 364 0 68737 0
[pid=8628] ppid=8626 vsize=566876 CPUtime=12.09 cores=0-7
/proc/8628/stat : 8628 (cryptominisat-2) R 8626 8628 8628 0 -1 4202496 119745 0 0 0 1192 17 0 0 25 0 1 0 546449292 580481024 117272 33554432000 4194304 4677096 140733530561328 18446744073709551615 4587015 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8628/statm: 141719 117272 372 118 0 136678 0
[pid=8629] ppid=8606 vsize=541544 CPUtime=0.02 cores=0-7
/proc/8629/stat : 8629 (python) S 8606 8606 8402 0 -1 4202560 905 0 0 0 1 1 0 0 18 0 1 0 546449295 554541056 66221 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119426 0 0 17 1 0 0 0
/proc/8629/statm: 135386 66221 370 364 0 71298 0
[pid=8631] ppid=8629 vsize=109828 CPUtime=12.07 cores=0-7
/proc/8631/stat : 8631 (SApperloT-base) R 8629 8631 8631 0 -1 4202496 25142 0 0 0 1201 6 0 0 25 0 1 0 546449296 112463872 24779 33554432000 134512640 135674940 4292209264 18446744073709551615 134551968 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8631/statm: 27457 24779 99 284 0 27171 0
[pid=8632] ppid=8606 vsize=551800 CPUtime=0.03 cores=0-7
/proc/8632/stat : 8632 (python) S 8606 8606 8402 0 -1 4202560 938 0 0 0 1 2 0 0 18 0 1 0 546449299 565043200 66225 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119428 0 0 17 1 0 0 0
/proc/8632/statm: 137950 66225 370 364 0 73859 0
[pid=8634] ppid=8632 vsize=105424 CPUtime=12.03 cores=0-7
/proc/8634/stat : 8634 (SApperloT-base) R 8632 8634 8634 0 -1 4202496 24103 0 0 0 1196 7 0 0 25 0 1 0 546449300 107954176 23611 33554432000 134512640 135674940 4294156864 18446744073709551615 134556795 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8634/statm: 26356 23611 99 284 0 26070 0
[pid=8635] ppid=8606 vsize=627592 CPUtime=0.02 cores=0-7
/proc/8635/stat : 8635 (python) S 8606 8606 8402 0 -1 4202560 791 0 0 0 0 2 0 0 18 0 1 0 546449303 642654208 66347 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119427 0 0 17 1 0 0 0
/proc/8635/statm: 156898 66347 371 364 0 92804 0
[pid=8637] ppid=8635 vsize=88460 CPUtime=11.99 cores=0-7
/proc/8637/stat : 8637 (lingeling) R 8635 8637 8637 0 -1 4202496 34661 0 0 0 1193 6 0 0 25 0 1 0 546449304 90583040 21283 33554432000 4194304 4352236 140734057568816 18446744073709551615 4208896 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8637/statm: 22115 21283 127 39 0 21195 0
[pid=8638] ppid=8606 vsize=637848 CPUtime=0.02 cores=0-7
/proc/8638/stat : 8638 (python) S 8606 8606 8402 0 -1 4202560 801 0 0 0 1 1 0 0 18 0 1 0 546449306 653156352 66336 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119428 0 0 17 7 0 0 0
/proc/8638/statm: 159462 66336 371 364 0 95365 0
[pid=8640] ppid=8638 vsize=88888 CPUtime=11.82 cores=0-7
/proc/8640/stat : 8640 (lingeling) R 8638 8640 8640 0 -1 4202496 34845 0 0 0 1176 6 0 0 25 0 1 0 546449307 91021312 21390 33554432000 4194304 4352236 140734856886048 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8640/statm: 22222 21390 127 39 0 21302 0
[pid=8641] ppid=8606 vsize=648104 CPUtime=0.02 cores=0-7
/proc/8641/stat : 8641 (python) S 8606 8606 8402 0 -1 4202560 815 0 0 0 1 1 0 0 15 0 1 0 546449310 663658496 66409 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119428 0 0 17 1 0 0 0
/proc/8641/statm: 162026 66409 371 364 0 97926 0
[pid=8643] ppid=8641 vsize=566876 CPUtime=11.75 cores=0-7
/proc/8643/stat : 8643 (cryptominisat-2) R 8641 8643 8643 0 -1 4202496 119734 0 0 0 1159 16 0 0 25 0 1 0 546449313 580481024 117271 33554432000 4194304 4677096 140736980199856 18446744073709551615 4586818 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8643/statm: 141719 117271 372 118 0 136678 0
[pid=8644] ppid=8606 vsize=658360 CPUtime=0.02 cores=0-7
/proc/8644/stat : 8644 (python) S 8606 8606 8402 0 -1 4202560 853 0 0 0 1 1 0 0 18 0 1 0 546449314 674160640 66419 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119428 0 0 17 1 0 0 0
/proc/8644/statm: 164590 66419 377 364 0 100487 0
[pid=8646] ppid=8644 vsize=300448 CPUtime=11.88 cores=0-7
/proc/8646/stat : 8646 (precosat) R 8644 8646 8646 0 -1 4202496 77078 0 0 0 1177 11 0 0 25 0 1 0 546449315 307658752 74781 33554432000 4194304 4890832 140736591663008 18446744073709551615 4293263 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/8646/statm: 75112 74781 80 171 0 74939 0
[pid=8606/tid=8624] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8624/stat : 8624 (python) S 8604 8606 8402 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 546449289 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 0 0 0 0
[pid=8606/tid=8627] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8627/stat : 8627 (python) S 8604 8606 8402 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 546449292 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 4 0 0 0
[pid=8606/tid=8630] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8630/stat : 8630 (python) S 8604 8606 8402 0 -1 4202560 20 935 0 0 0 0 0 0 19 0 9 0 546449296 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 4 0 0 0
[pid=8606/tid=8633] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8633/stat : 8633 (python) S 8604 8606 8402 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 546449300 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 5 0 0 0
[pid=8606/tid=8636] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8636/stat : 8636 (python) S 8604 8606 8402 0 -1 4202560 66 935 0 0 0 0 0 0 20 0 9 0 546449304 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 2 0 0 0
[pid=8606/tid=8639] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8639/stat : 8639 (python) S 8604 8606 8402 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 9 0 546449307 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 7 0 0 0
[pid=8606/tid=8642] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8642/stat : 8642 (python) S 8604 8606 8402 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 546449311 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 0 0 0 0
[pid=8606/tid=8645] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8645/stat : 8645 (python) S 8604 8606 8402 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 546449314 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 186.25
Current children cumulated vsize (KiB) 7302008

Solver just ended. Dumping a history of the last processes samples

[startup+108.701 s]
/proc/loadavg: 4.01 4.74 6.28 9/276 8646
/proc/meminfo: memFree=15585484/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=668604 CPUtime=90.31 cores=0-7
/proc/8606/stat : 8606 (python) S 8604 8606 8402 0 -1 4202496 231976 935 1 0 8987 44 0 0 21 0 9 0 546440274 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8606/statm: 167151 67935 1889 364 0 103048 0
[pid=8623] ppid=8606 vsize=521032 CPUtime=0.03 cores=0-7

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

/proc/8606/task/8627/stat : 8627 (python) S 8604 8606 8402 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 546449292 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 4 0 0 0
[pid=8606/tid=8630] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8630/stat : 8630 (python) S 8604 8606 8402 0 -1 4202560 20 935 0 0 0 0 0 0 19 0 9 0 546449296 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 4 0 0 0
[pid=8606/tid=8633] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8633/stat : 8633 (python) S 8604 8606 8402 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 546449300 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 5 0 0 0
[pid=8606/tid=8636] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8636/stat : 8636 (python) S 8604 8606 8402 0 -1 4202560 66 935 0 0 0 0 0 0 20 0 9 0 546449304 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 2 0 0 0
[pid=8606/tid=8639] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8639/stat : 8639 (python) S 8604 8606 8402 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 9 0 546449307 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 7 0 0 0
[pid=8606/tid=8642] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8642/stat : 8642 (python) S 8604 8606 8402 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 546449311 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 0 0 0 0
[pid=8606/tid=8645] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8645/stat : 8645 (python) S 8604 8606 8402 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 546449314 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 250.09
Current children cumulated vsize (KiB) 7365432

[startup+111.901 s]
/proc/loadavg: 4.01 4.74 6.28 11/276 8646
/proc/meminfo: memFree=16518388/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=668604 CPUtime=90.31 cores=0-7
/proc/8606/stat : 8606 (python) S 8604 8606 8402 0 -1 4202496 231976 935 1 0 8987 44 0 0 21 0 9 0 546440274 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8606/statm: 167151 67935 1889 364 0 103048 0
[pid=8623] ppid=8606 vsize=521032 CPUtime=0.05 cores=0-7
/proc/8623/stat : 8623 (python) S 8606 8606 8402 0 -1 4202560 919 0 0 0 2 3 0 0 18 0 1 0 546449288 533536768 66219 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260239 0 0 16781312 514 16975949359466119426 0 0 17 7 0 0 0
/proc/8623/statm: 130258 66219 376 364 0 66176 0
[pid=8625] ppid=8623 vsize=89036 CPUtime=21.73 cores=0-7
/proc/8625/stat : 8625 (lingeling) R 8623 8625 8625 0 -1 4202496 34880 0 0 0 2166 7 0 0 25 0 1 0 546449289 91172864 21427 33554432000 4194304 4352236 140736460823664 18446744073709551615 4308640 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8625/statm: 22259 21427 127 39 0 21339 0
[pid=8626] ppid=8606 vsize=531288 CPUtime=1.38 cores=0-7
/proc/8626/stat : 8626 (python) R 8606 8606 8402 0 -1 4202560 914 0 0 0 119 19 0 0 17 0 1 0 546449291 544038912 66217 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/8626/statm: 132822 66217 370 364 0 68737 0
[pid=8628] ppid=8626 vsize=0 CPUtime=20.31 cores=0-7
/proc/8628/stat : 8628 (cryptominisat-2) R 8626 8628 8628 0 -1 4202500 120877 0 0 0 2012 19 0 0 25 0 1 0 546449292 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8628/statm: 0 0 0 0 0 0 0
[pid=8629] ppid=8606 vsize=541544 CPUtime=0.05 cores=0-7
/proc/8629/stat : 8629 (python) S 8606 8606 8402 0 -1 4202560 912 0 0 0 2 3 0 0 18 0 1 0 546449295 554541056 66221 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119426 0 0 17 7 0 0 0
/proc/8629/statm: 135386 66221 370 364 0 71298 0
[pid=8631] ppid=8629 vsize=125232 CPUtime=21.66 cores=0-7
/proc/8631/stat : 8631 (SApperloT-base) R 8629 8631 8631 0 -1 4202496 28981 0 0 0 2159 7 0 0 25 0 1 0 546449296 128237568 28618 33554432000 134512640 135674940 4292209264 18446744073709551615 134564608 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8631/statm: 31308 28618 99 284 0 31022 0
[pid=8632] ppid=8606 vsize=551800 CPUtime=0.04 cores=0-7
/proc/8632/stat : 8632 (python) S 8606 8606 8402 0 -1 4202560 944 0 0 0 2 2 0 0 18 0 1 0 546449299 565043200 66225 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119428 0 0 17 7 0 0 0
/proc/8632/statm: 137950 66225 370 364 0 73859 0
[pid=8634] ppid=8632 vsize=125056 CPUtime=21.63 cores=0-7
/proc/8634/stat : 8634 (SApperloT-base) R 8632 8634 8634 0 -1 4202496 29169 0 0 0 2154 9 0 0 25 0 1 0 546449300 128057344 28420 33554432000 134512640 135674940 4294156864 18446744073709551615 134566531 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8634/statm: 31264 28420 99 284 0 30978 0
[pid=8635] ppid=8606 vsize=627592 CPUtime=0.04 cores=0-7
/proc/8635/stat : 8635 (python) S 8606 8606 8402 0 -1 4202560 791 0 0 0 2 2 0 0 18 0 1 0 546449303 642654208 66347 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119427 0 0 17 7 0 0 0
/proc/8635/statm: 156898 66347 371 364 0 92804 0
[pid=8637] ppid=8635 vsize=88460 CPUtime=21.58 cores=0-7
/proc/8637/stat : 8637 (lingeling) R 8635 8637 8637 0 -1 4202496 34661 0 0 0 2152 6 0 0 25 0 1 0 546449304 90583040 21283 33554432000 4194304 4352236 140734057568816 18446744073709551615 4208249 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8637/statm: 22115 21283 127 39 0 21195 0
[pid=8638] ppid=8606 vsize=637848 CPUtime=0.03 cores=0-7
/proc/8638/stat : 8638 (python) S 8606 8606 8402 0 -1 4202560 801 0 0 0 1 2 0 0 18 0 1 0 546449306 653156352 66336 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119428 0 0 17 7 0 0 0
/proc/8638/statm: 159462 66336 371 364 0 95365 0
[pid=8640] ppid=8638 vsize=88888 CPUtime=21.27 cores=0-7
/proc/8640/stat : 8640 (lingeling) R 8638 8640 8640 0 -1 4202496 34845 0 0 0 2121 6 0 0 25 0 1 0 546449307 91021312 21390 33554432000 4194304 4352236 140734856886048 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8640/statm: 22222 21390 127 39 0 21302 0
[pid=8641] ppid=8606 vsize=648104 CPUtime=1.15 cores=0-7
/proc/8641/stat : 8641 (python) R 8606 8606 8402 0 -1 4202560 818 0 0 0 97 18 0 0 17 0 1 0 546449310 663658496 66409 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/8641/statm: 162026 66409 371 364 0 97926 0
[pid=8643] ppid=8641 vsize=0 CPUtime=20.16 cores=0-7
/proc/8643/stat : 8643 (cryptominisat-2) R 8641 8643 8643 0 -1 4202500 121145 0 0 0 1998 18 0 0 25 0 1 0 546449313 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8643/statm: 0 0 0 0 0 0 0
[pid=8644] ppid=8606 vsize=658360 CPUtime=0.05 cores=0-7
/proc/8644/stat : 8644 (python) S 8606 8606 8402 0 -1 4202560 853 0 0 0 3 2 0 0 18 0 1 0 546449314 674160640 66419 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119428 0 0 17 7 0 0 0
/proc/8644/statm: 164590 66419 377 364 0 100487 0
[pid=8646] ppid=8644 vsize=300448 CPUtime=21.47 cores=0-7
/proc/8646/stat : 8646 (precosat) R 8644 8646 8646 0 -1 4202496 77078 0 0 0 2136 11 0 0 25 0 1 0 546449315 307658752 74781 33554432000 4194304 4890832 140736591663008 18446744073709551615 4246730 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/8646/statm: 75112 74781 80 171 0 74939 0
[pid=8606/tid=8624] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8624/stat : 8624 (python) S 8604 8606 8402 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 546449289 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 0 0 0 0
[pid=8606/tid=8627] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8627/stat : 8627 (python) S 8604 8606 8402 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 546449292 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 4 0 0 0
[pid=8606/tid=8630] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8630/stat : 8630 (python) S 8604 8606 8402 0 -1 4202560 20 935 0 0 0 0 0 0 19 0 9 0 546449296 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 4 0 0 0
[pid=8606/tid=8633] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8633/stat : 8633 (python) S 8604 8606 8402 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 546449300 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 5 0 0 0
[pid=8606/tid=8636] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8636/stat : 8636 (python) S 8604 8606 8402 0 -1 4202560 66 935 0 0 0 0 0 0 20 0 9 0 546449304 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 2 0 0 0
[pid=8606/tid=8639] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8639/stat : 8639 (python) S 8604 8606 8402 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 9 0 546449307 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 7 0 0 0
[pid=8606/tid=8642] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8642/stat : 8642 (python) S 8604 8606 8402 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 546449311 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 0 0 0 0
[pid=8606/tid=8645] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8645/stat : 8645 (python) S 8604 8606 8402 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 546449314 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 262.91
Current children cumulated vsize (KiB) 6203292

[startup+112.702 s]
/proc/loadavg: 4.01 4.74 6.28 12/276 8646
/proc/meminfo: memFree=16515164/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=668604 CPUtime=90.31 cores=0-7
/proc/8606/stat : 8606 (python) S 8604 8606 8402 0 -1 4202496 231976 935 1 0 8987 44 0 0 21 0 9 0 546440274 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8606/statm: 167151 67935 1889 364 0 103048 0
[pid=8623] ppid=8606 vsize=521032 CPUtime=0.05 cores=0-7
/proc/8623/stat : 8623 (python) S 8606 8606 8402 0 -1 4202560 919 0 0 0 2 3 0 0 18 0 1 0 546449288 533536768 66219 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260239 0 0 16781312 514 16975949359466119426 0 0 17 7 0 0 0
/proc/8623/statm: 130258 66219 376 364 0 66176 0
[pid=8625] ppid=8623 vsize=89036 CPUtime=22.53 cores=0-7
/proc/8625/stat : 8625 (lingeling) R 8623 8625 8625 0 -1 4202496 34880 0 0 0 2246 7 0 0 25 0 1 0 546449289 91172864 21427 33554432000 4194304 4352236 140736460823664 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8625/statm: 22259 21427 127 39 0 21339 0
[pid=8626] ppid=8606 vsize=531288 CPUtime=2.18 cores=0-7
/proc/8626/stat : 8626 (python) R 8606 8606 8402 0 -1 4202560 914 0 0 0 188 30 0 0 18 0 1 0 546449291 544038912 66217 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/8626/statm: 132822 66217 370 364 0 68737 0
[pid=8628] ppid=8626 vsize=0 CPUtime=20.31 cores=0-7
/proc/8628/stat : 8628 (cryptominisat-2) R 8626 8628 8628 0 -1 4202500 120877 0 0 0 2012 19 0 0 25 0 1 0 546449292 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8628/statm: 0 0 0 0 0 0 0
[pid=8629] ppid=8606 vsize=541544 CPUtime=0.05 cores=0-7
/proc/8629/stat : 8629 (python) S 8606 8606 8402 0 -1 4202560 912 0 0 0 2 3 0 0 18 0 1 0 546449295 554541056 66221 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119426 0 0 17 7 0 0 0
/proc/8629/statm: 135386 66221 370 364 0 71298 0
[pid=8631] ppid=8629 vsize=126160 CPUtime=22.46 cores=0-7
/proc/8631/stat : 8631 (SApperloT-base) R 8629 8631 8631 0 -1 4202496 29214 0 0 0 2239 7 0 0 25 0 1 0 546449296 129187840 28851 33554432000 134512640 135674940 4292209264 18446744073709551615 134564161 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8631/statm: 31540 28851 99 284 0 31254 0
[pid=8632] ppid=8606 vsize=551800 CPUtime=0.04 cores=0-7
/proc/8632/stat : 8632 (python) S 8606 8606 8402 0 -1 4202560 944 0 0 0 2 2 0 0 18 0 1 0 546449299 565043200 66225 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119428 0 0 17 7 0 0 0
/proc/8632/statm: 137950 66225 370 364 0 73859 0
[pid=8634] ppid=8632 vsize=128164 CPUtime=22.43 cores=0-7
/proc/8634/stat : 8634 (SApperloT-base) R 8632 8634 8634 0 -1 4202496 30212 0 0 0 2234 9 0 0 25 0 1 0 546449300 131239936 28950 33554432000 134512640 135674940 4294156864 18446744073709551615 134552001 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8634/statm: 32041 28950 99 284 0 31755 0
[pid=8635] ppid=8606 vsize=627592 CPUtime=0.04 cores=0-7
/proc/8635/stat : 8635 (python) S 8606 8606 8402 0 -1 4202560 791 0 0 0 2 2 0 0 18 0 1 0 546449303 642654208 66347 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119427 0 0 17 7 0 0 0
/proc/8635/statm: 156898 66347 371 364 0 92804 0
[pid=8637] ppid=8635 vsize=88460 CPUtime=22.38 cores=0-7
/proc/8637/stat : 8637 (lingeling) R 8635 8637 8637 0 -1 4202496 34661 0 0 0 2232 6 0 0 25 0 1 0 546449304 90583040 21283 33554432000 4194304 4352236 140734057568816 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8637/statm: 22115 21283 127 39 0 21195 0
[pid=8638] ppid=8606 vsize=637848 CPUtime=0.04 cores=0-7
/proc/8638/stat : 8638 (python) S 8606 8606 8402 0 -1 4202560 801 0 0 0 2 2 0 0 18 0 1 0 546449306 653156352 66336 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119428 0 0 17 7 0 0 0
/proc/8638/statm: 159462 66336 371 364 0 95365 0
[pid=8640] ppid=8638 vsize=88888 CPUtime=22.05 cores=0-7
/proc/8640/stat : 8640 (lingeling) R 8638 8640 8640 0 -1 4202496 34845 0 0 0 2199 6 0 0 25 0 1 0 546449307 91021312 21390 33554432000 4194304 4352236 140734856886048 18446744073709551615 4207655 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8640/statm: 22222 21390 127 39 0 21302 0
[pid=8641] ppid=8606 vsize=648104 CPUtime=1.95 cores=0-7
/proc/8641/stat : 8641 (python) R 8606 8606 8402 0 -1 4202560 818 0 0 0 165 30 0 0 18 0 1 0 546449310 663658496 66409 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/8641/statm: 162026 66409 371 364 0 97926 0
[pid=8643] ppid=8641 vsize=0 CPUtime=20.16 cores=0-7
/proc/8643/stat : 8643 (cryptominisat-2) R 8641 8643 8643 0 -1 4202500 121145 0 0 0 1998 18 0 0 25 0 1 0 546449313 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8643/statm: 0 0 0 0 0 0 0
[pid=8644] ppid=8606 vsize=658360 CPUtime=0.05 cores=0-7
/proc/8644/stat : 8644 (python) S 8606 8606 8402 0 -1 4202560 853 0 0 0 3 2 0 0 18 0 1 0 546449314 674160640 66419 33554432000 4194304 5683644 140733481525120 18446744073709551615 251814260294 0 0 16781312 514 16975949359466119428 0 0 17 7 0 0 0
/proc/8644/statm: 164590 66419 377 364 0 100487 0
[pid=8646] ppid=8644 vsize=300448 CPUtime=22.27 cores=0-7
/proc/8646/stat : 8646 (precosat) R 8644 8646 8646 0 -1 4202496 77078 0 0 0 2216 11 0 0 25 0 1 0 546449315 307658752 74781 33554432000 4194304 4890832 140736591663008 18446744073709551615 4246687 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/8646/statm: 75112 74781 80 171 0 74939 0
[pid=8606/tid=8624] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8624/stat : 8624 (python) S 8604 8606 8402 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 546449289 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 0 0 0 0
[pid=8606/tid=8627] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8627/stat : 8627 (python) S 8604 8606 8402 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 546449292 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 4 0 0 0
[pid=8606/tid=8630] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8630/stat : 8630 (python) S 8604 8606 8402 0 -1 4202560 20 935 0 0 0 0 0 0 19 0 9 0 546449296 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 4 0 0 0
[pid=8606/tid=8633] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8633/stat : 8633 (python) S 8604 8606 8402 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 546449300 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 5 0 0 0
[pid=8606/tid=8636] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8636/stat : 8636 (python) S 8604 8606 8402 0 -1 4202560 66 935 0 0 0 0 0 0 20 0 9 0 546449304 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 2 0 0 0
[pid=8606/tid=8639] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8639/stat : 8639 (python) S 8604 8606 8402 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 9 0 546449307 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 7 0 0 0
[pid=8606/tid=8642] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8642/stat : 8642 (python) S 8604 8606 8402 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 546449311 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 0 0 0 0
[pid=8606/tid=8645] ppid=8604 vsize=668604 CPUtime=0 cores=0-7
/proc/8606/task/8645/stat : 8645 (python) S 8604 8606 8402 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 546449314 684650496 67935 33554432000 4194304 5683644 140733481525120 18446744073709551615 251826063793 0 0 16781312 2 18446604449248902208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 269.3
Current children cumulated vsize (KiB) 6207328

[startup+113.101 s]
/proc/loadavg: 4.01 4.74 6.28 12/276 8646
/proc/meminfo: memFree=16515164/32950928 swapFree=67111448/67111528
[pid=8606] ppid=8604 vsize=617276 CPUtime=271.94 cores=0-7
/proc/8606/stat : 8606 (python) R 8604 8606 8402 0 -1 4202496 268008 491558 1 0 8990 46 17975 183 17 0 1 0 546440274 632090624 67819 33554432000 4194304 5683644 140733481525120 18446744073709551615 251813895607 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8606/statm: 154319 67819 1873 364 0 90243 0
Current children cumulated CPU time (s) 271.94
Current children cumulated vsize (KiB) 617276

Child status: 0
Real time (s): 113.146
CPU time (s): 272.014
CPU user time (s): 269.68
CPU system time (s): 2.33365
CPU usage (%): 240.41
Max. virtual memory (cumulated for all children) (KiB): 7365700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.68
system time used= 2.33364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 776983
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= 1658
involuntary context switches= 1343

runsolver used 0.305953 second user time and 0.566913 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-02 17:00:16
IDJOB=3321627
IDBENCH=82426
IDSOLVER=1710
FILE ID=node126/3321627-1304348414
RUNJOBID= node126-1304348078-8416
PBS_JOBID= 13178661
Free space on /tmp= 73612 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-18-step15.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-3321627-1304348414/watcher-3321627-1304348414 -o /tmp/evaluation-result-3321627-1304348414/solver-3321627-1304348414 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321627-1304348414.cnf -seed 54970844 -budget 40000 -cores 8

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

MD5SUM BENCH= cabee0328f774a95ab72be66123bb39b
RANDOM SEED=54970844

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17594560 kB
Buffers:        338128 kB
Cached:        2039024 kB
SwapCached:         76 kB
Active:       13120924 kB
Inactive:      1869044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17594560 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           74496 kB
Writeback:          20 kB
AnonPages:    12613016 kB
Mapped:          22416 kB
Slab:           263516 kB
PageTables:      37648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35615484 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= 73584 MiB
End job on node126 at 2011-05-02 17:02:09