Trace number 3321563

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-industrial? (MO) 2360.68 363.378

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data

0.39/0.83	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/0.83	c INFO: solving HOME/instance-3321563-1304346271.cnf
0.39/0.83	c INFO: computing task features
2.98/3.43	c INFO: computed variable-clause graph statistics
3.08/3.53	c INFO: computed clause balance statistics
15.28/15.77	c INFO: computed variable balance statistics
23.88/24.33	c INFO: computed small-clause counts
24.08/24.50	c INFO: computed Horn-clause counts
58.28/58.76	c INFO: computed variable graph statistics
58.28/58.76	c INFO: collected features for HOME/instance-3321563-1304346271.cnf in 57.85 s
58.28/58.79	c INFO: running lingeling-276@0 for 97 with 39942 remaining (b = 0.22)
58.38/58.82	c INFO: running cryptominisat-2.9.0@0 for 485 with 39942 remaining (b = 0.19)
58.38/58.85	c INFO: running lingeling-276@0 for 1261 with 39941 remaining (b = 0.33)
58.38/58.89	c INFO: running cryptominisat-2.9.0@0 for 485 with 39941 remaining (b = 0.13)
58.48/58.92	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39941 remaining (b = 0.40)
58.48/58.96	c INFO: running lingeling-276@0 for 1261 with 39941 remaining (b = 0.25)
58.57/59.00	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39941 remaining (b = 0.30)
58.57/59.03	c INFO: running SApperloT@0 for 97 with 39941 remaining (b = 0.02)
857.54/158.97	c INFO: running precosat-570@0 for 388 with 39841 remaining (b = 0.08)
859.71/159.26	c INFO: running lingeling-276@0 for 1164 with 39841 remaining (b = 0.17)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3321563-1304346271/watcher-3321563-1304346271 -o /tmp/evaluation-result-3321563-1304346271/solver-3321563-1304346271 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321563-1304346271.cnf -seed 408331640 -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.49 3.07 3.05 3/194 31105
/proc/meminfo: memFree=14396392/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=14820 CPUtime=0 cores=0-7
/proc/31105/stat : 31105 (python) S 31103 31105 30702 0 -1 4202496 513 0 0 0 0 0 0 0 17 0 1 0 546227613 15175680 421 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809161573 0 2147483391 4096 0 18446744071699199166 0 0 17 4 0 0 0
/proc/31105/statm: 3705 421 259 364 0 192 0

[startup+0.0936279 s]
/proc/loadavg: 6.49 3.07 3.05 3/194 31105
/proc/meminfo: memFree=14396392/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=30112 CPUtime=0.04 cores=0-7
/proc/31105/stat : 31105 (python) S 31103 31105 30702 0 -1 4202496 1510 0 0 0 3 1 0 0 17 0 1 0 546227613 30834688 1348 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/31105/statm: 7528 1348 443 364 0 898 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30112

[startup+0.100586 s]
/proc/loadavg: 6.49 3.07 3.05 3/194 31105
/proc/meminfo: memFree=14396392/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=36508 CPUtime=0.04 cores=0-7
/proc/31105/stat : 31105 (python) S 31103 31105 30702 0 -1 4202496 1619 0 0 0 3 1 0 0 17 0 1 0 546227613 37384192 1450 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/31105/statm: 9127 1450 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.300569 s]
/proc/loadavg: 6.49 3.07 3.05 3/194 31105
/proc/meminfo: memFree=14396392/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=128864 CPUtime=0.17 cores=0-7
/proc/31105/stat : 31105 (python) R 31103 31105 30702 0 -1 4202496 5586 936 1 0 12 5 0 0 18 0 1 0 546227613 131956736 4019 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809161573 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31105/statm: 32216 4019 1011 364 0 2995 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 128864

[startup+0.700479 s]
/proc/loadavg: 6.49 3.07 3.05 3/194 31105
/proc/meminfo: memFree=14396392/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=229928 CPUtime=0.33 cores=0-7
/proc/31105/stat : 31105 (python) R 31103 31105 30702 0 -1 4202496 7840 936 1 0 23 10 0 0 15 0 1 0 546227613 235446272 5751 33554432000 4194304 5683644 140734251442704 18446744073709551615 4539648 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31105/statm: 57482 5751 1579 364 0 4340 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 229928

[startup+1.50033 s]
/proc/loadavg: 6.49 3.07 3.05 2/195 31110
/proc/meminfo: memFree=14348892/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=340772 CPUtime=1.08 cores=0-7
/proc/31105/stat : 31105 (python) R 31103 31105 30702 0 -1 4202496 24383 936 1 0 94 14 0 0 16 0 1 0 546227613 348950528 22065 33554432000 4194304 5683644 140734251442704 18446744073709551615 4603744 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31105/statm: 85193 22066 1761 364 0 21117 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 340772

[startup+3.10104 s]
/proc/loadavg: 6.49 3.07 3.05 2/195 31110
/proc/meminfo: memFree=14273748/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=447128 CPUtime=2.68 cores=0-7
/proc/31105/stat : 31105 (python) R 31103 31105 30702 0 -1 4202496 69589 936 1 0 249 19 0 0 18 0 1 0 546227613 457859072 47545 33554432000 4194304 5683644 140734251442704 18446744073709551615 47791365850746 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31105/statm: 111782 47546 1812 364 0 47706 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 447128

[startup+6.30047 s]
/proc/loadavg: 6.05 3.03 3.04 2/195 31110
/proc/meminfo: memFree=14201092/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=453836 CPUtime=5.88 cores=0-7
/proc/31105/stat : 31105 (python) R 31103 31105 30702 0 -1 4202496 72893 936 1 0 569 19 0 0 25 0 1 0 546227613 464728064 50844 33554432000 4194304 5683644 140734251442704 18446744073709551615 230808820967 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31105/statm: 113459 50844 1826 364 0 49383 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 453836

[startup+12.7003 s]
/proc/loadavg: 5.65 3.00 3.03 2/195 31110
/proc/meminfo: memFree=14203316/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=453836 CPUtime=12.28 cores=0-7
/proc/31105/stat : 31105 (python) R 31103 31105 30702 0 -1 4202496 72893 936 1 0 1209 19 0 0 25 0 1 0 546227613 464728064 50844 33554432000 4194304 5683644 140734251442704 18446744073709551615 47791365733488 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31105/statm: 113459 50844 1826 364 0 49383 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 453836

[startup+25.5009 s]
/proc/loadavg: 4.62 2.90 3.00 2/195 31111
/proc/meminfo: memFree=14205648/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=453836 CPUtime=25.08 cores=0-7
/proc/31105/stat : 31105 (python) R 31103 31105 30702 0 -1 4202496 72900 936 1 0 2489 19 0 0 25 0 1 0 546227613 464728064 50851 33554432000 4194304 5683644 140734251442704 18446744073709551615 47791365437568 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31105/statm: 113459 50851 1833 364 0 49383 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 453836

[startup+51.1003 s]
/proc/loadavg: 3.38 2.75 2.94 2/195 31111
/proc/meminfo: memFree=14205616/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=453836 CPUtime=50.68 cores=0-7
/proc/31105/stat : 31105 (python) R 31103 31105 30702 0 -1 4202496 72900 936 1 0 5049 19 0 0 25 0 1 0 546227613 464728064 50851 33554432000 4194304 5683644 140734251442704 18446744073709551615 47791365437568 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31105/statm: 113459 50851 1833 364 0 49383 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 453836

[startup+102.308 s]
/proc/loadavg: 5.65 3.43 3.16 9/219 31137
/proc/meminfo: memFree=11554348/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=522544 CPUtime=58.61 cores=0-7
/proc/31105/stat : 31105 (python) S 31103 31105 30702 0 -1 4202496 78872 936 1 0 5837 24 0 0 24 0 9 0 546227613 535085056 47601 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31105/statm: 130636 47601 1889 364 0 66533 0
[pid=31113] ppid=31105 vsize=440508 CPUtime=0.06 cores=0-7
/proc/31113/stat : 31113 (python) S 31105 31105 30702 0 -1 4202560 933 0 0 0 3 3 0 0 18 0 1 0 546233492 451080192 46056 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185807 0 0 16781312 514 5211438825053585668 0 0 17 1 0 0 0
/proc/31113/statm: 110127 46056 376 364 0 46045 0
[pid=31115] ppid=31113 vsize=62804 CPUtime=43.49 cores=0-7
/proc/31115/stat : 31115 (lingeling) R 31113 31115 31115 0 -1 4202496 22328 0 0 0 4345 4 0 0 25 0 1 0 546233493 64311296 13848 33554432000 4194304 4352236 140734930671248 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/31115/statm: 15701 13848 129 39 0 14781 0
[pid=31116] ppid=31105 vsize=450764 CPUtime=0.07 cores=0-7
/proc/31116/stat : 31116 (python) S 31105 31105 30702 0 -1 4202560 947 0 0 0 3 4 0 0 15 0 1 0 546233495 461582336 46054 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 4613779492861608193 0 0 17 1 0 0 0
/proc/31116/statm: 112691 46054 370 364 0 48606 0
[pid=31118] ppid=31116 vsize=811328 CPUtime=43.46 cores=0-7
/proc/31118/stat : 31118 (cryptominisat-2) R 31116 31118 31118 0 -1 4202496 157554 0 0 0 4327 19 0 0 25 0 1 0 546233496 830799872 149245 33554432000 4194304 4677096 140734973058048 18446744073709551615 4336125 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31118/statm: 202832 149245 387 118 0 197791 0
[pid=31119] ppid=31105 vsize=461020 CPUtime=0.06 cores=0-7
/proc/31119/stat : 31119 (python) S 31105 31105 30702 0 -1 4202560 920 0 0 0 3 3 0 0 18 0 1 0 546233499 472084480 46058 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 7 0 0 0
/proc/31119/statm: 115255 46058 370 364 0 51167 0
[pid=31121] ppid=31119 vsize=63752 CPUtime=43.43 cores=0-7
/proc/31121/stat : 31121 (lingeling) R 31119 31121 31121 0 -1 4202496 22566 0 0 0 4341 2 0 0 25 0 1 0 546233500 65282048 14086 33554432000 4194304 4352236 140734107643296 18446744073709551615 4280928 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/31121/statm: 15938 14086 129 39 0 15018 0
[pid=31122] ppid=31105 vsize=471276 CPUtime=0.05 cores=0-7
/proc/31122/stat : 31122 (python) S 31105 31105 30702 0 -1 4202560 932 0 0 0 2 3 0 0 15 0 1 0 546233502 482586624 46062 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 0 0 0 0
/proc/31122/statm: 117819 46062 370 364 0 53728 0
[pid=31124] ppid=31122 vsize=834912 CPUtime=43.04 cores=0-7
/proc/31124/stat : 31124 (cryptominisat-2) R 31122 31124 31124 0 -1 4202496 155203 0 0 0 4282 22 0 0 25 0 1 0 546233503 854949888 150545 33554432000 4194304 4677096 140734658577456 18446744073709551615 4335807 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/31124/statm: 208728 150545 387 118 0 203687 0
[pid=31125] ppid=31105 vsize=481532 CPUtime=0.06 cores=0-7
/proc/31125/stat : 31125 (python) S 31105 31105 30702 0 -1 4202560 966 0 0 0 3 3 0 0 15 0 1 0 546233506 493088768 46066 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585665 0 0 17 4 0 0 0
/proc/31125/statm: 120383 46066 370 364 0 56289 0
[pid=31127] ppid=31125 vsize=834908 CPUtime=43.29 cores=0-7
/proc/31127/stat : 31127 (cryptominisat-2) R 31125 31127 31127 0 -1 4202496 154303 0 0 0 4310 19 0 0 25 0 1 0 546233507 854945792 149642 33554432000 4194304 4677096 140733628690784 18446744073709551615 4336280 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31127/statm: 208727 149642 387 118 0 203686 0
[pid=31128] ppid=31105 vsize=491788 CPUtime=0.06 cores=0-7
/proc/31128/stat : 31128 (python) S 31105 31105 30702 0 -1 4202560 963 0 0 0 4 2 0 0 18 0 1 0 546233509 503590912 46070 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 0 0 0 0
/proc/31128/statm: 122947 46070 370 364 0 58850 0
[pid=31130] ppid=31128 vsize=56388 CPUtime=43.2 cores=0-7
/proc/31130/stat : 31130 (lingeling) R 31128 31130 31130 0 -1 4202496 20951 0 0 0 4316 4 0 0 25 0 1 0 546233510 57741312 12244 33554432000 4194304 4352236 140736485882960 18446744073709551615 4331500 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/31130/statm: 14097 12244 129 39 0 13177 0
[pid=31131] ppid=31105 vsize=502044 CPUtime=0.06 cores=0-7
/proc/31131/stat : 31131 (python) S 31105 31105 30702 0 -1 4202560 975 0 0 0 3 3 0 0 15 0 1 0 546233513 514093056 46074 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 1 0 0 0
/proc/31131/statm: 125511 46074 370 364 0 61411 0
[pid=31133] ppid=31131 vsize=814980 CPUtime=43.26 cores=0-7
/proc/31133/stat : 31133 (cryptominisat-2) R 31131 31133 31133 0 -1 4202496 159402 0 0 0 4309 17 0 0 25 0 1 0 546233516 834539520 149762 33554432000 4194304 4677096 140734313918800 18446744073709551615 230808862475 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31133/statm: 203745 149762 387 118 0 198704 0
[pid=31134] ppid=31105 vsize=512300 CPUtime=0.06 cores=0-7
/proc/31134/stat : 31134 (python) S 31105 31105 30702 0 -1 4202560 1002 0 0 0 3 3 0 0 18 0 1 0 546233517 524595200 46084 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 1 0 0 0
/proc/31134/statm: 128075 46084 376 364 0 63972 0
[pid=31136] ppid=31134 vsize=76372 CPUtime=42.98 cores=0-7
/proc/31136/stat : 31136 (SApperloT-base) R 31134 31136 31136 0 -1 4202496 18425 0 0 0 4293 5 0 0 25 0 1 0 546233518 78204928 17974 33554432000 134512640 135674940 4293185008 18446744073709551615 134552072 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31136/statm: 19093 17974 99 284 0 18807 0
[pid=31105/tid=31114] ppid=31103 vsize=522544 CPUtime=0 cores=0-7
/proc/31105/task/31114/stat : 31114 (python) S 31103 31105 30702 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 9 0 546233493 535085056 47601 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 6 0 0 0
[pid=31105/tid=31117] ppid=31103 vsize=522544 CPUtime=0 cores=0-7
/proc/31105/task/31117/stat : 31117 (python) S 31103 31105 30702 0 -1 4202560 20 936 0 0 0 0 0 0 17 0 9 0 546233496 535085056 47601 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 3 0 0 0
[pid=31105/tid=31120] ppid=31103 vsize=522544 CPUtime=0 cores=0-7
/proc/31105/task/31120/stat : 31120 (python) S 31103 31105 30702 0 -1 4202560 20 936 0 0 0 0 0 0 25 0 9 0 546233499 535085056 47601 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 6 0 0 0
[pid=31105/tid=31123] ppid=31103 vsize=522544 CPUtime=0 cores=0-7
/proc/31105/task/31123/stat : 31123 (python) S 31103 31105 30702 0 -1 4202560 18 936 0 0 0 0 0 0 25 0 9 0 546233503 535085056 47601 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 6 0 0 0
[pid=31105/tid=31126] ppid=31103 vsize=522544 CPUtime=0 cores=0-7
/proc/31105/task/31126/stat : 31126 (python) S 31103 31105 30702 0 -1 4202560 24 936 0 0 0 0 0 0 18 0 9 0 546233506 535085056 47601 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 4 0 0 0
[pid=31105/tid=31129] ppid=31103 vsize=522544 CPUtime=0 cores=0-7
/proc/31105/task/31129/stat : 31129 (python) S 31103 31105 30702 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 9 0 546233510 535085056 47601 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 0 0 0 0
[pid=31105/tid=31132] ppid=31103 vsize=522544 CPUtime=0 cores=0-7
/proc/31105/task/31132/stat : 31132 (python) S 31103 31105 30702 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 9 0 546233514 535085056 47601 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 6 0 0 0
[pid=31105/tid=31135] ppid=31103 vsize=522544 CPUtime=0 cores=0-7
/proc/31105/task/31135/stat : 31135 (python) S 31103 31105 30702 0 -1 4202560 29 936 0 0 0 0 0 0 24 0 9 0 546233517 535085056 47601 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 405.24
Current children cumulated vsize (KiB) 7889220

[startup+162.302 s]
/proc/loadavg: 7.16 4.22 3.45 9/224 31143
/proc/meminfo: memFree=7637684/32951124 swapFree=67111448/67111528
[pid=31105] ppid=31103 vsize=598336 CPUtime=58.69 cores=0-7
/proc/31105/stat : 31105 (python) S 31103 31105 30702 0 -1 4202496 80148 936 1 0 5844 25 0 0 18 0 10 0 546227613 612696064 47725 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31105/statm: 149584 47725 1892 364 0 85478 0
[pid=31113] ppid=31105 vsize=450752 CPUtime=0.15 cores=0-7
/proc/31113/stat : 31113 (python) S 31105 31105 30702 0 -1 4202560 1112 0 0 0 7 8 0 0 18 0 2 0 546233492 461570048 46095 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31113/statm: 112688 46095 410 364 0 48606 0

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

/proc/31118/stat : 31118 (cryptominisat-2) D 31116 31118 31118 0 -1 4202496 7652801 0 10539 0 21967 1311 0 0 18 0 1 0 546233496 6611988480 1497634 33554432000 4194304 4677096 140734973058048 18446744073709551615 4353968 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 6783
/proc/31118/statm: 1614255 1497634 276 118 0 1609214 0
[pid=31119] ppid=31105 vsize=461020 CPUtime=0.46 cores=0-7
/proc/31119/stat : 31119 (python) S 31105 31105 30702 0 -1 4202560 969 0 5 0 23 23 0 0 18 0 1 0 546233499 472084480 45294 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 2 0 0 212
/proc/31119/statm: 115255 45294 235 364 0 51167 0
[pid=31121] ppid=31119 vsize=88192 CPUtime=300.05 cores=0-7
/proc/31121/stat : 31121 (lingeling) R 31119 31121 31121 0 -1 4202496 36746 0 77 0 29993 12 0 0 25 0 1 0 546233500 90308608 18844 33554432000 4194304 4352236 140734107643296 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 2 0 0 382
/proc/31121/statm: 22048 18844 129 39 0 21128 0
[pid=31122] ppid=31105 vsize=471276 CPUtime=1.24 cores=0-7
/proc/31122/stat : 31122 (python) S 31105 31105 30702 0 -1 4202560 1850 0 1 0 88 36 0 0 15 0 1 0 546233502 482586624 45577 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 0 0 0 146
/proc/31122/statm: 117819 45577 236 364 0 53728 0
[pid=31124] ppid=31122 vsize=6538644 CPUtime=269.1 cores=0-7
/proc/31124/stat : 31124 (cryptominisat-2) R 31122 31124 31124 0 -1 4202496 7623838 0 856 0 25609 1301 0 0 18 0 1 0 546233503 6695571456 1484324 33554432000 4194304 4677096 140734658577456 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 4 0 0 3053
/proc/31124/statm: 1634661 1484324 263 118 0 1629620 0
[pid=31125] ppid=31105 vsize=481532 CPUtime=1.23 cores=0-7
/proc/31125/stat : 31125 (python) S 31105 31105 30702 0 -1 4202560 1880 0 2 0 91 32 0 0 15 0 1 0 546233506 493088768 45626 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585665 0 0 17 2 0 0 264
/proc/31125/statm: 120383 45626 236 364 0 56289 0
[pid=31127] ppid=31125 vsize=6615848 CPUtime=291.31 cores=0-7
/proc/31127/stat : 31127 (cryptominisat-2) D 31125 31127 31127 0 -1 4202496 2845269 0 19 0 28481 650 0 0 18 0 1 0 546233507 6774628352 1579739 33554432000 4194304 4677096 140733628690784 18446744073709551615 4353968 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 1030
/proc/31127/statm: 1653962 1579739 276 118 0 1648921 0
[pid=31128] ppid=31105 vsize=491788 CPUtime=0.47 cores=0-7
/proc/31128/stat : 31128 (python) S 31105 31105 30702 0 -1 4202560 1009 0 4 0 27 20 0 0 18 0 1 0 546233509 503590912 45502 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 2 0 0 236
/proc/31128/statm: 122947 45502 235 364 0 58850 0
[pid=31130] ppid=31128 vsize=88828 CPUtime=303.11 cores=0-7
/proc/31130/stat : 31130 (lingeling) R 31128 31130 31130 0 -1 4202496 30331 0 0 0 30302 9 0 0 25 0 1 0 546233510 90959872 21377 33554432000 4194304 4352236 140736485882960 18446744073709551615 4327863 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/31130/statm: 22207 21377 129 39 0 21287 0
[pid=31131] ppid=31105 vsize=502044 CPUtime=1.28 cores=0-7
/proc/31131/stat : 31131 (python) S 31105 31105 30702 0 -1 4202560 1575 0 8 0 92 36 0 0 15 0 1 0 546233513 514093056 45515 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 4610955947001479428 0 0 17 3 0 0 158
/proc/31131/statm: 125511 45515 236 364 0 61411 0
[pid=31133] ppid=31131 vsize=6527304 CPUtime=294.74 cores=0-7
/proc/31133/stat : 31133 (cryptominisat-2) R 31131 31133 31133 0 -1 4202496 7853276 0 0 0 27925 1549 0 0 25 0 1 0 546233516 6683959296 1522119 33554432000 4194304 4677096 140734313918800 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 3 0 0 734
/proc/31133/statm: 1631826 1522119 276 118 0 1626785 0
[pid=31134] ppid=31105 vsize=577836 CPUtime=0.15 cores=0-7
/proc/31134/stat : 31134 (python) S 31105 31105 30702 0 -1 4202560 1185 0 0 0 8 7 0 0 19 0 2 0 546233517 591704064 45153 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31134/statm: 144459 45153 247 364 0 80356 0
[pid=31136] ppid=31134 vsize=110456 CPUtime=99.6 cores=0-7
/proc/31136/stat : 31136 (SApperloT-base) T 31134 31136 31136 0 -1 4202496 26939 0 0 0 9954 6 0 0 25 0 1 0 546233518 113106944 902 33554432000 134512640 135674940 4293185008 18446744073709551615 134552024 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31136/statm: 27614 902 99 284 0 27328 0
[pid=31134/tid=31143] ppid=31105 vsize=577836 CPUtime=0 cores=0-7
/proc/31134/task/31143/stat : 31143 (python) S 31105 31105 30702 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 546243536 591704064 45153 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 514 18446604451036440448 0 0 -1 0 0 0 0
[pid=31140] ppid=31105 vsize=522556 CPUtime=0.31 cores=0-7
/proc/31140/stat : 31140 (python) S 31105 31105 30702 0 -1 4202560 1025 0 3 0 17 14 0 0 18 0 1 0 546243511 535097344 45694 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 2 0 0 202
/proc/31140/statm: 130639 45694 235 364 0 66533 0
[pid=31142] ppid=31140 vsize=218696 CPUtime=203.09 cores=0-7
/proc/31142/stat : 31142 (precosat) R 31140 31142 31142 0 -1 4202496 55702 0 0 0 20298 11 0 0 25 0 1 0 546243512 223944704 52744 33554432000 4194304 4890832 140736280411088 18446744073709551615 4238946 0 0 16781312 17442 0 0 0 17 5 0 0 2
/proc/31142/statm: 54674 52744 86 171 0 54501 0
[pid=31105/tid=31114] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31114/stat : 31114 (python) S 31103 31105 30702 0 -1 4202560 32 936 0 0 0 0 0 0 18 0 10 0 546233493 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 6 0 0 0
[pid=31105/tid=31117] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31117/stat : 31117 (python) S 31103 31105 30702 0 -1 4202560 20 936 0 0 0 0 0 0 17 0 10 0 546233496 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 3 0 0 0
[pid=31105/tid=31120] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31120/stat : 31120 (python) S 31103 31105 30702 0 -1 4202560 20 936 0 0 0 0 0 0 25 0 10 0 546233499 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 6 0 0 0
[pid=31105/tid=31123] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31123/stat : 31123 (python) S 31103 31105 30702 0 -1 4202560 18 936 0 0 0 0 0 0 25 0 10 0 546233503 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 6 0 0 0
[pid=31105/tid=31126] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31126/stat : 31126 (python) S 31103 31105 30702 0 -1 4202560 24 936 0 0 0 0 0 0 18 0 10 0 546233506 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 4 0 0 0
[pid=31105/tid=31129] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31129/stat : 31129 (python) S 31103 31105 30702 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 10 0 546233510 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 0 0 0 0
[pid=31105/tid=31132] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31132/stat : 31132 (python) S 31103 31105 30702 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 10 0 546233514 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 6 0 0 0
[pid=31105/tid=31135] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31135/stat : 31135 (python) S 31103 31105 30702 0 -1 4202560 29 936 0 0 0 0 0 0 24 0 10 0 546233517 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 1 0 0 0
[pid=31105/tid=31141] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31141/stat : 31141 (python) S 31103 31105 30702 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 10 0 546243512 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2360.68
Current children cumulated vsize (KiB) 31753960

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+363.308 s]
/proc/loadavg: 8.35 6.37 4.45 7/224 31151
/proc/meminfo: memFree=95676/32951124 swapFree=58849832/67111528
[pid=31105] ppid=31103 vsize=598336 CPUtime=58.69 cores=0-7
/proc/31105/stat : 31105 (python) S 31103 31105 30702 0 -1 4202496 80148 936 1 0 5844 25 0 0 18 0 10 0 546227613 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31105/statm: 149584 46407 581 364 0 85478 0
[pid=31113] ppid=31105 vsize=450752 CPUtime=0.46 cores=0-7
/proc/31113/stat : 31113 (python) S 31105 31105 30702 0 -1 4202560 1139 0 1 0 23 23 0 0 18 0 2 0 546233492 461570048 45348 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 126
/proc/31113/statm: 112688 45348 253 364 0 48606 0
[pid=31115] ppid=31113 vsize=101068 CPUtime=301.33 cores=0-7
/proc/31115/stat : 31115 (lingeling) R 31113 31115 31115 0 -1 4202496 33394 0 0 0 30120 13 0 0 25 0 1 0 546233493 103493632 24437 33554432000 4194304 4352236 140734930671248 18446744073709551615 4241364 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/31115/statm: 25267 24437 129 39 0 24347 0
[pid=31113/tid=31139] ppid=31105 vsize=450752 CPUtime=0 cores=0-7
/proc/31113/task/31139/stat : 31139 (python) S 31105 31105 30702 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 546243507 461570048 45348 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 514 18446604450948060224 0 0 -1 2 0 0 0
[pid=31116] ppid=31105 vsize=450764 CPUtime=1.28 cores=0-7
/proc/31116/stat : 31116 (python) S 31105 31105 30702 0 -1 4202560 1886 0 6 0 89 39 0 0 15 0 1 0 546233495 461582336 45448 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585665 0 0 17 4 0 0 317
/proc/31116/statm: 112691 45448 236 364 0 48606 0
[pid=31118] ppid=31116 vsize=6457020 CPUtime=232.78 cores=0-7
/proc/31118/stat : 31118 (cryptominisat-2) D 31116 31118 31118 0 -1 4202496 7652801 0 10539 0 21967 1311 0 0 18 0 1 0 546233496 6611988480 1497634 33554432000 4194304 4677096 140734973058048 18446744073709551615 4353968 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 6783
/proc/31118/statm: 1614255 1497634 276 118 0 1609214 0
[pid=31119] ppid=31105 vsize=461020 CPUtime=0.46 cores=0-7
/proc/31119/stat : 31119 (python) S 31105 31105 30702 0 -1 4202560 969 0 5 0 23 23 0 0 18 0 1 0 546233499 472084480 45294 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 2 0 0 212
/proc/31119/statm: 115255 45294 235 364 0 51167 0
[pid=31121] ppid=31119 vsize=88192 CPUtime=300.05 cores=0-7
/proc/31121/stat : 31121 (lingeling) R 31119 31121 31121 0 -1 4202496 36746 0 77 0 29993 12 0 0 25 0 1 0 546233500 90308608 18844 33554432000 4194304 4352236 140734107643296 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 2 0 0 382
/proc/31121/statm: 22048 18844 129 39 0 21128 0
[pid=31122] ppid=31105 vsize=471276 CPUtime=1.24 cores=0-7
/proc/31122/stat : 31122 (python) S 31105 31105 30702 0 -1 4202560 1850 0 1 0 88 36 0 0 15 0 1 0 546233502 482586624 45577 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 0 0 0 146
/proc/31122/statm: 117819 45577 236 364 0 53728 0
[pid=31124] ppid=31122 vsize=6538644 CPUtime=269.1 cores=0-7
/proc/31124/stat : 31124 (cryptominisat-2) R 31122 31124 31124 0 -1 4202496 7623838 0 856 0 25609 1301 0 0 18 0 1 0 546233503 6695571456 1484324 33554432000 4194304 4677096 140734658577456 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 4 0 0 3053
/proc/31124/statm: 1634661 1484324 263 118 0 1629620 0
[pid=31125] ppid=31105 vsize=481532 CPUtime=1.23 cores=0-7
/proc/31125/stat : 31125 (python) S 31105 31105 30702 0 -1 4202560 1880 0 2 0 91 32 0 0 15 0 1 0 546233506 493088768 45626 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585665 0 0 17 2 0 0 264
/proc/31125/statm: 120383 45626 236 364 0 56289 0
[pid=31127] ppid=31125 vsize=6615848 CPUtime=291.31 cores=0-7
/proc/31127/stat : 31127 (cryptominisat-2) D 31125 31127 31127 0 -1 4202496 2845269 0 19 0 28481 650 0 0 18 0 1 0 546233507 6774628352 1579739 33554432000 4194304 4677096 140733628690784 18446744073709551615 4353968 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 1030
/proc/31127/statm: 1653962 1579739 276 118 0 1648921 0
[pid=31128] ppid=31105 vsize=491788 CPUtime=0.47 cores=0-7
/proc/31128/stat : 31128 (python) S 31105 31105 30702 0 -1 4202560 1009 0 4 0 27 20 0 0 18 0 1 0 546233509 503590912 45502 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 2 0 0 236
/proc/31128/statm: 122947 45502 235 364 0 58850 0
[pid=31130] ppid=31128 vsize=88828 CPUtime=303.11 cores=0-7
/proc/31130/stat : 31130 (lingeling) R 31128 31130 31130 0 -1 4202496 30331 0 0 0 30302 9 0 0 25 0 1 0 546233510 90959872 21377 33554432000 4194304 4352236 140736485882960 18446744073709551615 4327863 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/31130/statm: 22207 21377 129 39 0 21287 0
[pid=31131] ppid=31105 vsize=502044 CPUtime=1.28 cores=0-7
/proc/31131/stat : 31131 (python) S 31105 31105 30702 0 -1 4202560 1575 0 8 0 92 36 0 0 15 0 1 0 546233513 514093056 45515 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 4610955947001479428 0 0 17 3 0 0 158
/proc/31131/statm: 125511 45515 236 364 0 61411 0
[pid=31133] ppid=31131 vsize=6527304 CPUtime=294.74 cores=0-7
/proc/31133/stat : 31133 (cryptominisat-2) R 31131 31133 31133 0 -1 4202496 7853276 0 0 0 27925 1549 0 0 25 0 1 0 546233516 6683959296 1522119 33554432000 4194304 4677096 140734313918800 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 3 0 0 734
/proc/31133/statm: 1631826 1522119 276 118 0 1626785 0
[pid=31134] ppid=31105 vsize=577836 CPUtime=0.15 cores=0-7
/proc/31134/stat : 31134 (python) S 31105 31105 30702 0 -1 4202560 1185 0 0 0 8 7 0 0 19 0 2 0 546233517 591704064 45153 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31134/statm: 144459 45153 247 364 0 80356 0
[pid=31136] ppid=31134 vsize=110456 CPUtime=99.6 cores=0-7
/proc/31136/stat : 31136 (SApperloT-base) T 31134 31136 31136 0 -1 4202496 26939 0 0 0 9954 6 0 0 25 0 1 0 546233518 113106944 902 33554432000 134512640 135674940 4293185008 18446744073709551615 134552024 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31136/statm: 27614 902 99 284 0 27328 0
[pid=31134/tid=31143] ppid=31105 vsize=577836 CPUtime=0 cores=0-7
/proc/31134/task/31143/stat : 31143 (python) S 31105 31105 30702 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 546243536 591704064 45153 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 514 18446604451036440448 0 0 -1 0 0 0 0
[pid=31140] ppid=31105 vsize=522556 CPUtime=0.31 cores=0-7
/proc/31140/stat : 31140 (python) S 31105 31105 30702 0 -1 4202560 1025 0 3 0 17 14 0 0 18 0 1 0 546243511 535097344 45694 33554432000 4194304 5683644 140734251442704 18446744073709551615 230809185862 0 0 16781312 514 5211438825053585668 0 0 17 2 0 0 202
/proc/31140/statm: 130639 45694 235 364 0 66533 0
[pid=31142] ppid=31140 vsize=218696 CPUtime=203.09 cores=0-7
/proc/31142/stat : 31142 (precosat) R 31140 31142 31142 0 -1 4202496 55702 0 0 0 20298 11 0 0 25 0 1 0 546243512 223944704 52744 33554432000 4194304 4890832 140736280411088 18446744073709551615 4238946 0 0 16781312 17442 0 0 0 17 5 0 0 2
/proc/31142/statm: 54674 52744 86 171 0 54501 0
[pid=31105/tid=31114] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31114/stat : 31114 (python) S 31103 31105 30702 0 -1 4202560 32 936 0 0 0 0 0 0 18 0 10 0 546233493 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 6 0 0 0
[pid=31105/tid=31117] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31117/stat : 31117 (python) S 31103 31105 30702 0 -1 4202560 20 936 0 0 0 0 0 0 17 0 10 0 546233496 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 3 0 0 0
[pid=31105/tid=31120] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31120/stat : 31120 (python) S 31103 31105 30702 0 -1 4202560 20 936 0 0 0 0 0 0 25 0 10 0 546233499 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 6 0 0 0
[pid=31105/tid=31123] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31123/stat : 31123 (python) S 31103 31105 30702 0 -1 4202560 18 936 0 0 0 0 0 0 25 0 10 0 546233503 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 6 0 0 0
[pid=31105/tid=31126] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31126/stat : 31126 (python) S 31103 31105 30702 0 -1 4202560 24 936 0 0 0 0 0 0 18 0 10 0 546233506 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 4 0 0 0
[pid=31105/tid=31129] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31129/stat : 31129 (python) S 31103 31105 30702 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 10 0 546233510 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 0 0 0 0
[pid=31105/tid=31132] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31132/stat : 31132 (python) S 31103 31105 30702 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 10 0 546233514 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 6 0 0 0
[pid=31105/tid=31135] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31135/stat : 31135 (python) S 31103 31105 30702 0 -1 4202560 29 936 0 0 0 0 0 0 24 0 10 0 546233517 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 1 0 0 0
[pid=31105/tid=31141] ppid=31103 vsize=598336 CPUtime=0 cores=0-7
/proc/31105/task/31141/stat : 31141 (python) S 31103 31105 30702 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 10 0 546243512 612696064 46407 33554432000 4194304 5683644 140734251442704 18446744073709551615 230820989361 0 0 16781312 2 18446604450948061120 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2360.68
Current children cumulated vsize (KiB) 31753960

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31105 and gives
#  childrusage.ru_utime.tv_sec=58
#  childrusage.ru_utime.tv_usec=448114
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=267959
# CPU time returned by wait4() is 58.7161
# while last known CPU time is 2360.68
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 363.378
CPU time (s): 2360.68
CPU user time (s): 2309.51
CPU system time (s): 51.17
CPU usage (%): 649.649
Max. virtual memory (cumulated for all children) (KiB): 31753960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.4481
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81090
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= 3038
involuntary context switches= 95

runsolver used 1.22581 second user time and 3.10153 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-02 16:24:31
IDJOB=3321563
IDBENCH=82369
IDSOLVER=1710
FILE ID=node104/3321563-1304346271
RUNJOBID= node104-1304342614-30716
PBS_JOBID= 13178062
Free space on /tmp= 73420 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321563-1304346271/watcher-3321563-1304346271 -o /tmp/evaluation-result-3321563-1304346271/solver-3321563-1304346271 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321563-1304346271.cnf -seed 408331640 -budget 40000 -cores 8

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=408331640

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14396424 kB
Buffers:        469896 kB
Cached:        2907980 kB
SwapCached:         80 kB
Active:       15165156 kB
Inactive:      2934488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14396424 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           47396 kB
Writeback:           0 kB
AnonPages:    14721728 kB
Mapped:          20736 kB
Slab:           352840 kB
PageTables:      36156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 16328296 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= 73388 MiB
End job on node104 at 2011-05-02 16:30:37