Trace number 3367246

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 (fixed)? (TO) 4800.3 1203.65

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367246-1305390951.cnf'
0.00/0.01	c -- header says num vars:           1430
0.00/0.01	c -- header says num clauses:       79453
2.75/0.71	c -- clauses added:            0 learnts,        79453 normals,            0 xors
2.75/0.71	c -- vars added       1430
2.75/0.71	c Parsing time:  0.02 s
2.75/0.71	c  N st     0         0      1430     77095      2358         0    236162         0   no data   no data
2.75/0.71	c asymm  cl-useful: 0/13154/77095 lits-rem:0 time: 0.59
2.75/0.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  157 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2.75/0.71	c Replacing      157 vars Replaced    35026 lits Time:     0.03 s 
2.75/0.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.75/0.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.75/0.75	c subs with bin:     3572  lits-rem:         0  v-fix:    0  time:  0.01 s
2.75/0.75	c Subs w/ non-existent bins:   3330 l-rem:      0 v-fix:     0 done:   1273 time:  0.01 s
2.75/0.75	c Removed useless bin:       0  fixed:     0  props:   0.70M  time:  0.00 s
5.94/1.53	c lits-rem:         0  cl-subs:        0  v-elim:    379  v-fix:    0  time:  0.13 s
5.94/1.53	c Finding binary XORs  T:     0.00 s  found:       0
5.94/1.53	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
5.94/1.53	c calculated reachability. Time: 0.00
5.94/1.53	c Calc default polars -  time:   0.00 s pos:     486 undec:     603 neg:     341
5.94/1.53	c =========================================================================================
5.94/1.53	c types(t): F = full restart, N = normal restart
5.94/1.53	c types(t): S = simplification begin/end, E = solution found
5.94/1.53	c restart types(rt): st = static, dy = dynamic
5.94/1.53	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.94/1.53	c  B st     0         0       894     69747      2157         0    214007         0   no data   no data
5.94/1.53	c  N dy    10      4230       894     69747      2157      4167    214007    302978     13.74     14.54
6.38/1.63	c  N dy    19      8789       894     69747      2157      8639    214007    561014     11.97     12.62
7.13/1.89	c  N dy    45     12880       894     69747      2157     12702    214007    811971     12.51     13.30
10.34/2.63	c  N dy    59     17720       894     69747      2157     17295    214007    948152     12.30     12.95
13.12/3.34	c  N dy    65     22602       894     69747      2157     12179    214007    388919     11.76     12.39
14.32/3.65	c  F st    67     25000       894     69747      2157     14387    214007    423957     11.59      9.14
15.16/3.85	c  N st    71     27031       894     69747      2157     16348    214007    488787     11.59   no data
16.30/4.13	c  S st    73     30001       894     69747      2157     19262    214007    646564     11.59   no data
16.30/4.19	c  S st    73     30503       894     69747      2157     19762    214007    669261     11.59   no data
16.30/4.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.70/4.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.04
16.70/4.24	c blocked clauses removed:        0 vars:      0 tried:         894 T: 0.00 s
16.70/4.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.70/4.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.70/4.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
16.70/4.26	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
16.70/4.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
17.11/4.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
21.88/5.55	c lits-rem:       523  cl-subs:     3662  v-elim:      0  v-fix:    0  time:  1.14 s
23.09/5.83	c asymm  cl-useful: 0/2990/69747 lits-rem:0 time: 0.28
23.09/5.83	c calculated reachability. Time: 0.00
23.09/5.83	c  N dy    73     30503       894     69747      2157     16100    214007    612828     11.59   no data
25.47/6.49	c  N dy    80     38375       894     69747      2157     23789    214007   1026629     11.10     11.72
27.88/7.01	c  N dy    97     43109       894     69747      2157     28413    214007   1270899     11.25     11.91
29.06/7.34	c  S st   113     45755       894     69747      2157     16048    214007    597105     11.41   no data
29.46/7.41	c  S st   113     46259       894     69747      2157     16549    214007    620084     11.41   no data
29.46/7.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.46/7.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.04
29.46/7.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.46/7.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.46/7.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.46/7.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
29.46/7.48	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
29.86/7.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
30.26/7.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
31.06/7.87	c lits-rem:        46  cl-subs:      162  v-elim:      0  v-fix:    0  time:  0.26 s
31.06/7.88	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
31.06/7.90	c vivif2 --  cl tried    16387 cl shrink     2481 lits rem      18502 time: 0.02
32.27/8.17	c asymm  cl-useful: 0/3874/69747 lits-rem:0 time: 0.27
32.27/8.17	c calculated reachability. Time: 0.00
32.27/8.17	c  N dy   113     46259       894     69747      2157     16387    214007    598575     11.41   no data
34.25/8.62	c  N dy   147     50333       894     69747      2157     20436    214007    837679     11.65     15.86
35.45/8.92	c Finding binary XORs  T:     0.00 s  found:       0
36.25/9.15	c  N dy   174     55049       894     69747      2224     25128    214007   1155791     11.84     12.66
38.24/9.65	c  N dy   194     59147       894     69747      2224     29119    214007   1374667     11.89     18.74
41.47/10.41	c  N dy   207     64985       894     69747      2224     34822    214007   1645557     11.78     12.47
43.43/10.95	c  N dy   231     69389       894     69747      2224     20853    214007    738764     11.87     10.17
43.43/10.95	c  S st   231     69389       894     69747      2224     20853    214007    738764     11.87     10.17
43.83/11.02	c  S st   231     69894       894     69747      2224     21358    214007    761215     11.87   no data
43.83/11.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.83/11.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.05
43.83/11.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.83/11.08	c bin-w-bin subsume rem           67 bins  time:  0.00 s
43.83/11.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.83/11.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
43.83/11.09	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
44.23/11.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
44.62/11.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
45.86/11.58	c lits-rem:        28  cl-subs:      122  v-elim:      0  v-fix:    0  time:  0.33 s
45.86/11.58	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
45.86/11.60	c vivif2 --  cl tried    21236 cl shrink     1354 lits rem       7586 time: 0.02
47.01/11.88	c asymm  cl-useful: 0/2781/69747 lits-rem:0 time: 0.27
47.01/11.88	c calculated reachability. Time: 0.00
47.01/11.88	c  N dy   231     69894       894     69747      2157     21236    214007    750955     11.87   no data
49.01/12.38	c  N dy   259     74360       894     69747      2157     25649    214007   1002969     11.97     12.62
51.79/13.01	c  N dy   295     79167       894     69747      2157     30415    214007   1308761     12.16     27.15
55.04/13.84	c  N dy   326     84983       894     69747      2157     36129    214007   1636952     12.29     13.05
56.19/14.19	c  F st   339     87503       894     69747      2157     38625    214007   1786804     12.35     12.88
58.18/14.67	c  N st   344     90804       894     69747      2157     21366    214007    710692     12.35   no data
62.57/15.78	c  N dy   351     96913       894     69747      2157     27100    214007    839425     12.26     13.01
66.55/16.71	c  N dy   366    103899       894     69747      2157     33868    214007   1130186     12.22     12.88
66.95/16.85	c  S st   374    104841       894     69747      2157     34801    214007   1189030     12.25   no data
67.35/16.95	c  S st   374    105345       894     69747      2157     35303    214007   1210863     12.25   no data
67.35/16.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
67.79/17.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.07
67.79/17.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.79/17.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.79/17.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.79/17.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
67.79/17.05	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
67.79/17.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
68.94/17.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.20 s
74.54/18.74	c lits-rem:       568  cl-subs:     2505  v-elim:      0  v-fix:    0  time:  1.43 s
74.54/18.75	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
74.54/18.78	c vivif2 --  cl tried    32798 cl shrink     3558 lits rem      23820 time: 0.03
75.74/19.03	c asymm  cl-useful: 0/2758/69747 lits-rem:0 time: 0.25
75.74/19.04	c calculated reachability. Time: 0.00
75.74/19.04	c  N dy   374    105345       894     69747      2157     32798    214007   1146881     12.25   no data
80.12/20.11	c  N dy   423    112930       894     69747      2157     40283    214007   1608122     12.46     13.16
84.50/21.23	c  N dy   481    120172       894     69747      2157     25564    214007    940208     12.69     18.57
88.49/22.28	c  N dy   512    128393       894     69747      2157     33662    214007   1402188     12.71     13.43
92.88/23.38	c  N dy   526    136640       894     69747      2157     41727    214007   1841536     12.58     15.83
97.67/24.60	c  N dy   557    145370       894     69747      2157     27070    214007    890564     12.55     13.31
102.90/25.90	c  N dy   599    155366       894     69747      2157     36907    214007   1441842     12.59     13.32
104.44/26.21	c  S st   604    158017       894     69747      2157     39475    214007   1570699     12.55      8.88
104.84/26.33	c  S st   604    158519       894     69747      2157     39976    214007   1594747     12.55   no data
104.84/26.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
105.24/26.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.08
105.24/26.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.24/26.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.24/26.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.24/26.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
105.24/26.44	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
105.24/26.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
106.84/26.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.30 s
115.21/28.94	c lits-rem:       155  cl-subs:      492  v-elim:      0  v-fix:    0  time:  2.13 s
115.21/28.95	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
115.21/29.00	c vivif2 --  cl tried    39484 cl shrink     5498 lits rem      40713 time: 0.05
116.45/29.25	c asymm  cl-useful: 0/2742/69747 lits-rem:0 time: 0.25
116.45/29.25	c calculated reachability. Time: 0.00
116.45/29.25	c  N dy   604    158519       894     69747      2157     39484    214007   1543528     12.55   no data
123.59/31.06	c  N dy   664    168717       894     69747      2157     25164    214007    771039     12.66     16.97
129.21/32.48	c  N dy   700    179829       894     69747      2157     36044    214007   1343992     12.62     13.32
136.35/34.24	c  N dy   748    191621       894     69747      2157     47702    214007   2026955     12.64     13.31
143.92/36.19	c  N dy   828    203888       894     69747      2157     34332    214007   1312737     12.80     13.52
153.10/38.46	c  N dy   858    216940       894     69747      2157     46953    214007   1859081     12.74     20.06
162.67/40.80	c  N dy   897    231413       894     69747      2157     34622    214007   1249589     12.67     13.34
165.86/41.69	c  S st   917    237778       894     69747      2157     40895    214007   1626676     12.66   no data
166.26/41.79	c  S st   917    238280       894     69747      2157     41397    214007   1649244     12.66   no data
166.26/41.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
166.66/41.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.08
166.66/41.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
166.66/41.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.66/41.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.06/41.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
167.06/41.90	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
167.06/41.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
168.26/42.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.31 s
176.63/44.35	c lits-rem:        85  cl-subs:      566  v-elim:      0  v-fix:    0  time:  2.08 s
176.63/44.36	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
177.03/44.41	c vivif2 --  cl tried    40831 cl shrink     5572 lits rem      46964 time: 0.05
177.87/44.67	c asymm  cl-useful: 0/2089/69747 lits-rem:0 time: 0.26
177.87/44.68	c calculated reachability. Time: 0.00
177.87/44.68	c  N dy   917    238280       894     69747      2157     40831    214007   1591352     12.66   no data
188.59/47.34	c  N dy   968    253743       894     69747      2157     28674    214007    875869     12.62     13.31
198.97/49.98	c  N dy  1048    271600       894     69747      2157     46283    214007   1862564     12.69     13.40
211.33/53.02	c  N dy  1114    289929       894     69747      2157     35718    214007   1171148     12.70     13.39
220.90/55.50	c  F st  1174    306251       894     69747      2157     51736    214007   2060002     12.70      9.65
223.29/56.08	c  N st  1179    309549       894     69747      2157     54941    214007   2210336     12.70   no data
235.25/59.09	c  N dy  1218    329527       894     69747      2157     44942    214007   1591332     12.62     13.30
247.66/62.20	c  N dy  1272    349586       894     69747      2157     34303    214007   1072826     12.56     25.30
252.45/63.35	c  S st  1304    357422       894     69747      2157     41945    214007   1470485     12.56   no data
252.80/63.47	c  S st  1304    357925       894     69747      2157     42448    214007   1489651     12.56   no data
252.80/63.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
253.20/63.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.09
253.20/63.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
253.20/63.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
253.20/63.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
253.20/63.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
253.20/63.58	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
253.60/63.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
254.80/63.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.26 s
260.83/65.50	c lits-rem:       110  cl-subs:      649  v-elim:      0  v-fix:    0  time:  1.59 s
260.83/65.50	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
261.23/65.55	c vivif2 --  cl tried    41799 cl shrink     4303 lits rem      37262 time: 0.04
261.97/65.79	c asymm  cl-useful: 0/1388/69747 lits-rem:0 time: 0.24
261.97/65.80	c calculated reachability. Time: 0.00
261.97/65.80	c  N dy  1304    357925       894     69747      2157     41799    214007   1440278     12.56   no data
275.53/69.15	c  N dy  1352    378027       894     69747      2157     61517    214007   2514916     12.52     13.20
289.09/72.55	c  N dy  1448    399410       894     69747      2157     51241    214007   2071407     12.55     13.31
305.84/76.72	c  N dy  1538    422846       894     69747      2157     41904    214007   1472295     12.56     13.33
321.41/80.63	c  N dy  1621    442870       894     69747      2157     61339    214007   2457573     12.58     20.72
335.81/84.27	c  N dy  1678    463382       894     69747      2157     48006    214007   1641820     12.55     13.22
350.52/87.96	c  N dy  1777    483388       894     69747      2157     67653    214007   2787529     12.60     21.11
363.27/91.11	c  N dy  1835    504048       894     69747      2157     53653    214007   2058357     12.57     13.38
380.42/95.48	c  N dy  1956    524144       894     69747      2157     38161    214007   1208202     12.65     20.22
388.05/97.34	c  S st  1980    536887       894     69747      2157     50607    214007   1934113     12.62   no data
388.45/97.46	c  S st  1980    537390       894     69747      2157     51109    214007   1961800     12.62   no data
388.45/97.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
388.80/97.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.4M T:  0.10
388.80/97.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
388.80/97.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
388.80/97.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
388.80/97.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
388.80/97.59	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
389.20/97.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
390.79/98.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.37 s
403.16/101.19	c lits-rem:        47  cl-subs:      792  v-elim:      0  v-fix:    0  time:  3.15 s
403.56/101.20	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
403.56/101.26	c vivif2 --  cl tried    50317 cl shrink     6807 lits rem      62794 time: 0.06
404.75/101.51	c asymm  cl-useful: 0/2790/69747 lits-rem:0 time: 0.24
404.75/101.51	c calculated reachability. Time: 0.00
404.75/101.51	c  N dy  1980    537390       894     69747      2157     50317    214007   1884735     12.62   no data
419.90/105.30	c  N dy  2020    557429       894     69747      2157     69804    214007   2878400     12.56     13.29
434.27/108.92	c  N dy  2111    577494       894     69747      2157     53285    214007   2049497     12.58     13.61
450.62/113.05	c  N dy  2192    597505       894     69747      2157     72861    214007   3087621     12.60     13.28
466.17/116.98	c  N dy  2287    618101       894     69747      2157     55878    214007   2109494     12.62     13.42
484.96/121.67	c  N dy  2393    638859       894     69747      2157     76237    214007   3252125     12.67     13.37
500.47/125.50	c  N dy  2439    659149       894     69747      2157     57542    214007   1912272     12.65     13.34
519.22/130.23	c  N dy  2510    679513       894     69747      2157     77242    214007   2891832     12.65     13.50
533.96/133.99	c  N dy  2564    699593       894     69747      2157     57692    214007   1813795     12.64     21.61
549.13/137.75	c  N dy  2658    719595       894     69747      2157     77373    214007   2979860     12.66     13.71
564.27/141.53	c  N dy  2761    739647       894     69747      2157     57189    214007   2086167     12.68     25.59
579.84/145.46	c  N dy  2825    759779       894     69747      2157     76914    214007   3204902     12.67     13.37
598.62/150.16	c  N dy  2925    780462       894     69747      2157     56063    214007   1873267     12.70     13.38
618.12/155.05	c  N dy  2994    802698       894     69747      2157     77563    214007   2880404     12.70     13.39
621.31/155.86	c  S st  2995    806086       894     69747      2157     80791    214007   3001845     12.69     11.84
622.10/156.04	c  S st  2995    806587       894     69747      2157     81290    214007   3026183     12.69   no data
622.10/156.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
622.91/156.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.7M T:  0.15
622.91/156.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
622.91/156.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
622.91/156.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
622.91/156.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.00 s
622.91/156.22	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
622.91/156.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
625.70/156.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.63 s
652.02/163.59	c lits-rem:      1329  cl-subs:     6326  v-elim:      0  v-fix:    0  time:  6.61 s
652.42/163.60	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
652.81/163.71	c vivif2 --  cl tried    74964 cl shrink    12690 lits rem     105638 time: 0.11
653.61/163.98	c asymm  cl-useful: 0/2009/69747 lits-rem:0 time: 0.27
653.61/163.99	c calculated reachability. Time: 0.00
653.61/163.99	c  N dy  2995    806587       894     69747      2157     74964    214007   2811053     12.69   no data
668.81/167.74	c  N dy  3046    826765       894     69747      2157     52932    214007   1736686     12.67     13.37
684.73/171.77	c  N dy  3096    846859       894     69747      2157     72529    214007   2724865     12.65     19.36
702.68/176.28	c  N dy  3182    867966       894     69747      2157     50330    214007   1536851     12.66     13.35
726.99/182.32	c  N dy  3295    896828       894     69747      2157     78466    214007   3152010     12.67     13.51
743.79/186.54	c  N dy  3357    917547       894     69747      2157     54871    214007   1714924     12.66     13.33
760.94/190.89	c  N dy  3430    938938       894     69747      2157     75796    214007   2866331     12.65     13.38
779.24/195.43	c  N dy  3504    959157       894     69747      2157     50731    214007   1516328     12.66     13.34
795.20/199.47	c  N dy  3601    979253       894     69747      2157     70418    214007   2630739     12.68     14.21
815.13/204.40	c  N dy  3706    999307       894     69747      2157     90120    214007   3797637     12.71     15.45
830.69/208.38	c  N dy  3750   1019485       894     69747      2157     63521    214007   1962708     12.69     13.41
847.05/212.48	c  N dy  3805   1040185       894     69747      2157     83766    214007   3094941     12.68     13.50
864.99/216.95	c  N dy  3880   1061147       894     69747      2157     57534    214007   1853748     12.69     13.37
873.37/219.07	c  F st  3914   1071876       894     69747      2157     68042    214007   2443690     12.69      8.96
881.34/221.06	c  N dy  3946   1081166       894     69747      2157     77181    214007   3059201     12.70     16.81
905.27/227.10	c  N dy  4023   1103028       894     69747      2157     50457    214007   1303495     12.70     13.37
920.83/230.94	c  N dy  4067   1123047       894     69747      2157     69914    214007   2256748     12.67     13.36
940.80/235.97	c  N dy  4138   1145746       894     69747      2157     92096    214007   3475305     12.67     13.38
959.10/240.57	c  N dy  4170   1170042       894     69747      2157     67006    214007   2230744     12.63     13.43
978.26/245.32	c  N dy  4255   1190833       894     69747      2157     87338    214007   3401266     12.65     13.34
999.79/250.78	c  S st  4361   1209881       894     69747      2157     56271    214007   1688489     12.67   no data
1000.59/250.95	c  S st  4361   1210381       894     69747      2157     56771    214007   1711672     12.67   no data
1000.59/250.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1000.99/251.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.9M T:  0.13
1000.99/251.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1000.99/251.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1001.39/251.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1001.39/251.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
1001.39/251.11	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
1001.39/251.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1002.62/251.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.27 s
1010.56/253.49	c lits-rem:        24  cl-subs:      303  v-elim:      0  v-fix:    0  time:  2.03 s
1010.56/253.50	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
1011.00/253.54	c vivif2 --  cl tried    56468 cl shrink     3171 lits rem      30235 time: 0.04
1012.15/253.82	c asymm  cl-useful: 0/1729/69747 lits-rem:0 time: 0.27
1012.15/253.82	c calculated reachability. Time: 0.00
1012.15/253.82	c  N dy  4361   1210381       894     69747      2157     56468    214007   1676242     12.67   no data
1029.70/258.27	c  N dy  4467   1230457       894     69747      2157     76190    214007   2878606     12.70     17.20
1051.23/263.65	c  N dy  4543   1251145       894     69747      2157     96458    214007   4006104     12.70     13.45
1069.98/268.38	c  N dy  4629   1272395       894     69747      2157     66414    214007   2259865     12.71     13.42
1089.53/273.27	c  N dy  4732   1292859       894     69747      2157     86482    214007   3423609     12.73     13.63
1115.45/279.71	c  N dy  4782   1313853       894     69747      2157     54911    214007   1502236     12.71     13.65
1131.81/283.87	c  N dy  4852   1334676       894     69747      2157     75252    214007   2713994     12.72     13.39
1154.14/289.40	c  N dy  4872   1355038       894     69747      2157     94590    214007   3388201     12.69     13.37
1172.88/294.20	c  N dy  4957   1375852       894     69747      2157     62505    214007   1935341     12.70     13.65
1192.42/299.07	c  N dy  5029   1398840       894     69747      2157     84959    214007   3299338     12.69     13.42
1213.95/304.42	c  N dy  5091   1418843       894     69747      2157    104333    214007   4265390     12.69     25.52
1231.50/308.89	c  N dy  5164   1438899       894     69747      2157     70402    214007   2250865     12.69     15.84
1251.05/313.74	c  N dy  5248   1458928       894     69747      2157     89929    214007   3296320     12.70     13.84
1275.78/319.99	c  N dy  5359   1479020       894     69747      2157     55025    214007   1436339     12.72     21.63
1296.16/325.01	c  N dy  5398   1500710       894     69747      2157     75885    214007   2350176     12.70     13.48
1315.26/329.80	c  N dy  5439   1520804       894     69747      2157     95221    214007   3180651     12.68     23.32
1334.81/334.78	c  N dy  5495   1542324       894     69747      2157     60953    214007   1739919     12.68     13.47
1352.36/339.17	c  N dy  5546   1563581       894     69747      2157     81647    214007   2841041     12.66     13.47
1374.70/344.70	c  N dy  5583   1584535       894     69747      2157    102076    214007   3859534     12.65     13.35
1393.83/349.53	c  N dy  5637   1604885       894     69747      2157     65491    214007   1928281     12.63     13.63
1412.58/354.25	c  N dy  5661   1625159       894     69747      2157     84865    214007   2652984     12.61     13.37
1434.91/359.84	c  N dy  5768   1645840       894     69747      2157    105139    214007   3833500     12.62     13.74
1456.45/365.28	c  N dy  5870   1665937       894     69747      2157     67481    214007   2066891     12.64     17.50
1479.98/371.15	c  N dy  5977   1688187       894     69747      2157     89087    214007   3227285     12.65     13.85
1500.32/376.20	c  N dy  6002   1708190       894     69747      2157    108448    214007   4152658     12.63     13.39
1502.76/376.83	c  S st  6013   1710381       894     69747      2157    110614    214007   4296551     12.63   no data
1503.50/377.09	c  S st  6013   1710884       894     69747      2157    111117    214007   4318998     12.63   no data
1503.90/377.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1504.70/377.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.5M T:  0.24
1504.70/377.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1504.70/377.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1504.70/377.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1504.70/377.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
1504.70/377.37	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
1505.10/377.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1509.49/378.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.04 s
1557.75/390.64	c lits-rem:       874  cl-subs:     5265  v-elim:      0  v-fix:    0  time: 12.06 s
1557.75/390.65	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
1558.55/390.83	c vivif2 --  cl tried   105852 cl shrink    19363 lits rem     176283 time: 0.18
1559.39/391.08	c asymm  cl-useful: 0/843/69747 lits-rem:0 time: 0.25
1559.39/391.09	c calculated reachability. Time: 0.00
1559.39/391.09	c  N dy  6013   1710884       894     69747      2157    105852    214007   4045953     12.63   no data
1583.26/397.00	c  N dy  6082   1733971       894     69747      2157     70160    214007   2144168     12.62     13.55
1603.26/402.02	c  N dy  6158   1753998       894     69747      2157     89676    214007   3180338     12.63     13.53
1623.56/407.10	c  N dy  6244   1774077       894     69747      2157    109379    214007   4291453     12.64     13.33
1646.29/412.83	c  N dy  6350   1795451       894     69747      2157     70869    214007   2188919     12.65     13.38
1668.63/418.46	c  N dy  6439   1815527       894     69747      2157     90397    214007   3198071     12.66     21.66
1696.93/425.54	c  N dy  6456   1838106       894     69747      2157    111673    214007   3842366     12.64     13.32
1715.68/430.24	c  N dy  6530   1858181       894     69747      2157     71235    214007   2275382     12.64     18.39
1736.42/435.42	c  N dy  6629   1878266       894     69747      2157     90901    214007   3452742     12.66     19.74
1759.16/441.14	c  N dy  6677   1898925       894     69747      2157    111012    214007   4577340     12.65     13.34
1785.87/447.88	c  N dy  6769   1919348       894     69747      2157     69582    214007   2061915     12.66     13.47
1805.82/452.88	c  N dy  6863   1939371       894     69747      2157     89163    214007   3239832     12.67     15.14
1833.73/459.82	c  N dy  6945   1964423       894     69747      2157    113481    214007   4516003     12.67     13.34
1856.07/465.48	c  N dy  7037   1984516       894     69747      2157     70856    214007   2179291     12.68     23.10
1877.20/470.76	c  N dy  7108   2006337       894     69747      2157     92013    214007   3249697     12.67     13.49
1901.98/476.91	c  N dy  7200   2026868       894     69747      2157    112083    214007   4413057     12.68     13.41
1925.06/482.73	c  N dy  7241   2047222       894     69747      2157     68535    214007   1939837     12.67     13.37
1945.01/487.71	c  N dy  7334   2067569       894     69747      2157     88467    214007   3166094     12.69     13.38
1970.13/494.05	c  N dy  7393   2090065       894     69747      2157    110492    214007   4371661     12.68     13.60
1996.46/500.60	c  N dy  7481   2110140       894     69747      2157     65713    214007   1795226     12.69     13.56
2017.99/506.09	c  N dy  7563   2133247       894     69747      2157     88272    214007   3040101     12.69     13.43
2041.13/511.87	c  N dy  7640   2153320       894     69747      2157    107867    214007   4122358     12.69     20.53
2068.29/518.66	c  N dy  7706   2175346       894     69747      2157    129289    214007   5247223     12.69     13.37
2089.39/523.96	c  N dy  7796   2196519       894     69747      2157     84712    214007   2919370     12.70     13.60
2105.33/527.97	c  S st  7840   2210885       894     69747      2157     98625    214007   3568487     12.69     13.19
2106.53/528.21	c  S st  7840   2211389       894     69747      2157     99127    214007   3596274     12.69   no data
2106.53/528.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2107.33/528.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.5M T:  0.22
2107.33/528.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2107.33/528.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2107.33/528.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2107.33/528.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
2107.33/528.47	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
2107.77/528.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2110.92/529.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.79 s
2145.61/538.03	c lits-rem:       558  cl-subs:     1749  v-elim:      0  v-fix:    0  time:  8.63 s
2145.61/538.04	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
2146.02/538.19	c vivif2 --  cl tried    97378 cl shrink    13629 lits rem     125228 time: 0.15
2147.25/538.48	c asymm  cl-useful: 0/2274/69747 lits-rem:0 time: 0.28
2147.25/538.48	c calculated reachability. Time: 0.00
2147.25/538.48	c  N dy  7840   2211389       894     69747      2157     97378    214007   3436555     12.69   no data
2177.12/545.92	c  N dy  7965   2231489       894     69747      2157    117128    214007   4645228     12.71     23.11
2203.44/552.54	c  N dy  8051   2251896       894     69747      2157     70669    214007   2061095     12.72     13.48
2222.98/557.50	c  N dy  8084   2274189       894     69747      2157     92291    214007   3239943     12.71     13.40
2248.16/563.73	c  N dy  8121   2295098       894     69747      2157    112554    214007   4250161     12.69     13.39
2276.43/570.89	c  N dy  8171   2315607       894     69747      2157    132293    214007   5292644     12.69     13.43
2299.97/576.77	c  N dy  8247   2336144       894     69747      2157     85222    214007   2776700     12.69     13.49
2324.28/582.80	c  N dy  8322   2356733       894     69747      2157    105332    214007   3886087     12.69     13.40
2351.00/589.51	c  N dy  8419   2376778       894     69747      2157    124901    214007   4991779     12.70     13.41
2378.93/596.53	c  N dy  8471   2397345       894     69747      2157     76602    214007   2275047     12.70     13.62
2399.27/601.68	c  N dy  8550   2417386       894     69747      2157     96131    214007   3385954     12.70     18.89
2435.16/610.62	c  N dy  8606   2446735       894     69747      2157    124534    214007   4835694     12.69     13.39
2465.87/618.34	c  N dy  8650   2467145       894     69747      2157     75300    214007   2223534     12.68     13.58
2488.21/623.95	c  N dy  8739   2487156       894     69747      2157     94868    214007   3294967     12.68     15.54
2514.53/630.54	c  N dy  8846   2507244       894     69747      2157    114466    214007   4519071     12.69     13.63
2545.24/638.25	c  N dy  8920   2527578       894     69747      2157    134087    214007   5508427     12.70     13.38
2575.55/645.89	c  N dy  9016   2551682       894     69747      2157     87642    214007   2884545     12.70     13.45
2600.27/652.06	c  N dy  9055   2572765       894     69747      2157    107999    214007   3754322     12.69     13.39
2632.18/660.04	c  N dy  9087   2597058       894     69747      2157    131720    214007   4830474     12.67     13.36
2657.30/666.37	c  N dy  9127   2617181       894     69747      2157     80028    214007   2191342     12.66     13.62
2680.43/672.10	c  N dy  9232   2637564       894     69747      2157     99966    214007   3313671     12.68     13.52
2705.96/678.50	c  N dy  9332   2657661       894     69747      2157    119601    214007   4464380     12.69     13.46
2733.49/685.45	c  N dy  9383   2679237       894     69747      2157    140617    214007   5615547     12.68     13.37
2757.80/691.50	c  N dy  9466   2699447       894     69747      2157     88278    214007   2755733     12.69     13.49
2769.78/694.54	c  S st  9506   2711389       894     69747      2157     99888    214007   3449738     12.69     12.10
2770.62/694.78	c  S st  9506   2711891       894     69747      2157    100390    214007   3472551     12.69   no data
2770.62/694.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2771.77/695.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.5M T:  0.23
2771.77/695.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2771.77/695.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2771.77/695.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2771.77/695.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
2771.77/695.05	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
2771.77/695.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2775.35/695.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.72 s
2798.09/701.62	c lits-rem:       418  cl-subs:     2018  v-elim:      0  v-fix:    0  time:  5.72 s
2798.09/701.63	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
2798.49/701.76	c vivif2 --  cl tried    98372 cl shrink    11836 lits rem     101550 time: 0.13
2799.69/702.01	c asymm  cl-useful: 0/1723/69747 lits-rem:0 time: 0.26
2799.69/702.02	c calculated reachability. Time: 0.00
2799.69/702.02	c  N dy  9506   2711891       894     69747      2157     98372    214007   3333012     12.69   no data
2824.81/708.39	c  N dy  9565   2731927       894     69747      2157    117878    214007   4474140     12.68     20.42
2857.52/716.59	c  N dy  9670   2751971       894     69747      2157    137496    214007   5649048     12.70     17.06
2891.01/724.96	c  N dy  9749   2772068       894     69747      2157     83934    214007   2444196     12.70     16.53
2914.99/730.97	c  N dy  9879   2792220       894     69747      2157    103714    214007   3673477     12.72     13.43
2945.26/738.61	c  N dy  9957   2812308       894     69747      2157    123322    214007   4833830     12.72     15.48
2982.75/747.90	c  N dy 10066   2834574       894     69747      2157    145074    214007   6135719     12.73     13.48
3011.07/755.08	c  N dy 10177   2855849       894     69747      2157     91764    214007   2912880     12.74     13.42
3033.85/760.78	c  N dy 10200   2875909       894     69747      2157    110877    214007   3655556     12.73     18.92
3058.92/767.08	c  N dy 10281   2895935       894     69747      2157    130453    214007   4805779     12.73     16.30
3089.23/774.65	c  N dy 10325   2917176       894     69747      2157     76239    214007   2070194     12.72     13.49
3110.77/780.07	c  N dy 10418   2938371       894     69747      2157     96969    214007   3313246     12.73     13.50
3137.89/786.88	c  N dy 10501   2958394       894     69747      2157    116411    214007   4393981     12.73     20.66
3174.97/796.16	c  N dy 10561   2984289       894     69747      2157    141466    214007   5643134     12.72     13.52
3200.90/802.66	c  N dy 10584   3005290       894     69747      2157     85873    214007   2326580     12.71     13.42
3227.62/809.37	c  N dy 10643   3029422       894     69747      2157    109142    214007   3380497     12.71     13.40
3258.73/817.15	c  N dy 10686   3051427       894     69747      2157    130215    214007   4265577     12.70     13.39
3286.66/824.12	c  N dy 10775   3072710       894     69747      2157    151103    214007   5503730     12.71     13.45
3308.58/829.69	c  N dy 10870   3092780       894     69747      2157     94231    214007   3084781     12.72     15.67
3333.71/835.98	c  N dy 10932   3115017       894     69747      2157    115895    214007   4330455     12.71     13.44
3362.04/843.07	c  N dy 10992   3136631       894     69747      2157    136860    214007   5490751     12.71     13.49
3395.53/851.48	c  N dy 11051   3156634       894     69747      2157     78620    214007   2091103     12.71     13.39
3417.87/857.02	c  N dy 11095   3177754       894     69747      2157     99270    214007   3122871     12.70     13.37
3452.96/865.81	c  N dy 11124   3206972       894     69747      2157    127549    214007   4324115     12.68     13.45
3460.94/867.82	c  S st 11159   3211891       894     69747      2157    132363    214007   4593548     12.69   no data
3462.13/868.10	c  S st 11159   3212392       894     69747      2157    132863    214007   4618577     12.69   no data
3462.13/868.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3462.93/868.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.3M T:  0.29
3463.37/868.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3463.37/868.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3463.37/868.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3463.37/868.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
3463.37/868.43	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
3463.37/868.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3467.76/869.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.98 s
3512.38/880.79	c lits-rem:      1939  cl-subs:     3979  v-elim:      0  v-fix:    0  time: 11.20 s
3512.38/880.80	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
3513.58/881.01	c vivif2 --  cl tried   128884 cl shrink    21466 lits rem     161094 time: 0.21
3514.38/881.28	c asymm  cl-useful: 0/1445/69747 lits-rem:0 time: 0.27
3514.38/881.29	c calculated reachability. Time: 0.00
3514.38/881.29	c  N dy 11159   3212392       894     69747      2157    128884    214007   4376265     12.69   no data
3544.69/888.87	c  N dy 11281   3232395       894     69747      2157    148503    214007   5587807     12.70     18.45
3578.19/897.26	c  N dy 11387   3254673       894     69747      2157     91525    214007   2827745     12.72     13.49
3601.72/903.19	c  N dy 11423   3275280       894     69747      2157    111342    214007   3721163     12.71     13.48
3631.23/910.52	c  N dy 11512   3295494       894     69747      2157    130985    214007   4805705     12.71     13.52
3660.36/917.90	c  N dy 11578   3315511       894     69747      2157    150283    214007   5804500     12.71     14.14
3691.90/925.76	c  N dy 11633   3335621       894     69747      2157     90180    214007   2609117     12.71     13.42
3723.36/933.60	c  N dy 11695   3356764       894     69747      2157    110643    214007   3637177     12.71     13.38
3750.48/940.46	c  N dy 11776   3376846       894     69747      2157    130174    214007   4798119     12.71     16.31
3782.39/948.40	c  N dy 11873   3396892       894     69747      2157    149780    214007   5946870     12.71     13.39
3811.10/955.67	c  N dy 11952   3416931       894     69747      2157     88717    214007   2523233     12.71     16.10
3835.83/961.80	c  N dy 12019   3437654       894     69747      2157    108856    214007   3610661     12.72     13.78
3864.14/968.98	c  N dy 12085   3458679       894     69747      2157    129282    214007   4645407     12.71     13.55
3897.26/977.26	c  N dy 12150   3481015       894     69747      2157    151019    214007   5820721     12.71     13.60
3931.95/985.92	c  N dy 12234   3505394       894     69747      2157     93089    214007   2750589     12.71     13.38
3964.25/994.04	c  N dy 12312   3531378       894     69747      2157    118604    214007   4076965     12.71     13.71
3986.98/999.78	c  N dy 12354   3551460       894     69747      2157    138029    214007   5105200     12.70     13.62
4018.49/1007.67	c  N dy 12435   3572714       894     69747      2157    158732    214007   6331965     12.70     13.42
4045.21/1014.33	c  N dy 12495   3594273       894     69747      2157     96917    214007   2838659     12.70     13.64
4071.14/1020.83	c  N dy 12599   3614274       894     69747      2157    116393    214007   3960869     12.71     21.60
4098.66/1027.78	c  N dy 12672   3634695       894     69747      2157    136302    214007   5097709     12.71     13.38
4132.96/1036.30	c  N dy 12736   3654728       894     69747      2157    155704    214007   6072202     12.71     17.98
4164.07/1044.14	c  N dy 12831   3676001       894     69747      2157     92752    214007   2653396     12.71     13.84
4188.79/1050.38	c  N dy 12937   3696015       894     69747      2157    112381    214007   3831726     12.72     13.98
4211.52/1056.09	c  S st 13003   3712395       894     69747      2157    128424    214007   4758028     12.73     11.58
4212.72/1056.33	c  S st 13003   3712895       894     69747      2157    128924    214007   4781298     12.73   no data
4212.72/1056.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4213.96/1056.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.8M T:  0.31
4213.96/1056.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4213.96/1056.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4213.96/1056.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4213.96/1056.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
4213.96/1056.68	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.00 s
4214.31/1056.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4219.10/1057.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.12 s
4260.18/1068.23	c lits-rem:       219  cl-subs:     1868  v-elim:      0  v-fix:    0  time: 10.24 s
4260.18/1068.24	c vivif2 --  cl tried    69747 cl shrink        0 lits rem          0 time: 0.01
4260.98/1068.44	c vivif2 --  cl tried   127056 cl shrink    19866 lits rem     205433 time: 0.20
4261.83/1068.69	c asymm  cl-useful: 0/1111/69747 lits-rem:0 time: 0.25
4261.83/1068.70	c calculated reachability. Time: 0.00
4261.83/1068.70	c  N dy 13003   3712895       894     69747      2157    127056    214007   4536676     12.73   no data
4299.27/1078.05	c  N dy 13120   3733392       894     69747      2157    147028    214007   5654002     12.74     13.45
4330.38/1085.83	c  F st 13196   3751563       894     69747      2157    164575    214007   6547164     12.74   no data
4333.16/1086.58	c  N st 13200   3753597       894     69747      2157    166575    214007   6689036     12.74   no data
4359.08/1093.08	c  N dy 13298   3774751       894     69747      2157    102585    214007   3247441     12.75     13.50
4389.05/1100.59	c  N dy 13420   3795797       894     69747      2157    123191    214007   4591493     12.76     14.02
4422.10/1108.84	c  N dy 13517   3815949       894     69747      2157    142921    214007   5764326     12.77     13.51
4457.20/1117.62	c  N dy 13597   3836296       894     69747      2157    162747    214007   6855358     12.77     13.54
4489.11/1125.61	c  N dy 13687   3856349       894     69747      2157     96473    214007   2784169     12.78     22.39
4517.02/1132.67	c  N dy 13752   3878779       894     69747      2157    118230    214007   3913783     12.78     13.68
4546.54/1140.04	c  N dy 13837   3898877       894     69747      2157    137849    214007   5093570     12.78     24.10
4580.44/1148.58	c  N dy 13907   3918879       894     69747      2157    157255    214007   6075977     12.78     13.54
4618.72/1158.18	c  N dy 13982   3938943       894     69747      2157     90124    214007   2426365     12.78     13.73
4643.89/1164.45	c  N dy 14076   3959003       894     69747      2157    109752    214007   3613004     12.79     15.24
4670.97/1171.22	c  N dy 14139   3979528       894     69747      2157    129643    214007   4710582     12.79     13.60
4704.48/1179.61	c  N dy 14200   4000341       894     69747      2157    149821    214007   5761640     12.79     13.52
4739.17/1188.39	c  N dy 14276   4021158       894     69747      2157    170070    214007   6889402     12.79     13.54
4768.68/1195.75	c  N dy 14345   4041763       894     69747      2157    102456    214007   2933168     12.79     13.49
4797.79/1203.04	c  N dy 14416   4061801       894     69747      2157    121667    214007   3763779     12.79     14.50

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: 961)

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-3367246-1305390951/watcher-3367246-1305390951 -o /tmp/evaluation-result-3367246-1305390951/solver-3367246-1305390951 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3367246-1305390951.cnf 

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

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: 7.45 7.87 6.77 6/361 27215
/proc/meminfo: memFree=23870136/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=51168 CPUtime=0.02 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 412 0 0 0 2 0 0 0 25 0 4 0 650695507 52396032 352 33554432000 4194304 4580107 140736752213120 18446744073709551615 47826058352153 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 12792 352 302 95 0 7774 0
[pid=27215/tid=27216] ppid=27213 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650695508 52396032 352 33554432000 4194304 4580107 140736752213120 18446744073709551615 47826058352562 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650695508 52396032 352 33554432000 4194304 4580107 140736752213120 18446744073709551615 47826058352144 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650695508 52396032 352 33554432000 4194304 4580107 140736752213120 18446744073709551615 47826058352153 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.650506 s]
/proc/loadavg: 7.45 7.87 6.77 6/361 27215
/proc/meminfo: memFree=23870136/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=354960 CPUtime=2.55 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 7633 0 0 0 253 2 0 0 18 0 4 0 650695507 363479040 7532 33554432000 4194304 4580107 140736752213120 18446744073709551615 4234864 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 88740 7533 362 95 0 83722 0
[pid=27215/tid=27216] ppid=27213 vsize=354960 CPUtime=0.62 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 1722 0 0 0 62 0 0 0 18 0 4 0 650695508 363479040 7533 33554432000 4194304 4580107 140736752213120 18446744073709551615 253640964590 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=354960 CPUtime=0.63 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 1692 0 0 0 63 0 0 0 18 0 4 0 650695508 363479040 7533 33554432000 4194304 4580107 140736752213120 18446744073709551615 253640520737 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=354960 CPUtime=0.63 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 2067 0 0 0 63 0 0 0 18 0 4 0 650695508 363479040 7533 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293938 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 354960

[startup+0.700476 s]
/proc/loadavg: 7.45 7.87 6.77 6/361 27215
/proc/meminfo: memFree=23870136/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=355092 CPUtime=2.75 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 7899 0 0 0 273 2 0 0 18 0 4 0 650695507 363614208 7798 33554432000 4194304 4580107 140736752213120 18446744073709551615 4304048 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 88773 7798 364 95 0 83755 0
[pid=27215/tid=27216] ppid=27213 vsize=355092 CPUtime=0.67 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 1805 0 0 0 67 0 0 0 18 0 4 0 650695508 363614208 7798 33554432000 4194304 4580107 140736752213120 18446744073709551615 4303985 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=355092 CPUtime=0.68 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 1770 0 0 0 68 0 0 0 18 0 4 0 650695508 363614208 7798 33554432000 4194304 4580107 140736752213120 18446744073709551615 4255575 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=355092 CPUtime=0.68 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 2079 0 0 0 68 0 0 0 18 0 4 0 650695508 363614208 7798 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 355092

[startup+0.800463 s]
/proc/loadavg: 7.45 7.87 6.77 6/361 27215
/proc/meminfo: memFree=23870136/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=383492 CPUtime=3.15 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 17188 0 0 0 310 5 0 0 18 0 4 0 650695507 392695808 16756 33554432000 4194304 4580107 140736752213120 18446744073709551615 4415782 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 95873 16756 375 95 0 90855 0
[pid=27215/tid=27216] ppid=27213 vsize=383492 CPUtime=0.77 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 4894 0 0 0 76 1 0 0 18 0 4 0 650695508 392695808 16756 33554432000 4194304 4580107 140736752213120 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=383492 CPUtime=0.78 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 4851 0 0 0 77 1 0 0 18 0 4 0 650695508 392695808 16756 33554432000 4194304 4580107 140736752213120 18446744073709551615 4415372 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=383492 CPUtime=0.78 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 2098 0 0 0 78 0 0 0 18 0 4 0 650695508 392695808 16756 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 383492

[startup+0.900445 s]
/proc/loadavg: 7.45 7.87 6.77 6/361 27215
/proc/meminfo: memFree=23870136/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=372564 CPUtime=3.55 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 18809 0 0 0 350 5 0 0 18 0 4 0 650695507 381505536 14888 33554432000 4194304 4580107 140736752213120 18446744073709551615 4361392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 93141 14888 378 95 0 88123 0
[pid=27215/tid=27216] ppid=27213 vsize=372564 CPUtime=0.87 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 5493 0 0 0 86 1 0 0 18 0 4 0 650695508 381505536 14888 33554432000 4194304 4580107 140736752213120 18446744073709551615 4368165 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=372564 CPUtime=0.88 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 5241 0 0 0 87 1 0 0 18 0 4 0 650695508 381505536 14888 33554432000 4194304 4580107 140736752213120 18446744073709551615 4368103 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=372564 CPUtime=0.88 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 2115 0 0 0 88 0 0 0 18 0 4 0 650695508 381505536 14888 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 372564

[startup+1.50033 s]
/proc/loadavg: 7.45 7.87 6.77 6/361 27215
/proc/meminfo: memFree=23870136/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=372564 CPUtime=5.94 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 20769 0 0 0 589 5 0 0 18 0 4 0 650695507 381505536 16364 33554432000 4194304 4580107 140736752213120 18446744073709551615 4316414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 93141 16364 378 95 0 88123 0
[pid=27215/tid=27216] ppid=27213 vsize=372564 CPUtime=1.47 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 6079 0 0 0 146 1 0 0 18 0 4 0 650695508 381505536 16364 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=372564 CPUtime=1.48 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 5745 0 0 0 147 1 0 0 18 0 4 0 650695508 381505536 16364 33554432000 4194304 4580107 140736752213120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=372564 CPUtime=1.48 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 2305 0 0 0 148 0 0 0 19 0 4 0 650695508 381505536 16364 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 372564

[startup+3.10104 s]
/proc/loadavg: 7.45 7.87 6.77 9/365 27219
/proc/meminfo: memFree=23783432/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=387384 CPUtime=12.31 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 27780 0 0 0 1225 6 0 0 22 0 4 0 650695507 396681216 17228 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294389 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 96846 17228 379 95 0 91828 0
[pid=27215/tid=27216] ppid=27213 vsize=387384 CPUtime=3.05 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 8056 0 0 0 303 2 0 0 22 0 4 0 650695508 396681216 17228 33554432000 4194304 4580107 140736752213120 18446744073709551615 4318511 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=387384 CPUtime=3.07 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 7662 0 0 0 306 1 0 0 22 0 4 0 650695508 396681216 17228 33554432000 4194304 4580107 140736752213120 18446744073709551615 4324117 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=387384 CPUtime=3.08 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 3798 0 0 0 308 0 0 0 25 0 4 0 650695508 396681216 17228 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293812 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 387384

[startup+6.30046 s]
/proc/loadavg: 7.49 7.87 6.78 9/365 27219
/proc/meminfo: memFree=23704688/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=391696 CPUtime=25.07 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 48292 0 0 0 2497 10 0 0 25 0 4 0 650695507 401096704 33705 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293097 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 97924 33705 380 95 0 92906 0
[pid=27215/tid=27216] ppid=27213 vsize=391696 CPUtime=6.2 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 15918 0 0 0 617 3 0 0 25 0 4 0 650695508 401096704 33705 33554432000 4194304 4580107 140736752213120 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=391696 CPUtime=6.28 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 13690 0 0 0 626 2 0 0 25 0 4 0 650695508 401096704 33705 33554432000 4194304 4580107 140736752213120 18446744073709551615 4417020 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=391696 CPUtime=6.28 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 5630 0 0 0 627 1 0 0 25 0 4 0 650695508 401096704 33705 33554432000 4194304 4580107 140736752213120 18446744073709551615 4226560 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 391696

[startup+12.7133 s]
/proc/loadavg: 7.53 7.87 6.79 9/365 27220
/proc/meminfo: memFree=23671824/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=441644 CPUtime=50.65 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 73180 0 0 0 5051 14 0 0 25 0 4 0 650695507 452243456 44370 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293691 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 110411 44370 380 95 0 105393 0
[pid=27215/tid=27216] ppid=27213 vsize=441644 CPUtime=12.54 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 20857 0 0 0 1250 4 0 0 25 0 4 0 650695508 452243456 44370 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293110 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=441644 CPUtime=12.69 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 18209 0 0 0 1266 3 0 0 25 0 4 0 650695508 452243456 44370 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=441644 CPUtime=12.7 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 14905 0 0 0 1268 2 0 0 25 0 4 0 650695508 452243456 44370 33554432000 4194304 4580107 140736752213120 18446744073709551615 4318774 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 441644

[startup+25.501 s]
/proc/loadavg: 7.63 7.87 6.81 9/365 27220
/proc/meminfo: memFree=23636424/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=438756 CPUtime=101.65 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 112245 0 0 0 10142 23 0 0 25 0 4 0 650695507 449286144 51819 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 109689 51819 380 95 0 104671 0
[pid=27215/tid=27216] ppid=27213 vsize=438756 CPUtime=25.18 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 30443 0 0 0 2512 6 0 0 25 0 4 0 650695508 449286144 51819 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=438756 CPUtime=25.48 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 26808 0 0 0 2543 5 0 0 25 0 4 0 650695508 449286144 51819 33554432000 4194304 4580107 140736752213120 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=438756 CPUtime=25.48 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 25557 0 0 0 2544 4 0 0 25 0 4 0 650695508 449286144 51819 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 438756

[startup+51.1003 s]
/proc/loadavg: 7.83 7.90 6.84 9/365 27221
/proc/meminfo: memFree=23519956/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=482352 CPUtime=203.79 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 165817 0 0 0 20344 35 0 0 25 0 4 0 650695507 493928448 68766 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293192 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 120588 68766 380 95 0 115570 0
[pid=27215/tid=27216] ppid=27213 vsize=482352 CPUtime=50.48 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 45790 0 0 0 5038 10 0 0 25 0 4 0 650695508 493928448 68766 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=482352 CPUtime=51.08 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 38069 0 0 0 5101 7 0 0 25 0 4 0 650695508 493928448 68766 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293108 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=482352 CPUtime=51.09 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 38472 0 0 0 5103 6 0 0 25 0 4 0 650695508 493928448 68766 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 482352

[startup+102.301 s]
/proc/loadavg: 8.00 7.93 6.91 9/365 27222
/proc/meminfo: memFree=23431388/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=531092 CPUtime=407.94 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 261408 0 0 0 40737 57 0 0 25 0 4 0 650695507 543838208 84276 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 132773 84276 380 95 0 127755 0
[pid=27215/tid=27216] ppid=27213 vsize=531092 CPUtime=101.08 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 64541 0 0 0 10094 14 0 0 25 0 4 0 650695508 543838208 84276 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=531092 CPUtime=102.28 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 64299 0 0 0 10214 14 0 0 25 0 4 0 650695508 543838208 84276 33554432000 4194304 4580107 140736752213120 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=531092 CPUtime=102.28 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 63721 0 0 0 10216 12 0 0 25 0 4 0 650695508 543838208 84276 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.94
Current children cumulated vsize (KiB) 531092

[startup+162.314 s]

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

[pid=27215] ppid=27213 vsize=911996 CPUtime=2561.58 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 974675 0 0 0 255900 258 0 0 25 0 4 0 650695507 933883904 149361 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 227999 149361 380 95 0 222981 0
[pid=27215/tid=27216] ppid=27213 vsize=911996 CPUtime=634.71 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 250101 0 0 0 63408 63 0 0 25 0 4 0 650695508 933883904 149361 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=911996 CPUtime=642.29 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 237380 0 0 0 64162 67 0 0 25 0 4 0 650695508 933883904 149361 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=911996 CPUtime=642.27 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 240068 0 0 0 64165 62 0 0 25 0 4 0 650695508 933883904 149361 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2561.58
Current children cumulated vsize (KiB) 911996

[startup+702.301 s]
/proc/loadavg: 8.09 8.11 7.47 9/365 27238
/proc/meminfo: memFree=22857168/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=936292 CPUtime=2800.92 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 1038042 0 0 0 279813 279 0 0 25 0 4 0 650695507 958763008 157497 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 234073 157497 380 95 0 229055 0
[pid=27215/tid=27216] ppid=27213 vsize=936292 CPUtime=694.01 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 264680 0 0 0 69333 68 0 0 25 0 4 0 650695508 958763008 157497 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=936292 CPUtime=702.3 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 252684 0 0 0 70158 72 0 0 25 0 4 0 650695508 958763008 157497 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=936292 CPUtime=702.29 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 258703 0 0 0 70160 69 0 0 25 0 4 0 650695508 958763008 157497 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293105 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.92
Current children cumulated vsize (KiB) 936292

[startup+762.301 s]
/proc/loadavg: 8.10 8.10 7.51 9/365 27240
/proc/meminfo: memFree=22816592/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=917516 CPUtime=3040.18 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 1081736 0 0 0 303721 297 0 0 25 0 4 0 650695507 939536384 164434 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 229379 164434 380 95 0 224361 0
[pid=27215/tid=27216] ppid=27213 vsize=917516 CPUtime=753.3 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 274391 0 0 0 75257 73 0 0 25 0 4 0 650695508 939536384 164434 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=917516 CPUtime=762.29 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 266280 0 0 0 76152 77 0 0 25 0 4 0 650695508 939536384 164434 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293170 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=917516 CPUtime=762.27 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 264675 0 0 0 76156 71 0 0 25 0 4 0 650695508 939536384 164434 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.18
Current children cumulated vsize (KiB) 917516

[startup+822.314 s]
/proc/loadavg: 8.09 8.09 7.54 9/365 27241
/proc/meminfo: memFree=22763984/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=1032568 CPUtime=3279.52 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 1135153 0 0 0 327638 314 0 0 25 0 4 0 650695507 1057349632 164185 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 258142 164186 380 95 0 253124 0
[pid=27215/tid=27216] ppid=27213 vsize=1032568 CPUtime=812.6 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 283359 0 0 0 81185 75 0 0 25 0 4 0 650695508 1057349632 164186 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=1032568 CPUtime=822.3 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 280756 0 0 0 82150 80 0 0 25 0 4 0 650695508 1057349632 164186 33554432000 4194304 4580107 140736752213120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=1032568 CPUtime=822.28 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 280045 0 0 0 82152 76 0 0 25 0 4 0 650695508 1057349632 164186 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.52
Current children cumulated vsize (KiB) 1032568

[startup+882.301 s]
/proc/loadavg: 8.16 8.11 7.58 9/365 27243
/proc/meminfo: memFree=22757368/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=1121452 CPUtime=3518.77 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 1187527 0 0 0 351548 329 0 0 25 0 4 0 650695507 1148366848 173925 33554432000 4194304 4580107 140736752213120 18446744073709551615 4321081 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 280363 173926 380 95 0 275345 0
[pid=27215/tid=27216] ppid=27213 vsize=1121452 CPUtime=871.89 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 292647 0 0 0 87111 78 0 0 25 0 4 0 650695508 1148366848 173926 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=1121452 CPUtime=882.29 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 295545 0 0 0 88143 86 0 0 25 0 4 0 650695508 1148366848 173926 33554432000 4194304 4580107 140736752213120 18446744073709551615 4316638 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=1121452 CPUtime=882.27 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 295935 0 0 0 88147 80 0 0 25 0 4 0 650695508 1148366848 173927 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.77
Current children cumulated vsize (KiB) 1121452

[startup+942.301 s]
/proc/loadavg: 8.17 8.11 7.61 9/365 27244
/proc/meminfo: memFree=22512068/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=1298788 CPUtime=3758.06 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 1251710 0 0 0 375456 350 0 0 25 0 4 0 650695507 1329958912 208137 33554432000 4194304 4580107 140736752213120 18446744073709551615 4318794 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 324697 208137 380 95 0 319679 0
[pid=27215/tid=27216] ppid=27213 vsize=1298788 CPUtime=931.17 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 307146 0 0 0 93034 83 0 0 25 0 4 0 650695508 1329958912 208137 33554432000 4194304 4580107 140736752213120 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=1298788 CPUtime=942.29 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 310794 0 0 0 94138 91 0 0 25 0 4 0 650695508 1329958912 208137 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=1298788 CPUtime=942.28 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 316057 0 0 0 94143 85 0 0 25 0 4 0 650695508 1329958912 208137 33554432000 4194304 4580107 140736752213120 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.06
Current children cumulated vsize (KiB) 1298788

[startup+1002.3 s]
/proc/loadavg: 8.21 8.14 7.65 9/365 27246
/proc/meminfo: memFree=22467896/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=1321372 CPUtime=3997.36 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 1296382 0 0 0 399366 370 0 0 25 0 4 0 650695507 1353084928 209289 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 330343 209289 380 95 0 325325 0
[pid=27215/tid=27216] ppid=27213 vsize=1321372 CPUtime=990.47 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 322611 0 0 0 98959 88 0 0 25 0 4 0 650695508 1353084928 209290 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=1321372 CPUtime=1002.3 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 314848 0 0 0 100136 94 0 0 25 0 4 0 650695508 1353084928 209290 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293182 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=1321372 CPUtime=1002.27 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 331974 0 0 0 100135 92 0 0 25 0 4 0 650695508 1353084928 209290 33554432000 4194304 4580107 140736752213120 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.36
Current children cumulated vsize (KiB) 1321372

[startup+1062.3 s]
/proc/loadavg: 8.23 8.16 7.68 9/365 27248
/proc/meminfo: memFree=22441072/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=1392080 CPUtime=4236.65 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 1351127 0 0 0 423276 389 0 0 25 0 4 0 650695507 1425489920 218252 33554432000 4194304 4580107 140736752213120 18446744073709551615 4416939 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 348020 218252 380 95 0 343002 0
[pid=27215/tid=27216] ppid=27213 vsize=1392080 CPUtime=1049.76 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 336971 0 0 0 104883 93 0 0 25 0 4 0 650695508 1425489920 218252 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=1392080 CPUtime=1062.3 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 324377 0 0 0 106132 98 0 0 25 0 4 0 650695508 1425489920 218252 33554432000 4194304 4580107 140736752213120 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=1392080 CPUtime=1062.27 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 346795 0 0 0 106130 97 0 0 25 0 4 0 650695508 1425489920 218252 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.65
Current children cumulated vsize (KiB) 1392080

[startup+1122.3 s]
/proc/loadavg: 8.14 8.14 7.71 9/365 27249
/proc/meminfo: memFree=22368876/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=1213912 CPUtime=4475.95 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 1398083 0 0 0 447186 409 0 0 25 0 4 0 650695507 1243045888 232382 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 303478 232382 380 95 0 298460 0
[pid=27215/tid=27216] ppid=27213 vsize=1213912 CPUtime=1109.06 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 347212 0 0 0 110809 97 0 0 25 0 4 0 650695508 1243045888 232382 33554432000 4194304 4580107 140736752213120 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=1213912 CPUtime=1122.3 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 333971 0 0 0 112128 102 0 0 25 0 4 0 650695508 1243045888 232382 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=1213912 CPUtime=1122.27 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 361885 0 0 0 112125 102 0 0 25 0 4 0 650695508 1243045888 232382 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4475.95
Current children cumulated vsize (KiB) 1213912

[startup+1182.3 s]
/proc/loadavg: 8.05 8.11 7.72 9/365 27282
/proc/meminfo: memFree=23123640/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=1260168 CPUtime=4715.24 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 1436392 0 0 0 471099 425 0 0 25 0 4 0 650695507 1290412032 212956 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 315042 212956 380 95 0 310024 0
[pid=27215/tid=27216] ppid=27213 vsize=1260168 CPUtime=1168.34 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 356297 0 0 0 116732 102 0 0 25 0 4 0 650695508 1290412032 212956 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=1260168 CPUtime=1182.3 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 343917 0 0 0 118125 105 0 0 25 0 4 0 650695508 1290412032 212956 33554432000 4194304 4580107 140736752213120 18446744073709551615 4293938 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=1260168 CPUtime=1182.27 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 371729 0 0 0 118121 106 0 0 25 0 4 0 650695508 1290412032 212957 33554432000 4194304 4580107 140736752213120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.24
Current children cumulated vsize (KiB) 1260168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.17 8.13 7.74 9/365 27282
/proc/meminfo: memFree=22928844/32951124 swapFree=56449224/67111528
[pid=27215] ppid=27213 vsize=1114972 CPUtime=4800.23 cores=1,3,5,7
/proc/27215/stat : 27215 (strangenight2-m) R 27213 27215 27049 0 -1 4202496 1457266 0 0 0 479592 431 0 0 25 0 4 0 650695507 1141731328 226797 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294558 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27215/statm: 278743 226797 380 95 0 273725 0
[pid=27215/tid=27216] ppid=27213 vsize=1114972 CPUtime=1189.4 cores=1,3,5,7
/proc/27215/task/27216/stat : 27216 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 361891 0 0 0 118836 104 0 0 25 0 4 0 650695508 1141731328 226797 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27215/tid=27217] ppid=27213 vsize=1114972 CPUtime=1203.62 cores=1,3,5,7
/proc/27215/task/27217/stat : 27217 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 349902 0 0 0 120255 107 0 0 25 0 4 0 650695508 1141731328 226797 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27215/tid=27218] ppid=27213 vsize=1114972 CPUtime=1203.59 cores=1,3,5,7
/proc/27215/task/27218/stat : 27218 (strangenight2-m) R 27213 27215 27049 0 -1 4202560 375185 0 0 0 120251 108 0 0 25 0 4 0 650695508 1141731328 226797 33554432000 4194304 4580107 140736752213120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1114972

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): 1203.65
CPU time (s): 4800.3
CPU user time (s): 4795.94
CPU system time (s): 4.35334
CPU usage (%): 398.81
Max. virtual memory (cumulated for all children) (KiB): 1396768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.94
system time used= 4.35334
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1457266
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= 5289
involuntary context switches= 21169

runsolver used 3.87741 second user time and 10.3674 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-14 18:35:51
IDJOB=3367246
IDBENCH=71098
IDSOLVER=1844
FILE ID=node106/3367246-1305390951
RUNJOBID= node106-1305389720-27068
PBS_JOBID= 13324446
Free space on /tmp= 73352 MiB

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

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=105762008

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23870416 kB
Buffers:        259536 kB
Cached:        5635620 kB
SwapCached:      27544 kB
Active:         916472 kB
Inactive:      7938236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23870416 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:           13316 kB
Writeback:           0 kB
AnonPages:     2939852 kB
Mapped:          10592 kB
Slab:           113556 kB
PageTables:      48188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75298520 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73344 MiB
End job on node106 at 2011-05-14 18:55:57