Trace number 3174272

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.44 1201.73

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174272-1304116640.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	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
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.37/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.37/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.37/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.37/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.37/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:      31 undec:       0 neg:      29
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
3.57/0.90	c  N dy     7      4070        60      5340         0      3613     37380     76975     18.56     19.56
3.57/0.90	c  N dy    16     10583        60      5340         0      7159     37380    146596     18.26     19.26
3.57/0.90	c  N dy    20     15973        60      5340         0      8137     37380    157634     17.97     18.93
3.57/0.90	c  N dy    27     20101        60      5340         0      6793     37380    121367     17.89     18.87
3.99/1.10	c  F st    44     25000        60      5340         0     11146     37380    213750     17.94     18.17
3.99/1.10	c  N st    44     25000        60      5340         0     11146     37380    213750     17.94     18.17
4.77/1.26	c  N dy    50     30001        60      5340         0      9566     37380    173145     17.94   no data
4.77/1.26	c  S st    50     30001        60      5340         0      9566     37380    173145     17.94   no data
5.17/1.30	c  S st    50     30504        60      5340         0     10031     37380    183340     17.94   no data
5.17/1.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.17/1.30	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.17/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.17/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.50	c lits-rem:       150  cl-subs:      974  v-elim:      0  v-fix:    0  time:  0.19 s
6.77/1.72	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.77/1.72	c calculated reachability. Time: 0.00
6.77/1.72	c  N dy    50     30504        60      5340         0      9057     37380    162261     17.94   no data
9.16/2.38	c  N dy    61     43816        60      5340         0     13833     37380    245573     17.49     18.44
9.96/2.52	c  S st    80     45758        60      5340         0     15573     37380    283221     17.59   no data
9.96/2.57	c  S st    80     46264        60      5340         0      8155     37380    124137     17.59   no data
9.96/2.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.96/2.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.96/2.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
9.96/2.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.96/2.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.61	c lits-rem:        20  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.03 s
10.36/2.61	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.36/2.61	c vivif2 --  cl tried     8109 cl shrink        0 lits rem          0 time: 0.00
11.16/2.82	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.16/2.82	c calculated reachability. Time: 0.00
11.16/2.82	c  N dy    80     46264        60      5340         0      8109     37380    123088     17.59   no data
11.96/3.02	c  N dy    92     50292        60      5340         0     11684     37380    197775     17.61     19.57
12.78/3.28	c  N dy   122     54374        60      5340         0     15339     37380    276803     17.76     18.70
14.75/3.70	c  N dy   134     61724        60      5340         0     12984     37380    212683     17.73     18.72
15.55/3.97	c  N dy   157     65918        60      5340         0     16730     37380    292400     17.79     18.76
16.76/4.24	c  S st   179     69396        60      5340         0     10089     37380    147104     17.85   no data
16.76/4.28	c  S st   179     69899        60      5340         0     10555     37380    157345     17.85   no data
16.76/4.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.76/4.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.76/4.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
16.76/4.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.76/4.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.76/4.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.18/4.34	c lits-rem:        19  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.05 s
17.18/4.35	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.18/4.35	c vivif2 --  cl tried    10428 cl shrink        0 lits rem          0 time: 0.00
17.95/4.59	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
17.95/4.59	c calculated reachability. Time: 0.00
17.95/4.59	c  N dy   179     69899        60      5340         0     10428     37380    154212     17.85   no data
19.15/4.85	c  N dy   201     74425        60      5340         0     14487     37380    240432     17.89     18.84
22.75/5.71	c  F st   230     87501        60      5340         0     15376     37380    245195     17.83     16.86
22.75/5.71	c  N st   230     87501        60      5340         0     15376     37380    245195     17.83     16.86
23.95/6.06	c  N dy   240     93097        60      5340         0     20362     37380    352268     17.84     20.11
26.36/6.62	c  N dy   279    100336        60      5340         0     15279     37380    235970     17.90     18.86
27.54/6.96	c  S st   301    104848        60      5340         0     19275     37380    320682     17.93     17.12
27.94/7.01	c  S st   301    105354        60      5340         0     19740     37380    330943     17.93   no data
27.94/7.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.94/7.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.94/7.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.94/7.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.94/7.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.94/7.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.94/7.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.94/7.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.55/7.45	c lits-rem:       193  cl-subs:     1846  v-elim:      0  v-fix:    0  time:  0.41 s
29.55/7.45	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.55/7.45	c vivif2 --  cl tried    17894 cl shrink        0 lits rem          0 time: 0.00
31.14/7.80	c asymm  cl-useful: 0/4717/5340 lits-rem:0 time: 0.35
31.14/7.80	c calculated reachability. Time: 0.00
31.14/7.80	c  N dy   301    105354        60      5340         0     17894     37380    291039     17.93   no data
33.14/8.38	c  N dy   338    112118        60      5340         0     23952     37380    421280     17.99     19.03
38.33/9.60	c  N dy   377    128311        60      5340         0     25969     37380    445998     17.89     18.84
40.32/10.18	c  N dy   387    136679        60      5340         0     20032     37380    313232     17.85     18.84
44.32/11.12	c  N dy   408    148642        60      5340         0     16464     37380    230256     17.79     18.83
47.12/11.85	c  S st   435    158032        60      5340         0     24765     37380    402823     17.79     17.36
47.52/11.92	c  S st   435    158536        60      5340         0     25225     37380    413014     17.79   no data
47.52/11.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.52/11.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.52/11.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.52/11.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.52/11.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.52/11.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.52/11.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.52/11.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.52/11.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.71/12.72	c lits-rem:       323  cl-subs:     3240  v-elim:      0  v-fix:    0  time:  0.78 s
50.71/12.72	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.71/12.73	c vivif2 --  cl tried    21985 cl shrink        0 lits rem          0 time: 0.00
50.71/12.79	c asymm  cl-useful: 0/623/5340 lits-rem:0 time: 0.06
50.71/12.79	c calculated reachability. Time: 0.00
50.71/12.79	c  N dy   435    158536        60      5340         0     21985     37380    347920     17.79   no data
55.10/13.88	c  N dy   483    170461        60      5340         0     17775     37380    249208     17.81     18.87
59.10/14.83	c  N dy   522    181370        60      5340         0     27470     37380    453444     17.82     19.15
65.10/16.37	c  N dy   556    199497        60      5340         0     27528     37380    441785     17.78     18.75
70.68/17.71	c  N dy   643    212312        60      5340         0     22204     37380    327375     17.86     20.14
76.28/19.14	c  N dy   703    225960        60      5340         0     34303     37380    583142     17.88     20.13
81.07/20.37	c  S st   787    237804        60      5340         0     27167     37380    423607     17.95   no data
81.47/20.45	c  S st   787    238310        60      5340         0     27637     37380    433931     17.95   no data
81.47/20.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.47/20.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.47/20.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.47/20.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.47/20.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.47/20.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
81.47/20.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.47/20.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.47/20.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.27/21.17	c lits-rem:       297  cl-subs:     2211  v-elim:      0  v-fix:    0  time:  0.70 s
84.27/21.17	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
84.27/21.18	c vivif2 --  cl tried    25426 cl shrink        0 lits rem          0 time: 0.00
85.87/21.54	c asymm  cl-useful: 0/3820/5340 lits-rem:0 time: 0.37
85.87/21.54	c calculated reachability. Time: 0.00
85.87/21.54	c  N dy   787    238310        60      5340         0     25426     37380    384672     17.95   no data
91.88/23.10	c  N dy   820    253631        60      5340         0     20438     37380    262524     17.91     18.91
98.65/24.74	c  N dy   866    270295        60      5340         0     35197     37380    569946     17.89     18.89
106.24/26.64	c  N dy   910    288972        60      5340         0     32291     37380    500041     17.87     18.98
114.25/28.64	c  F st   993    306251        60      5340         0     27259     37380    386836     17.90     16.09
114.63/28.75	c  N st   996    307442        60      5340         0     28310     37380    409907     17.90   no data
123.41/30.96	c  N dy  1051    327104        60      5340         0     24521     37380    324556     17.90     19.20
133.41/33.47	c  N dy  1181    347151        60      5340         0     42430     37380    711598     17.97     19.09
138.60/34.73	c  S st  1251    357465        60      5340         0     29396     37380    418196     18.01   no data
139.00/34.81	c  S st  1251    357967        60      5340         0     29848     37380    428049     18.01   no data
139.00/34.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.00/34.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
139.00/34.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.00/34.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.00/34.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.00/34.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
139.00/34.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.00/34.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
139.00/34.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.40/35.46	c lits-rem:       158  cl-subs:     1603  v-elim:      0  v-fix:    0  time:  0.63 s
141.40/35.46	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
141.40/35.47	c vivif2 --  cl tried    28245 cl shrink        0 lits rem          0 time: 0.00
142.20/35.66	c asymm  cl-useful: 0/1520/5340 lits-rem:0 time: 0.19
142.20/35.66	c calculated reachability. Time: 0.00
142.20/35.66	c  N dy  1251    357967        60      5340         0     28245     37380    391696     18.01   no data
152.18/38.10	c  N dy  1297    378012        60      5340         0     45918     37380    760560     17.98     19.08
161.37/40.50	c  N dy  1370    398046        60      5340         0     40731     37380    650299     18.00     18.97
174.56/43.72	c  N dy  1437    423728        60      5340         0     39530     37380    609276     17.98     18.96
185.74/46.56	c  N dy  1526    444828        60      5340         0     33498     37380    470963     18.00     18.96
197.74/49.52	c  N dy  1593    465270        60      5340         0     25882     37380    298559     18.00     19.11
208.10/52.15	c  N dy  1702    485575        60      5340         0     43963     37380    686654     18.03     19.04
218.90/54.81	c  N dy  1764    505592        60      5340         0     35059     37380    484708     18.02     19.02
230.08/57.65	c  N dy  1812    525599        60      5340         0     52791     37380    856900     18.00     19.13
236.08/59.18	c  S st  1854    536951        60      5340         0     35421     37380    479107     18.00   no data
236.48/59.28	c  S st  1854    537453        60      5340         0     35885     37380    489220     18.00   no data
236.48/59.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
236.48/59.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
236.48/59.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.48/59.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.48/59.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.48/59.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
236.48/59.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
236.48/59.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
236.89/59.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.47/60.24	c lits-rem:       249  cl-subs:     2256  v-elim:      0  v-fix:    0  time:  0.93 s
240.47/60.24	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
240.47/60.24	c vivif2 --  cl tried    33629 cl shrink        0 lits rem          0 time: 0.01
242.06/60.62	c asymm  cl-useful: 0/3003/5340 lits-rem:0 time: 0.38
242.06/60.62	c calculated reachability. Time: 0.00
242.06/60.62	c  N dy  1854    537453        60      5340         0     33629     37380    443059     18.00   no data
252.85/63.39	c  N dy  1929    557531        60      5340         0     51387     37380    817598     18.00     20.43
264.03/66.17	c  N dy  1983    577897        60      5340         0     41160     37380    590698     18.00     19.02
282.01/70.63	c  N dy  2074    605828        60      5340         0     36649     37380    479721     17.98     18.93
296.39/74.22	c  N dy  2137    629734        60      5340         0     57793     37380    925384     17.97     18.93
311.59/78.04	c  N dy  2206    655784        60      5340         0     50733     37380    769435     17.97     18.97
333.56/83.56	c  N dy  2279    693126        60      5340         0     52746     37380    794242     17.93     18.88
349.52/87.51	c  N dy  2398    713207        60      5340         0     38820     37380    505425     17.95     20.07
370.69/92.85	c  N dy  2502    744637        60      5340         0     33816     37380    383981     17.94     19.01
382.29/95.71	c  N dy  2559    764668        60      5340         0     51417     37380    751006     17.94     19.63
397.46/99.56	c  N dy  2602    786813        60      5340         0     37380     37380    446596     17.91     18.94
409.44/102.57	c  S st  2670    806179        60      5340         0     54528     37380    808142     17.91   no data
410.24/102.72	c  S st  2670    806679        60      5340         0     54989     37380    818483     17.91   no data
410.24/102.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
410.24/102.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
410.24/102.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
410.24/102.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
410.24/102.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
410.24/102.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
410.24/102.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
410.24/102.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
410.24/102.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
423.82/106.18	c lits-rem:       707  cl-subs:     6301  v-elim:      0  v-fix:    0  time:  3.40 s
423.82/106.18	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
423.82/106.19	c vivif2 --  cl tried    48688 cl shrink        0 lits rem          0 time: 0.01
425.03/106.45	c asymm  cl-useful: 0/949/5340 lits-rem:0 time: 0.26
425.03/106.45	c calculated reachability. Time: 0.00
425.03/106.45	c  N dy  2670    806679        60      5340         0     48688     37380    693193     17.91   no data
440.60/110.39	c  N dy  2728    827373        60      5340         0     66871     37380   1076239     17.91     18.91
454.57/113.85	c  N dy  2858    847394        60      5340         0     50674     37380    734800     17.94     19.38
472.96/118.44	c  N dy  2894    870132        60      5340         0     35559     37380    392931     17.90     18.89
484.94/121.47	c  N dy  2944    890217        60      5340         0     53272     37380    761854     17.90     21.31
504.93/126.46	c  N dy  3100    910224        60      5340         0     71078     37380   1149957     17.93     21.30
519.70/130.15	c  N dy  3196    931088        60      5340         0     53347     37380    760037     17.94     18.97
539.67/135.15	c  N dy  3350    951175        60      5340         0     71202     37380   1151464     17.97     20.33
553.67/138.62	c  N dy  3415    971216        60      5340         0     51765     37380    708964     17.97     19.55
573.22/143.59	c  N dy  3525    993351        60      5340         0     71364     37380   1128887     17.98     18.95
588.42/147.34	c  N dy  3591   1013527        60      5340         0     51108     37380    687753     17.98     18.99
605.99/151.79	c  N dy  3692   1033607        60      5340         0     68900     37380   1069145     17.99     18.99
626.35/156.85	c  N dy  3732   1060899        60      5340         0     54069     37380    730346     17.97     19.19
636.34/159.33	c  F st  3817   1071877        60      5340         0     63845     37380    944972     17.99   no data
645.13/161.51	c  N dy  3847   1080927        60      5340         0     71842     37380   1117712     17.99     21.01
663.12/166.08	c  N dy  3930   1101612        60      5340         0     50352     37380    657299     18.00     19.02
683.07/171.05	c  N dy  4042   1123752        60      5340         0     69928     37380   1075591     18.01     19.13
703.07/176.02	c  N dy  4147   1143772        60      5340         0     46996     37380    577688     18.02     19.82
721.82/180.74	c  N dy  4278   1165515        60      5340         0     66283     37380    995414     18.04     19.23
741.80/185.77	c  N dy  4312   1188881        60      5340         0     45256     37380    523758     18.02     19.13
758.18/189.84	c  N dy  4394   1209123        60      5340         0     63247     37380    907623     18.02     19.13
759.38/190.16	c  S st  4397   1210020        60      5340         0     64029     37380    924036     18.02     15.91
760.57/190.42	c  S st  4397   1210523        60      5340         0     64480     37380    934223     18.02   no data
760.57/190.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
760.57/190.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
760.57/190.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
760.57/190.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
760.57/190.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
760.57/190.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
760.57/190.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
760.57/190.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
760.97/190.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
800.12/200.37	c lits-rem:       793  cl-subs:     6515  v-elim:      0  v-fix:    0  time:  9.85 s
800.12/200.37	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
800.12/200.38	c vivif2 --  cl tried    57965 cl shrink        0 lits rem          0 time: 0.01
802.11/200.83	c asymm  cl-useful: 0/806/5340 lits-rem:0 time: 0.44
802.11/200.83	c calculated reachability. Time: 0.00
802.11/200.83	c  N dy  4397   1210523        60      5340         0     57965     37380    802790     18.02   no data
824.08/206.37	c  N dy  4486   1230535        60      5340         0     75673     37380   1180384     18.03     19.70
845.25/211.65	c  N dy  4624   1250580        60      5340         0     51359     37380    653979     18.05     19.81
861.26/215.69	c  N dy  4691   1270593        60      5340         0     68986     37380   1026693     18.05     20.17
886.01/221.80	c  N dy  4790   1290661        60      5340         0     43593     37380    475499     18.05     20.27
903.18/226.18	c  N dy  4875   1315283        60      5340         0     65311     37380    929692     18.05     19.05
925.15/231.65	c  N dy  4966   1335539        60      5340         0     83160     37380   1311659     18.06     19.19
946.73/237.09	c  N dy  5074   1355598        60      5340         0     56841     37380    748933     18.07     19.03
970.29/242.99	c  N dy  5177   1375698        60      5340         0     74636     37380   1132910     18.08     22.14
997.08/249.62	c  N dy  5256   1398754        60      5340         0     50018     37380    589982     18.08     19.03
1012.64/253.58	c  N dy  5342   1418822        60      5340         0     67714     37380    964940     18.08     19.36
1035.00/259.20	c  N dy  5411   1440254        60      5340         0     86676     37380   1369218     18.08     19.10
1054.61/264.02	c  N dy  5485   1461441        60      5340         0     59465     37380    783095     18.08     19.10
1085.36/271.73	c  N dy  5565   1495068        60      5340         0     89071     37380   1404274     18.07     19.15
1102.12/276.00	c  N dy  5593   1515218        60      5340         0     59884     37380    766923     18.05     19.01
1122.49/281.04	c  N dy  5694   1535830        60      5340         0     78071     37380   1157986     18.06     19.02
1148.05/287.44	c  N dy  5726   1559419        60      5340         0     51253     37380    585471     18.04     19.02
1165.23/291.71	c  N dy  5809   1579499        60      5340         0     69007     37380    966159     18.05     19.01
1187.61/297.31	c  N dy  5889   1599502        60      5340         0     86731     37380   1346188     18.05     19.29
1211.17/303.21	c  N dy  5978   1619529        60      5340         0     55883     37380    674842     18.06     19.63
1228.35/307.59	c  N dy  6039   1639572        60      5340         0     73482     37380   1048132     18.05     19.28
1257.51/314.85	c  N dy  6159   1662093        60      5340         0     93450     37380   1479124     18.06     19.04
1281.48/320.83	c  N dy  6315   1682113        60      5340         0     61856     37380    802351     18.08     19.84
1302.65/326.18	c  N dy  6427   1702158        60      5340         0     79592     37380   1186315     18.09     20.32
1313.86/328.96	c  S st  6479   1710525        60      5340         0     86995     37380   1347267     18.10     17.42
1315.03/329.22	c  S st  6479   1711027        60      5340         0     87452     37380   1357155     18.10   no data
1315.03/329.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1315.03/329.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1315.03/329.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1315.03/329.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1315.03/329.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1315.03/329.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1315.03/329.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1315.03/329.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1315.43/329.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1369.76/342.94	c lits-rem:       987  cl-subs:     9326  v-elim:      0  v-fix:    0  time: 13.61 s
1369.76/342.94	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1369.76/342.96	c vivif2 --  cl tried    78126 cl shrink        0 lits rem          0 time: 0.02
1372.15/343.50	c asymm  cl-useful: 0/582/5340 lits-rem:0 time: 0.53
1372.15/343.50	c calculated reachability. Time: 0.00
1372.15/343.50	c  N dy  6479   1711027        60      5340         0     78126     37380   1151108     18.10   no data
1415.69/354.45	c  N dy  6601   1732060        60      5340         0     96714     37380   1553743     18.11     19.08
1439.66/360.43	c  N dy  6654   1752094        60      5340         0     64441     37380    836324     18.10     21.97
1462.43/366.19	c  N dy  6783   1772167        60      5340         0     82214     37380   1223898     18.12     19.99
1489.22/372.81	c  N dy  6854   1792320        60      5340         0     99932     37380   1602621     18.12     19.14
1507.97/377.56	c  N dy  6934   1812389        60      5340         0     66805     37380    882277     18.12     20.06
1533.16/383.85	c  N dy  7025   1832524        60      5340         0     84629     37380   1264047     18.13     19.18
1562.70/391.21	c  N dy  7092   1852642        60      5340         0    102374     37380   1641971     18.13     19.18
1587.47/397.41	c  N dy  7125   1882277        60      5340         0     76298     37380   1058864     18.10     19.49
1614.63/404.26	c  N dy  7234   1902480        60      5340         0     94108     37380   1442520     18.11     19.07
1641.40/410.96	c  N dy  7300   1922907        60      5340         0     59328     37380    696759     18.11     19.08
1662.57/416.29	c  N dy  7420   1942930        60      5340         0     77082     37380   1080226     18.12     20.75
1690.53/423.29	c  N dy  7559   1962949        60      5340         0     94829     37380   1468516     18.13     19.28
1721.28/430.99	c  N dy  7687   1982952        60      5340         0     58732     37380    680498     18.14     20.52
1739.26/435.40	c  N dy  7727   2003119        60      5340         0     76401     37380   1052198     18.14     19.14
1784.80/446.84	c  N dy  7777   2049412        60      5340         0     62295     37380    734608     18.10     19.14
1806.37/452.21	c  N dy  7873   2069501        60      5340         0     80058     37380   1119227     18.11     20.86
1832.74/458.88	c  N dy  7951   2089511        60      5340         0     97644     37380   1494061     18.11     19.32
1862.72/466.38	c  N dy  8057   2109986        60      5340         0     60324     37380    695787     18.12     19.13
1885.86/472.16	c  N dy  8149   2132734        60      5340         0     80319     37380   1125076     18.12     19.17
1923.42/481.55	c  N dy  8240   2162135        60      5340         0    106175     37380   1670584     18.12     19.11
1948.19/487.75	c  N dy  8325   2182276        60      5340         0     67620     37380    839603     18.12     19.11
1970.55/493.35	c  N dy  8394   2202327        60      5340         0     85225     37380   1214031     18.12     21.63
1983.74/496.68	c  S st  8466   2211028        60      5340         0     92975     37380   1384123     18.13     17.99
1984.94/496.95	c  S st  8466   2211531        60      5340         0     93421     37380   1394168     18.13   no data
1984.94/496.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1985.34/497.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1985.34/497.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1985.34/497.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1985.34/497.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1985.34/497.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1985.34/497.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1985.34/497.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1985.34/497.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2028.48/507.85	c lits-rem:       890  cl-subs:    10078  v-elim:      0  v-fix:    0  time: 10.79 s
2028.48/507.85	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2028.48/507.87	c vivif2 --  cl tried    83343 cl shrink        0 lits rem          0 time: 0.02
2029.69/508.18	c asymm  cl-useful: 0/761/5340 lits-rem:0 time: 0.31
2029.69/508.18	c calculated reachability. Time: 0.00
2029.69/508.18	c  N dy  8466   2211531        60      5340         0     83343     37380   1182630     18.13   no data
2062.43/516.30	c  N dy  8602   2231626        60      5340         0    101136     37380   1571686     18.14     22.97
2107.97/527.76	c  N dy  8710   2252125        60      5340         0     62539     37380    724579     18.14     19.19
2134.34/534.30	c  N dy  8817   2272645        60      5340         0     80646     37380   1116172     18.15     19.11
2162.30/541.34	c  N dy  8890   2294506        60      5340         0    100006     37380   1531160     18.15     19.12
2200.26/550.87	c  N dy  8996   2319506        60      5340         0     64082     37380    743065     18.15     19.17
2223.81/556.70	c  N dy  9097   2340731        60      5340         0     82738     37380   1145657     18.16     19.12
2254.58/564.42	c  N dy  9240   2360780        60      5340         0    100493     37380   1534836     18.17     19.16
2287.73/572.76	c  N dy  9340   2380830        60      5340         0     59225     37380    630722     18.17     19.31
2308.90/578.05	c  N dy  9426   2401783        60      5340         0     77805     37380   1031605     18.18     19.15
2338.06/585.35	c  N dy  9562   2422073        60      5340         0     95758     37380   1423825     18.19     19.18
2370.02/593.34	c  N dy  9641   2442130        60      5340         0    113448     37380   1802983     18.19     19.15
2399.98/600.89	c  N dy  9717   2465370        60      5340         0     73831     37380    927390     18.19     19.17
2425.57/607.27	c  N dy  9803   2486028        60      5340         0     92093     37380   1319138     18.19     19.21
2452.71/614.00	c  N dy  9831   2506841        60      5340         0    110311     37380   1701219     18.19     19.16
2486.27/622.40	c  N dy  9956   2526941        60      5340         0     67353     37380    788768     18.19     20.65
2513.83/629.38	c  N dy 10084   2550217        60      5340         0     87931     37380   1237184     18.20     19.52
2544.59/637.06	c  N dy 10178   2570271        60      5340         0    105598     37380   1617007     18.21     19.24
2575.35/644.76	c  N dy 10198   2591036        60      5340         0     62059     37380    661427     18.20     19.20
2603.71/651.85	c  N dy 10277   2620418        60      5340         0     87900     37380   1213542     18.20     19.31
2636.49/660.03	c  N dy 10344   2644813        60      5340         0    109296     37380   1671689     18.20     19.21
2675.22/669.77	c  N dy 10432   2668290        60      5340         0     67506     37380    764457     18.20     19.19
2714.77/679.67	c  N dy 10530   2705137        60      5340         0     99710     37380   1444434     18.19     19.20
2725.54/682.32	c  S st 10570   2711531        60      5340         0    105390     37380   1568691     18.19     18.58
2726.74/682.65	c  S st 10570   2712037        60      5340         0    105852     37380   1579128     18.19   no data
2726.74/682.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2727.14/682.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2727.14/682.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2727.14/682.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2727.14/682.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2727.14/682.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2727.14/682.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2727.14/682.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2727.14/682.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2784.27/697.02	c lits-rem:       892  cl-subs:    13346  v-elim:      0  v-fix:    0  time: 14.23 s
2784.27/697.02	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2784.27/697.04	c vivif2 --  cl tried    92506 cl shrink        0 lits rem          0 time: 0.02
2785.49/697.38	c asymm  cl-useful: 0/572/5340 lits-rem:0 time: 0.34
2785.49/697.39	c calculated reachability. Time: 0.00
2785.49/697.39	c  N dy 10570   2712037        60      5340         0     92506     37380   1312166     18.19   no data
2820.64/706.14	c  N dy 10661   2733393        60      5340         0    111302     37380   1717949     18.20     19.17
2864.98/717.23	c  N dy 10757   2753396        60      5340         0     66524     37380    748982     18.20     21.02
2895.75/724.98	c  N dy 10858   2773418        60      5340         0     84181     37380   1130563     18.20     19.93
2930.49/733.65	c  N dy 10940   2795163        60      5340         0    103253     37380   1540645     18.21     19.17
2984.40/747.14	c  N dy 11005   2833259        60      5340         0     72832     37380    860124     18.19     19.16
3005.98/752.54	c  N dy 11043   2854904        60      5340         0     91797     37380   1259637     18.19     19.16
3047.91/763.00	c  N dy 11134   2883335        60      5340         0    116764     37380   1789751     18.19     19.17
3082.67/771.79	c  N dy 11201   2905553        60      5340         0     71497     37380    819757     18.18     19.25
3103.85/777.04	c  N dy 11255   2925614        60      5340         0     89106     37380   1193501     18.18     19.77
3135.80/785.02	c  N dy 11373   2945681        60      5340         0    106757     37380   1576275     18.18     19.15
3175.35/794.99	c  N dy 11513   2966168        60      5340         0    124862     37380   1973526     18.19     19.26
3202.11/801.61	c  N dy 11562   2986240        60      5340         0     76706     37380    929739     18.19     20.18
3230.07/808.64	c  N dy 11704   3006280        60      5340         0     94393     37380   1318746     18.20     20.52
3305.57/827.54	c  N dy 11726   3073386        60      5340         0     86072     37380   1090019     18.15     19.25
3332.74/834.33	c  N dy 11811   3093422        60      5340         0    103623     37380   1465538     18.15     21.10
3368.29/843.20	c  N dy 11896   3114600        60      5340         0    122250     37380   1864445     18.15     19.12
3407.03/852.91	c  N dy 12037   3134622        60      5340         0     72531     37380    825635     18.16     19.62
3431.82/859.10	c  N dy 12131   3154801        60      5340         0     90377     37380   1211057     18.16     19.12
3461.37/866.55	c  N dy 12235   3174829        60      5340         0    108032     37380   1594646     18.17     19.15
3495.72/875.16	c  N dy 12304   3194870        60      5340         0    125561     37380   1967240     18.17     19.83
3530.07/883.75	c  S st 12392   3212037        60      5340         0     72177     37380    807920     18.17   no data
3530.87/883.95	c  S st 12392   3212540        60      5340         0     72634     37380    818544     18.17   no data
3530.87/883.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3530.87/883.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3530.87/883.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3530.87/883.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3530.87/883.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3530.87/883.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3530.87/883.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3531.28/884.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3531.28/884.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3536.47/885.32	c lits-rem:        90  cl-subs:      930  v-elim:      0  v-fix:    0  time:  1.29 s
3536.47/885.32	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3536.47/885.33	c vivif2 --  cl tried    71704 cl shrink        0 lits rem          0 time: 0.01
3537.66/885.63	c asymm  cl-useful: 0/673/5340 lits-rem:0 time: 0.30
3537.66/885.64	c calculated reachability. Time: 0.00
3537.66/885.64	c  N dy 12392   3212540        60      5340         0     71704     37380    797192     18.17   no data
3559.63/891.16	c  N dy 12448   3232837        60      5340         0     89444     37380   1170994     18.17     19.22
3588.40/898.31	c  N dy 12532   3252946        60      5340         0    107195     37380   1554629     18.17     19.15
3628.74/908.45	c  N dy 12681   3273025        60      5340         0    125053     37380   1949936     18.18     20.01
3665.49/917.60	c  N dy 12752   3293026        60      5340         0     73174     37380    814737     18.18     20.70
3688.26/923.32	c  N dy 12828   3313329        60      5340         0     90975     37380   1195220     18.18     19.23
3725.41/932.67	c  N dy 12901   3334839        60      5340         0    109830     37380   1597733     18.18     19.21
3764.16/942.34	c  N dy 12983   3354841        60      5340         0    127382     37380   1972559     18.19     20.01
3802.91/952.02	c  N dy 13067   3374849        60      5340         0     74756     37380    839949     18.19     20.91
3829.67/958.75	c  N dy 13183   3394899        60      5340         0     92477     37380   1227107     18.19     21.50
3862.45/966.93	c  N dy 13305   3414965        60      5340         0    110188     37380   1614570     18.20     21.54
3918.76/981.03	c  N dy 13362   3449139        60      5340         0    140099     37380   2245060     18.19     19.17
3948.32/988.47	c  N dy 13444   3469418        60      5340         0     86689     37380   1085527     18.19     19.19
3980.69/996.58	c  N dy 13518   3492483        60      5340         0    106913     37380   1515566     18.19     19.43
4055.39/1015.21	c  N dy 13533   3544196        60      5340         0     79863     37380    913154     18.16     19.20
4080.14/1021.47	c  N dy 13592   3564219        60      5340         0     97384     37380   1284677     18.16     19.87
4116.90/1030.64	c  N dy 13731   3584439        60      5340         0    115221     37380   1675961     18.17     19.13
4153.24/1039.77	c  N dy 13788   3604502        60      5340         0    132770     37380   2047602     18.16     20.40
4195.59/1050.40	c  N dy 13915   3624558        60      5340         0     77770     37380    881287     18.17     19.15
4221.15/1056.77	c  N dy 13997   3644615        60      5340         0     95398     37380   1263883     18.17     19.58
4257.11/1065.74	c  N dy 14058   3668354        60      5340         0    116065     37380   1692959     18.17     19.26
4299.04/1076.27	c  N dy 14171   3688447        60      5340         0    133755     37380   2076615     18.17     19.35
4344.19/1087.52	c  N dy 14261   3712542        60      5340         0     81225     37380    940998     18.17     16.75
4344.19/1087.52	c  S st 14261   3712542        60      5340         0     81225     37380    940998     18.17     16.75
4344.99/1087.78	c  S st 14261   3713045        60      5340         0     81695     37380    951634     18.17   no data
4344.99/1087.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4345.40/1087.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4345.40/1087.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4345.40/1087.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4345.40/1087.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4345.40/1087.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4345.40/1087.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4345.40/1087.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4345.40/1087.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4354.19/1090.03	c lits-rem:       170  cl-subs:     2319  v-elim:      0  v-fix:    0  time:  2.16 s
4354.19/1090.03	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4354.19/1090.05	c vivif2 --  cl tried    79376 cl shrink        0 lits rem          0 time: 0.01
4355.37/1090.36	c asymm  cl-useful: 0/588/5340 lits-rem:0 time: 0.32
4355.37/1090.37	c calculated reachability. Time: 0.00
4355.37/1090.37	c  N dy 14261   3713045        60      5340         0     79376     37380    904273     18.17   no data
4393.33/1099.85	c  N dy 14378   3741411        60      5340         0    104330     37380   1441015     18.18     19.27
4408.51/1103.67	c  F st 14399   3751562        60      5340         0    113202     37380   1625750     18.17   no data
4426.88/1108.29	c  N dy 14448   3761488        60      5340         0    121946     37380   1820350     18.18     20.44
4474.42/1120.10	c  N dy 14583   3781582        60      5340         0    139660     37380   2210283     18.18     20.58
4521.17/1131.86	c  N dy 14656   3809631        60      5340         0     89629     37380   1100038     18.18     19.15
4553.90/1140.07	c  N dy 14747   3829720        60      5340         0    107351     37380   1483273     18.18     20.40
4591.05/1149.32	c  N dy 14846   3849757        60      5340         0    124975     37380   1865715     18.19     21.08
4632.20/1159.61	c  N dy 14946   3869803        60      5340         0    142568     37380   2246037     18.19     20.04
4668.56/1168.71	c  N dy 15029   3889810        60      5340         0     84783     37380    998934     18.19     20.05
4697.71/1176.07	c  N dy 15139   3909962        60      5340         0    102546     37380   1382142     18.19     19.22
4743.65/1187.56	c  N dy 15247   3937410        60      5340         0    126564     37380   1897452     18.19     19.23
4785.22/1197.99	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: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.09 8.05 7.89 1/176 4527
/proc/meminfo: memFree=24138100/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 409 0 0 0 0 0 0 0 22 0 4 0 523261730 52441088 348 33554432000 4194304 4627427 140735523884800 18446744073709551615 47663754897330 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 12803 348 299 106 0 7774 0
[pid=4527/tid=4528] ppid=4525 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 523261730 52441088 348 33554432000 4194304 4627427 140735523884800 18446744073709551615 47663754897330 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 523261730 52441088 348 33554432000 4194304 4627427 140735523884800 18446744073709551615 47663754897330 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 523261730 52441088 348 33554432000 4194304 4627427 140735523884800 18446744073709551615 212687731697 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.091932 s]
/proc/loadavg: 8.09 8.05 7.89 1/176 4527
/proc/meminfo: memFree=24138100/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=216456 CPUtime=0.34 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 1312 0 0 0 34 0 0 0 18 0 4 0 523261730 221650944 1222 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 54114 1222 364 106 0 49085 0
[pid=4527/tid=4528] ppid=4525 vsize=216456 CPUtime=0.08 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 189 0 0 0 8 0 0 0 18 0 4 0 523261730 221650944 1222 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=216456 CPUtime=0.08 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 161 0 0 0 8 0 0 0 18 0 4 0 523261730 221650944 1222 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=216456 CPUtime=0.08 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 343 0 0 0 8 0 0 0 25 0 4 0 523261730 221650944 1222 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 216456

[startup+0.10093 s]
/proc/loadavg: 8.09 8.05 7.89 1/176 4527
/proc/meminfo: memFree=24138100/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=216456 CPUtime=0.37 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 1325 0 0 0 37 0 0 0 18 0 4 0 523261730 221650944 1235 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 54114 1235 364 106 0 49085 0
[pid=4527/tid=4528] ppid=4525 vsize=216456 CPUtime=0.09 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 190 0 0 0 9 0 0 0 18 0 4 0 523261730 221650944 1235 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=216456 CPUtime=0.09 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 161 0 0 0 9 0 0 0 18 0 4 0 523261730 221650944 1235 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=216456 CPUtime=0.08 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 354 0 0 0 8 0 0 0 25 0 4 0 523261730 221650944 1235 33554432000 4194304 4627427 140735523884800 18446744073709551615 4330946 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 216456

[startup+0.300895 s]
/proc/loadavg: 8.09 8.05 7.89 1/176 4527
/proc/meminfo: memFree=24138100/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=219848 CPUtime=1.18 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 3469 0 0 0 117 1 0 0 18 0 4 0 523261730 225124352 2537 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 54962 2537 384 106 0 49933 0
[pid=4527/tid=4528] ppid=4525 vsize=219848 CPUtime=0.29 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 821 0 0 0 29 0 0 0 18 0 4 0 523261730 225124352 2537 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=219848 CPUtime=0.29 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 766 0 0 0 29 0 0 0 18 0 4 0 523261730 225124352 2537 33554432000 4194304 4627427 140735523884800 18446744073709551615 4325022 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=219848 CPUtime=0.28 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 626 0 0 0 28 0 0 0 25 0 4 0 523261730 225124352 2537 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 219848

[startup+0.700824 s]
/proc/loadavg: 8.09 8.05 7.89 1/176 4527
/proc/meminfo: memFree=24138100/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=221092 CPUtime=2.77 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 5393 0 0 0 276 1 0 0 18 0 4 0 523261730 226398208 3276 33554432000 4194304 4627427 140735523884800 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 55273 3276 384 106 0 50244 0
[pid=4527/tid=4528] ppid=4525 vsize=221092 CPUtime=0.69 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 1266 0 0 0 69 0 0 0 18 0 4 0 523261730 226398208 3276 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=221092 CPUtime=0.69 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 1229 0 0 0 69 0 0 0 18 0 4 0 523261730 226398208 3276 33554432000 4194304 4627427 140735523884800 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=221092 CPUtime=0.68 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 1208 0 0 0 68 0 0 0 25 0 4 0 523261730 226398208 3276 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 221092

[startup+1.50068 s]
/proc/loadavg: 8.09 8.05 7.89 5/179 4531
/proc/meminfo: memFree=24124932/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=222536 CPUtime=5.96 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 9705 0 0 0 595 1 0 0 20 0 4 0 523261730 227876864 5088 33554432000 4194304 4627427 140735523884800 18446744073709551615 4302874 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 55634 5088 388 106 0 50605 0
[pid=4527/tid=4528] ppid=4525 vsize=222536 CPUtime=1.49 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 2077 0 0 0 149 0 0 0 19 0 4 0 523261730 227876864 5088 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=222536 CPUtime=1.49 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 2008 0 0 0 149 0 0 0 19 0 4 0 523261730 227876864 5088 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=222536 CPUtime=1.48 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 2019 0 0 0 148 0 0 0 25 0 4 0 523261730 227876864 5088 33554432000 4194304 4627427 140735523884800 18446744073709551615 4310577 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 222536

[startup+3.10039 s]
/proc/loadavg: 8.09 8.05 7.89 13/184 4561
/proc/meminfo: memFree=24105960/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=235860 CPUtime=12.36 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 17139 0 0 0 1233 3 0 0 25 0 4 0 523261730 241520640 9704 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 58965 9704 388 106 0 53936 0
[pid=4527/tid=4528] ppid=4525 vsize=235860 CPUtime=3.09 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 3956 0 0 0 309 0 0 0 25 0 4 0 523261730 241520640 9704 33554432000 4194304 4627427 140735523884800 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=235860 CPUtime=3.08 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 4538 0 0 0 308 0 0 0 25 0 4 0 523261730 241520640 9704 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=235860 CPUtime=3.08 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 4293 0 0 0 307 1 0 0 25 0 4 0 523261730 241520640 9705 33554432000 4194304 4627427 140735523884800 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 235860

[startup+6.30081 s]
/proc/loadavg: 8.24 8.08 7.90 9/184 4561
/proc/meminfo: memFree=24061152/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=243548 CPUtime=25.15 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 25946 0 0 0 2510 5 0 0 25 0 4 0 523261730 249393152 12828 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 60887 12828 388 106 0 55858 0
[pid=4527/tid=4528] ppid=4525 vsize=243548 CPUtime=6.28 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 6545 0 0 0 628 0 0 0 25 0 4 0 523261730 249393152 12828 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=243548 CPUtime=6.29 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 6968 0 0 0 628 1 0 0 25 0 4 0 523261730 249393152 12828 33554432000 4194304 4627427 140735523884800 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=243548 CPUtime=6.26 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 6251 0 0 0 625 1 0 0 25 0 4 0 523261730 249393152 12828 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 243548

[startup+12.7006 s]
/proc/loadavg: 8.22 8.08 7.90 10/184 4561
/proc/meminfo: memFree=24013328/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=244476 CPUtime=50.71 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 38785 0 0 0 5064 7 0 0 25 0 4 0 523261730 250343424 16111 33554432000 4194304 4627427 140735523884800 18446744073709551615 4427834 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 61119 16111 388 106 0 56090 0
[pid=4527/tid=4528] ppid=4525 vsize=244476 CPUtime=12.69 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 8694 0 0 0 1268 1 0 0 25 0 4 0 523261730 250343424 16111 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=244476 CPUtime=12.68 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 9976 0 0 0 1267 1 0 0 25 0 4 0 523261730 250343424 16111 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=244476 CPUtime=12.63 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 9920 0 0 0 1261 2 0 0 25 0 4 0 523261730 250343424 16111 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 244476

[startup+25.5003 s]
/proc/loadavg: 8.17 8.08 7.90 9/184 4561
/proc/meminfo: memFree=23971992/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=233924 CPUtime=101.85 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 59149 0 0 0 10174 11 0 0 25 0 4 0 523261730 239538176 18738 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309290 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 58481 18738 388 106 0 53452 0
[pid=4527/tid=4528] ppid=4525 vsize=233924 CPUtime=25.49 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 14176 0 0 0 2547 2 0 0 25 0 4 0 523261730 239538176 18738 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=233924 CPUtime=25.48 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 15435 0 0 0 2546 2 0 0 25 0 4 0 523261730 239538176 18738 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=233924 CPUtime=25.35 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 14456 0 0 0 2533 2 0 0 25 0 4 0 523261730 239538176 18738 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 233924

[startup+51.1006 s]
/proc/loadavg: 8.17 8.08 7.91 10/184 4562
/proc/meminfo: memFree=23938088/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=260456 CPUtime=204.11 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 88278 0 0 0 20392 19 0 0 25 0 4 0 523261730 266706944 23571 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 65114 23571 388 106 0 60085 0
[pid=4527/tid=4528] ppid=4525 vsize=260456 CPUtime=51.09 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 21471 0 0 0 5106 3 0 0 25 0 4 0 523261730 266706944 23571 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=260456 CPUtime=51.09 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 23473 0 0 0 5104 5 0 0 25 0 4 0 523261730 266706944 23571 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=260456 CPUtime=50.82 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 20886 0 0 0 5078 4 0 0 25 0 4 0 523261730 266706944 23571 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 260456

[startup+102.306 s]
/proc/loadavg: 8.13 8.08 7.91 9/184 4563
/proc/meminfo: memFree=23890584/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=265880 CPUtime=408.66 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 133965 0 0 0 40832 34 0 0 25 0 4 0 523261730 272261120 27725 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 66470 27725 388 106 0 61441 0
[pid=4527/tid=4528] ppid=4525 vsize=265880 CPUtime=102.3 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 31694 0 0 0 10224 6 0 0 25 0 4 0 523261730 272261120 27725 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=265880 CPUtime=102.29 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 34770 0 0 0 10220 9 0 0 25 0 4 0 523261730 272261120 27725 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=265880 CPUtime=101.75 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 33862 0 0 0 10166 9 0 0 25 0 4 0 523261730 272261120 27725 33554432000 4194304 4627427 140735523884800 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 265880

[startup+162.3 s]

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

[pid=4527] ppid=4525 vsize=398244 CPUtime=2805.45 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 406650 0 0 0 280391 154 0 0 25 0 4 0 523261730 407801856 69207 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 99561 69207 388 106 0 94532 0
[pid=4527/tid=4528] ppid=4525 vsize=398244 CPUtime=702.31 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 96106 0 0 0 70196 35 0 0 25 0 4 0 523261730 407801856 69207 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=398244 CPUtime=702.29 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 104198 0 0 0 70190 39 0 0 25 0 4 0 523261730 407801856 69207 33554432000 4194304 4627427 140735523884800 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=398244 CPUtime=698.51 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 102639 0 0 0 69812 39 0 0 25 0 4 0 523261730 407801856 69207 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.45
Current children cumulated vsize (KiB) 398244

[startup+762.306 s]
/proc/loadavg: 8.10 8.07 7.98 10/184 4581
/proc/meminfo: memFree=23543224/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=426284 CPUtime=3045.14 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 421606 0 0 0 304353 161 0 0 25 0 4 0 523261730 436514816 70726 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 106571 70726 388 106 0 101542 0
[pid=4527/tid=4528] ppid=4525 vsize=426284 CPUtime=762.32 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 97367 0 0 0 76196 36 0 0 25 0 4 0 523261730 436514816 70726 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=426284 CPUtime=762.3 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 109272 0 0 0 76187 43 0 0 25 0 4 0 523261730 436514816 70726 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=426284 CPUtime=758.18 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 108038 0 0 0 75777 41 0 0 25 0 4 0 523261730 436514816 70726 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.14
Current children cumulated vsize (KiB) 426284

[startup+822.301 s]
/proc/loadavg: 8.10 8.07 7.98 9/184 4582
/proc/meminfo: memFree=23494228/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=452140 CPUtime=3284.8 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 429973 0 0 0 328315 165 0 0 25 0 4 0 523261730 462991360 71448 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 113035 71448 388 106 0 108006 0
[pid=4527/tid=4528] ppid=4525 vsize=452140 CPUtime=822.31 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 98613 0 0 0 82195 36 0 0 25 0 4 0 523261730 462991360 71448 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=452140 CPUtime=822.29 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 110635 0 0 0 82186 43 0 0 25 0 4 0 523261730 462991360 71448 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=452140 CPUtime=817.86 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 111024 0 0 0 81743 43 0 0 25 0 4 0 523261730 462991360 71448 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.8
Current children cumulated vsize (KiB) 452140

[startup+882.3 s]
/proc/loadavg: 8.10 8.07 7.99 9/184 4584
/proc/meminfo: memFree=23513536/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=361916 CPUtime=3524.48 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 448614 0 0 0 352273 175 0 0 25 0 4 0 523261730 370601984 68358 33554432000 4194304 4627427 140735523884800 18446744073709551615 4324104 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 90479 68358 388 106 0 85450 0
[pid=4527/tid=4528] ppid=4525 vsize=361916 CPUtime=882.31 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 102763 0 0 0 88193 38 0 0 25 0 4 0 523261730 370601984 68358 33554432000 4194304 4627427 140735523884800 18446744073709551615 4324280 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=361916 CPUtime=882.29 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 115022 0 0 0 88184 45 0 0 25 0 4 0 523261730 370601984 68358 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=361916 CPUtime=877.53 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 115948 0 0 0 87708 45 0 0 25 0 4 0 523261730 370601984 68358 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.48
Current children cumulated vsize (KiB) 361916

[startup+942.3 s]
/proc/loadavg: 8.03 8.05 7.99 9/184 4586
/proc/meminfo: memFree=23520452/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=414948 CPUtime=3764.16 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 468876 0 0 0 376232 184 0 0 25 0 4 0 523261730 424906752 68768 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309125 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 103737 68768 388 106 0 98708 0
[pid=4527/tid=4528] ppid=4525 vsize=414948 CPUtime=942.32 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 105418 0 0 0 94192 40 0 0 25 0 4 0 523261730 424906752 68768 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=414948 CPUtime=942.3 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 122167 0 0 0 94181 49 0 0 25 0 4 0 523261730 424906752 68768 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=414948 CPUtime=937.2 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 121364 0 0 0 93673 47 0 0 25 0 4 0 523261730 424906752 68768 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.16
Current children cumulated vsize (KiB) 414948

[startup+1002.3 s]
/proc/loadavg: 8.07 8.06 8.00 10/184 4587
/proc/meminfo: memFree=23464636/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=466964 CPUtime=4003.84 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 486724 0 0 0 400190 194 0 0 25 0 4 0 523261730 478171136 75100 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309170 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 116741 75100 388 106 0 111712 0
[pid=4527/tid=4528] ppid=4525 vsize=466964 CPUtime=1002.32 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 110534 0 0 0 100189 43 0 0 25 0 4 0 523261730 478171136 75100 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=466964 CPUtime=1002.3 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 124432 0 0 0 100180 50 0 0 25 0 4 0 523261730 478171136 75100 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=466964 CPUtime=996.87 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 126478 0 0 0 99638 49 0 0 25 0 4 0 523261730 478171136 75100 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.84
Current children cumulated vsize (KiB) 466964

[startup+1062.3 s]
/proc/loadavg: 8.13 8.08 8.00 10/184 4589
/proc/meminfo: memFree=23474284/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=454484 CPUtime=4243.53 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 498043 0 0 0 424152 201 0 0 25 0 4 0 523261730 465391616 75305 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 113621 75305 388 106 0 108592 0
[pid=4527/tid=4528] ppid=4525 vsize=454484 CPUtime=1062.32 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 111046 0 0 0 106189 43 0 0 25 0 4 0 523261730 465391616 75305 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=454484 CPUtime=1062.3 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 128743 0 0 0 106177 53 0 0 25 0 4 0 523261730 465391616 75305 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=454484 CPUtime=1056.55 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 130408 0 0 0 105604 51 0 0 25 0 4 0 523261730 465391616 75305 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.53
Current children cumulated vsize (KiB) 454484

[startup+1122.3 s]
/proc/loadavg: 8.14 8.09 8.01 10/184 4590
/proc/meminfo: memFree=23479588/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=415488 CPUtime=4483.2 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 514583 0 0 0 448111 209 0 0 25 0 4 0 523261730 425459712 72122 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 103872 72122 388 106 0 98843 0
[pid=4527/tid=4528] ppid=4525 vsize=415488 CPUtime=1122.32 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 115554 0 0 0 112187 45 0 0 25 0 4 0 523261730 425459712 72122 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=415488 CPUtime=1122.3 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 134114 0 0 0 112174 56 0 0 25 0 4 0 523261730 425459712 72122 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=415488 CPUtime=1116.22 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 133378 0 0 0 111569 53 0 0 25 0 4 0 523261730 425459712 72122 33554432000 4194304 4627427 140735523884800 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.2
Current children cumulated vsize (KiB) 415488

[startup+1182.3 s]
/proc/loadavg: 8.14 8.10 8.01 9/184 4592
/proc/meminfo: memFree=23454252/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=481200 CPUtime=4722.89 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 531887 0 0 0 472070 219 0 0 25 0 4 0 523261730 492748800 80759 33554432000 4194304 4627427 140735523884800 18446744073709551615 4324134 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 120300 80759 388 106 0 115271 0
[pid=4527/tid=4528] ppid=4525 vsize=481200 CPUtime=1182.32 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 119399 0 0 0 118185 47 0 0 25 0 4 0 523261730 492748800 80759 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=481200 CPUtime=1182.3 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 137682 0 0 0 118173 57 0 0 25 0 4 0 523261730 492748800 80759 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=481200 CPUtime=1175.91 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 138239 0 0 0 117535 56 0 0 25 0 4 0 523261730 492748800 80759 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.89
Current children cumulated vsize (KiB) 481200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 8.09 8.01 9/184 4593
/proc/meminfo: memFree=23461440/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=481248 CPUtime=4800.39 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 536010 0 0 0 479818 221 0 0 25 0 4 0 523261730 492797952 76094 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 120312 76094 388 106 0 115283 0
[pid=4527/tid=4528] ppid=4525 vsize=481248 CPUtime=1201.73 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 119665 0 0 0 120126 47 0 0 25 0 4 0 523261730 492797952 76094 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=481248 CPUtime=1201.71 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 139841 0 0 0 120113 58 0 0 25 0 4 0 523261730 492797952 76094 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=481248 CPUtime=1195.19 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 139096 0 0 0 119463 56 0 0 25 0 4 0 523261730 492797952 76094 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 481248

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

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

[startup+1201.7 s]
/proc/loadavg: 8.10 8.09 8.01 9/184 4593
/proc/meminfo: memFree=23461440/32951124 swapFree=67111524/67111528
[pid=4527] ppid=4525 vsize=481248 CPUtime=4800.39 cores=1,3,5,7
/proc/4527/stat : 4527 (strangenight2-m) R 4525 4527 4006 0 -1 4202496 536010 0 0 0 479818 221 0 0 25 0 4 0 523261730 492797952 76094 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4527/statm: 120312 76094 388 106 0 115283 0
[pid=4527/tid=4528] ppid=4525 vsize=481248 CPUtime=1201.73 cores=1,3,5,7
/proc/4527/task/4528/stat : 4528 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 119665 0 0 0 120126 47 0 0 25 0 4 0 523261730 492797952 76094 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4527/tid=4529] ppid=4525 vsize=481248 CPUtime=1201.71 cores=1,3,5,7
/proc/4527/task/4529/stat : 4529 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 139841 0 0 0 120113 58 0 0 25 0 4 0 523261730 492797952 76094 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4527/tid=4530] ppid=4525 vsize=481248 CPUtime=1195.19 cores=1,3,5,7
/proc/4527/task/4530/stat : 4530 (strangenight2-m) R 4525 4527 4006 0 -1 4202560 139096 0 0 0 119463 56 0 0 25 0 4 0 523261730 492797952 76094 33554432000 4194304 4627427 140735523884800 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 481248

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.44
CPU user time (s): 4798.21
CPU system time (s): 2.22866
CPU usage (%): 399.462
Max. virtual memory (cumulated for all children) (KiB): 481248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.21
system time used= 2.22866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 536010
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= 609
involuntary context switches= 32751

runsolver used 1.90971 second user time and 4.64129 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-30 00:37:20
IDJOB=3174272
IDBENCH=83090
IDSOLVER=1586
FILE ID=node139/3174272-1304116640
RUNJOBID= node139-1304115436-4410
PBS_JOBID= 13170691
Free space on /tmp= 72548 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3174272-1304116640/watcher-3174272-1304116640 -o /tmp/evaluation-result-3174272-1304116640/solver-3174272-1304116640 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174272-1304116640.cnf

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

MD5SUM BENCH= f9a60c414c65108f1df33ba3a81b8715
RANDOM SEED=1276215753

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24138396 kB
Buffers:       2049532 kB
Cached:        6179260 kB
SwapCached:          4 kB
Active:         945580 kB
Inactive:      7348576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24138396 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5464 kB
Writeback:           0 kB
AnonPages:       64168 kB
Mapped:          15124 kB
Slab:           453956 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219812 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= 72544 MiB
End job on node139 at 2011-04-30 00:57:24