Trace number 3283906

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
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.23 1201.76

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3283906-1304028731.cnf'
0.00/0.00	c -- header says num vars:           1430
0.00/0.00	c -- header says num clauses:       87044
0.03/0.66	c -- clauses added:            0 learnts,        87044 normals,            0 xors
0.03/0.66	c -- vars added       1430
0.03/0.66	c Parsing time:  0.02 s
0.03/0.66	c  N st     0         0      1430     84675      2369         0    258924         0   no data   no data
0.03/0.66	c asymm  cl-useful: 0/13768/84675 lits-rem:0 time: 0.56
0.03/0.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  157 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
0.03/0.67	c Replacing      157 vars Replaced    39311 lits Time:     0.04 s 
2.75/0.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.75/0.73	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2.75/0.73	c subs with bin:     3582  lits-rem:         0  v-fix:    0  time:  0.01 s
2.75/0.73	c Subs w/ non-existent bins:   3429 l-rem:      0 v-fix:     0 done:   1273 time:  0.01 s
2.75/0.73	c Removed useless bin:       0  fixed:     0  props:   0.71M  time:  0.01 s
5.97/1.50	c lits-rem:         0  cl-subs:        0  v-elim:    379  v-fix:    0  time:  0.17 s
5.97/1.50	c Finding binary XORs  T:     0.00 s  found:       0
5.97/1.50	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
5.97/1.50	c calculated reachability. Time: 0.00
5.97/1.50	c Calc default polars -  time:   0.00 s pos:     477 undec:     603 neg:     350
5.97/1.50	c =========================================================================================
5.97/1.50	c types(t): F = full restart, N = normal restart
5.97/1.50	c types(t): S = simplification begin/end, E = solution found
5.97/1.50	c restart types(rt): st = static, dy = dynamic
5.97/1.50	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.97/1.50	c  B st     0         0       894     77218      2168         0    236442         0   no data   no data
5.97/1.50	c  N dy     9      4070       894     77218      2168      3987    236442    244249     13.26     14.07
6.37/1.60	c  N dy    27      8222       894     77218      2168      8083    236442    485903     13.32     14.06
7.94/2.00	c  N dy    33     12391       894     77218      2168     12177    236442    713383     12.45     13.13
9.54/2.46	c  N dy    59     16417       894     77218      2168     16169    236442    992530     13.22     15.23
11.54/2.93	c  N dy    73     20441       894     77218      2168     10296    236442    503924     13.27     14.02
13.14/3.37	c  F st    82     25001       894     77218      2168     14788    236442    790865     13.02     12.32
13.14/3.39	c  N st    82     25001       894     77218      2168     14788    236442    790865     13.02     12.32
15.54/3.98	c  N dy    88     30000       894     77218      2168     19702    236442   1104061     13.02   no data
15.54/3.98	c  S st    88     30000       894     77218      2168     19702    236442   1104061     13.02   no data
15.94/4.09	c  S st    88     30505       894     77218      2168     20206    236442   1126654     13.02   no data
15.94/4.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.34/4.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.06
16.34/4.16	c blocked clauses removed:        0 vars:      0 tried:         894 T: 0.00 s
16.34/4.17	c bin-w-bin subsume rem            0 bins  time:  0.01 s
16.34/4.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.34/4.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
16.34/4.18	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
16.74/4.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
17.94/4.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.26 s
29.12/7.33	c lits-rem:       151  cl-subs:      176  v-elim:      0  v-fix:    0  time:  2.82 s
29.92/7.59	c asymm  cl-useful: 0/2888/77218 lits-rem:0 time: 0.26
30.32/7.60	c calculated reachability. Time: 0.00
30.32/7.60	c  N dy    88     30505       894     77218      2168     20030    236442   1117961     13.02   no data
33.11/8.35	c  N dy   108     35746       894     77218      2168     25236    236442   1486598     13.06     13.83
36.31/9.10	c  N dy   125     39816       894     77218      2168     29225    236442   1708572     13.01     16.13
39.50/9.95	c  N dy   146     45486       894     77218      2168     19528    236442    929599     13.05     13.79
39.50/9.95	c Finding binary XORs  T:     0.00 s  found:       0
39.50/10.00	c  S st   149     45759       894     77218      2235     19801    236442    949471     13.07   no data
39.90/10.08	c  S st   149     46263       894     77218      2235     20305    236442    973164     13.07   no data
39.90/10.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.31/10.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.06
40.31/10.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.31/10.15	c bin-w-bin subsume rem           67 bins  time:  0.01 s
40.31/10.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.31/10.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
40.31/10.17	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
40.71/10.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
41.52/10.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.20 s
45.09/11.37	c lits-rem:        49  cl-subs:      208  v-elim:      0  v-fix:    0  time:  0.95 s
45.09/11.38	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
45.51/11.41	c vivif2 --  cl tried    20097 cl shrink     3003 lits rem      14891 time: 0.03
46.28/11.66	c asymm  cl-useful: 0/2444/77218 lits-rem:0 time: 0.25
46.28/11.66	c calculated reachability. Time: 0.00
46.28/11.66	c  N dy   149     46263       894     77218      2168     20097    236442    952623     13.07   no data
48.69/12.25	c  N dy   165     50288       894     77218      2168     24043    236442   1210219     13.08     20.76
51.08/12.84	c  N dy   184     54322       894     77218      2168     28015    236442   1488228     13.16     16.64
55.08/13.82	c  N dy   200     61378       894     77218      2168     34985    236442   1947637     13.07     13.82
59.10/14.84	c  N dy   213     65920       894     77218      2168     20872    236442    805876     13.01     14.21
61.47/15.46	c  S st   216     69396       894     77218      2168     24207    236442    928003     12.89     10.17
61.87/15.57	c  S st   216     69897       894     77218      2168     24708    236442    949732     12.89   no data
61.87/15.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
62.27/15.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.05
62.27/15.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.27/15.64	c bin-w-bin subsume rem            0 bins  time:  0.01 s
62.27/15.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.27/15.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
62.27/15.66	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
62.27/15.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
63.08/15.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.17 s
67.88/17.06	c lits-rem:       433  cl-subs:     1116  v-elim:      0  v-fix:    0  time:  1.18 s
67.88/17.06	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
67.88/17.09	c vivif2 --  cl tried    23592 cl shrink     1634 lits rem       5950 time: 0.02
69.06/17.35	c asymm  cl-useful: 0/3782/77218 lits-rem:0 time: 0.26
69.06/17.35	c calculated reachability. Time: 0.00
69.06/17.35	c  N dy   216     69897       894     77218      2168     23592    236442    925346     12.89   no data
73.45/18.42	c  N dy   218     75408       894     77218      2168     28742    236442   1020127     12.69     13.66
77.44/19.47	c  N dy   221     81181       894     77218      2168     34186    236442   1150155     12.48     13.22
81.44/20.45	c  N dy   243     87284       894     77218      2168     40111    236442   1459292     12.51     13.19
81.84/20.50	c  F st   246     87500       894     77218      2168     40327    236442   1476489     12.51   no data
84.64/21.23	c  N dy   254     93024       894     77218      2168     25605    236442    987179     12.51     13.18
88.23/22.11	c  N dy   277     99057       894     77218      2168     31549    236442   1365140     12.49     13.17
91.82/23.08	c  S st   312    104847       894     77218      2168     37262    236442   1737203     12.59   no data
92.62/23.21	c  S st   312    105351       894     77218      2168     37765    236442   1759969     12.59   no data
92.62/23.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.02/23.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.9M T:  0.08
93.02/23.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.02/23.32	c bin-w-bin subsume rem            0 bins  time:  0.01 s
93.02/23.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.02/23.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
93.02/23.34	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
93.02/23.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
95.02/23.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.42 s
113.00/28.34	c lits-rem:       113  cl-subs:     1305  v-elim:      0  v-fix:    0  time:  4.51 s
113.00/28.35	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
113.39/28.42	c vivif2 --  cl tried    36460 cl shrink     6493 lits rem      49229 time: 0.06
114.19/28.67	c asymm  cl-useful: 0/2332/77218 lits-rem:0 time: 0.26
114.19/28.68	c calculated reachability. Time: 0.00
114.19/28.68	c  N dy   312    105351       894     77218      2168     36460    236442   1692161     12.59   no data
119.38/29.98	c  N dy   328    113210       894     77218      2168     22258    236442    798613     12.49     13.21
123.38/30.99	c  N dy   360    120446       894     77218      2168     29370    236442   1247453     12.53     16.55
130.17/32.61	c  N dy   408    129773       894     77218      2168     38557    236442   1837737     12.62     13.34
138.55/34.76	c  N dy   440    139406       894     77218      2168     24704    236442    771684     12.58     13.35
144.15/36.17	c  N dy   471    148389       894     77218      2168     33362    236442   1217450     12.57     20.68
150.96/37.88	c  N dy   525    158026       894     77218      2168     42860    236442   1820933     12.65     10.53
150.96/37.88	c  S st   525    158026       894     77218      2168     42860    236442   1820933     12.65     10.53
151.74/38.03	c  S st   525    158527       894     77218      2168     43361    236442   1846692     12.65   no data
151.74/38.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
152.14/38.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.09
152.14/38.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
152.14/38.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
152.14/38.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.14/38.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
152.14/38.16	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
152.54/38.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
154.13/38.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.42 s
174.90/43.90	c lits-rem:       561  cl-subs:     2125  v-elim:      0  v-fix:    0  time:  5.23 s
175.30/43.90	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
175.30/43.97	c vivif2 --  cl tried    41236 cl shrink     6055 lits rem      36397 time: 0.06
176.50/44.20	c asymm  cl-useful: 0/1733/77218 lits-rem:0 time: 0.23
176.50/44.21	c calculated reachability. Time: 0.00
176.50/44.21	c  N dy   525    158527       894     77218      2168     41236    236442   1773196     12.65   no data
184.89/46.31	c  N dy   589    168669       894     77218      2168     26980    236442    952214     12.79     19.84
191.28/47.90	c  N dy   612    179633       894     77218      2168     37718    236442   1585977     12.70     13.40
202.46/50.74	c  N dy   648    191888       894     77218      2168     49525    236442   2127171     12.67     13.37
210.46/52.76	c  N dy   695    204151       894     77218      2168     36308    236442   1550080     12.67     13.51
222.04/55.67	c  N dy   776    217232       894     77218      2168     49191    236442   2416928     12.85     18.43
232.42/58.25	c  N dy   846    231112       894     77218      2168     36460    236442   1554555     12.99     19.41
238.42/59.71	c  S st   880    237790       894     77218      2168     43020    236442   1996662     13.05     11.02
238.84/59.89	c  S st   880    238295       894     77218      2168     43525    236442   2015268     13.05   no data
238.84/59.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
239.61/60.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.12
239.61/60.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.61/60.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
239.61/60.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.61/60.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
239.61/60.05	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
239.61/60.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
241.61/60.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.45 s
261.58/65.51	c lits-rem:        73  cl-subs:      434  v-elim:      0  v-fix:    0  time:  4.92 s
261.58/65.51	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
261.58/65.58	c vivif2 --  cl tried    43091 cl shrink     4621 lits rem      26288 time: 0.06
262.78/65.82	c asymm  cl-useful: 0/3279/77218 lits-rem:0 time: 0.24
262.78/65.83	c calculated reachability. Time: 0.00
262.78/65.83	c  N dy   880    238295       894     77218      2168     43091    236442   1976571     13.05   no data
277.17/69.41	c  N dy   963    254931       894     77218      2168     32003    236442   1161696     13.12     14.04
288.35/72.21	c  N dy   980    271608       894     77218      2168     48212    236442   2154226     12.96     13.69
301.52/75.56	c  N dy  1053    289317       894     77218      2168     37199    236442   1441352     13.00     13.77
313.52/78.59	c  F st  1092    306250       894     77218      2168     53660    236442   2435520     12.93      8.10
315.50/79.00	c  N st  1096    308282       894     77218      2168     55667    236442   2587085     12.93   no data
330.69/82.89	c  N dy  1176    328135       894     77218      2168     45805    236442   1939848     12.99     13.69
350.26/87.73	c  N dy  1226    348153       894     77218      2168     34937    236442   1195388     12.91     13.67
356.65/89.39	c  S st  1247    357442       894     77218      2168     43998    236442   1773310     12.90     10.68
357.47/89.56	c  S st  1247    357946       894     77218      2168     44501    236442   1798137     12.90   no data
357.47/89.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
358.24/89.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.2M T:  0.13
358.24/89.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
358.24/89.71	c bin-w-bin subsume rem            0 bins  time:  0.01 s
358.24/89.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
358.24/89.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
358.24/89.73	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
358.24/89.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
360.24/90.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.38 s
372.63/93.38	c lits-rem:       259  cl-subs:      637  v-elim:      0  v-fix:    0  time:  3.17 s
372.63/93.38	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
373.03/93.43	c vivif2 --  cl tried    43864 cl shrink     3826 lits rem      25083 time: 0.05
373.82/93.69	c asymm  cl-useful: 0/2278/77218 lits-rem:0 time: 0.26
374.22/93.70	c calculated reachability. Time: 0.00
374.22/93.70	c  N dy  1247    357946       894     77218      2168     43864    236442   1760715     12.90   no data
394.20/98.73	c  N dy  1354    378461       894     77218      2168     32754    236442   1064746     13.00     13.71
410.20/102.80	c  N dy  1454    398481       894     77218      2168     52473    236442   2437547     13.10     19.95
427.35/107.00	c  N dy  1507    418548       894     77218      2168     39751    236442   1485907     13.08     16.46
444.53/111.33	c  N dy  1608    438604       894     77218      2168     59527    236442   2847768     13.15     20.72
461.30/115.57	c  N dy  1668    459234       894     77218      2168     46342    236442   1943537     13.12     14.01
480.50/120.33	c  N dy  1750    479843       894     77218      2168     66656    236442   3406892     13.16     13.90
498.84/124.96	c  N dy  1875    500127       894     77218      2168     52284    236442   2409064     13.28     14.08
529.61/132.62	c  N dy  1905    523908       894     77218      2168     39752    236442   1244607     13.19     13.96
539.19/135.07	c  S st  1946    536921       894     77218      2168     52433    236442   2027076     13.19   no data
540.00/135.26	c  S st  1946    537427       894     77218      2168     52938    236442   2051062     13.19   no data
540.00/135.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
540.39/135.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.12
540.39/135.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
540.79/135.40	c bin-w-bin subsume rem            0 bins  time:  0.01 s
540.79/135.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
540.79/135.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
540.79/135.42	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
540.79/135.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
542.79/135.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.39 s
560.76/140.46	c lits-rem:       529  cl-subs:     2338  v-elim:      0  v-fix:    0  time:  4.56 s
560.76/140.47	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
561.16/140.52	c vivif2 --  cl tried    50600 cl shrink     4186 lits rem      21375 time: 0.05
561.96/140.76	c asymm  cl-useful: 0/1868/77218 lits-rem:0 time: 0.24
561.96/140.77	c calculated reachability. Time: 0.00
561.96/140.77	c  N dy  1946    537427       894     77218      2168     50600    236442   1987168     13.19   no data
585.14/146.58	c  N dy  2051    558399       894     77218      2168     71309    236442   3469962     13.25     14.02
607.92/152.21	c  N dy  2135    580518       894     77218      2168     56622    236442   2295077     13.26     14.28
628.27/157.31	c  N dy  2228    600603       894     77218      2168     39276    236442   1397957     13.30     17.50
646.65/161.92	c  N dy  2315    620686       894     77218      2168     58956    236442   2694771     13.32     20.25
669.43/167.67	c  N dy  2403    640736       894     77218      2168     40525    236442   1448631     13.35     16.63
688.18/172.38	c  N dy  2474    663074       894     77218      2168     62422    236442   2864882     13.35     14.11
709.75/177.70	c  N dy  2528    683103       894     77218      2168     42852    236442   1620533     13.33     22.65
732.12/183.38	c  N dy  2598    707159       894     77218      2168     66377    236442   3143423     13.31     14.23
758.09/189.83	c  N dy  2678    730203       894     77218      2168     48786    236442   1922019     13.33     14.06
779.28/195.14	c  N dy  2767    750286       894     77218      2168     68610    236442   3369484     13.37     29.33
803.24/201.17	c  N dy  2866    770678       894     77218      2168     47360    236442   1777882     13.41     14.18
821.20/205.68	c  N dy  2943    790713       894     77218      2168     66994    236442   3040748     13.42     14.17
838.78/210.02	c  S st  2981    806140       894     77218      2168     81985    236442   3937626     13.39     13.19
840.38/210.42	c  S st  2981    806642       894     77218      2168     82486    236442   3965014     13.39   no data
840.38/210.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
841.58/210.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.8M T:  0.28
841.58/210.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
841.58/210.73	c bin-w-bin subsume rem            0 bins  time:  0.01 s
841.58/210.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
841.58/210.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
841.58/210.75	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
841.97/210.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
845.97/211.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.94 s
885.91/221.80	c lits-rem:       229  cl-subs:     1461  v-elim:      0  v-fix:    0  time:  9.94 s
885.91/221.81	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
886.31/221.93	c vivif2 --  cl tried    81025 cl shrink     8964 lits rem      68256 time: 0.12
887.11/222.11	c asymm  cl-useful: 0/891/77218 lits-rem:0 time: 0.18
887.11/222.12	c calculated reachability. Time: 0.00
887.11/222.12	c  N dy  2981    806642       894     77218      2168     81025    236442   3863387     13.39   no data
907.88/227.32	c  N dy  3057    827167       894     77218      2168     59076    236442   2495400     13.41     14.25
935.05/234.15	c  N dy  3173    847266       894     77218      2168     78816    236442   3850284     13.46     23.21
957.02/239.69	c  N dy  3203    870284       894     77218      2168     58112    236442   2347577     13.40     14.19
978.19/244.93	c  N dy  3246    891679       894     77218      2168     79051    236442   3706865     13.37     14.13
997.77/249.85	c  N dy  3282    911761       894     77218      2168     54624    236442   2148217     13.34     20.74
1020.95/255.70	c  N dy  3330    931763       894     77218      2168     74081    236442   3293628     13.32     14.11
1046.90/262.17	c  N dy  3381    953896       894     77218      2168     50746    236442   1798458     13.30     14.00
1070.46/268.05	c  N dy  3485    973931       894     77218      2168     70475    236442   3199031     13.33     15.13
1097.62/274.81	c  N dy  3574    994821       894     77218      2168     90987    236442   4661870     13.35     14.11
1125.99/281.97	c  N dy  3625   1019332       894     77218      2168     68915    236442   3017304     13.32     14.14
1151.95/288.44	c  N dy  3715   1039400       894     77218      2168     88579    236442   4331032     13.33     18.11
1179.54/295.34	c  N dy  3745   1066274       894     77218      2168     67574    236442   2553543     13.27     13.97
1186.70/297.17	c  F st  3765   1071876       894     77218      2168     73018    236442   2827023     13.27     10.59
1203.88/301.45	c  N dy  3808   1086370       894     77218      2168     87217    236442   3750468     13.28     14.80
1227.05/307.27	c  N dy  3877   1107354       894     77218      2168     60062    236442   2341975     13.27     14.02
1251.81/313.44	c  N dy  3956   1127811       894     77218      2168     80104    236442   3689058     13.27     14.10
1284.99/321.78	c  N dy  4055   1149795       894     77218      2168     52840    236442   1860179     13.29     14.04
1309.73/327.98	c  N dy  4099   1174377       894     77218      2168     76780    236442   3441939     13.26     13.96
1338.49/335.17	c  N dy  4147   1194799       894     77218      2168     96759    236442   4752877     13.24     13.94
1356.07/339.56	c  S st  4196   1209964       894     77218      2168     61724    236442   2336836     13.24     12.87
1357.26/339.82	c  S st  4196   1210465       894     77218      2168     62224    236442   2356433     13.24   no data
1357.26/339.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1358.06/340.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.4M T:  0.16
1358.06/340.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1358.06/340.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1358.06/340.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1358.06/340.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
1358.06/340.03	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
1358.06/340.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1360.07/340.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.41 s
1380.43/345.66	c lits-rem:       190  cl-subs:      798  v-elim:      0  v-fix:    0  time:  5.12 s
1380.43/345.67	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
1380.83/345.72	c vivif2 --  cl tried    61426 cl shrink     3236 lits rem      33339 time: 0.05
1381.65/345.95	c asymm  cl-useful: 0/2572/77218 lits-rem:0 time: 0.23
1381.65/345.96	c calculated reachability. Time: 0.00
1381.65/345.96	c  N dy  4196   1210465       894     77218      2168     61426    236442   2310176     13.24   no data
1405.20/351.89	c  N dy  4283   1231045       894     77218      2168     81488    236442   3635575     13.25     14.09
1435.15/359.31	c  N dy  4345   1251111       894     77218      2168    101173    236442   4909766     13.25     25.48
1458.73/365.29	c  N dy  4438   1271989       894     77218      2168     70889    236442   3067137     13.27     13.98
1488.28/372.61	c  N dy  4534   1292062       894     77218      2168     90555    236442   4414289     13.30     19.38
1516.65/379.74	c  N dy  4606   1312152       894     77218      2168     58319    236442   2123915     13.30     27.02
1541.01/385.86	c  N dy  4700   1332217       894     77218      2168     78065    236442   3548807     13.31     14.09
1567.78/392.52	c  N dy  4746   1352261       894     77218      2168     97546    236442   4817378     13.30     14.17
1595.74/399.54	c  N dy  4855   1372289       894     77218      2168     64319    236442   2477091     13.33     17.27
1618.53/405.27	c  N dy  4906   1394334       894     77218      2168     85778    236442   3904555     13.31     14.01
1652.07/413.68	c  N dy  4992   1415048       894     77218      2168    106089    236442   5316229     13.32     14.19
1673.63/419.02	c  N dy  5055   1435050       894     77218      2168     71790    236442   2889972     13.32     21.65
1704.00/426.67	c  N dy  5135   1458738       894     77218      2168     95049    236442   4520190     13.32     14.03
1735.94/434.60	c  N dy  5220   1479287       894     77218      2168     60393    236442   2200328     13.33     14.19
1761.91/441.14	c  N dy  5291   1501545       894     77218      2168     82203    236442   3692471     13.32     14.10
1803.85/451.67	c  N dy  5375   1524562       894     77218      2168    104534    236442   4995994     13.34     14.05
1829.44/458.06	c  N dy  5433   1544650       894     77218      2168     68414    236442   2655246     13.33     18.26
1856.58/464.86	c  N dy  5535   1564713       894     77218      2168     88117    236442   4027774     13.35     14.25
1887.34/472.59	c  N dy  5592   1585773       894     77218      2168    108583    236442   5349340     13.34     14.07
1913.70/479.13	c  N dy  5649   1606273       894     77218      2168     71961    236442   2841656     13.33     14.07
1941.67/486.14	c  N dy  5728   1626331       894     77218      2168     91553    236442   4159679     13.34     20.35
1978.42/495.31	c  N dy  5821   1646428       894     77218      2168    111256    236442   5494701     13.35     25.94
2007.58/502.68	c  N dy  5923   1668610       894     77218      2168     75323    236442   3067405     13.38     14.10
2039.13/510.53	c  N dy  6010   1691022       894     77218      2168     97206    236442   4503660     13.39     14.11
2070.28/518.34	c  S st  6081   1710468       894     77218      2168    116171    236442   5756995     13.39     12.59
2072.27/518.82	c  S st  6081   1710969       894     77218      2168    116670    236442   5784884     13.39   no data
2072.27/518.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2073.88/519.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.1M T:  0.37
2073.88/519.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2073.88/519.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2073.88/519.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2073.88/519.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
2073.88/519.24	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
2074.28/519.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
2080.29/520.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
2165.75/542.27	c lits-rem:       351  cl-subs:     2202  v-elim:      0  v-fix:    0  time: 21.38 s
2165.75/542.28	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
2166.55/542.46	c vivif2 --  cl tried   114468 cl shrink    13340 lits rem     125624 time: 0.18
2167.77/542.71	c asymm  cl-useful: 0/1183/77218 lits-rem:0 time: 0.25
2167.77/542.72	c calculated reachability. Time: 0.00
2167.77/542.72	c  N dy  6081   1710969       894     77218      2168    114468    236442   5612799     13.39   no data
2199.70/550.71	c  N dy  6180   1733858       894     77218      2168     78220    236442   3179032     13.40     14.73
2226.06/557.32	c  N dy  6242   1754354       894     77218      2168     98256    236442   4527425     13.39     14.12
2266.41/567.41	c  N dy  6309   1775692       894     77218      2168    119135    236442   5892336     13.39     14.25
2293.97/574.34	c  N dy  6399   1796470       894     77218      2168     79964    236442   3422249     13.40     14.29
2329.52/583.27	c  N dy  6515   1816521       894     77218      2168     99720    236442   4855626     13.43     19.54
2367.47/592.79	c  N dy  6598   1836684       894     77218      2168    119445    236442   6230328     13.43     14.14
2395.03/599.63	c  N dy  6677   1857447       894     77218      2168     78969    236442   3258658     13.44     14.33
2427.01/607.70	c  N dy  6756   1877507       894     77218      2168     98591    236442   4651969     13.45     18.45
2461.74/616.33	c  N dy  6812   1897607       894     77218      2168    118198    236442   5977682     13.44     16.51
2492.91/624.18	c  N dy  6902   1917657       894     77218      2168     76145    236442   2987577     13.45     16.95
2520.46/631.03	c  N dy  6984   1937753       894     77218      2168     95875    236442   4377212     13.46     14.78
2554.43/639.50	c  N dy  7042   1958222       894     77218      2168    115849    236442   5718059     13.46     14.25
2585.59/647.39	c  N dy  7096   1978253       894     77218      2168     72827    236442   2859518     13.45     14.18
2613.53/654.36	c  N dy  7156   1998275       894     77218      2168     92402    236442   4145378     13.45     14.25
2650.28/663.55	c  N dy  7263   2018311       894     77218      2168    112070    236442   5558150     13.46     14.28
2691.04/673.80	c  N dy  7374   2038643       894     77218      2168     68364    236442   2406687     13.48     14.23
2724.58/682.12	c  N dy  7471   2065124       894     77218      2168     94196    236442   4136311     13.48     14.52
2757.34/690.32	c  N dy  7531   2085143       894     77218      2168    113714    236442   5451507     13.48     25.18
2793.69/699.44	c  N dy  7567   2105624       894     77218      2168     69102    236442   2478696     13.46     14.18
2821.65/706.49	c  N dy  7658   2126271       894     77218      2168     89363    236442   3943060     13.47     14.36
2860.39/716.13	c  N dy  7757   2146332       894     77218      2168    109065    236442   5382779     13.49     14.20
2909.53/728.41	c  N dy  7813   2168562       894     77218      2168    130645    236442   6705103     13.48     14.41
2937.49/735.45	c  N dy  7879   2190090       894     77218      2168     86165    236442   3506002     13.48     14.49
2972.26/744.19	c  N dy  7980   2210415       894     77218      2168    106067    236442   4912168     13.49     14.30
2973.84/744.51	c  S st  7986   2210969       894     77218      2168    106616    236442   4952463     13.49   no data
2975.84/745.03	c  S st  7986   2211472       894     77218      2168    107118    236442   4978163     13.49   no data
2975.84/745.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2977.43/745.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.6M T:  0.39
2977.43/745.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2977.43/745.45	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2977.43/745.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2977.43/745.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
2977.43/745.47	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
2977.83/745.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
2982.63/746.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.14 s
3044.14/762.18	c lits-rem:       277  cl-subs:     1504  v-elim:      0  v-fix:    0  time: 15.39 s
3044.14/762.19	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
3044.94/762.33	c vivif2 --  cl tried   105614 cl shrink     9054 lits rem      80709 time: 0.14
3045.74/762.57	c asymm  cl-useful: 0/1148/77218 lits-rem:0 time: 0.24
3045.74/762.58	c calculated reachability. Time: 0.00
3045.74/762.58	c  N dy  7986   2211472       894     77218      2168    105614    236442   4867625     13.49   no data
3080.09/771.13	c  N dy  8039   2231548       894     77218      2168    125082    236442   6194849     13.49     14.24
3112.05/779.11	c  N dy  8100   2251637       894     77218      2168     78365    236442   3035216     13.48     14.33
3144.79/787.31	c  N dy  8139   2272644       894     77218      2168     98648    236442   4241816     13.47     14.28
3187.93/798.15	c  N dy  8247   2294347       894     77218      2168    119842    236442   5751935     13.48     14.21
3230.29/808.77	c  N dy  8353   2314442       894     77218      2168     72253    236442   2617045     13.51     18.10
3261.86/816.63	c  N dy  8441   2335661       894     77218      2168     92816    236442   3919144     13.51     14.31
3309.78/828.66	c  N dy  8538   2364582       894     77218      2168    120974    236442   5798225     13.51     14.25
3348.52/838.34	c  N dy  8614   2384624       894     77218      2168     72373    236442   2584817     13.51     20.04
3374.48/844.86	c  N dy  8671   2404833       894     77218      2168     92046    236442   3913498     13.51     14.37
3406.44/852.89	c  N dy  8728   2424904       894     77218      2168    111554    236442   5140951     13.50     20.04
3447.18/863.01	c  N dy  8799   2444924       894     77218      2168    130888    236442   6368726     13.50     22.79
3481.55/871.69	c  N dy  8872   2466243       894     77218      2168     82684    236442   3334148     13.50     14.21
3512.32/879.36	c  N dy  8948   2487804       894     77218      2168    103632    236442   4724365     13.50     14.22
3553.03/889.51	c  N dy  9009   2507984       894     77218      2168    123135    236442   5998472     13.50     14.22
3597.77/900.71	c  N dy  9102   2528035       894     77218      2168     72716    236442   2572170     13.51     20.97
3627.33/908.19	c  N dy  9143   2548892       894     77218      2168     92730    236442   3658018     13.50     14.48
3661.29/916.70	c  N dy  9233   2569574       894     77218      2168    112881    236442   5053904     13.51     14.23
3703.24/927.13	c  N dy  9336   2589627       894     77218      2168    132549    236442   6518496     13.52     18.85
3739.97/936.39	c  N dy  9411   2609665       894     77218      2168     81013    236442   3037547     13.53     14.28
3769.54/943.70	c  N dy  9450   2630588       894     77218      2168    101230    236442   4318892     13.52     14.47
3811.11/954.15	c  N dy  9543   2650670       894     77218      2168    120802    236442   5709825     13.53     16.14
3863.42/967.22	c  N dy  9630   2670768       894     77218      2168    140364    236442   7091479     13.53     14.32
3899.38/976.24	c  N dy  9739   2690941       894     77218      2168     88247    236442   3619693     13.55     14.26
3930.14/983.98	c  N dy  9797   2711473       894     77218      2168    108244    236442   4988860     13.54     10.04
3930.14/983.98	c  S st  9797   2711473       894     77218      2168    108244    236442   4988860     13.54     10.04
3932.11/984.44	c  S st  9797   2711981       894     77218      2168    108751    236442   5014600     13.54   no data
3932.11/984.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3933.71/984.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.8M T:  0.39
3933.71/984.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3933.71/984.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3933.71/984.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3933.71/984.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
3933.71/984.88	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
3934.13/984.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3939.30/986.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.15 s
4006.01/1002.97	c lits-rem:       214  cl-subs:     1202  v-elim:      0  v-fix:    0  time: 16.75 s
4006.01/1002.98	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
4006.81/1003.12	c vivif2 --  cl tried   107549 cl shrink     7881 lits rem      73052 time: 0.14
4007.62/1003.36	c asymm  cl-useful: 0/1053/77218 lits-rem:0 time: 0.24
4007.62/1003.37	c calculated reachability. Time: 0.00
4007.62/1003.37	c  N dy  9797   2711981       894     77218      2168    107549    236442   4915931     13.54   no data
4045.16/1012.73	c  N dy  9863   2732031       894     77218      2168    126992    236442   6203629     13.54     20.57
4090.70/1024.19	c  N dy  9941   2752083       894     77218      2168     73561    236442   2569928     13.54     17.90
4118.26/1031.09	c  N dy 10020   2772663       894     77218      2168     93509    236442   3820591     13.54     14.42
4158.22/1041.00	c  N dy 10126   2792821       894     77218      2168    113243    236442   5252136     13.56     14.28
4198.16/1051.08	c  N dy 10160   2813726       894     77218      2168    133376    236442   6508569     13.54     14.48
4238.49/1061.10	c  N dy 10216   2833743       894     77218      2168     78935    236442   2899275     13.54     26.62
4269.65/1068.92	c  N dy 10316   2853957       894     77218      2168     98654    236442   4253168     13.55     14.52
4303.99/1077.54	c  N dy 10352   2874064       894     77218      2168    118039    236442   5440931     13.54     14.46
4342.77/1087.26	c  N dy 10410   2894302       894     77218      2168    137606    236442   6632268     13.53     14.27
4387.11/1098.32	c  N dy 10501   2915198       894     77218      2168     83339    236442   3250398     13.54     14.36
4421.86/1107.09	c  N dy 10625   2936218       894     77218      2168    103896    236442   4673653     13.56     14.29
4458.99/1116.35	c  N dy 10690   2956246       894     77218      2168    123421    236442   5966432     13.56     14.62
4504.12/1127.67	c  N dy 10758   2978502       894     77218      2168    144999    236442   7369857     13.56     14.29
4542.08/1137.18	c  N dy 10829   2998564       894     77218      2168     88573    236442   3498033     13.55     14.63
4576.82/1145.81	c  N dy 10874   3019174       894     77218      2168    108577    236442   4791429     13.55     14.32
4614.38/1155.27	c  N dy 10966   3039186       894     77218      2168    128112    236442   6223998     13.56     20.71
4655.92/1165.63	c  N dy 11020   3059968       894     77218      2168    148268    236442   7578642     13.55     14.28
4689.07/1173.91	c  N dy 11083   3080187       894     77218      2168     90929    236442   3488089     13.55     14.27
4723.83/1182.64	c  N dy 11174   3101204       894     77218      2168    111392    236442   4918032     13.56     14.38
4758.98/1191.43	c  N dy 11251   3121250       894     77218      2168    130810    236442   6223845     13.56     14.28

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3283906-1304028731/watcher-3283906-1304028731 -o /tmp/evaluation-result-3283906-1304028731/solver-3283906-1304028731 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3283906-1304028731.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 3.30 0.81 0.27 6/184 26450
/proc/meminfo: memFree=31046996/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 514470949 52441088 348 33554432000 4194304 4627427 140737441735216 18446744073709551615 46997616986024 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 12803 348 299 106 0 7774 0
[pid=26450/tid=26451] ppid=26448 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514470949 52441088 348 33554432000 4194304 4627427 140737441735216 18446744073709551615 46997616986034 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514470949 52441088 348 33554432000 4194304 4627427 140737441735216 18446744073709551615 46997616986038 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514470949 52441088 348 33554432000 4194304 4627427 140737441735216 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.017795 s]
/proc/loadavg: 3.30 0.81 0.27 6/184 26450
/proc/meminfo: memFree=31046996/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=284472 CPUtime=0.03 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 3444 0 0 0 3 0 0 0 18 0 4 0 514470949 291299328 3363 33554432000 4194304 4627427 140737441735216 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 71159 3427 339 106 0 66130 0
[pid=26450/tid=26451] ppid=26448 vsize=284636 CPUtime=0.01 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 900 0 0 0 1 0 0 0 18 0 4 0 514470949 291467264 3440 33554432000 4194304 4627427 140737441735216 18446744073709551615 271550234832 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=284636 CPUtime=0.01 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 673 0 0 0 1 0 0 0 18 0 4 0 514470949 291467264 3445 33554432000 4194304 4627427 140737441735216 18446744073709551615 4530786 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=284744 CPUtime=0 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) S 26448 26450 26347 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 4 0 514470949 291577856 3499 33554432000 4194304 4627427 140737441735216 18446744073709551615 271550642670 0 0 4096 2 18446604448887748736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 284472

[startup+0.687162 s]
/proc/loadavg: 3.30 0.81 0.27 6/184 26450
/proc/meminfo: memFree=31046996/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=303736 CPUtime=2.7 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) D 26448 26450 26347 0 -1 4202496 13165 0 0 0 267 3 0 0 18 0 4 0 514470949 311025664 13084 33554432000 4194304 4627427 140737441735216 18446744073709551615 271550580919 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 75934 13084 375 106 0 70905 0
[pid=26450/tid=26451] ppid=26448 vsize=303736 CPUtime=0.67 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 3961 0 0 0 67 0 0 0 18 0 4 0 514470949 311025664 13084 33554432000 4194304 4627427 140737441735216 18446744073709551615 4466429 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=303736 CPUtime=0.67 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) D 26448 26450 26347 0 -1 4202560 3435 0 0 0 67 0 0 0 18 0 4 0 514470949 311025664 13084 33554432000 4194304 4627427 140737441735216 18446744073709551615 4416374 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=303736 CPUtime=0.66 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 2043 0 0 0 66 0 0 0 18 0 4 0 514470949 311025664 13084 33554432000 4194304 4627427 140737441735216 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 303736

[startup+0.700626 s]
/proc/loadavg: 3.30 0.81 0.27 6/184 26450
/proc/meminfo: memFree=31046996/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=304216 CPUtime=2.75 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 14197 0 0 0 272 3 0 0 18 0 4 0 514470949 311517184 14116 33554432000 4194304 4627427 140737441735216 18446744073709551615 4466352 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 76054 14116 376 106 0 71025 0
[pid=26450/tid=26451] ppid=26448 vsize=304216 CPUtime=0.68 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 3965 0 0 0 68 0 0 0 18 0 4 0 514470949 311517184 14116 33554432000 4194304 4627427 140737441735216 18446744073709551615 4420275 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=304216 CPUtime=0.68 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 3849 0 0 0 68 0 0 0 18 0 4 0 514470949 311517184 14116 33554432000 4194304 4627427 140737441735216 18446744073709551615 4425797 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=304216 CPUtime=0.67 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 2045 0 0 0 67 0 0 0 18 0 4 0 514470949 311517184 14116 33554432000 4194304 4627427 140737441735216 18446744073709551615 4327616 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 304216

[startup+0.800609 s]
/proc/loadavg: 3.30 0.81 0.27 6/184 26450
/proc/meminfo: memFree=31046996/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=319548 CPUtime=3.15 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 17888 0 0 0 311 4 0 0 18 0 4 0 514470949 327217152 17531 33554432000 4194304 4627427 140737441735216 18446744073709551615 4427854 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 79887 17531 380 106 0 74858 0
[pid=26450/tid=26451] ppid=26448 vsize=319548 CPUtime=0.79 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 5249 0 0 0 78 1 0 0 18 0 4 0 514470949 327217152 17531 33554432000 4194304 4627427 140737441735216 18446744073709551615 4427861 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=319548 CPUtime=0.78 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 5065 0 0 0 77 1 0 0 18 0 4 0 514470949 327217152 17531 33554432000 4194304 4627427 140737441735216 18446744073709551615 4427146 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=319548 CPUtime=0.77 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 2060 0 0 0 77 0 0 0 18 0 4 0 514470949 327217152 17531 33554432000 4194304 4627427 140737441735216 18446744073709551615 4308599 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 319548

[startup+1.50048 s]
/proc/loadavg: 3.30 0.81 0.27 11/188 26454
/proc/meminfo: memFree=30979632/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=309524 CPUtime=5.97 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 21606 0 0 0 592 5 0 0 18 0 4 0 514470949 316952576 17116 33554432000 4194304 4627427 140737441735216 18446744073709551615 4327606 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 77381 17116 386 106 0 72352 0
[pid=26450/tid=26451] ppid=26448 vsize=309524 CPUtime=1.49 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 6243 0 0 0 148 1 0 0 18 0 4 0 514470949 316952576 17116 33554432000 4194304 4627427 140737441735216 18446744073709551615 4327583 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=309524 CPUtime=1.49 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 6386 0 0 0 148 1 0 0 18 0 4 0 514470949 316952576 17116 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=309524 CPUtime=1.47 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 2298 0 0 0 147 0 0 0 20 0 4 0 514470949 316952576 17116 33554432000 4194304 4627427 140737441735216 18446744073709551615 4308291 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 309524

[startup+3.10119 s]
/proc/loadavg: 3.30 0.81 0.27 9/188 26454
/proc/meminfo: memFree=30953344/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=325788 CPUtime=12.34 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 30070 0 0 0 1228 6 0 0 22 0 4 0 514470949 333606912 18643 33554432000 4194304 4627427 140737441735216 18446744073709551615 4348187 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 81447 18643 388 106 0 76418 0
[pid=26450/tid=26451] ppid=26448 vsize=325788 CPUtime=3.08 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 8581 0 0 0 307 1 0 0 22 0 4 0 514470949 333606912 18643 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=325788 CPUtime=3.08 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 8633 0 0 0 306 2 0 0 22 0 4 0 514470949 333606912 18643 33554432000 4194304 4627427 140737441735216 18446744073709551615 4332937 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=325788 CPUtime=3.07 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 3969 0 0 0 306 1 0 0 25 0 4 0 514470949 333606912 18643 33554432000 4194304 4627427 140737441735216 18446744073709551615 4308307 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 325788

[startup+6.30061 s]
/proc/loadavg: 3.68 0.93 0.31 9/188 26454
/proc/meminfo: memFree=30844532/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=358744 CPUtime=25.12 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 54096 0 0 0 2502 10 0 0 25 0 4 0 514470949 367353856 38743 33554432000 4194304 4627427 140737441735216 18446744073709551615 4428398 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 89686 38743 391 106 0 84657 0
[pid=26450/tid=26451] ppid=26448 vsize=358744 CPUtime=6.28 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 17218 0 0 0 626 2 0 0 25 0 4 0 514470949 367353856 38743 33554432000 4194304 4627427 140737441735216 18446744073709551615 4467909 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=358744 CPUtime=6.28 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 15486 0 0 0 625 3 0 0 25 0 4 0 514470949 367353856 38743 33554432000 4194304 4627427 140737441735216 18446744073709551615 4424998 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=358744 CPUtime=6.25 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 5699 0 0 0 624 1 0 0 25 0 4 0 514470949 367353856 38743 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 358744

[startup+12.7004 s]
/proc/loadavg: 4.10 1.06 0.35 9/188 26454
/proc/meminfo: memFree=30781996/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=386424 CPUtime=50.68 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 72370 0 0 0 5055 13 0 0 25 0 4 0 514470949 395698176 47154 33554432000 4194304 4627427 140737441735216 18446744073709551615 4327616 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 96606 47154 391 106 0 91577 0
[pid=26450/tid=26451] ppid=26448 vsize=386424 CPUtime=12.68 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 19547 0 0 0 1266 2 0 0 25 0 4 0 514470949 395698176 47154 33554432000 4194304 4627427 140737441735216 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=386424 CPUtime=12.68 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 19494 0 0 0 1264 4 0 0 25 0 4 0 514470949 395698176 47155 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=386424 CPUtime=12.61 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 14585 0 0 0 1259 2 0 0 25 0 4 0 514470949 395698176 47155 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 386424

[startup+25.5011 s]
/proc/loadavg: 4.96 1.40 0.48 9/188 26455
/proc/meminfo: memFree=30701784/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=424744 CPUtime=101.81 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 108676 0 0 0 10160 21 0 0 25 0 4 0 514470949 434937856 62992 33554432000 4194304 4627427 140737441735216 18446744073709551615 4427236 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 106186 62992 391 106 0 101157 0
[pid=26450/tid=26451] ppid=26448 vsize=424744 CPUtime=25.48 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 27968 0 0 0 2544 4 0 0 25 0 4 0 514470949 434937856 62992 33554432000 4194304 4627427 140737441735216 18446744073709551615 4332816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=424744 CPUtime=25.47 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 27784 0 0 0 2541 6 0 0 25 0 4 0 514470949 434937856 62992 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=424744 CPUtime=25.35 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 25212 0 0 0 2530 5 0 0 25 0 4 0 514470949 434937856 62992 33554432000 4194304 4627427 140737441735216 18446744073709551615 4310544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 424744

[startup+51.1065 s]
/proc/loadavg: 6.08 1.94 0.68 10/188 26485
/proc/meminfo: memFree=31015332/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=444076 CPUtime=204.09 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 165184 0 0 0 20374 35 0 0 25 0 4 0 514470949 454733824 68422 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 111019 68422 391 106 0 105990 0
[pid=26450/tid=26451] ppid=26448 vsize=444076 CPUtime=51.08 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 41805 0 0 0 5101 7 0 0 25 0 4 0 514470949 454733824 68422 33554432000 4194304 4627427 140737441735216 18446744073709551615 4308606 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=444076 CPUtime=51.08 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 42942 0 0 0 5097 11 0 0 25 0 4 0 514470949 454733824 68422 33554432000 4194304 4627427 140737441735216 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=444076 CPUtime=50.81 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 41109 0 0 0 5072 9 0 0 25 0 4 0 514470949 454733824 68422 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 444076

[startup+102.301 s]
/proc/loadavg: 7.21 2.89 1.07 9/188 26487
/proc/meminfo: memFree=30809040/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=504616 CPUtime=408.58 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 252613 0 0 0 40804 54 0 0 25 0 4 0 514470949 516726784 82168 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 126154 82168 391 106 0 121125 0
[pid=26450/tid=26451] ppid=26448 vsize=504616 CPUtime=102.27 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 63109 0 0 0 10216 11 0 0 25 0 4 0 514470949 516726784 82168 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=504616 CPUtime=102.27 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 65016 0 0 0 10211 16 0 0 25 0 4 0 514470949 516726784 82168 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=504616 CPUtime=101.72 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 64861 0 0 0 10158 14 0 0 25 0 4 0 514470949 516726784 82168 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 504616

[startup+162.301 s]

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

[pid=26450] ppid=26448 vsize=1058040 CPUtime=2565.6 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 852120 0 0 0 256344 216 0 0 25 0 4 0 514470949 1083432960 167934 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 264510 167934 391 106 0 259481 0
[pid=26450/tid=26451] ppid=26448 vsize=1058040 CPUtime=642.27 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 172812 0 0 0 64184 43 0 0 25 0 4 0 514470949 1083432960 167934 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=1058040 CPUtime=642.26 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 233011 0 0 0 64164 62 0 0 25 0 4 0 514470949 1083432960 167934 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=1058040 CPUtime=638.75 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 228287 0 0 0 63819 56 0 0 25 0 4 0 514470949 1083432960 167934 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.6
Current children cumulated vsize (KiB) 1058040

[startup+702.307 s]
/proc/loadavg: 8.36 7.56 4.48 9/188 26503
/proc/meminfo: memFree=30076428/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=1077328 CPUtime=2805.29 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 909300 0 0 0 280296 233 0 0 25 0 4 0 514470949 1103183872 172116 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 269332 172116 391 106 0 264303 0
[pid=26450/tid=26451] ppid=26448 vsize=1077328 CPUtime=702.27 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 186806 0 0 0 70180 47 0 0 25 0 4 0 514470949 1103183872 172116 33554432000 4194304 4627427 140737441735216 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=1077328 CPUtime=702.27 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 248070 0 0 0 70160 67 0 0 25 0 4 0 514470949 1103183872 172116 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=1077328 CPUtime=698.43 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 243353 0 0 0 69783 60 0 0 25 0 4 0 514470949 1103183872 172116 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.29
Current children cumulated vsize (KiB) 1077328

[startup+762.301 s]
/proc/loadavg: 8.25 7.67 4.70 9/188 26504
/proc/meminfo: memFree=29995632/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=1224752 CPUtime=3044.94 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 962070 0 0 0 304246 248 0 0 25 0 4 0 514470949 1254146048 200995 33554432000 4194304 4627427 140737441735216 18446744073709551615 4324127 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 306188 200996 391 106 0 301159 0
[pid=26450/tid=26451] ppid=26448 vsize=1224752 CPUtime=762.27 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 200703 0 0 0 76176 51 0 0 25 0 4 0 514470949 1254146048 200996 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=1224752 CPUtime=762.26 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 259953 0 0 0 76155 71 0 0 25 0 4 0 514470949 1254146048 200996 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=1224752 CPUtime=758.1 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 260543 0 0 0 75746 64 0 0 25 0 4 0 514470949 1254146048 200996 33554432000 4194304 4627427 140737441735216 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.94
Current children cumulated vsize (KiB) 1224752

[startup+822.301 s]
/proc/loadavg: 8.24 7.77 4.92 9/188 26506
/proc/meminfo: memFree=30010192/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=1120500 CPUtime=3284.61 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 1017534 0 0 0 328194 267 0 0 25 0 4 0 514470949 1147392000 194542 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 280125 194542 391 106 0 275096 0
[pid=26450/tid=26451] ppid=26448 vsize=1120500 CPUtime=822.25 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 211517 0 0 0 82171 54 0 0 25 0 4 0 514470949 1147392000 194542 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=1120500 CPUtime=822.26 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 274433 0 0 0 82149 77 0 0 25 0 4 0 514470949 1147392000 194542 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309234 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=1120500 CPUtime=817.77 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 275613 0 0 0 81709 68 0 0 25 0 4 0 514470949 1147392000 194542 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.61
Current children cumulated vsize (KiB) 1120500

[startup+882.301 s]
/proc/loadavg: 8.13 7.83 5.12 9/188 26507
/proc/meminfo: memFree=29995624/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=1215080 CPUtime=3524.28 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 1074921 0 0 0 352142 286 0 0 25 0 4 0 514470949 1244241920 195305 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 303770 195305 391 106 0 298741 0
[pid=26450/tid=26451] ppid=26448 vsize=1215080 CPUtime=882.25 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 221814 0 0 0 88168 57 0 0 25 0 4 0 514470949 1244241920 195305 33554432000 4194304 4627427 140737441735216 18446744073709551615 4327749 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=1215080 CPUtime=882.26 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 290180 0 0 0 88145 81 0 0 25 0 4 0 514470949 1244241920 195305 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=1215080 CPUtime=877.45 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 291449 0 0 0 87670 75 0 0 25 0 4 0 514470949 1244241920 195305 33554432000 4194304 4627427 140737441735216 18446744073709551615 4308897 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 1215080

[startup+942.3 s]
/proc/loadavg: 8.22 7.91 5.32 9/188 26509
/proc/meminfo: memFree=29959592/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=1102784 CPUtime=3763.95 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 1119275 0 0 0 376095 300 0 0 25 0 4 0 514470949 1129250816 199684 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 275696 199684 391 106 0 270667 0
[pid=26450/tid=26451] ppid=26448 vsize=1102784 CPUtime=942.25 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 225573 0 0 0 94166 59 0 0 25 0 4 0 514470949 1129250816 199684 33554432000 4194304 4627427 140737441735216 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=1102784 CPUtime=942.25 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 305454 0 0 0 94140 85 0 0 25 0 4 0 514470949 1129250816 199684 33554432000 4194304 4627427 140737441735216 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=1102784 CPUtime=937.12 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 306591 0 0 0 93632 80 0 0 25 0 4 0 514470949 1129250816 199684 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.95
Current children cumulated vsize (KiB) 1102784

[startup+1002.3 s]
/proc/loadavg: 8.12 7.94 5.49 9/188 26511
/proc/meminfo: memFree=29912152/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=1061376 CPUtime=4003.62 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 1155573 0 0 0 400050 312 0 0 25 0 4 0 514470949 1086849024 193062 33554432000 4194304 4627427 140737441735216 18446744073709551615 4428111 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 265344 193062 391 106 0 260315 0
[pid=26450/tid=26451] ppid=26448 vsize=1061376 CPUtime=1002.24 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 235213 0 0 0 100163 61 0 0 25 0 4 0 514470949 1086849024 193062 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=1061376 CPUtime=1002.26 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 319864 0 0 0 100135 91 0 0 25 0 4 0 514470949 1086849024 193062 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=1061376 CPUtime=996.79 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 310421 0 0 0 99598 81 0 0 25 0 4 0 514470949 1086849024 193062 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 1061376

[startup+1062.3 s]
/proc/loadavg: 8.28 8.02 5.67 9/188 26512
/proc/meminfo: memFree=29897700/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=1069872 CPUtime=4243.29 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 1210815 0 0 0 424002 327 0 0 25 0 4 0 514470949 1095548928 200228 33554432000 4194304 4627427 140737441735216 18446744073709551615 4332703 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 267468 200228 391 106 0 262439 0
[pid=26450/tid=26451] ppid=26448 vsize=1069872 CPUtime=1062.24 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 244923 0 0 0 106159 65 0 0 25 0 4 0 514470949 1095548928 200228 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=1069872 CPUtime=1062.25 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 335508 0 0 0 106131 94 0 0 25 0 4 0 514470949 1095548928 200228 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=1069872 CPUtime=1056.47 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 325262 0 0 0 105562 85 0 0 25 0 4 0 514470949 1095548928 200228 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.29
Current children cumulated vsize (KiB) 1069872

[startup+1122.3 s]
/proc/loadavg: 8.21 8.05 5.82 9/188 26514
/proc/meminfo: memFree=29759260/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=1379168 CPUtime=4482.96 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 1260832 0 0 0 447952 344 0 0 25 0 4 0 514470949 1412268032 212417 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 344792 212417 391 106 0 339763 0
[pid=26450/tid=26451] ppid=26448 vsize=1379168 CPUtime=1122.23 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 256414 0 0 0 112155 68 0 0 25 0 4 0 514470949 1412268032 212417 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=1379168 CPUtime=1122.25 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 350766 0 0 0 112126 99 0 0 25 0 4 0 514470949 1412268032 212417 33554432000 4194304 4627427 140737441735216 18446744073709551615 4321761 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=1379168 CPUtime=1116.15 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 336648 0 0 0 111526 89 0 0 25 0 4 0 514470949 1412268032 212417 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 1379168

[startup+1182.3 s]
/proc/loadavg: 8.31 8.11 5.98 9/188 26515
/proc/meminfo: memFree=29742456/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=1097312 CPUtime=4722.63 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 1300576 0 0 0 471905 358 0 0 25 0 4 0 514470949 1123647488 208506 33554432000 4194304 4627427 140737441735216 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 274328 208506 391 106 0 269299 0
[pid=26450/tid=26451] ppid=26448 vsize=1097312 CPUtime=1182.23 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 265300 0 0 0 118152 71 0 0 25 0 4 0 514470949 1123647488 208506 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=1097312 CPUtime=1182.26 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 362053 0 0 0 118122 104 0 0 25 0 4 0 514470949 1123647488 208506 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=1097312 CPUtime=1175.81 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 346715 0 0 0 117489 92 0 0 25 0 4 0 514470949 1123647488 208506 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.63
Current children cumulated vsize (KiB) 1097312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.71 s]
/proc/loadavg: 8.29 8.12 6.03 9/188 26516
/proc/meminfo: memFree=29737348/32951124 swapFree=67111344/67111528
[pid=26450] ppid=26448 vsize=1288652 CPUtime=4800.16 cores=0,2,4,6
/proc/26450/stat : 26450 (strangenight2-m) R 26448 26450 26347 0 -1 4202496 1313746 0 0 0 479653 363 0 0 25 0 4 0 514470949 1319579648 212705 33554432000 4194304 4627427 140737441735216 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26450/statm: 322163 212705 391 106 0 317134 0
[pid=26450/tid=26451] ppid=26448 vsize=1288652 CPUtime=1201.64 cores=0,2,4,6
/proc/26450/task/26451/stat : 26451 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 267528 0 0 0 120092 72 0 0 25 0 4 0 514470949 1319579648 212705 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26450/tid=26452] ppid=26448 vsize=1288652 CPUtime=1201.66 cores=0,2,4,6
/proc/26450/task/26452/stat : 26452 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 368297 0 0 0 120061 105 0 0 25 0 4 0 514470949 1319579648 212705 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26450/tid=26453] ppid=26448 vsize=1288652 CPUtime=1195.11 cores=0,2,4,6
/proc/26450/task/26453/stat : 26453 (strangenight2-m) R 26448 26450 26347 0 -1 4202560 348818 0 0 0 119418 93 0 0 25 0 4 0 514470949 1319579648 212705 33554432000 4194304 4627427 140737441735216 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 1288652

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.23
CPU user time (s): 4796.56
CPU system time (s): 3.67144
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 1385648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.56
system time used= 3.67144
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1313748
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4546
involuntary context switches= 71357

runsolver used 1.80272 second user time and 4.78027 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 00:12:11
IDJOB=3283906
IDBENCH=71089
IDSOLVER=1586
FILE ID=node133/3283906-1304028731
RUNJOBID= node133-1304028687-26366
PBS_JOBID= 13170319
Free space on /tmp= 71876 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283906-1304028731/watcher-3283906-1304028731 -o /tmp/evaluation-result-3283906-1304028731/solver-3283906-1304028731 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3283906-1304028731.cnf

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=2059390692

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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:      31047160 kB
Buffers:        654832 kB
Cached:         481412 kB
SwapCached:        124 kB
Active:         889248 kB
Inactive:       669928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31047160 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           24704 kB
Writeback:           0 kB
AnonPages:      422976 kB
Mapped:          15408 kB
Slab:           280540 kB
PageTables:       5736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   675856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71880 MiB
End job on node133 at 2011-04-29 00:32:14