Trace number 3366624

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.23 1202.34

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S113771637-026.UNKNOWN.cnf
MD5SUM7f4758baa378252dd3709cff507a5405
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark370.78
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.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366624-1305410849.cnf'
0.00/0.01	c -- header says num vars:             60
0.00/0.01	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
3.58/0.90	c Parsing time:  0.00 s
3.58/0.90	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
3.58/0.90	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.12
3.58/0.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.58/0.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.58/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3.58/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.58/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.58/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.58/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.58/0.90	c calculated reachability. Time: 0.00
3.58/0.90	c Calc default polars -  time:   0.00 s pos:      25 undec:       3 neg:      32
3.58/0.90	c =========================================================================================
3.58/0.90	c types(t): F = full restart, N = normal restart
3.58/0.90	c types(t): S = simplification begin/end, E = solution found
3.58/0.90	c restart types(rt): st = static, dy = dynamic
3.58/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.90	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
3.58/0.90	c  N dy     8     13303        60      5340         0      5781     37380    110512     17.17     18.08
3.58/0.90	c  N dy    40     20969        60      5340         0      7587     37380    140076     17.47     18.47
3.99/1.10	c  F st    65     25000        60      5340         0     11198     37380    217624     17.70     18.17
3.99/1.10	c  N st    65     25000        60      5340         0     11198     37380    217624     17.70     18.17
5.17/1.30	c  N dy    71     30004        60      5340         0      9596     37380    174889     17.70   no data
5.17/1.30	c  S st    71     30004        60      5340         0      9596     37380    174889     17.70   no data
5.56/1.40	c  S st    71     30508        60      5340         0     10052     37380    184698     17.70   no data
5.56/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.56/1.40	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.56/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.56/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.56/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.53	c lits-rem:       155  cl-subs:     1131  v-elim:      0  v-fix:    0  time:  0.19 s
6.77/1.76	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.77/1.76	c calculated reachability. Time: 0.00
6.77/1.76	c  N dy    71     30508        60      5340         0      8921     37380    160812     17.70   no data
7.57/1.98	c  N dy   107     34597        60      5340         0     12579     37380    240549     17.99     19.27
9.16/2.33	c  N dy   123     41045        60      5340         0     11318     37380    197061     17.90     18.90
10.36/2.62	c  N dy   147     45766        60      5340         0     15530     37380    285837     17.95     16.79
10.36/2.62	c  S st   147     45766        60      5340         0     15530     37380    285837     17.95     16.79
10.36/2.68	c  S st   147     46268        60      5340         0      8065     37380    122494     17.95   no data
10.36/2.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.36/2.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.36/2.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.36/2.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.36/2.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.76/2.71	c lits-rem:         4  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.03 s
10.76/2.71	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.76/2.72	c vivif2 --  cl tried     8040 cl shrink        0 lits rem          0 time: 0.00
11.56/2.93	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.56/2.93	c calculated reachability. Time: 0.00
11.56/2.93	c  N dy   147     46268        60      5340         0      8040     37380    121896     17.95   no data
12.36/3.12	c  N dy   153     50281        60      5340         0     11582     37380    196039     17.92     19.97
13.95/3.56	c  N dy   162     57410        60      5340         0      9068     37380    133072     17.82     18.78
14.75/3.77	c  N dy   182     61424        60      5340         0     12642     37380    209334     17.86     19.85
15.95/4.04	c  N dy   207     65483        60      5340         0     16254     37380    286694     17.93     19.13
17.17/4.35	c  S st   219     69402        60      5340         0      9984     37380    144170     17.94     16.28
17.17/4.39	c  S st   219     69906        60      5340         0     10453     37380    154556     17.94   no data
17.17/4.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.17/4.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.17/4.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.17/4.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.17/4.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.17/4.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
17.17/4.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.17/4.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.17/4.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.58/4.45	c lits-rem:         9  cl-subs:      117  v-elim:      0  v-fix:    0  time:  0.05 s
17.58/4.45	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.58/4.45	c vivif2 --  cl tried    10336 cl shrink        0 lits rem          0 time: 0.00
18.74/4.71	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.26
18.74/4.71	c calculated reachability. Time: 0.00
18.74/4.71	c  N dy   219     69906        60      5340         0     10336     37380    151945     17.94   no data
19.94/5.01	c  N dy   242     74934        60      5340         0     14837     37380    247912     17.98     18.99
21.96/5.55	c  N dy   258     82366        60      5340         0     10755     37380    150176     17.94     18.90
23.13/5.83	c  F st   265     87500        60      5340         0     15304     37380    245570     17.91     16.89
23.13/5.84	c  N st   266     87750        60      5340         0     15528     37380    250681     17.91   no data
24.73/6.23	c  N dy   278     93404        60      5340         0     20590     37380    361393     17.93     19.43
26.73/6.78	c  N dy   285    101232        60      5340         0     15959     37380    245366     17.82     18.76
27.93/7.06	c  S st   316    104860        60      5340         0     19225     37380    316382     17.88     18.15
28.33/7.11	c  S st   316    105363        60      5340         0     19683     37380    326294     17.88   no data
28.33/7.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.33/7.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.33/7.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.33/7.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.33/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.33/7.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
28.33/7.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.33/7.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
28.33/7.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.34/7.63	c lits-rem:       237  cl-subs:     2322  v-elim:      0  v-fix:    0  time:  0.49 s
30.34/7.63	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
30.34/7.63	c vivif2 --  cl tried    17361 cl shrink        0 lits rem          0 time: 0.00
31.52/7.99	c asymm  cl-useful: 0/4910/5340 lits-rem:0 time: 0.36
31.52/7.99	c calculated reachability. Time: 0.00
31.52/7.99	c  N dy   316    105363        60      5340         0     17361     37380    279744     17.88   no data
35.14/8.83	c  N dy   350    116088        60      5340         0     14540     37380    210634     17.87     18.87
37.10/9.39	c  N dy   390    123531        60      5340         0     21178     37380    353688     17.93     20.37
39.90/10.08	c  N dy   412    131748        60      5340         0     15240     37380    216276     17.92     18.87
42.70/10.76	c  N dy   451    140600        60      5340         0     23117     37380    383508     17.95     18.90
47.90/12.07	c  N dy   461    158045        60      5340         0     24198     37380    378485     17.69     17.12
47.90/12.07	c  S st   461    158045        60      5340         0     24198     37380    378485     17.69     17.12
48.32/12.14	c  S st   461    158548        60      5340         0     24649     37380    388396     17.69   no data
48.32/12.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.32/12.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
48.32/12.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.32/12.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.32/12.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.32/12.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
48.32/12.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.32/12.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
48.32/12.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.30/13.11	c lits-rem:       252  cl-subs:     3637  v-elim:      0  v-fix:    0  time:  0.94 s
52.30/13.11	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
52.30/13.12	c vivif2 --  cl tried    21012 cl shrink        0 lits rem          0 time: 0.00
53.48/13.47	c asymm  cl-useful: 0/4248/5340 lits-rem:0 time: 0.35
53.48/13.47	c calculated reachability. Time: 0.00
53.48/13.47	c  N dy   461    158548        60      5340         0     21012     37380    324898     17.69   no data
60.26/15.11	c  N dy   531    177307        60      5340         0     22827     37380    354087     17.73     18.73
65.06/16.39	c  N dy   612    188698        60      5340         0     17174     37380    230613     17.83     20.10
71.84/18.06	c  N dy   669    208098        60      5340         0     17545     37380    226435     17.79     19.08
77.43/19.44	c  N dy   738    222423        60      5340         0     30281     37380    496309     17.83     18.88
83.45/20.96	c  N dy   772    237822        60      5340         0     26230     37380    397446     17.83     17.88
83.45/20.96	c  S st   772    237822        60      5340         0     26230     37380    397446     17.83     17.88
83.82/21.03	c  S st   772    238324        60      5340         0     26692     37380    407820     17.83   no data
83.82/21.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.82/21.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
83.82/21.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.82/21.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.82/21.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.82/21.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
83.82/21.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.82/21.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
83.82/21.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.21/21.69	c lits-rem:       259  cl-subs:     2394  v-elim:      0  v-fix:    0  time:  0.64 s
86.21/21.69	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
86.61/21.70	c vivif2 --  cl tried    24298 cl shrink        0 lits rem          0 time: 0.00
87.02/21.82	c asymm  cl-useful: 0/1092/5340 lits-rem:0 time: 0.12
87.02/21.82	c calculated reachability. Time: 0.00
87.02/21.82	c  N dy   772    238324        60      5340         0     24298     37380    358758     17.83   no data
94.60/23.71	c  N dy   848    254465        60      5340         0     20183     37380    259451     17.87     18.86
113.78/28.52	c  F st   860    306250        60      5340         0     25921     37380    358293     17.45     14.63
113.78/28.52	c  N st   860    306250        60      5340         0     25921     37380    358293     17.45     14.63
124.14/31.12	c  N dy   983    325822        60      5340         0     22238     37380    279427     17.54     18.47
135.74/34.07	c  N dy  1126    349367        60      5340         0     43177     37380    726348     17.62     18.68
139.72/35.08	c  S st  1199    357487        60      5340         0     28253     37380    400461     17.67     17.86
140.13/35.16	c  S st  1199    357992        60      5340         0     28716     37380    410605     17.67   no data
140.13/35.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
140.13/35.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
140.13/35.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.13/35.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.13/35.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.13/35.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
140.13/35.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
140.13/35.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
140.13/35.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.51/35.75	c lits-rem:       162  cl-subs:     1340  v-elim:      0  v-fix:    0  time:  0.56 s
142.51/35.75	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
142.51/35.76	c vivif2 --  cl tried    27376 cl shrink        0 lits rem          0 time: 0.00
144.11/36.13	c asymm  cl-useful: 0/3528/5340 lits-rem:0 time: 0.38
144.11/36.13	c calculated reachability. Time: 0.00
144.11/36.13	c  N dy  1199    357992        60      5340         0     27376     37380    379586     17.67   no data
155.29/38.94	c  N dy  1323    378095        60      5340         0     45309     37380    764933     17.73     18.84
175.27/43.94	c  N dy  1383    418337        60      5340         0     33843     37380    476254     17.60     18.59
187.22/46.93	c  N dy  1488    438433        60      5340         0     26936     37380    334268     17.63     19.75
202.03/50.61	c  N dy  1653    464251        60      5340         0     49904     37380    825694     17.70     18.68
213.18/53.42	c  N dy  1791    484262        60      5340         0     41997     37380    648304     17.75     19.97
225.96/56.65	c  N dy  1933    504341        60      5340         0     33264     37380    451030     17.81     19.15
240.33/60.21	c  N dy  2065    525935        60      5340         0     52517     37380    866441     17.85     18.85
246.31/61.73	c  S st  2094    536989        60      5340         0     34735     37380    467467     17.85   no data
246.72/61.83	c  S st  2094    537493        60      5340         0     35200     37380    477849     17.85   no data
246.72/61.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
246.72/61.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
246.72/61.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
246.72/61.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
246.72/61.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.72/61.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
246.72/61.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
246.72/61.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
246.72/61.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
249.93/62.68	c lits-rem:       226  cl-subs:     1946  v-elim:      0  v-fix:    0  time:  0.81 s
249.93/62.68	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
249.93/62.68	c vivif2 --  cl tried    33254 cl shrink        0 lits rem          0 time: 0.01
251.11/62.97	c asymm  cl-useful: 0/1812/5340 lits-rem:0 time: 0.29
251.11/62.97	c calculated reachability. Time: 0.00
251.11/62.97	c  N dy  2094    537493        60      5340         0     33254     37380    437282     17.85   no data
265.88/66.69	c  N dy  2235    559619        60      5340         0     52963     37380    860117     17.89     18.95
277.06/69.43	c  N dy  2286    579777        60      5340         0     42433     37380    616416     17.87     18.84
292.24/73.20	c  N dy  2403    599843        60      5340         0     31015     37380    368732     17.90     20.47
305.01/76.45	c  N dy  2539    620762        60      5340         0     49619     37380    772206     17.94     19.00
319.38/80.05	c  N dy  2638    640809        60      5340         0     37219     37380    489710     17.95     19.49
342.57/85.85	c  N dy  2712    676952        60      5340         0     37913     37380    489251     17.91     18.91
356.50/89.38	c  N dy  2820    697008        60      5340         0     55717     37380    871178     17.93     20.03
370.88/92.99	c  N dy  2900    717090        60      5340         0     41709     37380    566084     17.93     20.12
387.65/97.18	c  N dy  3029    737166        60      5340         0     59625     37380    953726     17.96     19.02
408.03/102.23	c  N dy  3155    765425        60      5340         0     51790     37380    768671     17.97     19.04
428.77/107.42	c  N dy  3255    791514        60      5340         0     41244     37380    529704     17.97     19.03
439.55/110.16	c  S st  3365    806241        60      5340         0     54314     37380    815523     18.00     17.26
440.35/110.31	c  S st  3365    806748        60      5340         0     54764     37380    825473     18.00   no data
440.35/110.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
440.35/110.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
440.35/110.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
440.35/110.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
440.35/110.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
440.35/110.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
440.35/110.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
440.35/110.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
440.35/110.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
453.93/113.77	c lits-rem:       655  cl-subs:     5428  v-elim:      0  v-fix:    0  time:  3.38 s
453.93/113.77	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
453.93/113.78	c vivif2 --  cl tried    49336 cl shrink        0 lits rem          0 time: 0.01
455.13/114.02	c asymm  cl-useful: 0/1143/5340 lits-rem:0 time: 0.24
455.13/114.02	c calculated reachability. Time: 0.00
455.13/114.02	c  N dy  3365    806748        60      5340         0     49336     37380    710772     18.00   no data
481.88/120.71	c  N dy  3483    840232        60      5340         0     44620     37380    584457     18.00     19.03
497.85/124.74	c  N dy  3578    860298        60      5340         0     62408     37380    965148     18.01     19.01
513.44/128.67	c  N dy  3673    880395        60      5340         0     45058     37380    600898     18.02     20.68
528.19/132.35	c  N dy  3706    902018        60      5340         0     64158     37380    999908     18.01     19.17
546.16/136.82	c  N dy  3845    922115        60      5340         0     45799     37380    605554     18.04     20.06
562.93/141.04	c  N dy  3968    942145        60      5340         0     63605     37380    991586     18.06     19.10
580.49/145.43	c  N dy  4046    962164        60      5340         0     44097     37380    551049     18.06     19.05
595.68/149.24	c  N dy  4096    983758        60      5340         0     63168     37380    951663     18.05     19.06
614.46/153.94	c  N dy  4197   1003815        60      5340         0     42938     37380    521112     18.06     21.08
627.63/157.21	c  N dy  4249   1023913        60      5340         0     60667     37380    890050     18.05     19.69
647.17/162.15	c  N dy  4321   1044155        60      5340         0     39636     37380    439495     18.05     19.08
661.96/165.81	c  N dy  4416   1064214        60      5340         0     57468     37380    822732     18.06     19.03
668.34/167.41	c  F st  4433   1071875        60      5340         0     64243     37380    964181     18.06     16.18
683.12/171.15	c  N dy  4469   1087632        60      5340         0     78110     37380   1255947     18.05     19.05
700.28/175.41	c  N dy  4622   1107721        60      5340         0     56210     37380    794834     18.08     19.05
717.85/179.82	c  N dy  4675   1127777        60      5340         0     73827     37380   1164490     18.08     20.61
736.61/184.58	c  N dy  4779   1147782        60      5340         0     50847     37380    657432     18.09     20.65
755.00/189.16	c  N dy  4842   1169575        60      5340         0     70150     37380   1064089     18.08     19.12
775.74/194.39	c  N dy  4875   1191640        60      5340         0     47900     37380    577007     18.06     19.12
793.70/198.81	c  S st  4960   1210124        60      5340         0     64223     37380    924677     18.06   no data
794.52/199.05	c  S st  4960   1210626        60      5340         0     64682     37380    935024     18.06   no data
794.52/199.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
794.52/199.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
794.52/199.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
794.52/199.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
794.52/199.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.52/199.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
794.52/199.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
794.52/199.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
794.93/199.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
820.87/205.68	c lits-rem:       634  cl-subs:     6963  v-elim:      0  v-fix:    0  time:  6.50 s
820.87/205.68	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
820.87/205.70	c vivif2 --  cl tried    57719 cl shrink        0 lits rem          0 time: 0.01
822.44/206.07	c asymm  cl-useful: 0/856/5340 lits-rem:0 time: 0.37
822.44/206.07	c calculated reachability. Time: 0.00
822.44/206.07	c  N dy  4960   1210626        60      5340         0     57719     37380    796537     18.06   no data
846.40/212.07	c  N dy  5079   1230709        60      5340         0     75561     37380   1183429     18.08     19.34
871.55/218.38	c  N dy  5144   1261979        60      5340         0     61025     37380    850682     18.05     19.06
896.69/224.66	c  N dy  5257   1285599        60      5340         0     81860     37380   1297389     18.06     19.06
916.27/229.53	c  N dy  5381   1305860        60      5340         0     56838     37380    764374     18.08     19.06
982.94/246.23	c  N dy  5396   1385533        60      5340         0     82552     37380   1263796     17.94     18.89
1006.89/252.20	c  N dy  5519   1407817        60      5340         0     57577     37380    757382     17.95     18.93
1028.85/257.77	c  N dy  5662   1427948        60      5340         0     75557     37380   1149993     17.97     18.96
1052.40/263.68	c  N dy  5698   1449107        60      5340         0     48272     37380    543035     17.96     18.99
1068.77/267.77	c  N dy  5781   1469177        60      5340         0     65960     37380    921922     17.96     19.93
1093.92/274.00	c  N dy  5888   1489907        60      5340         0     84313     37380   1317824     17.97     18.93
1119.08/280.30	c  N dy  6042   1509961        60      5340         0     55397     37380    692866     17.99     19.94
1141.04/285.87	c  N dy  6117   1534405        60      5340         0     76997     37380   1149640     17.99     18.95
1169.78/293.04	c  N dy  6250   1554423        60      5340         0     94706     37380   1533653     18.00     20.81
1187.75/297.55	c  N dy  6331   1574465        60      5340         0     64610     37380    873008     18.01     19.49
1210.52/303.28	c  N dy  6422   1594643        60      5340         0     82407     37380   1256150     18.02     19.04
1238.50/310.24	c  N dy  6523   1614666        60      5340         0     51558     37380    583945     18.02     19.99
1262.41/316.28	c  N dy  6638   1642203        60      5340         0     75835     37380   1097900     18.02     19.17
1293.16/323.91	c  N dy  6762   1664166        60      5340         0     95351     37380   1520999     18.03     19.02
1313.15/328.95	c  N dy  6782   1686547        60      5340         0     65242     37380    847240     18.02     19.36
1343.07/336.45	c  N dy  6901   1710628        60      5340         0     86464     37380   1302473     18.03     16.26
1343.07/336.45	c  S st  6901   1710628        60      5340         0     86464     37380   1302473     18.03     16.26
1344.26/336.79	c  S st  6901   1711137        60      5340         0     86913     37380   1312521     18.03   no data
1344.66/336.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1344.66/336.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1344.66/336.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1344.66/336.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1344.66/336.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1344.66/336.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1344.66/336.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1344.66/336.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1345.06/336.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1428.08/357.74	c lits-rem:      1193  cl-subs:    11783  v-elim:      0  v-fix:    0  time: 20.65 s
1428.08/357.74	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1428.08/357.76	c vivif2 --  cl tried    75130 cl shrink        0 lits rem          0 time: 0.02
1429.68/358.18	c asymm  cl-useful: 0/643/5340 lits-rem:0 time: 0.42
1429.68/358.18	c calculated reachability. Time: 0.00
1429.68/358.18	c  N dy  6901   1711137        60      5340         0     75130     37380   1076938     18.03   no data
1463.61/366.66	c  N dy  6930   1740923        60      5340         0     51832     37380    575385     18.01     19.03
1482.38/371.35	c  N dy  7053   1761361        60      5340         0     69907     37380    968281     18.02     19.00
1507.94/377.76	c  N dy  7168   1781398        60      5340         0     87693     37380   1354020     18.03     19.37
1536.29/384.87	c  N dy  7283   1801440        60      5340         0     54656     37380    626029     18.04     20.07
1557.05/390.03	c  N dy  7417   1821496        60      5340         0     72423     37380   1011357     18.05     19.80
1588.99/398.02	c  N dy  7577   1841549        60      5340         0     90223     37380   1404741     18.07     21.10
1618.12/405.34	c  N dy  7672   1861633        60      5340         0     56029     37380    641958     18.08     19.75
1640.49/410.91	c  N dy  7773   1883943        60      5340         0     75739     37380   1066606     18.08     19.09
1666.84/417.54	c  N dy  7880   1904031        60      5340         0     93431     37380   1447902     18.09     19.98
1693.99/424.36	c  N dy  7926   1927480        60      5340         0     61127     37380    736132     18.08     19.09
1716.76/430.03	c  N dy  8045   1947563        60      5340         0     78888     37380   1119713     18.09     19.08
1745.49/437.25	c  N dy  8133   1968558        60      5340         0     97407     37380   1515604     18.09     19.18
1773.87/444.31	c  N dy  8233   1988609        60      5340         0     61339     37380    733091     18.10     21.03
1799.39/450.71	c  N dy  8380   2010867        60      5340         0     81087     37380   1162995     18.11     19.13
1828.53/458.08	c  N dy  8521   2030918        60      5340         0     98822     37380   1550208     18.13     20.01
1856.89/465.17	c  N dy  8602   2051491        60      5340         0     62196     37380    740487     18.13     19.13
1880.84/471.17	c  N dy  8719   2072503        60      5340         0     80794     37380   1144657     18.14     19.12
1925.57/482.38	c  N dy  8822   2105692        60      5340         0    109962     37380   1766487     18.14     19.11
1959.10/490.72	c  N dy  8896   2138880        60      5340         0     83439     37380   1160408     18.12     19.09
1992.24/499.04	c  N dy  9006   2162575        60      5340         0    104339     37380   1612072     18.13     19.30
2017.39/505.34	c  N dy  9089   2182602        60      5340         0     65673     37380    803159     18.13     19.40
2039.75/510.98	c  N dy  9169   2202679        60      5340         0     83335     37380   1174094     18.13     20.61
2054.94/514.74	c  S st  9212   2211138        60      5340         0     90855     37380   1336817     18.13   no data
2056.51/515.15	c  S st  9212   2211642        60      5340         0     91306     37380   1346848     18.13   no data
2056.51/515.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2056.91/515.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.07
2056.91/515.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2056.91/515.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2056.91/515.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2056.91/515.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2056.91/515.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2056.91/515.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2057.31/515.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2153.11/539.31	c lits-rem:       877  cl-subs:     9490  v-elim:      0  v-fix:    0  time: 23.80 s
2153.11/539.31	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2153.11/539.33	c vivif2 --  cl tried    81816 cl shrink        0 lits rem          0 time: 0.02
2154.71/539.76	c asymm  cl-useful: 0/582/5340 lits-rem:0 time: 0.43
2154.71/539.77	c calculated reachability. Time: 0.00
2154.71/539.77	c  N dy  9212   2211642        60      5340         0     81816     37380   1148378     18.13   no data
2193.83/549.54	c  N dy  9272   2240101        60      5340         0    106649     37380   1666855     18.12     19.09
2221.80/556.55	c  N dy  9404   2260107        60      5340         0     67725     37380    841069     18.13     19.64
2245.73/562.56	c  N dy  9508   2280175        60      5340         0     85456     37380   1223890     18.14     20.68
2273.68/569.58	c  N dy  9583   2300206        60      5340         0    103136     37380   1602794     18.14     22.19
2308.82/578.39	c  N dy  9721   2320239        60      5340         0     62990     37380    725406     18.15     19.96
2331.59/584.02	c  N dy  9826   2340246        60      5340         0     80605     37380   1105792     18.15     19.20
2361.52/591.50	c  N dy  9920   2361554        60      5340         0     99455     37380   1512558     18.16     19.18
2396.25/600.23	c  N dy 10002   2382324        60      5340         0    117851     37380   1907913     18.16     19.12
2418.61/605.86	c  N dy 10035   2405676        60      5340         0     79249     37380   1042933     18.15     19.28
2445.36/612.59	c  N dy 10112   2426513        60      5340         0     97617     37380   1436561     18.15     19.17
2474.10/619.78	c  N dy 10151   2446584        60      5340         0    115176     37380   1799522     18.14     20.99
2504.05/627.21	c  N dy 10278   2468127        60      5340         0     74473     37380    950719     18.15     19.12
2530.80/633.90	c  N dy 10395   2488211        60      5340         0     92188     37380   1336801     18.16     19.17
2559.15/641.06	c  N dy 10408   2510545        60      5340         0    111692     37380   1738370     18.14     19.18
2593.49/649.66	c  N dy 10534   2530946        60      5340         0     69035     37380    822719     18.15     19.14
2617.48/655.65	c  N dy 10579   2553754        60      5340         0     88973     37380   1244620     18.15     19.14
2647.39/663.19	c  N dy 10676   2573809        60      5340         0    106656     37380   1628029     18.15     19.16
2690.91/674.07	c  N dy 10830   2596207        60      5340         0     64829     37380    720243     18.16     19.13
2726.04/682.88	c  N dy 10968   2626384        60      5340         0     91409     37380   1289853     18.17     19.32
2759.18/691.16	c  N dy 11071   2646501        60      5340         0    109178     37380   1674819     18.17     19.22
2798.30/700.93	c  N dy 11168   2666508        60      5340         0     64280     37380    699076     18.18     19.37
2821.46/706.72	c  N dy 11268   2686530        60      5340         0     81887     37380   1079189     18.18     20.30
2847.41/713.28	c  N dy 11286   2706565        60      5340         0     99395     37380   1444378     18.17     19.53
2856.99/715.64	c  S st 11298   2711643        60      5340         0    103869     37380   1540135     18.17     17.35
2858.61/716.03	c  S st 11298   2712146        60      5340         0    104329     37380   1550456     18.17   no data
2858.61/716.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2858.61/716.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2858.61/716.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2858.61/716.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2858.61/716.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2858.61/716.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2858.61/716.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2859.01/716.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2859.01/716.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2928.86/733.62	c lits-rem:      1023  cl-subs:    11982  v-elim:      0  v-fix:    0  time: 17.31 s
2928.86/733.62	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2928.86/733.64	c vivif2 --  cl tried    92347 cl shrink        0 lits rem          0 time: 0.02
2930.44/734.07	c asymm  cl-useful: 0/516/5340 lits-rem:0 time: 0.43
2930.44/734.08	c calculated reachability. Time: 0.00
2930.44/734.08	c  N dy 11298   2712146        60      5340         0     92347     37380   1307108     18.17   no data
2969.56/743.85	c  N dy 11401   2732212        60      5340         0    110080     37380   1693091     18.18     19.78
3009.09/753.72	c  N dy 11519   2752226        60      5340         0     65081     37380    715467     18.18     20.52
3027.06/758.25	c  N dy 11525   2772712        60      5340         0     82915     37380   1079478     18.17     19.17
3061.02/766.73	c  N dy 11623   2796348        60      5340         0    103628     37380   1523879     18.17     19.17
3099.72/776.42	c  N dy 11758   2816402        60      5340         0    121421     37380   1913643     18.18     20.31
3131.30/784.32	c  N dy 11866   2836410        60      5340         0     75151     37380    919207     18.18     19.97
3163.61/792.48	c  N dy 11962   2862217        60      5340         0     97797     37380   1401540     18.18     19.32
3200.34/801.66	c  N dy 12081   2882766        60      5340         0    115988     37380   1796395     18.19     19.29
3240.26/811.66	c  N dy 12191   2902819        60      5340         0     68714     37380    769611     18.20     20.06
3264.61/817.76	c  N dy 12282   2923465        60      5340         0     87025     37380   1164654     18.20     19.27
3295.75/825.53	c  N dy 12391   2943702        60      5340         0    104948     37380   1555937     18.21     19.21
3336.88/835.81	c  N dy 12508   2964746        60      5340         0    123474     37380   1958565     18.21     19.27
3367.23/843.43	c  N dy 12550   2984770        60      5340         0     74992     37380    889090     18.21     21.47
3393.98/850.17	c  N dy 12632   3005047        60      5340         0     92846     37380   1274708     18.21     19.18
3426.70/858.35	c  N dy 12720   3026915        60      5340         0    112152     37380   1687472     18.21     19.20
3462.23/867.25	c  N dy 12754   3049172        60      5340         0    131557     37380   2096098     18.20     19.22
3492.99/874.97	c  N dy 12853   3071940        60      5340         0     84713     37380   1089625     18.21     19.19
3522.93/882.47	c  N dy 12965   3092299        60      5340         0    102705     37380   1483002     18.21     19.20
3556.47/890.86	c  N dy 13057   3112311        60      5340         0    120323     37380   1863521     18.22     19.20
3599.98/901.73	c  N dy 13171   3132317        60      5340         0     70223     37380    772101     18.22     20.41
3625.94/908.29	c  N dy 13279   3153576        60      5340         0     88964     37380   1180708     18.23     19.26
3656.68/915.99	c  N dy 13360   3174513        60      5340         0    107436     37380   1578136     18.23     19.25
3697.42/926.11	c  N dy 13481   3194522        60      5340         0    125052     37380   1962919     18.23     20.14
3726.15/933.36	c  S st 13501   3212148        60      5340         0     71815     37380    793797     18.23     18.80
3726.95/933.57	c  S st 13501   3212655        60      5340         0     72276     37380    804231     18.23   no data
3726.95/933.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3727.35/933.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3727.35/933.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3727.35/933.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3727.35/933.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3727.35/933.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3727.35/933.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3727.35/933.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3727.35/933.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3732.15/934.87	c lits-rem:        63  cl-subs:     1000  v-elim:      0  v-fix:    0  time:  1.21 s
3732.15/934.87	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3732.15/934.88	c vivif2 --  cl tried    71276 cl shrink        0 lits rem          0 time: 0.01
3733.34/935.19	c asymm  cl-useful: 0/630/5340 lits-rem:0 time: 0.30
3733.34/935.19	c calculated reachability. Time: 0.00
3733.34/935.19	c  N dy 13501   3212655        60      5340         0     71276     37380    783840     18.23   no data
3762.88/942.56	c  N dy 13669   3232748        60      5340         0     89100     37380   1180259     18.24     21.17
3796.02/950.87	c  N dy 13744   3255823        60      5340         0    109384     37380   1612153     18.24     19.24
3841.13/962.11	c  N dy 13835   3276756        60      5340         0    127740     37380   2008975     18.24     19.32
3878.65/971.51	c  N dy 13939   3296820        60      5340         0     75939     37380    878765     18.24     20.64
3904.61/978.07	c  N dy 14033   3316906        60      5340         0     93579     37380   1259779     18.25     19.58
3937.75/986.32	c  N dy 14138   3336964        60      5340         0    111208     37380   1644391     18.25     20.23
3979.26/996.78	c  N dy 14254   3357842        60      5340         0    129539     37380   2042856     18.26     19.25
4019.19/1006.73	c  N dy 14322   3379329        60      5340         0     78018     37380    901628     18.26     19.34
4049.53/1014.34	c  N dy 14436   3400896        60      5340         0     97091     37380   1316158     18.26     19.23
4082.68/1022.62	c  N dy 14479   3423212        60      5340         0    116654     37380   1728480     18.25     19.23
4127.80/1033.96	c  N dy 14591   3444383        60      5340         0    135386     37380   2138690     18.26     19.39
4164.91/1043.28	c  N dy 14688   3465850        60      5340         0     82944     37380   1002576     18.26     19.26
4212.02/1055.05	c  N dy 14780   3500557        60      5340         0    113295     37380   1643423     18.26     19.28
4255.95/1066.02	c  N dy 14923   3520989        60      5340         0    131388     37380   2042618     18.27     19.23
4298.26/1076.66	c  N dy 14979   3546377        60      5340         0     81648     37380    963515     18.26     19.26
4327.41/1083.96	c  N dy 15059   3566421        60      5340         0     99263     37380   1341392     18.26     19.25
4363.35/1092.96	c  N dy 15164   3586440        60      5340         0    116968     37380   1726725     18.27     19.56
4406.46/1103.73	c  N dy 15263   3606465        60      5340         0    134680     37380   2112575     18.27     20.27
4453.97/1115.63	c  N dy 15306   3634666        60      5340         0     86099     37380   1029097     18.26     19.27
4481.52/1122.55	c  N dy 15339   3656026        60      5340         0    104811     37380   1421898     18.26     19.22
4531.02/1134.99	c  N dy 15448   3683323        60      5340         0    128730     37380   1939185     18.26     19.23
4568.56/1144.34	c  N dy 15464   3704213        60      5340         0    147016     37380   2326126     18.25     19.28
4582.13/1147.76	c  S st 15521   3712657        60      5340         0     80823     37380    936125     18.26   no data
4583.33/1148.00	c  S st 15521   3713160        60      5340         0     81284     37380    946754     18.26   no data
4583.33/1148.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4583.33/1148.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
4583.33/1148.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4583.33/1148.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4583.33/1148.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4583.33/1148.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4583.33/1148.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4583.33/1148.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4583.33/1148.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4591.72/1150.15	c lits-rem:       145  cl-subs:     1857  v-elim:      0  v-fix:    0  time:  2.05 s
4591.72/1150.15	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4591.72/1150.17	c vivif2 --  cl tried    79427 cl shrink        0 lits rem          0 time: 0.01
4592.92/1150.49	c asymm  cl-useful: 0/599/5340 lits-rem:0 time: 0.32
4592.92/1150.49	c calculated reachability. Time: 0.00
4592.92/1150.49	c  N dy 15521   3713160        60      5340         0     79427     37380    905164     18.26   no data
4622.46/1157.84	c  N dy 15655   3733168        60      5340         0     97133     37380   1293590     18.26     20.63
4649.61/1164.65	c  F st 15701   3751562        60      5340         0    113261     37380   1637325     18.26     18.25
4653.20/1165.55	c  N st 15705   3753593        60      5340         0    115065     37380   1677568     18.26   no data
4696.32/1176.33	c  N dy 15822   3773857        60      5340         0    132946     37380   2072002     18.27     19.42
4745.43/1188.61	c  N dy 15937   3793899        60      5340         0     76002     37380    818301     18.27     20.92
4772.98/1195.53	c  N dy 16043   3813903        60      5340         0     93618     37380   1203384     18.28     19.92

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 0.01 0.03 0.16 1/245 13364
/proc/meminfo: memFree=21757220/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 412 0 0 0 1 0 0 0 24 0 4 0 652682792 52396032 352 33554432000 4194304 4580107 140735476633264 18446744073709551615 47621407791026 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13364/statm: 12792 352 302 95 0 7774 0
[pid=13364/tid=13365] ppid=13362 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652682792 52396032 352 33554432000 4194304 4580107 140735476633264 18446744073709551615 47621407790617 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652682792 52396032 352 33554432000 4194304 4580107 140735476633264 18446744073709551615 47621407790617 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 652682792 52396032 352 33554432000 4194304 4580107 140735476633264 18446744073709551615 47621407790617 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0478551 s]
/proc/loadavg: 0.01 0.03 0.16 1/245 13364
/proc/meminfo: memFree=21757220/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=281964 CPUtime=0.17 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 1205 0 0 0 17 0 0 0 25 0 4 0 652682792 288731136 1119 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 70491 1119 357 95 0 65473 0
[pid=13364/tid=13365] ppid=13362 vsize=281964 CPUtime=0.04 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 185 0 0 0 4 0 0 0 18 0 4 0 652682792 288731136 1119 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=281964 CPUtime=0.04 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 170 0 0 0 4 0 0 0 18 0 4 0 652682792 288731136 1119 33554432000 4194304 4580107 140735476633264 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=281964 CPUtime=0.04 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 251 0 0 0 4 0 0 0 18 0 4 0 652682792 288731136 1119 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 281964

[startup+0.100823 s]
/proc/loadavg: 0.01 0.03 0.16 1/245 13364
/proc/meminfo: memFree=21757220/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=282096 CPUtime=0.38 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 1304 0 0 0 38 0 0 0 25 0 4 0 652682792 288866304 1218 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 70524 1218 358 95 0 65506 0
[pid=13364/tid=13365] ppid=13362 vsize=282096 CPUtime=0.09 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 192 0 0 0 9 0 0 0 18 0 4 0 652682792 288866304 1218 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=282096 CPUtime=0.09 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 174 0 0 0 9 0 0 0 18 0 4 0 652682792 288866304 1218 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=282096 CPUtime=0.09 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 333 0 0 0 9 0 0 0 18 0 4 0 652682792 288866304 1218 33554432000 4194304 4580107 140735476633264 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282096

[startup+0.300792 s]
/proc/loadavg: 0.01 0.03 0.16 1/245 13364
/proc/meminfo: memFree=21757220/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=285364 CPUtime=1.18 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 3403 0 0 0 118 0 0 0 25 0 4 0 652682792 292212736 2483 33554432000 4194304 4580107 140735476633264 18446744073709551615 4325710 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 71341 2483 376 95 0 66323 0
[pid=13364/tid=13365] ppid=13362 vsize=285364 CPUtime=0.29 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 825 0 0 0 29 0 0 0 18 0 4 0 652682792 292212736 2483 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=285364 CPUtime=0.29 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 778 0 0 0 29 0 0 0 18 0 4 0 652682792 292212736 2483 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=285364 CPUtime=0.29 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 595 0 0 0 29 0 0 0 18 0 4 0 652682792 292212736 2483 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 285364

[startup+0.700685 s]
/proc/loadavg: 0.01 0.03 0.16 1/245 13364
/proc/meminfo: memFree=21757220/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=286628 CPUtime=2.78 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 5334 0 0 0 277 1 0 0 25 0 4 0 652682792 293507072 3237 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 71657 3237 376 95 0 66639 0
[pid=13364/tid=13365] ppid=13362 vsize=286628 CPUtime=0.69 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 1276 0 0 0 69 0 0 0 18 0 4 0 652682792 293507072 3237 33554432000 4194304 4580107 140735476633264 18446744073709551615 4321100 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=286628 CPUtime=0.69 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 1222 0 0 0 69 0 0 0 18 0 4 0 652682792 293507072 3237 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=286628 CPUtime=0.69 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 1167 0 0 0 69 0 0 0 18 0 4 0 652682792 293507072 3237 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286628

[startup+1.50054 s]
/proc/loadavg: 0.01 0.03 0.16 10/257 13381
/proc/meminfo: memFree=21729404/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=293048 CPUtime=5.97 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 9615 0 0 0 595 2 0 0 25 0 4 0 652682792 300081152 5049 33554432000 4194304 4580107 140735476633264 18446744073709551615 4416477 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 73262 5049 378 95 0 68244 0
[pid=13364/tid=13365] ppid=13362 vsize=293048 CPUtime=1.48 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 2052 0 0 0 148 0 0 0 20 0 4 0 652682792 300081152 5049 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=293048 CPUtime=1.49 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 2014 0 0 0 149 0 0 0 20 0 4 0 652682792 300081152 5049 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=293048 CPUtime=1.49 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 2021 0 0 0 149 0 0 0 19 0 4 0 652682792 300081152 5049 33554432000 4194304 4580107 140735476633264 18446744073709551615 4321277 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 293048

[startup+3.10025 s]
/proc/loadavg: 0.01 0.03 0.16 9/257 13381
/proc/meminfo: memFree=21701144/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=293492 CPUtime=12.36 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 16972 0 0 0 1233 3 0 0 25 0 4 0 652682792 300535808 9390 33554432000 4194304 4580107 140735476633264 18446744073709551615 4321093 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 73373 9390 378 95 0 68355 0
[pid=13364/tid=13365] ppid=13362 vsize=293492 CPUtime=3.08 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 3937 0 0 0 308 0 0 0 25 0 4 0 652682792 300535808 9390 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=293492 CPUtime=3.09 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 4469 0 0 0 308 1 0 0 25 0 4 0 652682792 300535808 9390 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=293492 CPUtime=3.08 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 4270 0 0 0 308 0 0 0 25 0 4 0 652682792 300535808 9390 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 293492

[startup+6.30067 s]
/proc/loadavg: 0.65 0.16 0.20 9/257 13381
/proc/meminfo: memFree=21665928/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=295304 CPUtime=25.13 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 25946 0 0 0 2509 4 0 0 25 0 4 0 652682792 302391296 12220 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294595 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 73826 12221 378 95 0 68808 0
[pid=13364/tid=13365] ppid=13362 vsize=295304 CPUtime=6.29 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 6806 0 0 0 628 1 0 0 25 0 4 0 652682792 302391296 12221 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=295304 CPUtime=6.28 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 6832 0 0 0 627 1 0 0 25 0 4 0 652682792 302391296 12221 33554432000 4194304 4580107 140735476633264 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=295304 CPUtime=6.29 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 6264 0 0 0 628 1 0 0 25 0 4 0 652682792 302391296 12221 33554432000 4194304 4580107 140735476633264 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 295304

[startup+12.7005 s]
/proc/loadavg: 1.24 0.29 0.24 9/257 13382
/proc/meminfo: memFree=21633504/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=310408 CPUtime=50.69 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 39290 0 0 0 5062 7 0 0 25 0 4 0 652682792 317857792 15832 33554432000 4194304 4580107 140735476633264 18446744073709551615 4406350 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 77602 15832 378 95 0 72584 0
[pid=13364/tid=13365] ppid=13362 vsize=310408 CPUtime=12.68 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 9949 0 0 0 1267 1 0 0 25 0 4 0 652682792 317857792 15833 33554432000 4194304 4580107 140735476633264 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=310408 CPUtime=12.69 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 9725 0 0 0 1267 2 0 0 25 0 4 0 652682792 317857792 15833 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=310408 CPUtime=12.68 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 9561 0 0 0 1267 1 0 0 25 0 4 0 652682792 317857792 15833 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294462 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 310408

[startup+25.5002 s]
/proc/loadavg: 2.74 0.67 0.36 9/257 13382
/proc/meminfo: memFree=21601316/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=334340 CPUtime=101.79 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 58432 0 0 0 10168 11 0 0 25 0 4 0 652682792 342364160 20776 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 83585 20777 378 95 0 78567 0
[pid=13364/tid=13365] ppid=13362 vsize=334340 CPUtime=25.48 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 15904 0 0 0 2546 2 0 0 25 0 4 0 652682792 342364160 20777 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=334340 CPUtime=25.49 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 15072 0 0 0 2546 3 0 0 25 0 4 0 652682792 342364160 20777 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=334340 CPUtime=25.48 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 14225 0 0 0 2546 2 0 0 25 0 4 0 652682792 342364160 20777 33554432000 4194304 4580107 140735476633264 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 334340

[startup+51.1005 s]
/proc/loadavg: 4.69 1.29 0.58 9/257 13383
/proc/meminfo: memFree=21571824/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=306000 CPUtime=203.99 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 88232 0 0 0 20383 16 0 0 25 0 4 0 652682792 313344000 23522 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 76500 23522 378 95 0 71482 0
[pid=13364/tid=13365] ppid=13362 vsize=306000 CPUtime=51.09 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 24214 0 0 0 5105 4 0 0 25 0 4 0 652682792 313344000 23522 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=306000 CPUtime=51.08 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 22065 0 0 0 5104 4 0 0 25 0 4 0 652682792 313344000 23522 33554432000 4194304 4580107 140735476633264 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=306000 CPUtime=51.08 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 21190 0 0 0 5104 4 0 0 25 0 4 0 652682792 313344000 23522 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 306000

[startup+102.309 s]
/proc/loadavg: 6.76 2.38 0.98 9/257 13414
/proc/meminfo: memFree=21534120/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=318012 CPUtime=408.44 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 132894 0 0 0 40813 31 0 0 25 0 4 0 652682792 325644288 27011 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 79503 27011 378 95 0 74485 0
[pid=13364/tid=13365] ppid=13362 vsize=318012 CPUtime=102.3 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 35741 0 0 0 10222 8 0 0 25 0 4 0 652682792 325644288 27011 33554432000 4194304 4580107 140735476633264 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=318012 CPUtime=102.28 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 33084 0 0 0 10221 7 0 0 25 0 4 0 652682792 325644288 27011 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=318012 CPUtime=102.29 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 32361 0 0 0 10221 8 0 0 25 0 4 0 652682792 325644288 27011 33554432000 4194304 4580107 140735476633264 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.44
Current children cumulated vsize (KiB) 318012

[startup+162.3 s]

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

[pid=13364] ppid=13362 vsize=475808 CPUtime=2803.9 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 409757 0 0 0 280255 135 0 0 25 0 4 0 652682792 487227392 62713 33554432000 4194304 4580107 140735476633264 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 118952 62713 378 95 0 113934 0
[pid=13364/tid=13365] ppid=13362 vsize=475808 CPUtime=702.3 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 103696 0 0 0 70198 32 0 0 25 0 4 0 652682792 487227392 62713 33554432000 4194304 4580107 140735476633264 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=475808 CPUtime=702.2 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 99820 0 0 0 70187 33 0 0 25 0 4 0 652682792 487227392 62713 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=475808 CPUtime=702.28 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 105590 0 0 0 70191 37 0 0 25 0 4 0 652682792 487227392 62713 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2803.9
Current children cumulated vsize (KiB) 475808

[startup+762.309 s]
/proc/loadavg: 8.24 7.63 4.67 9/257 13432
/proc/meminfo: memFree=21191680/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=539492 CPUtime=3043.46 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 427701 0 0 0 304204 142 0 0 25 0 4 0 652682792 552439808 67314 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 134873 67314 378 95 0 129855 0
[pid=13364/tid=13365] ppid=13362 vsize=539492 CPUtime=762.32 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 108565 0 0 0 76198 34 0 0 25 0 4 0 652682792 552439808 67314 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=539492 CPUtime=762.21 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 103413 0 0 0 76187 34 0 0 25 0 4 0 652682792 552439808 67314 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=539492 CPUtime=762.29 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 111161 0 0 0 76190 39 0 0 25 0 4 0 652682792 552439808 67314 33554432000 4194304 4580107 140735476633264 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3043.46
Current children cumulated vsize (KiB) 539492

[startup+822.3 s]
/proc/loadavg: 8.09 7.69 4.88 9/257 13433
/proc/meminfo: memFree=21138956/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=508180 CPUtime=3282.98 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 447273 0 0 0 328150 148 0 0 25 0 4 0 652682792 520376320 76478 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 127045 76478 378 95 0 122027 0
[pid=13364/tid=13365] ppid=13362 vsize=508180 CPUtime=822.3 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 113640 0 0 0 82195 35 0 0 25 0 4 0 652682792 520376320 76478 33554432000 4194304 4580107 140735476633264 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=508180 CPUtime=822.19 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 109057 0 0 0 82184 35 0 0 25 0 4 0 652682792 520376320 76478 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=508180 CPUtime=822.27 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 115708 0 0 0 82186 41 0 0 25 0 4 0 652682792 520376320 76478 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3282.98
Current children cumulated vsize (KiB) 508180

[startup+882.3 s]
/proc/loadavg: 8.22 7.80 5.09 9/257 13435
/proc/meminfo: memFree=21128520/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=508308 CPUtime=3522.53 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 468133 0 0 0 352095 158 0 0 25 0 4 0 652682792 520507392 74226 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294551 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 127077 74226 378 95 0 122059 0
[pid=13364/tid=13365] ppid=13362 vsize=508308 CPUtime=882.31 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 118771 0 0 0 88193 38 0 0 25 0 4 0 652682792 520507392 74226 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=508308 CPUtime=882.19 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 114093 0 0 0 88182 37 0 0 25 0 4 0 652682792 520507392 74226 33554432000 4194304 4580107 140735476633264 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=508308 CPUtime=882.28 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 121072 0 0 0 88183 45 0 0 25 0 4 0 652682792 520507392 74226 33554432000 4194304 4580107 140735476633264 18446744073709551615 4305156 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3522.53
Current children cumulated vsize (KiB) 508308

[startup+942.301 s]
/proc/loadavg: 8.08 7.84 5.27 9/257 13436
/proc/meminfo: memFree=21060044/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=483028 CPUtime=3762.08 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 486036 0 0 0 376042 166 0 0 25 0 4 0 652682792 494620672 76531 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 120757 76531 378 95 0 115739 0
[pid=13364/tid=13365] ppid=13362 vsize=483028 CPUtime=942.31 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 123936 0 0 0 94190 41 0 0 25 0 4 0 652682792 494620672 76531 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=483028 CPUtime=942.18 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 119203 0 0 0 94178 40 0 0 25 0 4 0 652682792 494620672 76531 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=483028 CPUtime=942.28 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 123786 0 0 0 94182 46 0 0 25 0 4 0 652682792 494620672 76531 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.08
Current children cumulated vsize (KiB) 483028

[startup+1002.3 s]
/proc/loadavg: 8.12 7.89 5.45 9/257 13438
/proc/meminfo: memFree=21052336/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=509024 CPUtime=4001.63 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 500405 0 0 0 399990 173 0 0 25 0 4 0 652682792 521240576 78124 33554432000 4194304 4580107 140735476633264 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 127256 78124 378 95 0 122238 0
[pid=13364/tid=13365] ppid=13362 vsize=509024 CPUtime=1002.31 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 127857 0 0 0 100188 43 0 0 25 0 4 0 652682792 521240576 78124 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=509024 CPUtime=1002.17 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 122974 0 0 0 100175 42 0 0 25 0 4 0 652682792 521240576 78124 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=509024 CPUtime=1002.27 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 126609 0 0 0 100180 47 0 0 25 0 4 0 652682792 521240576 78124 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4001.63
Current children cumulated vsize (KiB) 509024

[startup+1062.3 s]
/proc/loadavg: 8.12 7.93 5.61 9/257 13440
/proc/meminfo: memFree=21084060/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=509484 CPUtime=4241.18 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 520625 0 0 0 423936 182 0 0 25 0 4 0 652682792 521711616 71040 33554432000 4194304 4580107 140735476633264 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 127371 71040 378 95 0 122353 0
[pid=13364/tid=13365] ppid=13362 vsize=509484 CPUtime=1062.31 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 133193 0 0 0 106186 45 0 0 25 0 4 0 652682792 521711616 71040 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=509484 CPUtime=1062.17 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 127697 0 0 0 106173 44 0 0 25 0 4 0 652682792 521711616 71040 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=509484 CPUtime=1062.27 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 131675 0 0 0 106178 49 0 0 25 0 4 0 652682792 521711616 71040 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4241.18
Current children cumulated vsize (KiB) 509484

[startup+1122.3 s]
/proc/loadavg: 8.18 7.98 5.77 9/257 13441
/proc/meminfo: memFree=21016820/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=496696 CPUtime=4480.72 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 538640 0 0 0 447880 192 0 0 25 0 4 0 652682792 508616704 75196 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 124174 75196 378 95 0 119156 0
[pid=13364/tid=13365] ppid=13362 vsize=496696 CPUtime=1122.32 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 138374 0 0 0 112184 48 0 0 25 0 4 0 652682792 508616704 75196 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=496696 CPUtime=1122.15 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 131795 0 0 0 112168 47 0 0 25 0 4 0 652682792 508616704 75196 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=496696 CPUtime=1122.27 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 135432 0 0 0 112176 51 0 0 25 0 4 0 652682792 508616704 75196 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4480.72
Current children cumulated vsize (KiB) 496696

[startup+1182.3 s]
/proc/loadavg: 8.10 8.00 5.92 9/257 13443
/proc/meminfo: memFree=21074592/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=496940 CPUtime=4720.28 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 555561 0 0 0 471827 201 0 0 25 0 4 0 652682792 508866560 72320 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 124235 72320 378 95 0 119217 0
[pid=13364/tid=13365] ppid=13362 vsize=496940 CPUtime=1182.31 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 141598 0 0 0 118181 50 0 0 25 0 4 0 652682792 508866560 72320 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=496940 CPUtime=1182.15 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 136589 0 0 0 118166 49 0 0 25 0 4 0 652682792 508866560 72320 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=496940 CPUtime=1182.27 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 140580 0 0 0 118174 53 0 0 25 0 4 0 652682792 508866560 72320 33554432000 4194304 4580107 140735476633264 18446744073709551615 4293067 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4720.28
Current children cumulated vsize (KiB) 496940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.31 s]
/proc/loadavg: 8.14 8.02 5.96 9/257 13443
/proc/meminfo: memFree=21037880/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=510212 CPUtime=4800.17 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 560335 0 0 0 479814 203 0 0 25 0 4 0 652682792 522457088 74333 33554432000 4194304 4580107 140735476633264 18446744073709551615 4296730 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 127553 74333 378 95 0 122535 0
[pid=13364/tid=13365] ppid=13362 vsize=510212 CPUtime=1202.33 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 141598 0 0 0 120183 50 0 0 25 0 4 0 652682792 522457088 74333 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=510212 CPUtime=1202.17 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 137360 0 0 0 120167 50 0 0 25 0 4 0 652682792 522457088 74333 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=510212 CPUtime=1202.3 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 142566 0 0 0 120175 55 0 0 25 0 4 0 652682792 522457088 74333 33554432000 4194304 4580107 140735476633264 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 510212

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

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

[startup+1202.31 s]
/proc/loadavg: 8.14 8.02 5.96 9/257 13443
/proc/meminfo: memFree=21037880/32951124 swapFree=67056788/67111528
[pid=13364] ppid=13362 vsize=510212 CPUtime=4800.17 cores=0,2,4,6
/proc/13364/stat : 13364 (strangenight2-m) R 13362 13364 13336 0 -1 4202496 560335 0 0 0 479814 203 0 0 25 0 4 0 652682792 522457088 74333 33554432000 4194304 4580107 140735476633264 18446744073709551615 4296730 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13364/statm: 127553 74333 378 95 0 122535 0
[pid=13364/tid=13365] ppid=13362 vsize=510212 CPUtime=1202.33 cores=0,2,4,6
/proc/13364/task/13365/stat : 13365 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 141598 0 0 0 120183 50 0 0 25 0 4 0 652682792 522457088 74333 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13364/tid=13366] ppid=13362 vsize=510212 CPUtime=1202.17 cores=0,2,4,6
/proc/13364/task/13366/stat : 13366 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 137360 0 0 0 120167 50 0 0 25 0 4 0 652682792 522457088 74333 33554432000 4194304 4580107 140735476633264 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13364/tid=13367] ppid=13362 vsize=510212 CPUtime=1202.3 cores=0,2,4,6
/proc/13364/task/13367/stat : 13367 (strangenight2-m) R 13362 13364 13336 0 -1 4202560 142566 0 0 0 120175 55 0 0 25 0 4 0 652682792 522457088 74333 33554432000 4194304 4580107 140735476633264 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 510212

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.34
CPU time (s): 4800.23
CPU user time (s): 4798.18
CPU system time (s): 2.05269
CPU usage (%): 399.241
Max. virtual memory (cumulated for all children) (KiB): 561008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.18
system time used= 2.05269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560337
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= 300
involuntary context switches= 81540

runsolver used 2.6346 second user time and 6.34903 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 00:07:29
IDJOB=3366624
IDBENCH=83033
IDSOLVER=1844
FILE ID=node133/3366624-1305410849
RUNJOBID= node133-1305410848-13354
PBS_JOBID= 13324520
Free space on /tmp= 73652 MiB

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

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

MD5SUM BENCH= 7f4758baa378252dd3709cff507a5405
RANDOM SEED=336694040

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21757640 kB
Buffers:        275308 kB
Cached:        3213688 kB
SwapCached:       8724 kB
Active:        8495308 kB
Inactive:      2418160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21757640 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            5880 kB
Writeback:           0 kB
AnonPages:     7421740 kB
Mapped:          20248 kB
Slab:           194664 kB
PageTables:      23560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19195484 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73644 MiB
End job on node133 at 2011-05-15 00:27:33