Trace number 3498270

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-seq-industrial (fixed)? (TO) 5000.05 4993.75

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k80.cnf
MD5SUMd35e27c66dd20912347d4209a4f12c99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark49.1345
Satisfiable
(Un)Satisfiability was proved
Number of variables165064
Number of clauses686589
Sum of the clauses size1761641
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2487000
Number of clauses of size 3128986
Number of clauses of size 424474
Number of clauses of size 513939
Number of clauses of size over 530118

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.46	c INFO: solving HOME/instance-3498270-1308500396.cnf
0.32/0.47	c INFO: computing task features
2.60/2.77	c INFO: computed variable-clause graph statistics
2.70/2.84	c INFO: computed clause balance statistics
13.20/13.36	c INFO: computed variable balance statistics
20.81/20.98	c INFO: computed small-clause counts
21.00/21.12	c INFO: computed Horn-clause counts
52.51/52.61	c INFO: computed variable graph statistics
52.51/52.61	c INFO: collected features for HOME/instance-3498270-1308500396.cnf in 52.07 s
52.51/52.63	c INFO: running lingeling-276@0 for 97 with 4947 remaining (b = 0.30)
152.70/152.77	c INFO: running cryptominisat-2.9.0@0 for 485 with 4847 remaining (b = 0.25)
643.08/642.45	c INFO: running lingeling-276@100 for 388 with 4358 remaining (b = 0.22)
1028.93/1027.86	c INFO: running lingeling-276@0 for 97 with 3973 remaining (b = 0.23)
1129.25/1128.00	c INFO: running lingeling-276@100 for 388 with 3872 remaining (b = 0.16)
1519.13/1517.43	c INFO: running lingeling-276@0 for 97 with 3483 remaining (b = 0.19)
1619.35/1617.58	c INFO: running precosat-570@0 for 194 with 3383 remaining (b = 0.07)
1815.91/1813.84	c INFO: running precosat-570@196 for 97 with 3187 remaining (b = 0.03)
1911.13/1908.97	c INFO: running cryptominisat-2.9.0@489 for 97 with 3092 remaining (b = 0.05)
2007.88/2005.55	c INFO: running cryptominisat-2.9.0@585 for 873 with 2995 remaining (b = 0.27)
2883.24/2879.65	c INFO: running cryptominisat-2.9.0@1459 for 194 with 2121 remaining (b = 0.08)
3077.79/3073.91	c INFO: running cryptominisat-2.9.0@1653 for 291 with 1927 remaining (b = 0.13)
3369.15/3364.92	c INFO: running lingeling-276@485 for 97 with 1636 remaining (b = 0.02)
3466.36/3462.03	c INFO: running cryptominisat-2.9.0@0 for 1539 with 1539 remaining (b = 0.35)

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.1 (svn: 989)

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-3498270-1308500396/watcher-3498270-1308500396 -o /tmp/evaluation-result-3498270-1308500396/solver-3498270-1308500396 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498270-1308500396.cnf -seed 2098974037 -budget 5000 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.97 1.99 1.98 2/180 13265
/proc/meminfo: memFree=27101296/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/13265/stat : 13265 (python) S 13263 13265 12734 0 -1 4202496 791 0 0 0 0 0 0 0 21 0 1 0 961645501 15749120 678 33554432000 4194304 5683644 140734820426144 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/13265/statm: 3845 678 322 364 0 332 0

[startup+0.0708011 s]
/proc/loadavg: 1.97 1.99 1.98 2/180 13265
/proc/meminfo: memFree=27101296/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=54536 CPUtime=0.05 cores=1,3,5,7
/proc/13265/stat : 13265 (python) R 13263 13265 12734 0 -1 4202496 2079 0 0 0 4 1 0 0 17 0 1 0 961645501 55844864 1835 33554432000 4194304 5683644 140734820426144 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13265/statm: 13633 1834 492 364 0 1283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.100796 s]
/proc/loadavg: 1.97 1.99 1.98 2/180 13265
/proc/meminfo: memFree=27101296/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=104228 CPUtime=0.07 cores=1,3,5,7
/proc/13265/stat : 13265 (python) R 13263 13265 12734 0 -1 4202496 3069 0 0 0 5 2 0 0 17 0 1 0 961645501 106729472 2749 33554432000 4194304 5683644 140734820426144 18446744073709551615 248089741447 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13265/statm: 26056 2749 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.30083 s]
/proc/loadavg: 1.97 1.99 1.98 2/180 13265
/proc/meminfo: memFree=27101296/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=172852 CPUtime=0.24 cores=1,3,5,7
/proc/13265/stat : 13265 (python) R 13263 13265 12734 0 -1 4202496 6754 931 1 0 17 7 0 0 17 0 1 0 961645501 177000448 4812 33554432000 4194304 5683644 140734820426144 18446744073709551615 248084774535 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13265/statm: 45606 4816 1340 364 0 3722 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 172852

[startup+0.700751 s]
/proc/loadavg: 1.97 1.99 1.98 2/180 13265
/proc/meminfo: memFree=27101296/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=302484 CPUtime=0.61 cores=1,3,5,7
/proc/13265/stat : 13265 (python) R 13263 13265 12734 0 -1 4202496 15204 931 1 0 51 10 0 0 17 0 1 0 961645501 309743616 12874 33554432000 4194304 5683644 140734820426144 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13265/statm: 75621 12874 1761 364 0 11545 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 302484

[startup+1.50061 s]
/proc/loadavg: 1.97 1.99 1.98 3/181 13270
/proc/meminfo: memFree=27033540/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=357276 CPUtime=1.4 cores=1,3,5,7
/proc/13265/stat : 13265 (python) R 13263 13265 12734 0 -1 4202496 28855 931 1 0 128 12 0 0 18 0 1 0 961645501 365850624 26525 33554432000 4194304 5683644 140734820426144 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13265/statm: 89319 26526 1761 364 0 25243 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 357276

[startup+3.10026 s]
/proc/loadavg: 1.97 1.99 1.98 3/181 13270
/proc/meminfo: memFree=26967200/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=425776 CPUtime=3 cores=1,3,5,7
/proc/13265/stat : 13265 (python) R 13263 13265 12734 0 -1 4202496 63713 931 1 0 284 16 0 0 21 0 1 0 961645501 435994624 43829 33554432000 4194304 5683644 140734820426144 18446744073709551615 46971667050837 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13265/statm: 106444 43829 1826 364 0 42368 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 425776

[startup+6.3007 s]
/proc/loadavg: 2.05 2.01 1.98 3/181 13270
/proc/meminfo: memFree=26925320/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=425776 CPUtime=6.2 cores=1,3,5,7
/proc/13265/stat : 13265 (python) R 13263 13265 12734 0 -1 4202496 63713 931 1 0 604 16 0 0 25 0 1 0 961645501 435994624 43829 33554432000 4194304 5683644 140734820426144 18446744073709551615 46971667114922 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13265/statm: 106444 43829 1826 364 0 42368 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 425776

[startup+12.7006 s]
/proc/loadavg: 2.05 2.01 1.98 3/181 13271
/proc/meminfo: memFree=26917644/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=425776 CPUtime=12.6 cores=1,3,5,7
/proc/13265/stat : 13265 (python) R 13263 13265 12734 0 -1 4202496 63713 931 1 0 1244 16 0 0 25 0 1 0 961645501 435994624 43829 33554432000 4194304 5683644 140734820426144 18446744073709551615 46971667078240 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13265/statm: 106444 43829 1826 364 0 42368 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 425776

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 1.98 3/181 13271
/proc/meminfo: memFree=26903264/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=425776 CPUtime=25.4 cores=1,3,5,7
/proc/13265/stat : 13265 (python) R 13263 13265 12734 0 -1 4202496 63720 931 1 0 2524 16 0 0 25 0 1 0 961645501 435994624 43836 33554432000 4194304 5683644 140734820426144 18446744073709551615 46971666970752 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13265/statm: 106444 43836 1833 364 0 42368 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 425776

[startup+51.1008 s]
/proc/loadavg: 2.02 2.01 1.98 3/181 13272
/proc/meminfo: memFree=26877604/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=425776 CPUtime=51.01 cores=1,3,5,7
/proc/13265/stat : 13265 (python) R 13263 13265 12734 0 -1 4202496 63720 931 1 0 5085 16 0 0 25 0 1 0 961645501 435994624 43836 33554432000 4194304 5683644 140734820426144 18446744073709551615 46971666970764 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13265/statm: 106444 43836 1833 364 0 42368 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 425776

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.98 3/188 13280
/proc/meminfo: memFree=26769244/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=424752 CPUtime=52.55 cores=1,3,5,7
/proc/13265/stat : 13265 (python) S 13263 13265 12734 0 -1 4202496 64088 931 1 0 5238 17 0 0 20 0 2 0 961645501 434946048 41059 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13265/statm: 106188 41059 1875 364 0 42106 0
[pid=13273] ppid=13265 vsize=414508 CPUtime=0.05 cores=1,3,5,7
/proc/13273/stat : 13273 (python) S 13265 13265 12734 0 -1 4202560 985 0 0 0 3 2 0 0 18 0 1 0 961650764 424456192 39561 33554432000 4194304 5683644 140734820426144 18446744073709551615 248089718287 0 0 16781312 514 7961449347516694792 0 0 17 3 0 0 0
/proc/13273/statm: 103627 39561 381 364 0 39545 0
[pid=13275] ppid=13273 vsize=54844 CPUtime=49.66 cores=1,3,5,7
/proc/13275/stat : 13275 (lingeling) R 13273 13275 13275 0 -1 4202496 26645 0 0 0 4962 4 0 0 25 0 1 0 961650765 56160256 12881 33554432000 4194304 4352236 140735244187216 18446744073709551615 4328979 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/13275/statm: 13711 12881 129 39 0 12791 0
[pid=13265/tid=13274] ppid=13263 vsize=424752 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13274/stat : 13274 (python) S 13263 13265 12734 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 2 0 961650765 434946048 41059 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 894104

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/192 13286
/proc/meminfo: memFree=26497356/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=435008 CPUtime=52.57 cores=1,3,5,7
/proc/13265/stat : 13265 (python) S 13263 13265 12734 0 -1 4202496 64866 931 1 0 5240 17 0 0 20 0 3 0 961645501 445448192 41066 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13265/statm: 108752 41066 1878 364 0 44667 0
[pid=13273] ppid=13265 vsize=424752 CPUtime=0.12 cores=1,3,5,7
/proc/13273/stat : 13273 (python) S 13265 13265 12734 0 -1 4202560 1162 0 0 0 6 6 0 0 19 0 2 0 961650764 434946048 39599 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13273/statm: 106188 39599 414 364 0 42106 0
[pid=13275] ppid=13273 vsize=55820 CPUtime=100.1 cores=1,3,5,7
/proc/13275/stat : 13275 (lingeling) T 13273 13275 13275 0 -1 4202496 27669 0 0 0 10006 4 0 0 25 0 1 0 961650765 57159680 13125 33554432000 4194304 4352236 140735244187216 18446744073709551615 4327857 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/13275/statm: 13955 13125 129 39 0 13035 0
[pid=13273/tid=13282] ppid=13265 vsize=424752 CPUtime=0 cores=1,3,5,7
/proc/13273/task/13282/stat : 13282 (python) S 13265 13265 12734 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 961660776 434946048 39599 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 514 18446604471138858240 0 0 -1 3 0 0 0
[pid=13283] ppid=13265 vsize=424764 CPUtime=0 cores=1,3,5,7
/proc/13283/stat : 13283 (python) S 13265 13265 12734 0 -1 4202560 896 0 0 0 0 0 0 0 15 0 1 0 961660778 434958336 39554 33554432000 4194304 5683644 140734820426144 18446744073709551615 248089718342 0 0 16781312 514 5633915177205203208 0 0 17 5 0 0 0
/proc/13283/statm: 106191 39554 370 364 0 42106 0
[pid=13285] ppid=13283 vsize=349456 CPUtime=9.5 cores=1,3,5,7
/proc/13285/stat : 13285 (cryptominisat-2) R 13283 13285 13285 0 -1 4202496 79666 0 0 0 943 7 0 0 25 0 1 0 961660779 357842944 75012 33554432000 4194304 4677096 140734347576576 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13285/statm: 87364 75014 372 118 0 82323 0
[pid=13265/tid=13274] ppid=13263 vsize=435008 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13274/stat : 13274 (python) S 13263 13265 12734 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 961650765 445448192 41066 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 5 0 0 0
[pid=13265/tid=13284] ppid=13263 vsize=435008 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13284/stat : 13284 (python) S 13263 13265 12734 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 3 0 961660778 445448192 41066 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1689800

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/196 13291
/proc/meminfo: memFree=26024616/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=435008 CPUtime=52.57 cores=1,3,5,7
/proc/13265/stat : 13265 (python) S 13263 13265 12734 0 -1 4202496 64866 931 1 0 5240 17 0 0 20 0 3 0 961645501 445448192 41066 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13265/statm: 108752 41066 1878 364 0 44667 0
[pid=13273] ppid=13265 vsize=424752 CPUtime=0.12 cores=1,3,5,7
/proc/13273/stat : 13273 (python) S 13265 13265 12734 0 -1 4202560 1162 0 0 0 6 6 0 0 19 0 2 0 961650764 434946048 39599 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13273/statm: 106188 39599 414 364 0 42106 0
[pid=13275] ppid=13273 vsize=55820 CPUtime=100.1 cores=1,3,5,7
/proc/13275/stat : 13275 (lingeling) T 13273 13275 13275 0 -1 4202496 27669 0 0 0 10006 4 0 0 25 0 1 0 961650765 57159680 13125 33554432000 4194304 4352236 140735244187216 18446744073709551615 4327857 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/13275/statm: 13955 13125 129 39 0 13035 0
[pid=13273/tid=13282] ppid=13265 vsize=424752 CPUtime=0 cores=1,3,5,7
/proc/13273/task/13282/stat : 13282 (python) S 13265 13265 12734 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 961660776 434946048 39599 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 514 18446604471138858240 0 0 -1 3 0 0 0
[pid=13283] ppid=13265 vsize=424764 CPUtime=0.09 cores=1,3,5,7
/proc/13283/stat : 13283 (python) S 13265 13265 12734 0 -1 4202560 936 0 0 0 5 4 0 0 15 0 1 0 961660778 434958336 39554 33554432000 4194304 5683644 140734820426144 18446744073709551615 248089718342 0 0 16781312 514 5633915177205203208 0 0 17 5 0 0 0
/proc/13283/statm: 106191 39554 370 364 0 42106 0
[pid=13285] ppid=13283 vsize=501900 CPUtime=69.5 cores=1,3,5,7
/proc/13285/stat : 13285 (cryptominisat-2) R 13283 13285 13285 0 -1 4202496 128888 0 0 0 6937 13 0 0 25 0 1 0 961660779 513945600 109943 33554432000 4194304 4677096 140734347576576 18446744073709551615 4317747 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13285/statm: 125475 109943 394 118 0 120434 0
[pid=13265/tid=13274] ppid=13263 vsize=435008 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13274/stat : 13274 (python) S 13263 13265 12734 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 961650765 445448192 41066 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 5 0 0 0
[pid=13265/tid=13284] ppid=13263 vsize=435008 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13284/stat : 13284 (python) S 13263 13265 12734 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 3 0 961660778 445448192 41066 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 1842244

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/196 13293
/proc/meminfo: memFree=25988988/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=435008 CPUtime=52.57 cores=1,3,5,7
/proc/13265/stat : 13265 (python) S 13263 13265 12734 0 -1 4202496 64866 931 1 0 5240 17 0 0 20 0 3 0 961645501 445448192 41066 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13265/statm: 108752 41066 1878 364 0 44667 0
[pid=13273] ppid=13265 vsize=424752 CPUtime=0.12 cores=1,3,5,7
/proc/13273/stat : 13273 (python) S 13265 13265 12734 0 -1 4202560 1162 0 0 0 6 6 0 0 19 0 2 0 961650764 434946048 39599 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13273/statm: 106188 39599 414 364 0 42106 0
[pid=13275] ppid=13273 vsize=55820 CPUtime=100.1 cores=1,3,5,7
/proc/13275/stat : 13275 (lingeling) T 13273 13275 13275 0 -1 4202496 27669 0 0 0 10006 4 0 0 25 0 1 0 961650765 57159680 13125 33554432000 4194304 4352236 140735244187216 18446744073709551615 4327857 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0

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

/proc/13265/task/13274/stat : 13274 (python) S 13263 13265 12734 0 -1 4202560 36 931 0 0 0 0 0 0 18 0 7 0 961650765 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 5 0 0 0
[pid=13265/tid=13284] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13284/stat : 13284 (python) S 13263 13265 12734 0 -1 4202560 28 931 0 0 0 0 0 0 15 0 7 0 961660778 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 7 0 0 0
[pid=13265/tid=13317] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13317/stat : 13317 (python) S 13263 13265 12734 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 7 0 961748287 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=13265/tid=13338] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13338/stat : 13338 (python) S 13263 13265 12734 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 7 0 961797244 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=13265/tid=13347] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13347/stat : 13347 (python) S 13263 13265 12734 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 7 0 961807259 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=13265/tid=13446] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13446/stat : 13446 (python) S 13263 13265 12734 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 7 0 961991705 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4968.59
Current children cumulated vsize (KiB) 4846260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.7 s]
/proc/loadavg: 1.00 1.00 1.06 2/195 13487
/proc/meminfo: memFree=25533808/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=476032 CPUtime=52.79 cores=1,3,5,7
/proc/13265/stat : 13265 (python) S 13263 13265 12734 0 -1 4202496 68256 931 1 0 5259 20 0 0 20 0 7 0 961645501 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13265/statm: 119008 41090 1886 364 0 54911 0
[pid=13273] ppid=13265 vsize=424752 CPUtime=0.69 cores=1,3,5,7
/proc/13273/stat : 13273 (python) S 13265 13265 12734 0 -1 4202560 1204 0 0 0 36 33 0 0 18 0 2 0 961650764 434946048 39600 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13273/statm: 106188 39600 415 364 0 42106 0
[pid=13275] ppid=13273 vsize=92632 CPUtime=582.6 cores=1,3,5,7
/proc/13275/stat : 13275 (lingeling) T 13273 13275 13275 0 -1 4202496 40977 0 0 0 58255 5 0 0 25 0 1 0 961650765 94855168 22328 33554432000 4194304 4352236 140735244187216 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/13275/statm: 23158 22328 129 39 0 22238 0
[pid=13273/tid=13282] ppid=13265 vsize=424752 CPUtime=0 cores=1,3,5,7
/proc/13273/task/13282/stat : 13282 (python) S 13265 13265 12734 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 961660776 434946048 39600 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 514 18446604471138858240 0 0 -1 3 0 0 0
[pid=13283] ppid=13265 vsize=424764 CPUtime=2.66 cores=1,3,5,7
/proc/13283/stat : 13283 (python) S 13265 13265 12734 0 -1 4202560 1199 0 0 0 142 124 0 0 15 0 2 0 961660778 434958336 39585 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13283/statm: 106191 39585 400 364 0 42106 0
[pid=13285] ppid=13283 vsize=677636 CPUtime=1945.58 cores=1,3,5,7
/proc/13285/stat : 13285 (cryptominisat-2) T 13283 13285 13285 0 -1 4202496 457958 0 0 0 194458 100 0 0 25 0 1 0 961660779 693899264 154959 33554432000 4194304 4677096 140734347576576 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/13285/statm: 169409 154959 418 118 0 164368 0
[pid=13283/tid=13303] ppid=13265 vsize=424764 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13303/stat : 13303 (python) S 13265 13265 12734 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 961709744 434958336 39585 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 514 18446604471128543552 0 0 -1 5 0 0 0
[pid=13316] ppid=13265 vsize=435020 CPUtime=0.61 cores=1,3,5,7
/proc/13316/stat : 13316 (python) S 13265 13265 12734 0 -1 4202560 1160 0 0 0 31 30 0 0 18 0 2 0 961748287 445460480 39588 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13316/statm: 108755 39588 399 364 0 44667 0
[pid=13318] ppid=13316 vsize=90468 CPUtime=489.52 cores=1,3,5,7
/proc/13318/stat : 13318 (lingeling) T 13316 13318 13318 0 -1 4202496 39745 0 0 0 48948 4 0 0 25 0 1 0 961748288 92639232 21787 33554432000 4194304 4352236 140734521315088 18446744073709551615 4276696 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/13318/statm: 22617 21787 129 39 0 21697 0
[pid=13316/tid=13321] ppid=13265 vsize=435020 CPUtime=0 cores=1,3,5,7
/proc/13316/task/13321/stat : 13321 (python) S 13265 13265 12734 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 961758299 445460480 39588 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 514 18446604462030824640 0 0 -1 5 0 0 0
[pid=13337] ppid=13265 vsize=445276 CPUtime=0.13 cores=1,3,5,7
/proc/13337/stat : 13337 (python) S 13265 13265 12734 0 -1 4202560 1120 0 0 0 6 7 0 0 19 0 2 0 961797244 455962624 39592 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13337/statm: 111319 39592 399 364 0 47228 0
[pid=13339] ppid=13337 vsize=55824 CPUtime=100.11 cores=1,3,5,7
/proc/13339/stat : 13339 (lingeling) T 13337 13339 13339 0 -1 4202496 27660 0 0 0 10007 4 0 0 25 0 1 0 961797245 57163776 13126 33554432000 4194304 4352236 140737060444784 18446744073709551615 4276696 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/13339/statm: 13956 13126 129 39 0 13036 0
[pid=13337/tid=13345] ppid=13265 vsize=445276 CPUtime=0 cores=1,3,5,7
/proc/13337/task/13345/stat : 13345 (python) S 13265 13265 12734 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 961807257 455962624 39592 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 514 18446604471122821440 0 0 -1 3 0 0 0
[pid=13346] ppid=13265 vsize=455532 CPUtime=0.39 cores=1,3,5,7
/proc/13346/stat : 13346 (python) S 13265 13265 12734 0 -1 4202560 1162 0 0 0 21 18 0 0 18 0 2 0 961807259 466464768 39596 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13346/statm: 113883 39596 399 364 0 49789 0
[pid=13348] ppid=13346 vsize=173724 CPUtime=291.34 cores=1,3,5,7
/proc/13348/stat : 13348 (precosat) T 13346 13348 13348 0 -1 4202496 44064 0 0 0 29128 6 0 0 25 0 1 0 961807260 177893376 41218 33554432000 4194304 4890832 140735136612928 18446744073709551615 4238265 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/13348/statm: 43431 41218 86 171 0 43258 0
[pid=13346/tid=13359] ppid=13265 vsize=455532 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13359/stat : 13359 (python) S 13265 13265 12734 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 961826883 466464768 39596 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 514 18446604462030823744 0 0 -1 3 0 0 0
[pid=13445] ppid=13265 vsize=465788 CPUtime=1.94 cores=1,3,5,7
/proc/13445/stat : 13445 (python) S 13265 13265 12734 0 -1 4202560 1044 0 0 0 97 97 0 0 15 0 1 0 961991704 476966912 39571 33554432000 4194304 5683644 140734820426144 18446744073709551615 248089718342 0 0 16781312 514 8864122009936691461 0 0 17 5 0 0 0
/proc/13445/statm: 116447 39571 371 364 0 52350 0
[pid=13447] ppid=13445 vsize=632724 CPUtime=1531.69 cores=1,3,5,7
/proc/13447/stat : 13447 (cryptominisat-2) R 13445 13447 13447 0 -1 4202496 383742 0 0 0 153084 85 0 0 25 0 1 0 961991705 647909376 144588 33554432000 4194304 4677096 140735653710144 18446744073709551615 248089356060 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13447/statm: 158181 144588 394 118 0 153140 0
[pid=13265/tid=13274] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13274/stat : 13274 (python) S 13263 13265 12734 0 -1 4202560 36 931 0 0 0 0 0 0 18 0 7 0 961650765 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 5 0 0 0
[pid=13265/tid=13284] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13284/stat : 13284 (python) S 13263 13265 12734 0 -1 4202560 28 931 0 0 0 0 0 0 15 0 7 0 961660778 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 7 0 0 0
[pid=13265/tid=13317] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13317/stat : 13317 (python) S 13263 13265 12734 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 7 0 961748287 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=13265/tid=13338] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13338/stat : 13338 (python) S 13263 13265 12734 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 7 0 961797244 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=13265/tid=13347] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13347/stat : 13347 (python) S 13263 13265 12734 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 7 0 961807259 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=13265/tid=13446] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13446/stat : 13446 (python) S 13263 13265 12734 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 7 0 961991705 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 4850172

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

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

[startup+4993.7 s]
/proc/loadavg: 1.00 1.00 1.06 2/195 13487
/proc/meminfo: memFree=25533808/32950928 swapFree=67055160/67111528
[pid=13265] ppid=13263 vsize=476032 CPUtime=52.79 cores=1,3,5,7
/proc/13265/stat : 13265 (python) S 13263 13265 12734 0 -1 4202496 68256 931 1 0 5259 20 0 0 20 0 7 0 961645501 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13265/statm: 119008 41090 1886 364 0 54911 0
[pid=13273] ppid=13265 vsize=424752 CPUtime=0.69 cores=1,3,5,7
/proc/13273/stat : 13273 (python) S 13265 13265 12734 0 -1 4202560 1204 0 0 0 36 33 0 0 18 0 2 0 961650764 434946048 39600 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13273/statm: 106188 39600 415 364 0 42106 0
[pid=13275] ppid=13273 vsize=92632 CPUtime=582.6 cores=1,3,5,7
/proc/13275/stat : 13275 (lingeling) T 13273 13275 13275 0 -1 4202496 40977 0 0 0 58255 5 0 0 25 0 1 0 961650765 94855168 22328 33554432000 4194304 4352236 140735244187216 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/13275/statm: 23158 22328 129 39 0 22238 0
[pid=13273/tid=13282] ppid=13265 vsize=424752 CPUtime=0 cores=1,3,5,7
/proc/13273/task/13282/stat : 13282 (python) S 13265 13265 12734 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 961660776 434946048 39600 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 514 18446604471138858240 0 0 -1 3 0 0 0
[pid=13283] ppid=13265 vsize=424764 CPUtime=2.66 cores=1,3,5,7
/proc/13283/stat : 13283 (python) S 13265 13265 12734 0 -1 4202560 1199 0 0 0 142 124 0 0 15 0 2 0 961660778 434958336 39585 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13283/statm: 106191 39585 400 364 0 42106 0
[pid=13285] ppid=13283 vsize=677636 CPUtime=1945.58 cores=1,3,5,7
/proc/13285/stat : 13285 (cryptominisat-2) T 13283 13285 13285 0 -1 4202496 457958 0 0 0 194458 100 0 0 25 0 1 0 961660779 693899264 154959 33554432000 4194304 4677096 140734347576576 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/13285/statm: 169409 154959 418 118 0 164368 0
[pid=13283/tid=13303] ppid=13265 vsize=424764 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13303/stat : 13303 (python) S 13265 13265 12734 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 961709744 434958336 39585 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 514 18446604471128543552 0 0 -1 5 0 0 0
[pid=13316] ppid=13265 vsize=435020 CPUtime=0.61 cores=1,3,5,7
/proc/13316/stat : 13316 (python) S 13265 13265 12734 0 -1 4202560 1160 0 0 0 31 30 0 0 18 0 2 0 961748287 445460480 39588 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13316/statm: 108755 39588 399 364 0 44667 0
[pid=13318] ppid=13316 vsize=90468 CPUtime=489.52 cores=1,3,5,7
/proc/13318/stat : 13318 (lingeling) T 13316 13318 13318 0 -1 4202496 39745 0 0 0 48948 4 0 0 25 0 1 0 961748288 92639232 21787 33554432000 4194304 4352236 140734521315088 18446744073709551615 4276696 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/13318/statm: 22617 21787 129 39 0 21697 0
[pid=13316/tid=13321] ppid=13265 vsize=435020 CPUtime=0 cores=1,3,5,7
/proc/13316/task/13321/stat : 13321 (python) S 13265 13265 12734 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 961758299 445460480 39588 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 514 18446604462030824640 0 0 -1 5 0 0 0
[pid=13337] ppid=13265 vsize=445276 CPUtime=0.13 cores=1,3,5,7
/proc/13337/stat : 13337 (python) S 13265 13265 12734 0 -1 4202560 1120 0 0 0 6 7 0 0 19 0 2 0 961797244 455962624 39592 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13337/statm: 111319 39592 399 364 0 47228 0
[pid=13339] ppid=13337 vsize=55824 CPUtime=100.11 cores=1,3,5,7
/proc/13339/stat : 13339 (lingeling) T 13337 13339 13339 0 -1 4202496 27660 0 0 0 10007 4 0 0 25 0 1 0 961797245 57163776 13126 33554432000 4194304 4352236 140737060444784 18446744073709551615 4276696 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/13339/statm: 13956 13126 129 39 0 13036 0
[pid=13337/tid=13345] ppid=13265 vsize=445276 CPUtime=0 cores=1,3,5,7
/proc/13337/task/13345/stat : 13345 (python) S 13265 13265 12734 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 961807257 455962624 39592 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 514 18446604471122821440 0 0 -1 3 0 0 0
[pid=13346] ppid=13265 vsize=455532 CPUtime=0.39 cores=1,3,5,7
/proc/13346/stat : 13346 (python) S 13265 13265 12734 0 -1 4202560 1162 0 0 0 21 18 0 0 18 0 2 0 961807259 466464768 39596 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13346/statm: 113883 39596 399 364 0 49789 0
[pid=13348] ppid=13346 vsize=173724 CPUtime=291.34 cores=1,3,5,7
/proc/13348/stat : 13348 (precosat) T 13346 13348 13348 0 -1 4202496 44064 0 0 0 29128 6 0 0 25 0 1 0 961807260 177893376 41218 33554432000 4194304 4890832 140735136612928 18446744073709551615 4238265 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/13348/statm: 43431 41218 86 171 0 43258 0
[pid=13346/tid=13359] ppid=13265 vsize=455532 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13359/stat : 13359 (python) S 13265 13265 12734 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 961826883 466464768 39596 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 514 18446604462030823744 0 0 -1 3 0 0 0
[pid=13445] ppid=13265 vsize=465788 CPUtime=1.94 cores=1,3,5,7
/proc/13445/stat : 13445 (python) S 13265 13265 12734 0 -1 4202560 1044 0 0 0 97 97 0 0 15 0 1 0 961991704 476966912 39571 33554432000 4194304 5683644 140734820426144 18446744073709551615 248089718342 0 0 16781312 514 8864122009936691461 0 0 17 5 0 0 0
/proc/13445/statm: 116447 39571 371 364 0 52350 0
[pid=13447] ppid=13445 vsize=632724 CPUtime=1531.69 cores=1,3,5,7
/proc/13447/stat : 13447 (cryptominisat-2) R 13445 13447 13447 0 -1 4202496 383742 0 0 0 153084 85 0 0 25 0 1 0 961991705 647909376 144588 33554432000 4194304 4677096 140735653710144 18446744073709551615 248089356060 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13447/statm: 158181 144588 394 118 0 153140 0
[pid=13265/tid=13274] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13274/stat : 13274 (python) S 13263 13265 12734 0 -1 4202560 36 931 0 0 0 0 0 0 18 0 7 0 961650765 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 5 0 0 0
[pid=13265/tid=13284] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13284/stat : 13284 (python) S 13263 13265 12734 0 -1 4202560 28 931 0 0 0 0 0 0 15 0 7 0 961660778 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 7 0 0 0
[pid=13265/tid=13317] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13317/stat : 13317 (python) S 13263 13265 12734 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 7 0 961748287 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=13265/tid=13338] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13338/stat : 13338 (python) S 13263 13265 12734 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 7 0 961797244 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=13265/tid=13347] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13347/stat : 13347 (python) S 13263 13265 12734 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 7 0 961807259 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=13265/tid=13446] ppid=13263 vsize=476032 CPUtime=0 cores=1,3,5,7
/proc/13265/task/13446/stat : 13446 (python) S 13263 13265 12734 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 7 0 961991705 487456768 41090 33554432000 4194304 5683644 140734820426144 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 4850172

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13265 and gives
#  childrusage.ru_utime.tv_sec=52
#  childrusage.ru_utime.tv_usec=596004
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=209968
# CPU time returned by wait4() is 52.806
# while last known CPU time is 5000.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.75
CPU time (s): 5000.05
CPU user time (s): 4994.72
CPU system time (s): 5.33
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 4961716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.596
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69190
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= 1061
involuntary context switches= 155

runsolver used 8.10177 second user time and 20.2059 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-19 18:20:57
IDJOB=3498270
IDBENCH=20558
IDSOLVER=1991
FILE ID=node123/3498270-1308500396
RUNJOBID= node123-1308500396-13230
PBS_JOBID= 13608183
Free space on /tmp= 73216 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k80.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498270-1308500396/watcher-3498270-1308500396 -o /tmp/evaluation-result-3498270-1308500396/solver-3498270-1308500396 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498270-1308500396.cnf -seed 2098974037 -budget 5000

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d35e27c66dd20912347d4209a4f12c99
RANDOM SEED=2098974037

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27100740 kB
Buffers:        557168 kB
Cached:        4728140 kB
SwapCached:      10352 kB
Active:        2379680 kB
Inactive:      3090168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27100740 kB
SwapTotal:    67111528 kB
SwapFree:     67055160 kB
Dirty:           48148 kB
Writeback:           0 kB
AnonPages:      182348 kB
Mapped:          18648 kB
Slab:           313928 kB
PageTables:       6228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   503920 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= 73228 MiB
End job on node123 at 2011-06-19 19:44:13