Trace number 3366681

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.45 1203.74

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1675230100-032.UNKNOWN.cnf
MD5SUMf9a60c414c65108f1df33ba3a81b8715
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark349.16
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.00	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-3366681-1305412055.cnf'
0.00/0.01	c -- header says num vars:             60
0.00/0.01	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
3.17/0.81	c Parsing time:  0.00 s
3.17/0.81	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
3.17/0.81	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.12
3.17/0.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3.17/0.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.17/0.81	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.81	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.81	c calculated reachability. Time: 0.00
3.17/0.81	c Calc default polars -  time:   0.00 s pos:      31 undec:       0 neg:      29
3.17/0.81	c =========================================================================================
3.17/0.81	c types(t): F = full restart, N = normal restart
3.17/0.81	c types(t): S = simplification begin/end, E = solution found
3.17/0.81	c restart types(rt): st = static, dy = dynamic
3.17/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.81	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
3.17/0.81	c  N dy     7      4070        60      5340         0      3613     37380     76975     18.56     19.56
3.17/0.81	c  N dy    16     10583        60      5340         0      7159     37380    146596     18.26     19.26
3.17/0.81	c  N dy    20     15973        60      5340         0      8137     37380    157634     17.97     18.93
3.57/0.91	c  N dy    27     20101        60      5340         0      6793     37380    121367     17.89     18.87
4.38/1.11	c  F st    44     25000        60      5340         0     11146     37380    213750     17.94     18.17
4.38/1.11	c  N st    44     25000        60      5340         0     11146     37380    213750     17.94     18.17
5.15/1.31	c  N dy    50     30001        60      5340         0      9566     37380    173145     17.94   no data
5.15/1.31	c  S st    50     30001        60      5340         0      9566     37380    173145     17.94   no data
5.55/1.41	c  S st    50     30504        60      5340         0     10031     37380    183340     17.94   no data
5.55/1.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.55/1.41	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.55/1.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.55/1.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.55/1.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.55/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.51	c lits-rem:       150  cl-subs:      974  v-elim:      0  v-fix:    0  time:  0.19 s
6.75/1.73	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.75/1.73	c calculated reachability. Time: 0.00
6.75/1.73	c  N dy    50     30504        60      5340         0      9057     37380    162261     17.94   no data
9.54/2.40	c  N dy    61     43816        60      5340         0     13833     37380    245573     17.49     18.44
9.94/2.54	c  S st    80     45758        60      5340         0     15573     37380    283221     17.59   no data
9.94/2.59	c  S st    80     46264        60      5340         0      8155     37380    124137     17.59   no data
9.94/2.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.94/2.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.94/2.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
9.94/2.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.94/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.33/2.63	c lits-rem:        20  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.03 s
10.33/2.63	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.33/2.63	c vivif2 --  cl tried     8109 cl shrink        0 lits rem          0 time: 0.00
11.13/2.84	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.13/2.84	c calculated reachability. Time: 0.00
11.13/2.84	c  N dy    80     46264        60      5340         0      8109     37380    123088     17.59   no data
11.93/3.04	c  N dy    92     50292        60      5340         0     11684     37380    197775     17.61     19.57
12.73/3.31	c  N dy   122     54374        60      5340         0     15339     37380    276803     17.76     18.70
14.72/3.73	c  N dy   134     61724        60      5340         0     12984     37380    212683     17.73     18.72
15.92/4.00	c  N dy   157     65918        60      5340         0     16730     37380    292400     17.79     18.76
16.72/4.27	c  S st   179     69396        60      5340         0     10089     37380    147104     17.85   no data
17.12/4.31	c  S st   179     69899        60      5340         0     10555     37380    157345     17.85   no data
17.12/4.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.12/4.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.12/4.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.12/4.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.12/4.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.12/4.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
17.12/4.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.12/4.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.12/4.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.12/4.37	c lits-rem:        19  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.05 s
17.12/4.37	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.12/4.37	c vivif2 --  cl tried    10428 cl shrink        0 lits rem          0 time: 0.00
18.31/4.62	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
18.31/4.62	c calculated reachability. Time: 0.00
18.31/4.62	c  N dy   179     69899        60      5340         0     10428     37380    154212     17.85   no data
19.11/4.88	c  N dy   201     74425        60      5340         0     14487     37380    240432     17.89     18.84
22.69/5.75	c  F st   230     87501        60      5340         0     15376     37380    245195     17.83     16.86
22.69/5.75	c  N st   230     87501        60      5340         0     15376     37380    245195     17.83     16.86
24.29/6.10	c  N dy   240     93097        60      5340         0     20362     37380    352268     17.84     20.11
26.30/6.66	c  N dy   279    100336        60      5340         0     15279     37380    235970     17.90     18.86
27.88/7.01	c  S st   301    104848        60      5340         0     19275     37380    320682     17.93     17.12
27.88/7.06	c  S st   301    105354        60      5340         0     19740     37380    330943     17.93   no data
27.88/7.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.88/7.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.88/7.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.88/7.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.88/7.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.88/7.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.88/7.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.88/7.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.88/7.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.48/7.49	c lits-rem:       193  cl-subs:     1846  v-elim:      0  v-fix:    0  time:  0.41 s
29.48/7.49	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.48/7.49	c vivif2 --  cl tried    17894 cl shrink        0 lits rem          0 time: 0.00
31.12/7.85	c asymm  cl-useful: 0/4717/5340 lits-rem:0 time: 0.35
31.12/7.85	c calculated reachability. Time: 0.00
31.12/7.85	c  N dy   301    105354        60      5340         0     17894     37380    291039     17.93   no data
33.46/8.44	c  N dy   338    112118        60      5340         0     23952     37380    421280     17.99     19.03
38.25/9.66	c  N dy   377    128311        60      5340         0     25969     37380    445998     17.89     18.84
40.63/10.24	c  N dy   387    136679        60      5340         0     20032     37380    313232     17.85     18.84
44.28/11.19	c  N dy   408    148642        60      5340         0     16464     37380    230256     17.79     18.83
47.42/11.92	c  S st   435    158032        60      5340         0     24765     37380    402823     17.79     17.36
47.42/11.99	c  S st   435    158536        60      5340         0     25225     37380    413014     17.79   no data
47.42/11.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.82/12.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.82/12.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.82/12.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.82/12.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.82/12.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.82/12.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.82/12.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
47.82/12.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.61/12.79	c lits-rem:       323  cl-subs:     3240  v-elim:      0  v-fix:    0  time:  0.77 s
50.61/12.79	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
51.01/12.80	c vivif2 --  cl tried    21985 cl shrink        0 lits rem          0 time: 0.00
51.01/12.86	c asymm  cl-useful: 0/623/5340 lits-rem:0 time: 0.06
51.01/12.86	c calculated reachability. Time: 0.00
51.01/12.86	c  N dy   435    158536        60      5340         0     21985     37380    347920     17.79   no data
55.40/13.96	c  N dy   483    170461        60      5340         0     17775     37380    249208     17.81     18.87
59.39/14.92	c  N dy   522    181370        60      5340         0     27470     37380    453444     17.82     19.15
65.37/16.47	c  N dy   556    199497        60      5340         0     27528     37380    441785     17.78     18.75
70.94/17.82	c  N dy   643    212312        60      5340         0     22204     37380    327375     17.86     20.14
76.53/19.25	c  N dy   703    225960        60      5340         0     34303     37380    583142     17.88     20.13
81.72/20.50	c  S st   787    237804        60      5340         0     27167     37380    423607     17.95   no data
81.72/20.57	c  S st   787    238310        60      5340         0     27637     37380    433931     17.95   no data
81.72/20.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.72/20.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.72/20.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.72/20.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.72/20.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.72/20.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
81.72/20.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.72/20.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
82.12/20.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.91/21.30	c lits-rem:       297  cl-subs:     2211  v-elim:      0  v-fix:    0  time:  0.70 s
84.91/21.30	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
84.91/21.31	c vivif2 --  cl tried    25426 cl shrink        0 lits rem          0 time: 0.00
86.11/21.68	c asymm  cl-useful: 0/3820/5340 lits-rem:0 time: 0.37
86.11/21.68	c calculated reachability. Time: 0.00
86.11/21.68	c  N dy   787    238310        60      5340         0     25426     37380    384672     17.95   no data
92.53/23.25	c  N dy   820    253631        60      5340         0     20438     37380    262524     17.91     18.91
99.26/24.91	c  N dy   866    270295        60      5340         0     35197     37380    569946     17.89     18.89
106.84/26.81	c  N dy   910    288972        60      5340         0     32291     37380    500041     17.87     18.98
114.82/28.82	c  F st   993    306251        60      5340         0     27259     37380    386836     17.90     16.09
115.22/28.93	c  N st   996    307442        60      5340         0     28310     37380    409907     17.90   no data
123.99/31.17	c  N dy  1051    327104        60      5340         0     24521     37380    324556     17.90     19.20
134.36/33.70	c  N dy  1181    347151        60      5340         0     42430     37380    711598     17.97     19.09
139.15/34.96	c  S st  1251    357465        60      5340         0     29396     37380    418196     18.01   no data
139.55/35.04	c  S st  1251    357967        60      5340         0     29848     37380    428049     18.01   no data
139.55/35.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.55/35.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
139.55/35.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.55/35.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.55/35.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.55/35.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
139.55/35.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.55/35.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
139.55/35.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.93/35.69	c lits-rem:       158  cl-subs:     1603  v-elim:      0  v-fix:    0  time:  0.62 s
141.93/35.69	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
141.93/35.69	c vivif2 --  cl tried    28245 cl shrink        0 lits rem          0 time: 0.00
142.73/35.89	c asymm  cl-useful: 0/1520/5340 lits-rem:0 time: 0.19
142.73/35.89	c calculated reachability. Time: 0.00
142.73/35.89	c  N dy  1251    357967        60      5340         0     28245     37380    391696     18.01   no data
152.71/38.36	c  N dy  1297    378012        60      5340         0     45918     37380    760560     17.98     19.08
161.88/40.70	c  N dy  1370    398046        60      5340         0     40731     37380    650299     18.00     18.97
175.05/44.00	c  N dy  1437    423728        60      5340         0     39530     37380    609276     17.98     18.96
186.60/46.87	c  N dy  1526    444828        60      5340         0     33498     37380    470963     18.00     18.96
198.56/49.84	c  N dy  1593    465270        60      5340         0     25882     37380    298559     18.00     19.11
209.34/52.50	c  N dy  1702    485575        60      5340         0     43963     37380    686654     18.03     19.04
219.75/55.18	c  N dy  1764    505592        60      5340         0     35059     37380    484708     18.02     19.02
231.26/58.04	c  N dy  1812    525599        60      5340         0     52791     37380    856900     18.00     19.13
237.30/59.57	c  S st  1854    536951        60      5340         0     35421     37380    479107     18.00   no data
237.65/59.67	c  S st  1854    537453        60      5340         0     35885     37380    489220     18.00   no data
237.65/59.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
237.65/59.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
237.65/59.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
237.65/59.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
237.65/59.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.65/59.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
237.65/59.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.65/59.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
238.05/59.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.68/60.62	c lits-rem:       249  cl-subs:     2256  v-elim:      0  v-fix:    0  time:  0.92 s
241.68/60.62	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
241.68/60.63	c vivif2 --  cl tried    33629 cl shrink        0 lits rem          0 time: 0.01
243.23/61.02	c asymm  cl-useful: 0/3003/5340 lits-rem:0 time: 0.39
243.23/61.02	c calculated reachability. Time: 0.00
243.23/61.02	c  N dy  1854    537453        60      5340         0     33629     37380    443059     18.00   no data
254.42/63.83	c  N dy  1929    557531        60      5340         0     51387     37380    817598     18.00     20.43
265.56/66.62	c  N dy  1983    577897        60      5340         0     41160     37380    590698     18.00     19.02
283.51/71.10	c  N dy  2074    605828        60      5340         0     36649     37380    479721     17.98     18.93
297.87/74.72	c  N dy  2137    629734        60      5340         0     57793     37380    925384     17.97     18.93
313.03/78.56	c  N dy  2206    655784        60      5340         0     50733     37380    769435     17.97     18.97
335.36/84.16	c  N dy  2279    693126        60      5340         0     52746     37380    794242     17.93     18.88
350.94/88.09	c  N dy  2398    713207        60      5340         0     38820     37380    505425     17.95     20.07
372.04/93.37	c  N dy  2502    744637        60      5340         0     33816     37380    383981     17.94     19.01
384.01/96.38	c  N dy  2559    764668        60      5340         0     51417     37380    751006     17.94     19.63
399.60/100.24	c  N dy  2602    786813        60      5340         0     37380     37380    446596     17.91     18.94
411.53/103.28	c  S st  2670    806179        60      5340         0     54528     37380    808142     17.91   no data
412.34/103.43	c  S st  2670    806679        60      5340         0     54989     37380    818483     17.91   no data
412.34/103.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
412.34/103.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
412.34/103.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
412.34/103.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
412.34/103.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
412.34/103.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
412.34/103.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
412.34/103.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
412.34/103.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.28/106.92	c lits-rem:       707  cl-subs:     6301  v-elim:      0  v-fix:    0  time:  3.43 s
426.28/106.92	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
426.28/106.93	c vivif2 --  cl tried    48688 cl shrink        0 lits rem          0 time: 0.01
427.08/107.17	c asymm  cl-useful: 0/949/5340 lits-rem:0 time: 0.24
427.08/107.17	c calculated reachability. Time: 0.00
427.08/107.17	c  N dy  2670    806679        60      5340         0     48688     37380    693193     17.91   no data
443.06/111.14	c  N dy  2728    827373        60      5340         0     66871     37380   1076239     17.91     18.91
456.98/114.60	c  N dy  2858    847394        60      5340         0     50674     37380    734800     17.94     19.38
475.33/119.20	c  N dy  2894    870132        60      5340         0     35559     37380    392931     17.90     18.89
487.35/122.28	c  N dy  2944    890217        60      5340         0     53272     37380    761854     17.90     21.31
507.64/127.34	c  N dy  3100    910224        60      5340         0     71078     37380   1149957     17.93     21.30
522.45/131.04	c  N dy  3196    931088        60      5340         0     53347     37380    760037     17.94     18.97
542.74/136.10	c  N dy  3350    951175        60      5340         0     71202     37380   1151464     17.97     20.33
556.29/139.59	c  N dy  3415    971216        60      5340         0     51765     37380    708964     17.97     19.55
576.23/144.58	c  N dy  3525    993351        60      5340         0     71364     37380   1128887     17.98     18.95
591.39/148.35	c  N dy  3591   1013527        60      5340         0     51108     37380    687753     17.98     18.99
609.34/152.81	c  N dy  3692   1033607        60      5340         0     68900     37380   1069145     17.99     18.99
629.27/157.89	c  N dy  3732   1060899        60      5340         0     54069     37380    730346     17.97     19.19
639.65/160.40	c  F st  3817   1071877        60      5340         0     63845     37380    944972     17.99   no data
648.42/162.60	c  N dy  3847   1080927        60      5340         0     71842     37380   1117712     17.99     21.01
666.37/167.19	c  N dy  3930   1101612        60      5340         0     50352     37380    657299     18.00     19.02
686.30/172.17	c  N dy  4042   1123752        60      5340         0     69928     37380   1075591     18.01     19.13
706.69/177.21	c  N dy  4147   1143772        60      5340         0     46996     37380    577688     18.02     19.82
725.38/181.93	c  N dy  4278   1165515        60      5340         0     66283     37380    995414     18.04     19.23
745.75/187.02	c  N dy  4312   1188881        60      5340         0     45256     37380    523758     18.02     19.13
762.88/191.35	c  N dy  4394   1209123        60      5340         0     63247     37380    907623     18.02     19.13
764.07/191.63	c  S st  4397   1210020        60      5340         0     64029     37380    924036     18.02     15.91
764.87/191.85	c  S st  4397   1210523        60      5340         0     64480     37380    934223     18.02   no data
764.87/191.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
764.87/191.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
764.87/191.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
764.87/191.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
764.87/191.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
764.87/191.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
764.87/191.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
765.27/191.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
765.27/191.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
798.39/200.23	c lits-rem:       793  cl-subs:     6515  v-elim:      0  v-fix:    0  time:  8.29 s
798.39/200.23	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
798.39/200.24	c vivif2 --  cl tried    57965 cl shrink        0 lits rem          0 time: 0.01
799.96/200.65	c asymm  cl-useful: 0/806/5340 lits-rem:0 time: 0.41
799.96/200.66	c calculated reachability. Time: 0.00
799.96/200.66	c  N dy  4397   1210523        60      5340         0     57965     37380    802790     18.02   no data
822.30/206.24	c  N dy  4486   1230535        60      5340         0     75673     37380   1180384     18.03     19.70
843.43/211.56	c  N dy  4624   1250580        60      5340         0     51359     37380    653979     18.05     19.81
859.80/215.67	c  N dy  4691   1270593        60      5340         0     68986     37380   1026693     18.05     20.17
884.11/221.71	c  N dy  4790   1290661        60      5340         0     43593     37380    475499     18.05     20.27
901.66/226.19	c  N dy  4875   1315283        60      5340         0     65311     37380    929692     18.05     19.05
923.59/231.67	c  N dy  4966   1335539        60      5340         0     83160     37380   1311659     18.06     19.19
944.72/236.92	c  N dy  5074   1355598        60      5340         0     56841     37380    748933     18.07     19.03
968.26/242.88	c  N dy  5177   1375698        60      5340         0     74636     37380   1132910     18.08     22.14
995.38/249.68	c  N dy  5256   1398754        60      5340         0     50018     37380    589982     18.08     19.03
1011.73/253.72	c  N dy  5342   1418822        60      5340         0     67714     37380    964940     18.08     19.36
1034.06/259.35	c  N dy  5411   1440254        60      5340         0     86676     37380   1369218     18.08     19.10
1053.26/264.15	c  N dy  5485   1461441        60      5340         0     59465     37380    783095     18.08     19.10
1084.31/271.98	c  N dy  5565   1495068        60      5340         0     89071     37380   1404274     18.07     19.15
1101.50/276.21	c  N dy  5593   1515218        60      5340         0     59884     37380    766923     18.05     19.01
1121.80/281.33	c  N dy  5694   1535830        60      5340         0     78071     37380   1157986     18.06     19.02
1147.32/287.70	c  N dy  5726   1559419        60      5340         0     51253     37380    585471     18.04     19.02
1164.07/291.99	c  N dy  5809   1579499        60      5340         0     69007     37380    966159     18.05     19.01
1186.80/297.65	c  N dy  5889   1599502        60      5340         0     86731     37380   1346188     18.05     19.29
1210.35/303.53	c  N dy  5978   1619529        60      5340         0     55883     37380    674842     18.06     19.63
1227.89/307.97	c  N dy  6039   1639572        60      5340         0     73482     37380   1048132     18.05     19.28
1257.00/315.28	c  N dy  6159   1662093        60      5340         0     93450     37380   1479124     18.06     19.04
1280.52/321.18	c  N dy  6315   1682113        60      5340         0     61856     37380    802351     18.08     19.84
1302.46/326.69	c  N dy  6427   1702158        60      5340         0     79592     37380   1186315     18.09     20.32
1313.62/329.50	c  S st  6479   1710525        60      5340         0     86995     37380   1347267     18.10     17.42
1314.83/329.76	c  S st  6479   1711027        60      5340         0     87452     37380   1357155     18.10   no data
1314.83/329.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1315.23/329.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1315.23/329.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1315.23/329.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1315.23/329.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1315.23/329.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1315.23/329.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1315.23/329.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1315.23/329.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1371.45/343.95	c lits-rem:       987  cl-subs:     9326  v-elim:      0  v-fix:    0  time: 14.09 s
1371.45/343.95	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1371.45/343.97	c vivif2 --  cl tried    78126 cl shrink        0 lits rem          0 time: 0.02
1373.49/344.45	c asymm  cl-useful: 0/582/5340 lits-rem:0 time: 0.48
1373.49/344.45	c calculated reachability. Time: 0.00
1373.49/344.45	c  N dy  6479   1711027        60      5340         0     78126     37380   1151108     18.10   no data
1416.94/355.35	c  N dy  6601   1732060        60      5340         0     96714     37380   1553743     18.11     19.08
1439.29/360.96	c  N dy  6654   1752094        60      5340         0     64441     37380    836324     18.10     21.97
1461.96/366.68	c  N dy  6783   1772167        60      5340         0     82214     37380   1223898     18.12     19.99
1489.09/373.42	c  N dy  6854   1792320        60      5340         0     99932     37380   1602621     18.12     19.14
1507.83/378.16	c  N dy  6934   1812389        60      5340         0     66805     37380    882277     18.12     20.06
1532.16/384.24	c  N dy  7025   1832524        60      5340         0     84629     37380   1264047     18.13     19.18
1562.87/391.90	c  N dy  7092   1852642        60      5340         0    102374     37380   1641971     18.13     19.18
1587.21/398.08	c  N dy  7125   1882277        60      5340         0     76298     37380   1058864     18.10     19.49
1614.77/404.96	c  N dy  7234   1902480        60      5340         0     94108     37380   1442520     18.11     19.07
1641.43/411.64	c  N dy  7300   1922907        60      5340         0     59328     37380    696759     18.11     19.08
1662.59/416.96	c  N dy  7420   1942930        60      5340         0     77082     37380   1080226     18.12     20.75
1691.29/424.10	c  N dy  7559   1962949        60      5340         0     94829     37380   1468516     18.13     19.28
1721.60/431.76	c  N dy  7687   1982952        60      5340         0     58732     37380    680498     18.14     20.52
1739.54/436.20	c  N dy  7727   2003119        60      5340         0     76401     37380   1052198     18.14     19.14
1785.42/447.75	c  N dy  7777   2049412        60      5340         0     62295     37380    734608     18.10     19.14
1806.94/453.12	c  N dy  7873   2069501        60      5340         0     80058     37380   1119227     18.11     20.86
1833.68/459.89	c  N dy  7951   2089511        60      5340         0     97644     37380   1494061     18.11     19.32
1863.97/467.41	c  N dy  8057   2109986        60      5340         0     60324     37380    695787     18.12     19.13
1887.09/473.22	c  N dy  8149   2132734        60      5340         0     80319     37380   1125076     18.12     19.17
1924.99/482.70	c  N dy  8240   2162135        60      5340         0    106175     37380   1670584     18.12     19.11
1949.31/488.89	c  N dy  8325   2182276        60      5340         0     67620     37380    839603     18.12     19.11
1972.05/494.50	c  N dy  8394   2202327        60      5340         0     85225     37380   1214031     18.12     21.63
1985.21/497.82	c  S st  8466   2211028        60      5340         0     92975     37380   1384123     18.13     17.99
1986.41/498.10	c  S st  8466   2211531        60      5340         0     93421     37380   1394168     18.13   no data
1986.41/498.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1986.41/498.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1986.41/498.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1986.41/498.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1986.41/498.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1986.41/498.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1986.41/498.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1986.41/498.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1986.81/498.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2030.67/509.20	c lits-rem:       890  cl-subs:    10078  v-elim:      0  v-fix:    0  time: 10.99 s
2030.67/509.20	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2030.67/509.22	c vivif2 --  cl tried    83343 cl shrink        0 lits rem          0 time: 0.02
2031.86/509.53	c asymm  cl-useful: 0/761/5340 lits-rem:0 time: 0.31
2031.86/509.53	c calculated reachability. Time: 0.00
2031.86/509.53	c  N dy  8466   2211531        60      5340         0     83343     37380   1182630     18.13   no data
2067.76/518.53	c  N dy  8602   2231626        60      5340         0    101136     37380   1571686     18.14     22.97
2105.25/528.00	c  N dy  8710   2252125        60      5340         0     62539     37380    724579     18.14     19.19
2130.77/534.34	c  N dy  8817   2272645        60      5340         0     80646     37380   1116172     18.15     19.11
2158.73/541.36	c  N dy  8890   2294506        60      5340         0    100006     37380   1531160     18.15     19.12
2196.97/550.95	c  N dy  8996   2319506        60      5340         0     64082     37380    743065     18.15     19.17
2219.72/556.62	c  N dy  9097   2340731        60      5340         0     82738     37380   1145657     18.16     19.12
2251.20/564.55	c  N dy  9240   2360780        60      5340         0    100493     37380   1534836     18.17     19.16
2284.71/572.92	c  N dy  9340   2380830        60      5340         0     59225     37380    630722     18.17     19.31
2305.84/578.25	c  N dy  9426   2401783        60      5340         0     77805     37380   1031605     18.18     19.15
2334.56/585.49	c  N dy  9562   2422073        60      5340         0     95758     37380   1423825     18.19     19.18
2366.86/593.59	c  N dy  9641   2442130        60      5340         0    113448     37380   1802983     18.19     19.15
2397.16/601.13	c  N dy  9717   2465370        60      5340         0     73831     37380    927390     18.19     19.17
2422.28/607.48	c  N dy  9803   2486028        60      5340         0     92093     37380   1319138     18.19     19.21
2449.81/614.33	c  N dy  9831   2506841        60      5340         0    110311     37380   1701219     18.19     19.16
2483.36/622.71	c  N dy  9956   2526941        60      5340         0     67353     37380    788768     18.19     20.65
2511.23/629.74	c  N dy 10084   2550217        60      5340         0     87931     37380   1237184     18.20     19.52
2541.93/637.44	c  N dy 10178   2570271        60      5340         0    105598     37380   1617007     18.21     19.24
2572.64/645.11	c  N dy 10198   2591036        60      5340         0     62059     37380    661427     18.20     19.20
2600.97/652.30	c  N dy 10277   2620418        60      5340         0     87900     37380   1213542     18.20     19.31
2633.66/660.49	c  N dy 10344   2644813        60      5340         0    109296     37380   1671689     18.20     19.21
2672.74/670.26	c  N dy 10432   2668290        60      5340         0     67506     37380    764457     18.20     19.19
2712.62/680.21	c  N dy 10530   2705137        60      5340         0     99710     37380   1444434     18.19     19.20
2723.00/682.84	c  S st 10570   2711531        60      5340         0    105390     37380   1568691     18.19     18.58
2724.21/683.17	c  S st 10570   2712037        60      5340         0    105852     37380   1579128     18.19   no data
2724.21/683.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2724.63/683.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2724.63/683.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2724.63/683.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2724.63/683.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2724.63/683.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2724.63/683.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2724.63/683.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2724.98/683.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2781.67/697.52	c lits-rem:       892  cl-subs:    13346  v-elim:      0  v-fix:    0  time: 14.21 s
2781.67/697.52	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2781.67/697.54	c vivif2 --  cl tried    92506 cl shrink        0 lits rem          0 time: 0.02
2782.82/697.88	c asymm  cl-useful: 0/572/5340 lits-rem:0 time: 0.34
2782.82/697.88	c calculated reachability. Time: 0.00
2782.82/697.88	c  N dy 10570   2712037        60      5340         0     92506     37380   1312166     18.19   no data
2819.51/707.05	c  N dy 10661   2733393        60      5340         0    111302     37380   1717949     18.20     19.17
2866.97/718.98	c  N dy 10757   2753396        60      5340         0     66524     37380    748982     18.20     21.02
2897.26/726.53	c  N dy 10858   2773418        60      5340         0     84181     37380   1130563     18.20     19.93
2928.77/734.47	c  N dy 10940   2795163        60      5340         0    103253     37380   1540645     18.21     19.17
2983.04/748.06	c  N dy 11005   2833259        60      5340         0     72832     37380    860124     18.19     19.16
3004.97/753.54	c  N dy 11043   2854904        60      5340         0     91797     37380   1259637     18.19     19.16
3047.23/764.12	c  N dy 11134   2883335        60      5340         0    116764     37380   1789751     18.19     19.17
3081.91/772.84	c  N dy 11201   2905553        60      5340         0     71497     37380    819757     18.18     19.25
3102.65/778.08	c  N dy 11255   2925614        60      5340         0     89106     37380   1193501     18.18     19.77
3134.96/786.14	c  N dy 11373   2945681        60      5340         0    106757     37380   1576275     18.18     19.15
3174.84/796.17	c  N dy 11513   2966168        60      5340         0    124862     37380   1973526     18.19     19.26
3200.76/802.64	c  N dy 11562   2986240        60      5340         0     76706     37380    929739     18.19     20.18
3228.70/809.71	c  N dy 11704   3006280        60      5340         0     94393     37380   1318746     18.20     20.52
3304.44/828.67	c  N dy 11726   3073386        60      5340         0     86072     37380   1090019     18.15     19.25
3331.57/835.50	c  N dy 11811   3093422        60      5340         0    103623     37380   1465538     18.15     21.10
3367.47/844.43	c  N dy 11896   3114600        60      5340         0    122250     37380   1864445     18.15     19.12
3405.75/854.09	c  N dy 12037   3134622        60      5340         0     72531     37380    825635     18.16     19.62
3430.91/860.32	c  N dy 12131   3154801        60      5340         0     90377     37380   1211057     18.16     19.12
3460.78/867.83	c  N dy 12235   3174829        60      5340         0    108032     37380   1594646     18.17     19.15
3495.49/876.51	c  N dy 12304   3194870        60      5340         0    125561     37380   1967240     18.17     19.83
3529.38/885.03	c  S st 12392   3212037        60      5340         0     72177     37380    807920     18.17   no data
3530.18/885.24	c  S st 12392   3212540        60      5340         0     72634     37380    818544     18.17   no data
3530.18/885.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3530.18/885.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3530.18/885.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3530.18/885.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3530.18/885.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3530.18/885.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3530.18/885.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3530.58/885.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3530.58/885.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3535.78/886.67	c lits-rem:        90  cl-subs:      930  v-elim:      0  v-fix:    0  time:  1.35 s
3535.78/886.67	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3535.78/886.68	c vivif2 --  cl tried    71704 cl shrink        0 lits rem          0 time: 0.01
3536.95/886.98	c asymm  cl-useful: 0/673/5340 lits-rem:0 time: 0.29
3536.95/886.98	c calculated reachability. Time: 0.00
3536.95/886.98	c  N dy 12392   3212540        60      5340         0     71704     37380    797192     18.17   no data
3559.29/892.54	c  N dy 12448   3232837        60      5340         0     89444     37380   1170994     18.17     19.22
3588.01/899.78	c  N dy 12532   3252946        60      5340         0    107195     37380   1554629     18.17     19.15
3628.67/909.94	c  N dy 12681   3273025        60      5340         0    125053     37380   1949936     18.18     20.01
3664.57/918.93	c  N dy 12752   3293026        60      5340         0     73174     37380    814737     18.18     20.70
3690.09/925.34	c  N dy 12828   3313329        60      5340         0     90975     37380   1195220     18.18     19.23
3723.60/933.70	c  N dy 12901   3334839        60      5340         0    109830     37380   1597733     18.18     19.21
3763.09/943.66	c  N dy 12983   3354841        60      5340         0    127382     37380   1972559     18.19     20.01
3801.36/953.29	c  N dy 13067   3374849        60      5340         0     74756     37380    839949     18.19     20.91
3828.47/960.06	c  N dy 13183   3394899        60      5340         0     92477     37380   1227107     18.19     21.50
3861.18/968.28	c  N dy 13305   3414965        60      5340         0    110188     37380   1614570     18.20     21.54
3917.86/982.45	c  N dy 13362   3449139        60      5340         0    140099     37380   2245060     18.19     19.17
3947.34/989.86	c  N dy 13444   3469418        60      5340         0     86689     37380   1085527     18.19     19.19
3979.27/997.85	c  N dy 13518   3492483        60      5340         0    106913     37380   1515566     18.19     19.43
4053.86/1016.55	c  N dy 13533   3544196        60      5340         0     79863     37380    913154     18.16     19.20
4078.94/1022.87	c  N dy 13592   3564219        60      5340         0     97384     37380   1284677     18.16     19.87
4115.62/1032.06	c  N dy 13731   3584439        60      5340         0    115221     37380   1675961     18.17     19.13
4152.31/1041.22	c  N dy 13788   3604502        60      5340         0    132770     37380   2047602     18.16     20.40
4194.98/1051.90	c  N dy 13915   3624558        60      5340         0     77770     37380    881287     18.17     19.15
4220.13/1058.29	c  N dy 13997   3644615        60      5340         0     95398     37380   1263883     18.17     19.58
4256.00/1067.28	c  N dy 14058   3668354        60      5340         0    116065     37380   1692959     18.17     19.26
4298.28/1077.87	c  N dy 14171   3688447        60      5340         0    133755     37380   2076615     18.17     19.35
4342.96/1089.08	c  N dy 14261   3712542        60      5340         0     81225     37380    940998     18.17     16.75
4342.96/1089.08	c  S st 14261   3712542        60      5340         0     81225     37380    940998     18.17     16.75
4344.13/1089.34	c  S st 14261   3713045        60      5340         0     81695     37380    951634     18.17   no data
4344.13/1089.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4344.13/1089.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4344.13/1089.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4344.13/1089.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4344.13/1089.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4344.13/1089.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4344.13/1089.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4344.53/1089.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4344.53/1089.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4353.31/1091.62	c lits-rem:       170  cl-subs:     2319  v-elim:      0  v-fix:    0  time:  2.19 s
4353.31/1091.62	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4353.31/1091.64	c vivif2 --  cl tried    79376 cl shrink        0 lits rem          0 time: 0.02
4354.51/1091.96	c asymm  cl-useful: 0/588/5340 lits-rem:0 time: 0.32
4354.51/1091.96	c calculated reachability. Time: 0.00
4354.51/1091.96	c  N dy 14261   3713045        60      5340         0     79376     37380    904273     18.17   no data
4392.39/1101.48	c  N dy 14378   3741411        60      5340         0    104330     37380   1441015     18.18     19.27
4407.95/1105.30	c  F st 14399   3751562        60      5340         0    113202     37380   1625750     18.17   no data
4426.31/1109.95	c  N dy 14448   3761488        60      5340         0    121946     37380   1820350     18.18     20.44
4473.36/1121.74	c  N dy 14583   3781582        60      5340         0    139660     37380   2210283     18.18     20.58
4522.01/1133.91	c  N dy 14656   3809631        60      5340         0     89629     37380   1100038     18.18     19.15
4552.72/1141.66	c  N dy 14747   3829720        60      5340         0    107351     37380   1483273     18.18     20.40
4588.64/1150.68	c  N dy 14846   3849757        60      5340         0    124975     37380   1865715     18.19     21.08
4631.28/1161.39	c  N dy 14946   3869803        60      5340         0    142568     37380   2246037     18.19     20.04
4667.18/1170.33	c  N dy 15029   3889810        60      5340         0     84783     37380    998934     18.19     20.05
4696.28/1177.69	c  N dy 15139   3909962        60      5340         0    102546     37380   1382142     18.19     19.22
4742.60/1189.27	c  N dy 15247   3937410        60      5340         0    126564     37380   1897452     18.19     19.23
4784.42/1199.72	c  N dy 15334   3957466        60      5340         0    144179     37380   2274467     18.19     19.96

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

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

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


[startup+0 s]
/proc/loadavg: 7.94 7.98 5.92 6/367 8214
/proc/meminfo: memFree=30315480/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 633621758 52396032 347 33554432000 4194304 4580107 140736610020992 18446744073709551615 47038013286322 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 12792 347 299 95 0 7774 0
[pid=8214/tid=8215] ppid=8212 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633621758 52396032 347 33554432000 4194304 4580107 140736610020992 18446744073709551615 212039711729 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633621758 52396032 347 33554432000 4194304 4580107 140736610020992 18446744073709551615 47038013286312 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 633621758 52396032 347 33554432000 4194304 4580107 140736610020992 18446744073709551615 47038013286322 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.10095 s]
/proc/loadavg: 7.94 7.98 5.92 6/367 8214
/proc/meminfo: memFree=30315480/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=282152 CPUtime=0.37 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 1310 0 0 0 37 0 0 0 18 0 4 0 633621758 288923648 1218 33554432000 4194304 4580107 140736610020992 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 70538 1218 358 95 0 65520 0
[pid=8214/tid=8215] ppid=8212 vsize=282152 CPUtime=0.08 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 204 0 0 0 8 0 0 0 25 0 4 0 633621758 288923648 1218 33554432000 4194304 4580107 140736610020992 18446744073709551615 212039698615 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=282152 CPUtime=0.09 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 189 0 0 0 9 0 0 0 18 0 4 0 633621758 288923648 1218 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=282152 CPUtime=0.09 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 320 0 0 0 9 0 0 0 18 0 4 0 633621758 288923648 1218 33554432000 4194304 4580107 140736610020992 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282152

[startup+0.200771 s]
/proc/loadavg: 7.94 7.98 5.92 6/367 8214
/proc/meminfo: memFree=30315480/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=282636 CPUtime=0.76 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 2790 0 0 0 76 0 0 0 18 0 4 0 633621758 289419264 2320 33554432000 4194304 4580107 140736610020992 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 70659 2320 376 95 0 65641 0
[pid=8214/tid=8215] ppid=8212 vsize=282636 CPUtime=0.18 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 645 0 0 0 18 0 0 0 25 0 4 0 633621758 289419264 2320 33554432000 4194304 4580107 140736610020992 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=282636 CPUtime=0.19 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 613 0 0 0 19 0 0 0 18 0 4 0 633621758 289419264 2320 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=282636 CPUtime=0.19 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 522 0 0 0 19 0 0 0 18 0 4 0 633621758 289419264 2320 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 282636

[startup+0.300753 s]
/proc/loadavg: 7.94 7.98 5.92 6/367 8214
/proc/meminfo: memFree=30315480/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=284208 CPUtime=1.16 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 3452 0 0 0 116 0 0 0 18 0 4 0 633621758 291028992 2508 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 71052 2508 376 95 0 66034 0
[pid=8214/tid=8215] ppid=8212 vsize=284208 CPUtime=0.28 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 835 0 0 0 28 0 0 0 25 0 4 0 633621758 291028992 2508 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=284208 CPUtime=0.29 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 788 0 0 0 29 0 0 0 18 0 4 0 633621758 291028992 2508 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=284208 CPUtime=0.29 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 623 0 0 0 29 0 0 0 18 0 4 0 633621758 291028992 2508 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284208

[startup+0.700681 s]
/proc/loadavg: 7.94 7.98 5.92 6/367 8214
/proc/meminfo: memFree=30315480/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=285240 CPUtime=2.76 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 5377 0 0 0 276 0 0 0 18 0 4 0 633621758 292085760 3248 33554432000 4194304 4580107 140736610020992 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 71310 3248 376 95 0 66292 0
[pid=8214/tid=8215] ppid=8212 vsize=285240 CPUtime=0.68 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 1245 0 0 0 68 0 0 0 25 0 4 0 633621758 292085760 3248 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=285240 CPUtime=0.69 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 1260 0 0 0 69 0 0 0 18 0 4 0 633621758 292085760 3249 33554432000 4194304 4580107 140736610020992 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=285240 CPUtime=0.69 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 1221 0 0 0 69 0 0 0 18 0 4 0 633621758 292085760 3250 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294616 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285240

[startup+1.50054 s]
/proc/loadavg: 7.94 7.98 5.92 10/371 8218
/proc/meminfo: memFree=30278708/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=286560 CPUtime=5.95 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 9681 0 0 0 594 1 0 0 20 0 4 0 633621758 293437440 5100 33554432000 4194304 4580107 140736610020992 18446744073709551615 4416463 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 71640 5101 378 95 0 66622 0
[pid=8214/tid=8215] ppid=8212 vsize=286560 CPUtime=1.47 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 2015 0 0 0 147 0 0 0 25 0 4 0 633621758 293437440 5101 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=286560 CPUtime=1.49 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 2032 0 0 0 149 0 0 0 20 0 4 0 633621758 293437440 5101 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=286560 CPUtime=1.48 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 2076 0 0 0 148 0 0 0 20 0 4 0 633621758 293437440 5101 33554432000 4194304 4580107 140736610020992 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286560

[startup+3.10025 s]
/proc/loadavg: 7.94 7.98 5.92 9/371 8218
/proc/meminfo: memFree=30256388/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=294788 CPUtime=12.33 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 17373 0 0 0 1230 3 0 0 25 0 4 0 633621758 301862912 10038 33554432000 4194304 4580107 140736610020992 18446744073709551615 4325372 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 73697 10038 378 95 0 68679 0
[pid=8214/tid=8215] ppid=8212 vsize=294788 CPUtime=3.05 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 3944 0 0 0 305 0 0 0 25 0 4 0 633621758 301862912 10038 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=294788 CPUtime=3.08 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 4630 0 0 0 308 0 0 0 25 0 4 0 633621758 301862912 10038 33554432000 4194304 4580107 140736610020992 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=294788 CPUtime=3.07 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 4418 0 0 0 307 0 0 0 25 0 4 0 633621758 301862912 10038 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 294788

[startup+6.30068 s]
/proc/loadavg: 7.95 7.98 5.93 9/371 8218
/proc/meminfo: memFree=30230352/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=286220 CPUtime=25.09 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 26452 0 0 0 2506 3 0 0 25 0 4 0 633621758 293089280 12859 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 71555 12859 378 95 0 66537 0
[pid=8214/tid=8215] ppid=8212 vsize=286220 CPUtime=6.21 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 6903 0 0 0 621 0 0 0 25 0 4 0 633621758 293089280 12859 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=286220 CPUtime=6.28 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 7050 0 0 0 628 0 0 0 25 0 4 0 633621758 293089280 12859 33554432000 4194304 4580107 140736610020992 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=286220 CPUtime=6.28 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 6390 0 0 0 627 1 0 0 25 0 4 0 633621758 293089280 12859 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 286220

[startup+12.7005 s]
/proc/loadavg: 7.95 7.98 5.94 9/371 8218
/proc/meminfo: memFree=30204848/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=301756 CPUtime=50.61 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 41071 0 0 0 5056 5 0 0 25 0 4 0 633621758 308998144 16048 33554432000 4194304 4580107 140736610020992 18446744073709551615 4415758 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 75439 16048 378 95 0 70421 0
[pid=8214/tid=8215] ppid=8212 vsize=301756 CPUtime=12.54 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 10277 0 0 0 1253 1 0 0 25 0 4 0 633621758 308998144 16048 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=301756 CPUtime=12.69 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 10066 0 0 0 1268 1 0 0 25 0 4 0 633621758 308998144 16048 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=301756 CPUtime=12.68 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 10254 0 0 0 1267 1 0 0 25 0 4 0 633621758 308998144 16048 33554432000 4194304 4580107 140736610020992 18446744073709551615 4316538 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 301756

[startup+25.5013 s]
/proc/loadavg: 8.04 8.00 5.98 9/371 8218
/proc/meminfo: memFree=30178024/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=294772 CPUtime=101.65 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 61914 0 0 0 10156 9 0 0 25 0 4 0 633621758 301846528 19595 33554432000 4194304 4580107 140736610020992 18446744073709551615 4304874 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 73693 19595 378 95 0 68675 0
[pid=8214/tid=8215] ppid=8212 vsize=294772 CPUtime=25.18 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 16328 0 0 0 2516 2 0 0 25 0 4 0 633621758 301846528 19595 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=294772 CPUtime=25.49 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 15327 0 0 0 2547 2 0 0 25 0 4 0 633621758 301846528 19595 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=294772 CPUtime=25.48 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 15241 0 0 0 2546 2 0 0 25 0 4 0 633621758 301846528 19595 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 294772

[startup+51.1007 s]
/proc/loadavg: 8.03 8.00 6.03 9/371 8219
/proc/meminfo: memFree=30142768/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=314896 CPUtime=203.74 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 89396 0 0 0 20358 16 0 0 25 0 4 0 633621758 322453504 24976 33554432000 4194304 4580107 140736610020992 18446744073709551615 4295687 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 78724 24976 378 95 0 73706 0
[pid=8214/tid=8215] ppid=8212 vsize=314896 CPUtime=50.48 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 24523 0 0 0 5044 4 0 0 25 0 4 0 633621758 322453504 24976 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=314896 CPUtime=51.08 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 23466 0 0 0 5104 4 0 0 25 0 4 0 633621758 322453504 24976 33554432000 4194304 4580107 140736610020992 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=314896 CPUtime=51.07 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 20904 0 0 0 5103 4 0 0 25 0 4 0 633621758 322453504 24976 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.74
Current children cumulated vsize (KiB) 314896

[startup+102.301 s]
/proc/loadavg: 8.16 8.03 6.14 9/371 8221
/proc/meminfo: memFree=30103440/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=328708 CPUtime=407.96 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 130321 0 0 0 40768 28 0 0 25 0 4 0 633621758 336596992 28103 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 82177 28103 378 95 0 77159 0
[pid=8214/tid=8215] ppid=8212 vsize=328708 CPUtime=101.08 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 35336 0 0 0 10101 7 0 0 25 0 4 0 633621758 336596992 28106 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=328708 CPUtime=102.3 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 34583 0 0 0 10222 8 0 0 25 0 4 0 633621758 336596992 28106 33554432000 4194304 4580107 140736610020992 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=328708 CPUtime=102.28 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 29160 0 0 0 10222 6 0 0 25 0 4 0 633621758 336596992 28106 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.96
Current children cumulated vsize (KiB) 328708

[startup+162.301 s]

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

[pid=8214] ppid=8212 vsize=413344 CPUtime=2561.48 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 390978 0 0 0 256032 116 0 0 25 0 4 0 633621758 423264256 62752 33554432000 4194304 4580107 140736610020992 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 103336 62752 378 95 0 98318 0
[pid=8214/tid=8215] ppid=8212 vsize=413344 CPUtime=634.71 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 101710 0 0 0 63442 29 0 0 25 0 4 0 633621758 423264256 62752 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=413344 CPUtime=642.29 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 105723 0 0 0 64195 34 0 0 25 0 4 0 633621758 423264256 62752 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=413344 CPUtime=642.18 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 86782 0 0 0 64191 27 0 0 25 0 4 0 633621758 423264256 62752 33554432000 4194304 4580107 140736610020992 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2561.48
Current children cumulated vsize (KiB) 413344

[startup+702.301 s]
/proc/loadavg: 8.08 8.09 7.06 9/371 8267
/proc/meminfo: memFree=29384020/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=426048 CPUtime=2800.77 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 411150 0 0 0 279952 125 0 0 25 0 4 0 633621758 436273152 72258 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 106512 72258 378 95 0 101494 0
[pid=8214/tid=8215] ppid=8212 vsize=426048 CPUtime=693.99 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 106878 0 0 0 69368 31 0 0 25 0 4 0 633621758 436273152 72258 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=426048 CPUtime=702.3 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 110917 0 0 0 70193 37 0 0 25 0 4 0 633621758 436273152 72258 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=426048 CPUtime=702.17 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 89447 0 0 0 70189 28 0 0 25 0 4 0 633621758 436273152 72258 33554432000 4194304 4580107 140736610020992 18446744073709551615 4451692 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2800.77
Current children cumulated vsize (KiB) 426048

[startup+762.301 s]
/proc/loadavg: 8.15 8.10 7.13 9/371 8268
/proc/meminfo: memFree=29356676/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=435808 CPUtime=3040.07 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 425615 0 0 0 303877 130 0 0 25 0 4 0 633621758 446267392 71169 33554432000 4194304 4580107 140736610020992 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 108952 71169 378 95 0 103934 0
[pid=8214/tid=8215] ppid=8212 vsize=435808 CPUtime=753.29 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 108124 0 0 0 75297 32 0 0 25 0 4 0 633621758 446267392 71169 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=435808 CPUtime=762.31 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 116236 0 0 0 76192 39 0 0 25 0 4 0 633621758 446267392 71169 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=435808 CPUtime=762.17 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 92342 0 0 0 76189 28 0 0 25 0 4 0 633621758 446267392 71169 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.07
Current children cumulated vsize (KiB) 435808

[startup+822.301 s]
/proc/loadavg: 8.05 8.08 7.18 9/371 8270
/proc/meminfo: memFree=29334324/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=445576 CPUtime=3279.33 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 441111 0 0 0 327797 136 0 0 25 0 4 0 633621758 456269824 78753 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 111394 78753 378 95 0 106376 0
[pid=8214/tid=8215] ppid=8212 vsize=445576 CPUtime=812.58 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 113027 0 0 0 81224 34 0 0 25 0 4 0 633621758 456269824 78753 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=445576 CPUtime=822.3 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 122536 0 0 0 82188 42 0 0 25 0 4 0 633621758 456269824 78753 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=445576 CPUtime=822.15 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 93193 0 0 0 82186 29 0 0 25 0 4 0 633621758 456269824 78753 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3279.33
Current children cumulated vsize (KiB) 445576

[startup+882.314 s]
/proc/loadavg: 8.12 8.09 7.24 9/371 8271
/proc/meminfo: memFree=29252916/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=458440 CPUtime=3518.66 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 450725 0 0 0 351727 139 0 0 25 0 4 0 633621758 469442560 80714 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 114610 80714 378 95 0 109592 0
[pid=8214/tid=8215] ppid=8212 vsize=458440 CPUtime=871.88 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 115625 0 0 0 87153 35 0 0 25 0 4 0 633621758 469442560 80714 33554432000 4194304 4580107 140736610020992 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=458440 CPUtime=882.32 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 126882 0 0 0 88188 44 0 0 25 0 4 0 633621758 469442560 80714 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=458440 CPUtime=882.15 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 93193 0 0 0 88186 29 0 0 25 0 4 0 633621758 469442560 80714 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3518.66
Current children cumulated vsize (KiB) 458440

[startup+942.3 s]
/proc/loadavg: 8.04 8.07 7.28 9/371 8273
/proc/meminfo: memFree=29247512/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=501012 CPUtime=3757.9 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 470278 0 0 0 375643 147 0 0 25 0 4 0 633621758 513036288 72693 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 125253 72693 378 95 0 120235 0
[pid=8214/tid=8215] ppid=8212 vsize=501012 CPUtime=931.17 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 120727 0 0 0 93079 38 0 0 25 0 4 0 633621758 513036288 72693 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=501012 CPUtime=942.31 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 133541 0 0 0 94185 46 0 0 25 0 4 0 633621758 513036288 72693 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=501012 CPUtime=942.13 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 95581 0 0 0 94183 30 0 0 25 0 4 0 633621758 513036288 72693 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3757.9
Current children cumulated vsize (KiB) 501012

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 7.34 9/371 8275
/proc/meminfo: memFree=29150624/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=488352 CPUtime=3997.17 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 487558 0 0 0 399561 156 0 0 25 0 4 0 633621758 500072448 73279 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 122088 73279 378 95 0 117070 0
[pid=8214/tid=8215] ppid=8212 vsize=488352 CPUtime=990.46 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 124305 0 0 0 99006 40 0 0 25 0 4 0 633621758 500072448 73279 33554432000 4194304 4580107 140736610020992 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=488352 CPUtime=1002.3 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 138695 0 0 0 100182 48 0 0 25 0 4 0 633621758 500072448 73279 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=488352 CPUtime=1002.11 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 98900 0 0 0 100180 31 0 0 25 0 4 0 633621758 500072448 73279 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3997.17
Current children cumulated vsize (KiB) 488352

[startup+1062.3 s]
/proc/loadavg: 8.16 8.10 7.38 9/371 8276
/proc/meminfo: memFree=29075416/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=515560 CPUtime=4236.47 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 503690 0 0 0 423485 162 0 0 25 0 4 0 633621758 527933440 83858 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 128890 83858 378 95 0 123872 0
[pid=8214/tid=8215] ppid=8212 vsize=515560 CPUtime=1049.75 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 128614 0 0 0 104934 41 0 0 25 0 4 0 633621758 527933440 83858 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=515560 CPUtime=1062.31 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 143205 0 0 0 106181 50 0 0 25 0 4 0 633621758 527933440 83858 33554432000 4194304 4580107 140736610020992 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=515560 CPUtime=1062.11 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 103696 0 0 0 106177 34 0 0 25 0 4 0 633621758 527933440 83858 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4236.47
Current children cumulated vsize (KiB) 515560

[startup+1122.3 s]
/proc/loadavg: 8.11 8.09 7.43 9/371 8278
/proc/meminfo: memFree=29036924/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=502548 CPUtime=4475.74 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 511909 0 0 0 447408 166 0 0 25 0 4 0 633621758 514609152 80905 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 125637 80905 378 95 0 120619 0
[pid=8214/tid=8215] ppid=8212 vsize=502548 CPUtime=1109.04 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 132501 0 0 0 110861 43 0 0 25 0 4 0 633621758 514609152 80905 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=502548 CPUtime=1122.31 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 145597 0 0 0 112180 51 0 0 25 0 4 0 633621758 514609152 80905 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=502548 CPUtime=1122.1 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 104616 0 0 0 112176 34 0 0 25 0 4 0 633621758 514609152 80905 33554432000 4194304 4580107 140736610020992 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4475.74
Current children cumulated vsize (KiB) 502548

[startup+1182.3 s]
/proc/loadavg: 8.14 8.10 7.47 9/371 8279
/proc/meminfo: memFree=29059940/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=528008 CPUtime=4715.03 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 523334 0 0 0 471333 170 0 0 25 0 4 0 633621758 540680192 85751 33554432000 4194304 4580107 140736610020992 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 132002 85751 378 95 0 126984 0
[pid=8214/tid=8215] ppid=8212 vsize=528008 CPUtime=1168.34 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 134790 0 0 0 116790 44 0 0 25 0 4 0 633621758 540680192 85751 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=528008 CPUtime=1182.31 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 150155 0 0 0 118178 53 0 0 25 0 4 0 633621758 540680192 85751 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=528008 CPUtime=1182.08 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 107050 0 0 0 118173 35 0 0 25 0 4 0 633621758 540680192 85751 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294460 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4715.03
Current children cumulated vsize (KiB) 528008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.10 8.10 7.48 9/371 8280
/proc/meminfo: memFree=29048764/32951124 swapFree=51873460/67111528
[pid=8214] ppid=8212 vsize=514688 CPUtime=4800.39 cores=0,2,4,6
/proc/8214/stat : 8214 (strangenight2-m) R 8212 8214 8076 0 -1 4202496 526885 0 0 0 479867 172 0 0 25 0 4 0 633621758 527040512 86143 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8214/statm: 128672 86143 378 95 0 123654 0
[pid=8214/tid=8215] ppid=8212 vsize=514688 CPUtime=1189.48 cores=0,2,4,6
/proc/8214/task/8215/stat : 8215 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 136718 0 0 0 118904 44 0 0 25 0 4 0 633621758 527040512 86143 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8214/tid=8216] ppid=8212 vsize=514688 CPUtime=1203.73 cores=0,2,4,6
/proc/8214/task/8216/stat : 8216 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 150378 0 0 0 120320 53 0 0 25 0 4 0 633621758 527040512 86143 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8214/tid=8217] ppid=8212 vsize=514688 CPUtime=1203.49 cores=0,2,4,6
/proc/8214/task/8217/stat : 8217 (strangenight2-m) R 8212 8214 8076 0 -1 4202560 107520 0 0 0 120314 35 0 0 25 0 4 0 633621758 527040512 86143 33554432000 4194304 4580107 140736610020992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 514688

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.74
CPU time (s): 4800.45
CPU user time (s): 4798.72
CPU system time (s): 1.73673
CPU usage (%): 398.796
Max. virtual memory (cumulated for all children) (KiB): 528008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.72
system time used= 1.73673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526885
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= 443
involuntary context switches= 23518

runsolver used 3.98539 second user time and 10.2864 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 00:27:35
IDJOB=3366681
IDBENCH=83090
IDSOLVER=1844
FILE ID=node146/3366681-1305412055
RUNJOBID= node146-1305410848-8094
PBS_JOBID= 13324516
Free space on /tmp= 73268 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1675230100-032.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366681-1305412055/watcher-3366681-1305412055 -o /tmp/evaluation-result-3366681-1305412055/solver-3366681-1305412055 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366681-1305412055.cnf

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

MD5SUM BENCH= f9a60c414c65108f1df33ba3a81b8715
RANDOM SEED=740118240

node146.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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30315760 kB
Buffers:         62792 kB
Cached:          98976 kB
SwapCached:      56096 kB
Active:         745936 kB
Inactive:      1666960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30315760 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:           11424 kB
Writeback:           0 kB
AnonPages:     2201496 kB
Mapped:          17608 kB
Slab:            96396 kB
PageTables:      58680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81849496 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= 73260 MiB
End job on node146 at 2011-05-15 00:47:41