Trace number 3498252

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.08 5023.56

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1218.25
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

0.61/30.60	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.61/30.60	c INFO: solving HOME/instance-3498252-1307953113.cnf
0.61/30.60	c INFO: computing task features
2.41/32.46	c INFO: computed variable-clause graph statistics
2.51/32.53	c INFO: computed clause balance statistics
11.42/41.48	c INFO: computed variable balance statistics
18.32/48.35	c INFO: computed small-clause counts
18.42/48.47	c INFO: computed Horn-clause counts
40.81/70.87	c INFO: computed variable graph statistics
40.81/70.87	c INFO: collected features for HOME/instance-3498252-1307953113.cnf in 40.20 s
40.91/70.90	c INFO: running SApperloT@0 for 97 with 4959 remaining (b = 0.15)
141.09/171.03	c INFO: running lingeling-276@0 for 97 with 4859 remaining (b = 0.15)
241.30/271.17	c INFO: running cryptominisat-2.9.0@0 for 485 with 4759 remaining (b = 0.22)
730.06/759.23	c INFO: running lingeling-276@100 for 485 with 4271 remaining (b = 0.23)
1217.12/1245.74	c INFO: running lingeling-276@0 for 97 with 3785 remaining (b = 0.11)
1317.30/1345.88	c INFO: running lingeling-276@100 for 291 with 3685 remaining (b = 0.12)
1611.11/1639.22	c INFO: running lingeling-276@0 for 97 with 3391 remaining (b = 0.08)
1711.31/1739.36	c INFO: running cryptominisat-2.9.0@487 for 97 with 3291 remaining (b = 0.05)
1808.80/1836.66	c INFO: running lingeling-276@393 for 97 with 3194 remaining (b = 0.04)
1906.02/1933.79	c INFO: running precosat-570@0 for 291 with 3097 remaining (b = 0.09)
2198.77/2226.16	c INFO: running lingeling-276@586 for 679 with 2805 remaining (b = 0.19)
2879.52/2905.96	c INFO: running precosat-570@292 for 97 with 2125 remaining (b = 0.03)
2976.74/3003.09	c INFO: running cryptominisat-2.9.0@585 for 1358 with 2028 remaining (b = 0.37)
4335.13/4359.55	c INFO: running cryptominisat-2.9.0@0 for 671 with 671 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.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 /var/tmp/evaluation-result-3498252-1307953113/watcher-3498252-1307953113 -o /var/tmp/evaluation-result-3498252-1307953113/solver-3498252-1307953113 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498252-1307953113.cnf -seed 1825549681 -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: 0.08 0.02 0.01 1/174 2142
/proc/meminfo: memFree=4375040/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/2142/stat : 2142 (runsolver) S 2140 2142 2096 0 -1 4202560 46 0 0 0 0 0 0 0 21 0 1 0 887727446 12087296 55 33554432000 4194304 5436572 140734607556768 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699207358 0 0 17 1 0 0 0
/proc/2142/statm: 2951 55 36 304 0 2643 0

[startup+0.0444579 s]
/proc/loadavg: 0.08 0.02 0.01 1/174 2142
/proc/meminfo: memFree=4375040/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/2142/stat : 2142 (python) S 2140 2142 2096 0 -1 4202496 616 0 0 0 0 0 0 0 17 0 1 0 887727446 15441920 512 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/2142/statm: 3770 512 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100441 s]
/proc/loadavg: 0.08 0.02 0.01 1/174 2142
/proc/meminfo: memFree=4375040/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/2142/stat : 2142 (python) D 2140 2142 2096 0 -1 4202496 712 0 0 0 0 0 0 0 17 0 1 0 887727446 15548416 603 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816232293 0 0 16781312 2 0 0 0 17 3 0 0 1
/proc/2142/statm: 3796 603 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.300398 s]
/proc/loadavg: 0.08 0.02 0.01 1/174 2142
/proc/meminfo: memFree=4375040/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=15188 CPUtime=0 cores=1,3,5,7
/proc/2142/stat : 2142 (python) D 2140 2142 2096 0 -1 4202496 733 0 0 0 0 0 0 0 16 0 1 0 887727446 15552512 621 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816236288 0 0 16781312 2 18446744071562234166 0 0 17 3 0 0 1
/proc/2142/statm: 3797 621 322 364 0 284 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15188

[startup+0.700335 s]
/proc/loadavg: 0.08 0.02 0.01 1/174 2142
/proc/meminfo: memFree=4375040/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/2142/stat : 2142 (python) D 2140 2142 2096 0 -1 4202496 927 0 0 0 0 0 0 0 16 0 1 0 887727446 16150528 806 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816232293 0 0 16781312 2 0 0 0 17 3 0 0 26
/proc/2142/statm: 3943 806 356 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+1.50017 s]
/proc/loadavg: 0.08 0.02 0.01 1/175 2143
/proc/meminfo: memFree=4370264/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=16392 CPUtime=0.01 cores=1,3,5,7
/proc/2142/stat : 2142 (python) D 2140 2142 2096 0 -1 4202496 1117 0 0 0 1 0 0 0 16 0 1 0 887727446 16785408 984 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816232293 0 0 16781312 2 0 0 0 17 3 0 0 33
/proc/2142/statm: 4098 984 409 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+3.10087 s]
/proc/loadavg: 0.08 0.02 0.01 2/175 2143
/proc/meminfo: memFree=4367848/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=16536 CPUtime=0.01 cores=1,3,5,7
/proc/2142/stat : 2142 (python) S 2140 2142 2096 0 -1 4202496 1191 0 0 0 1 0 0 0 16 0 1 0 887727446 16932864 1050 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816232372 0 2147483391 16781312 2 18446744071699953811 0 0 17 3 0 0 41
/proc/2142/statm: 4134 1050 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536
heavy processes:

[startup+6.30029 s]
/proc/loadavg: 0.15 0.03 0.01 1/175 2143
/proc/meminfo: memFree=4367116/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=32168 CPUtime=0.05 cores=1,3,5,7
/proc/2142/stat : 2142 (python) S 2140 2142 2096 0 -1 4202496 1512 0 5 0 4 1 0 0 15 0 1 0 887727446 32940032 1353 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 60
/proc/2142/statm: 8042 1353 445 364 0 897 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32168
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 0.22 0.05 0.02 1/175 2143
/proc/meminfo: memFree=4360224/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=54532 CPUtime=0.09 cores=1,3,5,7
/proc/2142/stat : 2142 (python) D 2140 2142 2096 0 -1 4202496 2066 0 13 0 6 3 0 0 15 0 1 0 887727446 55840768 1834 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 7 0 0 130
/proc/2142/statm: 13633 1834 492 364 0 1283 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54532
heavy processes:

[startup+25.5007 s]
/proc/loadavg: 0.24 0.06 0.02 1/175 2151
/proc/meminfo: memFree=4318548/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=208348 CPUtime=0.48 cores=1,3,5,7
/proc/2142/stat : 2142 (python) S 2140 2142 2096 0 -1 4202496 7219 924 74 8 25 23 0 0 16 0 1 0 887727446 213348352 5316 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 286
/proc/2142/statm: 52087 5316 1502 364 0 4009 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 208348
heavy processes:

[startup+51.101 s]
/proc/loadavg: 0.79 0.20 0.06 3/178 2155
/proc/meminfo: memFree=4162104/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=398304 CPUtime=21.11 cores=1,3,5,7
/proc/2142/stat : 2142 (python) R 2140 2142 2096 0 -1 4202496 59161 924 107 8 2077 34 0 0 25 0 1 0 887727446 407863296 36968 33554432000 4194304 5683644 140733231583968 18446744073709551615 47017104377996 0 0 16781312 2 0 0 0 17 5 0 0 404
/proc/2142/statm: 99576 36968 1833 364 0 35500 0
Current children cumulated CPU time (s) 21.11
Current children cumulated vsize (KiB) 398304
heavy processes:

[startup+102.307 s]
/proc/loadavg: 1.47 0.48 0.16 3/181 2159
/proc/meminfo: memFree=4119572/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=399132 CPUtime=40.91 cores=1,3,5,7
/proc/2142/stat : 2142 (python) S 2140 2142 2096 0 -1 4202496 59532 924 107 8 4057 34 0 0 19 0 2 0 887727446 408711168 34654 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 404
/proc/2142/statm: 99783 34654 1875 364 0 35701 0
[pid=2157] ppid=2142 vsize=388888 CPUtime=0.02 cores=1,3,5,7
/proc/2157/stat : 2157 (python) S 2142 2142 2096 0 -1 4202560 991 0 0 0 0 2 0 0 18 0 1 0 887734536 398221312 33156 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816256527 0 0 16781312 514 199442613185511688 0 0 17 5 0 0 0
/proc/2157/statm: 97222 33156 381 364 0 33140 0
[pid=2159] ppid=2157 vsize=50096 CPUtime=31.38 cores=1,3,5,7
/proc/2159/stat : 2159 (SApperloT-base) R 2157 2159 2159 0 -1 4202496 12104 0 0 0 3136 2 0 0 25 0 1 0 887734537 51298304 11385 33554432000 134512640 135674940 4287647280 18446744073709551615 134557392 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2159/statm: 12524 11385 100 284 0 12238 0
[pid=2142/tid=2158] ppid=2140 vsize=399132 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2158/stat : 2158 (python) S 2140 2142 2096 0 -1 4202560 28 924 0 8 0 0 0 0 19 0 2 0 887734537 408711168 34654 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 72.31
Current children cumulated vsize (KiB) 838116
heavy processes:

[startup+162.301 s]
/proc/loadavg: 1.80 0.75 0.28 3/178 2204
/proc/meminfo: memFree=3984128/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=399132 CPUtime=40.91 cores=1,3,5,7
/proc/2142/stat : 2142 (python) S 2140 2142 2096 0 -1 4202496 59532 924 107 8 4057 34 0 0 19 0 2 0 887727446 408711168 34654 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 404
/proc/2142/statm: 99783 34654 1875 364 0 35701 0
[pid=2157] ppid=2142 vsize=388888 CPUtime=0.1 cores=1,3,5,7
/proc/2157/stat : 2157 (python) S 2142 2142 2096 0 -1 4202560 1014 0 0 0 4 6 0 0 18 0 1 0 887734536 398221312 33156 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816256527 0 0 16781312 514 199442613185511688 0 0 17 5 0 0 0
/proc/2157/statm: 97222 33156 381 364 0 33140 0
[pid=2159] ppid=2157 vsize=51480 CPUtime=91.38 cores=1,3,5,7
/proc/2159/stat : 2159 (SApperloT-base) R 2157 2159 2159 0 -1 4202496 12442 0 0 0 9136 2 0 0 25 0 1 0 887734537 52715520 11723 33554432000 134512640 135674940 4287647280 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2159/statm: 12870 11723 100 284 0 12584 0
[pid=2142/tid=2158] ppid=2140 vsize=399132 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2158/stat : 2158 (python) S 2140 2142 2096 0 -1 4202560 28 924 0 8 0 0 0 0 19 0 2 0 887734537 408711168 34654 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 132.39
Current children cumulated vsize (KiB) 839500

[startup+222.3 s]
/proc/loadavg: 1.93 0.98 0.38 3/185 2213
/proc/meminfo: memFree=3927368/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=409388 CPUtime=40.95 cores=1,3,5,7
/proc/2142/stat : 2142 (python) S 2140 2142 2096 0 -1 4202496 60337 924 107 8 4060 35 0 0 20 0 3 0 887727446 419213312 34661 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 404
/proc/2142/statm: 102347 34661 1878 364 0 38262 0
[pid=2157] ppid=2142 vsize=399132 CPUtime=0.11 cores=1,3,5,7
/proc/2157/stat : 2157 (python) S 2142 2142 2096 0 -1 4202560 1175 0 0 0 4 7 0 0 19 0 2 0 887734536 408711168 33194 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2157/statm: 99783 33194 414 364 0 35701 0
[pid=2159] ppid=2157 vsize=51480 CPUtime=100.09 cores=1,3,5,7
/proc/2159/stat : 2159 (SApperloT-base) T 2157 2159 2159 0 -1 4202496 12452 0 0 0 10007 2 0 0 25 0 1 0 887734537 52715520 11733 33554432000 134512640 135674940 4287647280 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2159/statm: 12870 11733 100 284 0 12584 0
[pid=2157/tid=2205] ppid=2142 vsize=399132 CPUtime=0 cores=1,3,5,7
/proc/2157/task/2205/stat : 2205 (python) S 2142 2142 2096 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887744547 408711168 33194 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471137711104 0 0 -1 5 0 0 0
[pid=2206] ppid=2142 vsize=399144 CPUtime=0.05 cores=1,3,5,7
/proc/2206/stat : 2206 (python) S 2142 2142 2096 0 -1 4202560 915 0 0 0 3 2 0 0 18 0 1 0 887744550 408723456 33149 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816256582 0 0 16781312 514 199442613185511688 0 0 17 7 0 0 0
/proc/2206/statm: 99786 33149 370 364 0 35701 0
[pid=2208] ppid=2206 vsize=21360 CPUtime=51.24 cores=1,3,5,7
/proc/2208/stat : 2208 (lingeling) R 2206 2208 2208 0 -1 4202496 15655 0 0 0 5122 2 0 0 25 0 1 0 887744550 21872640 4510 33554432000 4194304 4352236 140737300910256 18446744073709551615 4277029 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2208/statm: 5340 4510 129 39 0 4420 0
[pid=2142/tid=2158] ppid=2140 vsize=409388 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2158/stat : 2158 (python) S 2140 2142 2096 0 -1 4202560 28 924 0 8 0 0 0 0 19 0 3 0 887734537 419213312 34661 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 7 0 0 0
[pid=2142/tid=2207] ppid=2140 vsize=409388 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2207/stat : 2207 (python) S 2140 2142 2096 0 -1 4202560 30 924 0 8 0 0 0 0 20 0 3 0 887744550 419213312 34661 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 192.44
Current children cumulated vsize (KiB) 1280504

[startup+282.301 s]
/proc/loadavg: 1.97 1.16 0.48 3/189 2218
/proc/meminfo: memFree=3602976/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=419644 CPUtime=40.98 cores=1,3,5,7
/proc/2142/stat : 2142 (python) S 2140 2142 2096 0 -1 4202496 61145 924 107 8 4062 36 0 0 19 0 4 0 887727446 429715456 34667 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 404
/proc/2142/statm: 104911 34667 1880 364 0 40823 0
[pid=2157] ppid=2142 vsize=399132 CPUtime=0.11 cores=1,3,5,7
/proc/2157/stat : 2157 (python) S 2142 2142 2096 0 -1 4202560 1175 0 0 0 4 7 0 0 19 0 2 0 887734536 408711168 33194 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2157/statm: 99783 33194 414 364 0 35701 0
[pid=2159] ppid=2157 vsize=51480 CPUtime=100.09 cores=1,3,5,7
/proc/2159/stat : 2159 (SApperloT-base) T 2157 2159 2159 0 -1 4202496 12452 0 0 0 10007 2 0 0 25 0 1 0 887734537 52715520 11733 33554432000 134512640 135674940 4287647280 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2159/statm: 12870 11733 100 284 0 12584 0
[pid=2157/tid=2205] ppid=2142 vsize=399132 CPUtime=0 cores=1,3,5,7
/proc/2157/task/2205/stat : 2205 (python) S 2142 2142 2096 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887744547 408711168 33194 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471137711104 0 0 -1 5 0 0 0
[pid=2206] ppid=2142 vsize=399144 CPUtime=0.11 cores=1,3,5,7

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

/proc/meminfo: memFree=11231920/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=460668 CPUtime=41.18 cores=1,3,5,7
/proc/2142/stat : 2142 (python) S 2140 2142 2096 0 -1 4202496 64791 924 107 8 4080 38 0 0 19 0 8 0 887727446 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 404
/proc/2142/statm: 115167 34691 1888 364 0 51067 0
[pid=2157] ppid=2142 vsize=399132 CPUtime=0.11 cores=1,3,5,7
/proc/2157/stat : 2157 (python) S 2142 2142 2096 0 -1 4202560 1175 0 0 0 4 7 0 0 19 0 2 0 887734536 408711168 33194 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2157/statm: 99783 33194 414 364 0 35701 0
[pid=2159] ppid=2157 vsize=51480 CPUtime=100.09 cores=1,3,5,7
/proc/2159/stat : 2159 (SApperloT-base) T 2157 2159 2159 0 -1 4202496 12452 0 0 0 10007 2 0 0 25 0 1 0 887734537 52715520 11733 33554432000 134512640 135674940 4287647280 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2159/statm: 12870 11733 100 284 0 12584 0
[pid=2157/tid=2205] ppid=2142 vsize=399132 CPUtime=0 cores=1,3,5,7
/proc/2157/task/2205/stat : 2205 (python) S 2142 2142 2096 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887744547 408711168 33194 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471137711104 0 0 -1 5 0 0 0
[pid=2206] ppid=2142 vsize=399144 CPUtime=1.59 cores=1,3,5,7
/proc/2206/stat : 2206 (python) S 2142 2142 2096 0 -1 4202560 1132 0 0 0 83 76 0 0 18 0 2 0 887744550 408723456 33179 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2206/statm: 99786 33179 399 364 0 35701 0
[pid=2208] ppid=2206 vsize=71752 CPUtime=1266.39 cores=1,3,5,7
/proc/2208/stat : 2208 (lingeling) T 2206 2208 2208 0 -1 4202496 68201 0 0 0 126631 8 0 0 25 0 1 0 887744550 73474048 17108 33554432000 4194304 4352236 140737300910256 18446744073709551615 4328392 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/2208/statm: 17938 17108 129 39 0 17018 0
[pid=2206/tid=2215] ppid=2142 vsize=399144 CPUtime=0 cores=1,3,5,7
/proc/2206/task/2215/stat : 2215 (python) S 2142 2142 2096 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 887754561 408723456 33179 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471158416576 0 0 -1 1 0 0 0
[pid=2216] ppid=2142 vsize=409400 CPUtime=2.68 cores=1,3,5,7
/proc/2216/stat : 2216 (python) S 2142 2142 2096 0 -1 4202560 1188 0 0 0 146 122 0 0 15 0 2 0 887754564 419225600 33184 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/2216/statm: 102350 33184 400 364 0 38262 0
[pid=2218] ppid=2216 vsize=618136 CPUtime=1941.79 cores=1,3,5,7
/proc/2218/stat : 2218 (cryptominisat-2) T 2216 2218 2218 0 -1 4202496 259283 0 1 0 194134 45 0 0 25 0 1 0 887754564 632971264 121014 33554432000 4194304 4677096 140736384657024 18446744073709551615 4355192 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/2218/statm: 154534 121014 394 118 0 149493 0
[pid=2216/tid=2239] ppid=2142 vsize=409400 CPUtime=0 cores=1,3,5,7
/proc/2216/task/2239/stat : 2239 (python) S 2142 2142 2096 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 887803367 419225600 33184 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471140165632 0 0 -1 3 0 0 0
[pid=2257] ppid=2142 vsize=419656 CPUtime=0.63 cores=1,3,5,7
/proc/2257/stat : 2257 (python) S 2142 2142 2096 0 -1 4202560 1154 0 0 0 32 31 0 0 18 0 2 0 887852020 429727744 33187 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/2257/statm: 104914 33187 399 364 0 40823 0
[pid=2268] ppid=2257 vsize=54024 CPUtime=490.55 cores=1,3,5,7
/proc/2268/stat : 2268 (lingeling) T 2257 2268 2268 0 -1 4202496 48468 0 0 0 49049 6 0 0 25 0 1 0 887852021 55320576 12675 33554432000 4194304 4352236 140733210026528 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/2268/statm: 13506 12675 129 39 0 12586 0
[pid=2257/tid=2276] ppid=2142 vsize=419656 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2276/stat : 2276 (python) S 2142 2142 2096 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 887862032 429727744 33187 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471131566336 0 0 -1 3 0 0 0
[pid=2285] ppid=2142 vsize=429912 CPUtime=0.13 cores=1,3,5,7
/proc/2285/stat : 2285 (python) S 2142 2142 2096 0 -1 4202560 1123 0 0 0 7 6 0 0 19 0 2 0 887891368 440229888 33191 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2285/statm: 107478 33191 399 364 0 43384 0
[pid=2287] ppid=2285 vsize=29664 CPUtime=100.1 cores=1,3,5,7
/proc/2287/stat : 2287 (lingeling) T 2285 2287 2287 0 -1 4202496 21784 0 0 0 10007 3 0 0 25 0 1 0 887891369 30375936 6586 33554432000 4194304 4352236 140734253188608 18446744073709551615 4328105 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/2287/statm: 7416 6586 129 39 0 6496 0
[pid=2285/tid=2291] ppid=2142 vsize=429912 CPUtime=0 cores=1,3,5,7
/proc/2285/task/2291/stat : 2291 (python) S 2142 2142 2096 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 887901381 440229888 33191 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471137712000 0 0 -1 1 0 0 0
[pid=2297] ppid=2142 vsize=440168 CPUtime=0.52 cores=1,3,5,7
/proc/2297/stat : 2297 (python) S 2142 2142 2096 0 -1 4202560 1164 0 0 0 26 26 0 0 18 0 2 0 887920826 450732032 33195 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2297/statm: 110042 33195 399 364 0 45945 0
[pid=2299] ppid=2297 vsize=158880 CPUtime=389.44 cores=1,3,5,7
/proc/2299/stat : 2299 (precosat) T 2297 2299 2299 0 -1 4202496 40563 0 0 0 38937 7 0 0 25 0 1 0 887920826 162693120 38129 33554432000 4194304 4890832 140737246079184 18446744073709551615 4219825 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/2299/statm: 39720 38129 86 171 0 39547 0
[pid=2297/tid=2310] ppid=2142 vsize=440168 CPUtime=0 cores=1,3,5,7
/proc/2297/task/2310/stat : 2310 (python) S 2142 2142 2096 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 887950061 450732032 33195 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471130751936 0 0 -1 7 0 0 0
[pid=2392] ppid=2142 vsize=450424 CPUtime=0.97 cores=1,3,5,7
/proc/2392/stat : 2392 (python) S 2142 2142 2096 0 -1 4202560 1025 0 0 0 52 45 0 0 15 0 1 0 888163401 461234176 33170 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816256582 0 0 16781312 514 16790021947504165128 0 0 17 5 0 0 0
/proc/2392/statm: 112606 33170 371 364 0 48506 0
[pid=2394] ppid=2392 vsize=455992 CPUtime=663.91 cores=1,3,5,7
/proc/2394/stat : 2394 (cryptominisat-2) R 2392 2394 2394 0 -1 4202496 114209 0 0 0 66373 18 0 0 25 0 1 0 888163402 466935808 96287 33554432000 4194304 4677096 140737466896656 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2394/statm: 113998 96287 394 118 0 108957 0
[pid=2142/tid=2158] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2158/stat : 2158 (python) S 2140 2142 2096 0 -1 4202560 28 924 0 8 0 0 0 0 19 0 8 0 887734537 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 7 0 0 0
[pid=2142/tid=2207] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2207/stat : 2207 (python) S 2140 2142 2096 0 -1 4202560 37 924 0 8 0 0 0 0 18 0 8 0 887744550 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 5 0 0 0
[pid=2142/tid=2217] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2217/stat : 2217 (python) S 2140 2142 2096 0 -1 4202560 34 924 0 8 0 0 0 0 18 0 8 0 887754564 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 7 0 0 0
[pid=2142/tid=2258] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2258/stat : 2258 (python) S 2140 2142 2096 0 -1 4202560 35 924 0 8 0 0 0 0 18 0 8 0 887852020 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 7 0 0 0
[pid=2142/tid=2286] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2286/stat : 2286 (python) S 2140 2142 2096 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 8 0 887891368 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 7 0 0 0
[pid=2142/tid=2298] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2298/stat : 2298 (python) S 2140 2142 2096 0 -1 4202560 29 924 0 8 0 0 0 0 18 0 8 0 887920826 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 5 0 0 0
[pid=2142/tid=2393] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2393/stat : 2393 (python) S 2140 2142 2096 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 8 0 888163401 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 4848432

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

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

[startup+5023.5 s]
/proc/loadavg: 2.06 2.02 1.95 3/206 2598
/proc/meminfo: memFree=11231920/32951124 swapFree=67062232/67111528
[pid=2142] ppid=2140 vsize=460668 CPUtime=41.18 cores=1,3,5,7
/proc/2142/stat : 2142 (python) S 2140 2142 2096 0 -1 4202496 64791 924 107 8 4080 38 0 0 19 0 8 0 887727446 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 404
/proc/2142/statm: 115167 34691 1888 364 0 51067 0
[pid=2157] ppid=2142 vsize=399132 CPUtime=0.11 cores=1,3,5,7
/proc/2157/stat : 2157 (python) S 2142 2142 2096 0 -1 4202560 1175 0 0 0 4 7 0 0 19 0 2 0 887734536 408711168 33194 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2157/statm: 99783 33194 414 364 0 35701 0
[pid=2159] ppid=2157 vsize=51480 CPUtime=100.09 cores=1,3,5,7
/proc/2159/stat : 2159 (SApperloT-base) T 2157 2159 2159 0 -1 4202496 12452 0 0 0 10007 2 0 0 25 0 1 0 887734537 52715520 11733 33554432000 134512640 135674940 4287647280 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2159/statm: 12870 11733 100 284 0 12584 0
[pid=2157/tid=2205] ppid=2142 vsize=399132 CPUtime=0 cores=1,3,5,7
/proc/2157/task/2205/stat : 2205 (python) S 2142 2142 2096 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887744547 408711168 33194 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471137711104 0 0 -1 5 0 0 0
[pid=2206] ppid=2142 vsize=399144 CPUtime=1.59 cores=1,3,5,7
/proc/2206/stat : 2206 (python) S 2142 2142 2096 0 -1 4202560 1132 0 0 0 83 76 0 0 18 0 2 0 887744550 408723456 33179 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2206/statm: 99786 33179 399 364 0 35701 0
[pid=2208] ppid=2206 vsize=71752 CPUtime=1266.39 cores=1,3,5,7
/proc/2208/stat : 2208 (lingeling) T 2206 2208 2208 0 -1 4202496 68201 0 0 0 126631 8 0 0 25 0 1 0 887744550 73474048 17108 33554432000 4194304 4352236 140737300910256 18446744073709551615 4328392 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/2208/statm: 17938 17108 129 39 0 17018 0
[pid=2206/tid=2215] ppid=2142 vsize=399144 CPUtime=0 cores=1,3,5,7
/proc/2206/task/2215/stat : 2215 (python) S 2142 2142 2096 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 887754561 408723456 33179 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471158416576 0 0 -1 1 0 0 0
[pid=2216] ppid=2142 vsize=409400 CPUtime=2.68 cores=1,3,5,7
/proc/2216/stat : 2216 (python) S 2142 2142 2096 0 -1 4202560 1188 0 0 0 146 122 0 0 15 0 2 0 887754564 419225600 33184 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/2216/statm: 102350 33184 400 364 0 38262 0
[pid=2218] ppid=2216 vsize=618136 CPUtime=1941.79 cores=1,3,5,7
/proc/2218/stat : 2218 (cryptominisat-2) T 2216 2218 2218 0 -1 4202496 259283 0 1 0 194134 45 0 0 25 0 1 0 887754564 632971264 121014 33554432000 4194304 4677096 140736384657024 18446744073709551615 4355192 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/2218/statm: 154534 121014 394 118 0 149493 0
[pid=2216/tid=2239] ppid=2142 vsize=409400 CPUtime=0 cores=1,3,5,7
/proc/2216/task/2239/stat : 2239 (python) S 2142 2142 2096 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 887803367 419225600 33184 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471140165632 0 0 -1 3 0 0 0
[pid=2257] ppid=2142 vsize=419656 CPUtime=0.63 cores=1,3,5,7
/proc/2257/stat : 2257 (python) S 2142 2142 2096 0 -1 4202560 1154 0 0 0 32 31 0 0 18 0 2 0 887852020 429727744 33187 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/2257/statm: 104914 33187 399 364 0 40823 0
[pid=2268] ppid=2257 vsize=54024 CPUtime=490.55 cores=1,3,5,7
/proc/2268/stat : 2268 (lingeling) T 2257 2268 2268 0 -1 4202496 48468 0 0 0 49049 6 0 0 25 0 1 0 887852021 55320576 12675 33554432000 4194304 4352236 140733210026528 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/2268/statm: 13506 12675 129 39 0 12586 0
[pid=2257/tid=2276] ppid=2142 vsize=419656 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2276/stat : 2276 (python) S 2142 2142 2096 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 887862032 429727744 33187 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471131566336 0 0 -1 3 0 0 0
[pid=2285] ppid=2142 vsize=429912 CPUtime=0.13 cores=1,3,5,7
/proc/2285/stat : 2285 (python) S 2142 2142 2096 0 -1 4202560 1123 0 0 0 7 6 0 0 19 0 2 0 887891368 440229888 33191 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2285/statm: 107478 33191 399 364 0 43384 0
[pid=2287] ppid=2285 vsize=29664 CPUtime=100.1 cores=1,3,5,7
/proc/2287/stat : 2287 (lingeling) T 2285 2287 2287 0 -1 4202496 21784 0 0 0 10007 3 0 0 25 0 1 0 887891369 30375936 6586 33554432000 4194304 4352236 140734253188608 18446744073709551615 4328105 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/2287/statm: 7416 6586 129 39 0 6496 0
[pid=2285/tid=2291] ppid=2142 vsize=429912 CPUtime=0 cores=1,3,5,7
/proc/2285/task/2291/stat : 2291 (python) S 2142 2142 2096 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 887901381 440229888 33191 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471137712000 0 0 -1 1 0 0 0
[pid=2297] ppid=2142 vsize=440168 CPUtime=0.52 cores=1,3,5,7
/proc/2297/stat : 2297 (python) S 2142 2142 2096 0 -1 4202560 1164 0 0 0 26 26 0 0 18 0 2 0 887920826 450732032 33195 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2297/statm: 110042 33195 399 364 0 45945 0
[pid=2299] ppid=2297 vsize=158880 CPUtime=389.44 cores=1,3,5,7
/proc/2299/stat : 2299 (precosat) T 2297 2299 2299 0 -1 4202496 40563 0 0 0 38937 7 0 0 25 0 1 0 887920826 162693120 38129 33554432000 4194304 4890832 140737246079184 18446744073709551615 4219825 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/2299/statm: 39720 38129 86 171 0 39547 0
[pid=2297/tid=2310] ppid=2142 vsize=440168 CPUtime=0 cores=1,3,5,7
/proc/2297/task/2310/stat : 2310 (python) S 2142 2142 2096 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 887950061 450732032 33195 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 514 18446604471130751936 0 0 -1 7 0 0 0
[pid=2392] ppid=2142 vsize=450424 CPUtime=0.97 cores=1,3,5,7
/proc/2392/stat : 2392 (python) S 2142 2142 2096 0 -1 4202560 1025 0 0 0 52 45 0 0 15 0 1 0 888163401 461234176 33170 33554432000 4194304 5683644 140733231583968 18446744073709551615 220816256582 0 0 16781312 514 16790021947504165128 0 0 17 5 0 0 0
/proc/2392/statm: 112606 33170 371 364 0 48506 0
[pid=2394] ppid=2392 vsize=455992 CPUtime=663.91 cores=1,3,5,7
/proc/2394/stat : 2394 (cryptominisat-2) R 2392 2394 2394 0 -1 4202496 114209 0 0 0 66373 18 0 0 25 0 1 0 888163402 466935808 96287 33554432000 4194304 4677096 140737466896656 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2394/statm: 113998 96287 394 118 0 108957 0
[pid=2142/tid=2158] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2158/stat : 2158 (python) S 2140 2142 2096 0 -1 4202560 28 924 0 8 0 0 0 0 19 0 8 0 887734537 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 7 0 0 0
[pid=2142/tid=2207] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2207/stat : 2207 (python) S 2140 2142 2096 0 -1 4202560 37 924 0 8 0 0 0 0 18 0 8 0 887744550 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 5 0 0 0
[pid=2142/tid=2217] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2217/stat : 2217 (python) S 2140 2142 2096 0 -1 4202560 34 924 0 8 0 0 0 0 18 0 8 0 887754564 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 7 0 0 0
[pid=2142/tid=2258] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2258/stat : 2258 (python) S 2140 2142 2096 0 -1 4202560 35 924 0 8 0 0 0 0 18 0 8 0 887852020 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 7 0 0 0
[pid=2142/tid=2286] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2286/stat : 2286 (python) S 2140 2142 2096 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 8 0 887891368 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 7 0 0 0
[pid=2142/tid=2298] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2298/stat : 2298 (python) S 2140 2142 2096 0 -1 4202560 29 924 0 8 0 0 0 0 18 0 8 0 887920826 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 5 0 0 0
[pid=2142/tid=2393] ppid=2140 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/2142/task/2393/stat : 2393 (python) S 2140 2142 2096 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 8 0 888163401 471724032 34691 33554432000 4194304 5683644 140733231583968 18446744073709551615 220828060081 0 0 16781312 2 18446604471158043008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 4848432

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2142 and gives
#  childrusage.ru_utime.tv_sec=40
#  childrusage.ru_utime.tv_usec=808796
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=395939
# CPU time returned by wait4() is 41.2047
# while last known CPU time is 5000.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5023.56
CPU time (s): 5000.08
CPU user time (s): 4995.68
CPU system time (s): 4.4
CPU usage (%): 99.5326
Max. virtual memory (cumulated for all children) (KiB): 4900396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.8088
system time used= 0.395939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65719
page faults= 115
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17462
involuntary context switches= 114

runsolver used 9.99848 second user time and 20.9388 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-13 10:18:34
IDJOB=3498252
IDBENCH=20387
IDSOLVER=1991
FILE ID=node147/3498252-1307953113
RUNJOBID= node147-1307953113-2115
PBS_JOBID= 13559681
Free space on /var/tmp= 2896 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.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 /var/tmp/evaluation-result-3498252-1307953113/watcher-3498252-1307953113 -o /var/tmp/evaluation-result-3498252-1307953113/solver-3498252-1307953113 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498252-1307953113.cnf -seed 1825549681 -budget 5000

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=1825549681

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4375440 kB
Buffers:        108940 kB
Cached:       27552372 kB
SwapCached:      10364 kB
Active:       12548716 kB
Inactive:     15129952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4375440 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:           74232 kB
Writeback:           0 kB
AnonPages:       15004 kB
Mapped:          10104 kB
Slab:           833012 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   174076 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 /var/tmp at the end= 2836 MiB
End job on node147 at 2011-06-13 11:42:21