Trace number 3174081

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.25 1201.83

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1018943457-089.SATISFIABLE.cnf
MD5SUM7cd6933caf30eeec07acd345d22c5bcd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.157975
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174081-1304088234.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.01	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.01	c -- vars added         70
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
0.38/0.14	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
0.38/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.38/0.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.38/0.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.57/0.95	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.95	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.95	c calculated reachability. Time: 0.00
3.57/0.95	c Calc default polars -  time:   0.00 s pos:      36 undec:       1 neg:      33
3.57/0.95	c =========================================================================================
3.57/0.95	c types(t): F = full restart, N = normal restart
3.57/0.95	c types(t): S = simplification begin/end, E = solution found
3.57/0.95	c restart types(rt): st = static, dy = dynamic
3.57/0.95	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.95	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
3.57/0.95	c  N dy    12      4161        70      6230         0      3769     43610     93858     21.66     22.80
3.57/0.95	c  N dy    21     10316        70      6230         0      7094     43610    165070     20.78     21.96
3.57/0.95	c  N dy    27     14802        70      6230         0      7302     43610    159336     20.59     21.73
3.57/0.99	c  N dy    35     22021        70      6230         0      8714     43610    178628     20.29     21.39
4.40/1.14	c  F st    47     25000        70      6230         0     11426     43610    244414     20.38     21.28
4.78/1.20	c  N st    50     26190        70      6230         0      6345     43610    112757     20.38   no data
5.18/1.36	c  S st    53     30002        70      6230         0      9779     43610    194613     20.38   no data
5.57/1.40	c  S st    53     30506        70      6230         0     10246     43610    206174     20.38   no data
5.57/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.57/1.40	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.57/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.57/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.57/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.37/1.61	c lits-rem:       141  cl-subs:      916  v-elim:      0  v-fix:    0  time:  0.19 s
7.17/1.85	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.25
7.17/1.86	c calculated reachability. Time: 0.00
7.17/1.86	c  N dy    53     30506        70      6230         0      9330     43610    183775     20.38   no data
7.97/2.09	c  N dy    74     34820        70      6230         0     13233     43610    279052     20.54     21.68
9.16/2.30	c  N dy    80     39076        70      6230         0      9966     43610    185163     20.45     21.55
9.96/2.53	c  N dy    89     43201        70      6230         0     13685     43610    273453     20.41     21.68
10.36/2.69	c  S st   102     45759        70      6230         0     16011     43610    329527     20.47     19.68
10.76/2.74	c  S st   102     46262        70      6230         0      8407     43610    137351     20.47   no data
10.76/2.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.76/2.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.76/2.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.76/2.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.76/2.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.76/2.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
10.76/2.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.76/2.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.76/2.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.76/2.78	c lits-rem:         3  cl-subs:       38  v-elim:      0  v-fix:    0  time:  0.03 s
10.76/2.78	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
10.76/2.78	c vivif2 --  cl tried     8369 cl shrink        0 lits rem          0 time: 0.00
11.96/3.01	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.23
11.96/3.01	c calculated reachability. Time: 0.00
11.96/3.01	c  N dy   102     46262        70      6230         0      8369     43610    136271     20.47   no data
13.19/3.30	c  N dy   105     52032        70      6230         0     13510     43610    255935     20.31     21.39
13.96/3.59	c  N dy   118     56038        70      6230         0     17127     43610    341658     20.33     21.46
15.16/3.84	c  N dy   146     60066        70      6230         0     11820     43610    209412     20.43     21.52
16.36/4.12	c  N dy   155     64630        70      6230         0     15957     43610    307670     20.42     21.51
17.57/4.45	c  N dy   188     68848        70      6230         0     19820     43610    402405     20.52     21.69
17.96/4.50	c  S st   192     69393        70      6230         0     10353     43610    159618     20.53     20.20
17.96/4.53	c  S st   192     69897        70      6230         0     10821     43610    171169     20.53   no data
17.96/4.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.96/4.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.96/4.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.96/4.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.96/4.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.96/4.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.96/4.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.96/4.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.96/4.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.36/4.60	c lits-rem:        20  cl-subs:      138  v-elim:      0  v-fix:    0  time:  0.06 s
18.36/4.61	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
18.36/4.61	c vivif2 --  cl tried    10683 cl shrink        0 lits rem          0 time: 0.00
19.16/4.87	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.27
19.16/4.87	c calculated reachability. Time: 0.00
19.16/4.87	c  N dy   192     69897        70      6230         0     10683     43610    167296     20.53   no data
20.76/5.24	c  N dy   198     76086        70      6230         0     16281     43610    298843     20.46     21.58
23.55/5.98	c  F st   213     87501        70      6230         0     15719     43610    274876     20.33     17.60
23.55/5.98	c  N st   213     87501        70      6230         0     15719     43610    274876     20.33     17.60
25.15/6.36	c  N dy   222     93092        70      6230         0     20748     43610    397906     20.34     22.94
27.54/6.96	c  N dy   245    101091        70      6230         0     16240     43610    276312     20.35     21.44
28.75/7.22	c  S st   257    104846        70      6230         0     19653     43610    358570     20.36     20.33
28.75/7.27	c  S st   257    105347        70      6230         0     20117     43610    370087     20.36   no data
28.75/7.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.75/7.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
28.75/7.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.75/7.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.75/7.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.75/7.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
28.75/7.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.75/7.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.75/7.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.14/7.80	c lits-rem:       299  cl-subs:     1851  v-elim:      0  v-fix:    0  time:  0.51 s
31.14/7.80	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
31.14/7.80	c vivif2 --  cl tried    18266 cl shrink        0 lits rem          0 time: 0.00
32.34/8.17	c asymm  cl-useful: 0/5270/6230 lits-rem:0 time: 0.37
32.34/8.17	c calculated reachability. Time: 0.00
32.34/8.17	c  N dy   257    105347        70      6230         0     18266     43610    325374     20.36   no data
34.75/8.76	c  N dy   303    112094        70      6230         0     24382     43610    474368     20.45     22.09
37.13/9.33	c  N dy   348    119310        70      6230         0     18362     43610    318124     20.53     22.29
39.55/9.96	c  N dy   376    127023        70      6230         0     25349     43610    484897     20.55     22.15
41.93/10.55	c  N dy   396    135254        70      6230         0     19244     43610    324267     20.53     21.62
45.13/11.33	c  N dy   420    144901        70      6230         0     27961     43610    532484     20.52     21.63
47.94/12.08	c  N dy   473    154165        70      6230         0     21905     43610    378139     20.58     23.16
49.52/12.42	c  S st   493    158022        70      6230         0     25415     43610    463068     20.60     19.12
49.52/12.49	c  S st   493    158526        70      6230         0     25882     43610    474533     20.60   no data
49.52/12.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.92/12.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.92/12.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.92/12.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.92/12.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.92/12.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
49.92/12.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.92/12.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.92/12.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.74/13.24	c lits-rem:       267  cl-subs:     2256  v-elim:      0  v-fix:    0  time:  0.73 s
52.74/13.24	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
52.74/13.25	c vivif2 --  cl tried    23626 cl shrink        0 lits rem          0 time: 0.01
53.12/13.34	c asymm  cl-useful: 0/960/6230 lits-rem:0 time: 0.09
53.12/13.34	c calculated reachability. Time: 0.00
53.12/13.34	c  N dy   493    158526        70      6230         0     23626     43610    416395     20.60   no data
58.30/14.61	c  N dy   535    173186        70      6230         0     21574     43610    351607     20.58     21.70
63.90/16.01	c  N dy   561    189016        70      6230         0     19643     43610    294322     20.55     21.75
68.30/17.11	c  N dy   598    201586        70      6230         0     30996     43610    568396     20.56     21.66
73.50/18.47	c  N dy   616    216883        70      6230         0     27604     43610    470145     20.50     21.60
79.49/19.98	c  N dy   671    230796        70      6230         0     22203     43610    336461     20.49     22.77
82.28/20.61	c  S st   689    237790        70      6230         0     28536     43610    488275     20.49     21.22
82.28/20.68	c  S st   689    238297        70      6230         0     29012     43610    499847     20.49   no data
82.28/20.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.28/20.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.28/20.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.28/20.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.28/20.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.28/20.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
82.28/20.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.68/20.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.68/20.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.87/21.58	c lits-rem:       313  cl-subs:     2253  v-elim:      0  v-fix:    0  time:  0.87 s
85.87/21.58	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
85.87/21.59	c vivif2 --  cl tried    26759 cl shrink        0 lits rem          0 time: 0.00
87.49/21.97	c asymm  cl-useful: 0/4191/6230 lits-rem:0 time: 0.39
87.49/21.97	c calculated reachability. Time: 0.00
87.49/21.97	c  N dy   689    238297        70      6230         0     26759     43610    442473     20.49   no data
96.28/24.20	c  N dy   745    260739        70      6230         0     28120     43610    455849     20.46     21.59
103.86/26.04	c  N dy   819    277390        70      6230         0     23366     43610    335346     20.49     23.56
112.25/28.11	c  N dy   927    295152        70      6230         0     39456     43610    729315     20.57     23.48
117.04/29.31	c  F st   972    306253        70      6230         0     28827     43610    453511     20.59     21.41
120.23/30.18	c  N dy   993    314069        70      6230         0     35893     43610    625424     20.60     21.79
131.44/32.95	c  N dy  1009    341117        70      6230         0     38432     43610    663762     20.49     21.65
138.61/34.77	c  S st  1047    357445        70      6230         0     30581     43610    469850     20.48     18.73
139.01/34.85	c  S st  1047    357948        70      6230         0     31043     43610    481573     20.48   no data
139.01/34.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.01/34.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
139.01/34.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.01/34.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.01/34.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.01/34.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
139.01/34.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.01/34.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
139.01/34.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.60/35.77	c lits-rem:       262  cl-subs:     2201  v-elim:      0  v-fix:    0  time:  0.89 s
142.60/35.77	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
142.60/35.77	c vivif2 --  cl tried    28842 cl shrink        0 lits rem          0 time: 0.01
143.81/36.01	c asymm  cl-useful: 0/2039/6230 lits-rem:0 time: 0.24
143.81/36.02	c calculated reachability. Time: 0.00
143.81/36.02	c  N dy  1047    357948        70      6230         0     28842     43610    430629     20.48   no data
156.99/39.34	c  N dy  1105    386244        70      6230         0     31078     43610    466355     20.44     21.56
175.39/43.97	c  N dy  1111    424618        70      6230         0     41028     43610    673774     20.24     21.31
187.75/47.02	c  N dy  1202    446925        70      6230         0     36201     43610    567784     20.27     21.43
200.12/50.19	c  N dy  1276    469097        70      6230         0     30115     43610    405808     20.27     21.43
211.71/53.06	c  N dy  1388    489141        70      6230         0     48316     43610    849600     20.32     21.43
223.71/56.04	c  N dy  1503    509146        70      6230         0     39347     43610    616713     20.35     21.48
235.28/58.94	c  N dy  1544    529199        70      6230         0     29411     43610    365098     20.33     22.90
238.87/59.89	c  S st  1592    536924        70      6230         0     36394     43610    535786     20.35     20.31
239.27/59.98	c  S st  1592    537432        70      6230         0     36862     43610    547547     20.35   no data
239.27/59.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
239.27/60.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
239.67/60.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.67/60.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
239.67/60.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.67/60.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
239.67/60.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
239.67/60.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
239.67/60.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.26/60.96	c lits-rem:       197  cl-subs:     1743  v-elim:      0  v-fix:    0  time:  0.94 s
243.26/60.96	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
243.26/60.97	c vivif2 --  cl tried    35119 cl shrink        0 lits rem          0 time: 0.01
244.06/61.17	c asymm  cl-useful: 0/1719/6230 lits-rem:0 time: 0.20
244.06/61.17	c calculated reachability. Time: 0.00
244.06/61.17	c  N dy  1592    537432        70      6230         0     35119     43610    503144     20.35   no data
257.23/64.47	c  N dy  1716    557499        70      6230         0     53290     43610    946049     20.39     22.87
269.23/67.46	c  N dy  1802    577524        70      6230         0     42594     43610    674076     20.41     21.57
285.22/71.48	c  N dy  1926    600483        70      6230         0     33524     43610    434617     20.45     21.55
296.38/74.22	c  N dy  1987    620564        70      6230         0     51657     43610    867505     20.43     21.60
310.36/77.78	c  N dy  2070    642695        70      6230         0     40947     43610    603694     20.44     21.74
325.54/81.51	c  N dy  2158    664496        70      6230         0     60519     43610   1071082     20.45     21.64
337.52/84.53	c  N dy  2226    684541        70      6230         0     47049     43610    735093     20.44     23.77
355.10/88.99	c  N dy  2338    704547        70      6230         0     32644     43610    375842     20.47     21.74
372.66/93.30	c  N dy  2442    731157        70      6230         0     56633     43610    955145     20.48     21.59
386.66/96.87	c  N dy  2491    752299        70      6230         0     42283     43610    591643     20.47     21.67
409.00/102.40	c  N dy  2586    784404        70      6230         0     36981     43610    451596     20.47     21.64
421.41/105.60	c  N dy  2669    804472        70      6230         0     55131     43610    891134     20.48     24.48
422.99/105.95	c  S st  2681    806150        70      6230         0     56672     43610    929163     20.48   no data
423.79/106.11	c  S st  2681    806651        70      6230         0     57128     43610    940749     20.48   no data
423.79/106.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
423.79/106.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
423.79/106.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
423.79/106.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
423.79/106.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
423.79/106.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
423.79/106.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
423.79/106.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
423.79/106.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
438.57/109.90	c lits-rem:       581  cl-subs:     5134  v-elim:      0  v-fix:    0  time:  3.72 s
438.57/109.90	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
438.98/109.91	c vivif2 --  cl tried    51994 cl shrink        0 lits rem          0 time: 0.01
439.76/110.17	c asymm  cl-useful: 0/1114/6230 lits-rem:0 time: 0.26
439.76/110.18	c calculated reachability. Time: 0.00
439.76/110.18	c  N dy  2681    806651        70      6230         0     51994     43610    815604     20.48   no data
464.52/116.36	c  N dy  2790    840740        70      6230         0     47623     43610    684530     20.46     21.56
481.70/120.66	c  N dy  2897    860827        70      6230         0     65847     43610   1129244     20.48     21.63
497.27/124.59	c  N dy  3011    881046        70      6230         0     48213     43610    702103     20.50     21.60
515.64/129.17	c  N dy  3104    903793        70      6230         0     68756     43610   1199582     20.51     21.66
531.64/133.12	c  N dy  3191    924108        70      6230         0     50171     43610    733574     20.52     21.68
549.21/137.50	c  N dy  3308    944382        70      6230         0     68534     43610   1182936     20.54     21.63
565.16/141.54	c  N dy  3369    965113        70      6230         0     49326     43610    698939     20.54     21.67
581.54/145.60	c  N dy  3445    985213        70      6230         0     67474     43610   1138706     20.54     21.70
600.32/150.38	c  N dy  3505   1009680        70      6230         0     50602     43610    713101     20.53     21.90
620.68/155.41	c  N dy  3592   1033639        70      6230         0     72217     43610   1235330     20.54     21.88
637.85/159.79	c  N dy  3682   1053706        70      6230         0     50672     43610    711679     20.56     22.04
652.63/163.49	c  F st  3747   1071879        70      6230         0     67074     43610   1108810     20.56   no data
654.65/163.92	c  N st  3751   1073913        70      6230         0     68888     43610   1153242     20.56   no data
673.00/168.59	c  N dy  3813   1094213        70      6230         0     46624     43610    595938     20.57     21.69
687.37/172.18	c  N dy  3867   1114260        70      6230         0     64688     43610   1032915     20.57     23.40
709.73/177.74	c  N dy  3938   1136528        70      6230         0     43325     43610    502674     20.57     21.70
732.10/183.31	c  N dy  3984   1168135        70      6230         0     71684     43610   1172677     20.54     21.66
763.66/191.25	c  N dy  4009   1209976        70      6230         0     66712     43610   1031534     20.48     16.96
763.66/191.25	c  S st  4009   1209976        70      6230         0     66712     43610   1031534     20.48     16.96
764.47/191.47	c  S st  4009   1210479        70      6230         0     67175     43610   1043349     20.48   no data
764.47/191.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
764.85/191.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
764.85/191.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
764.85/191.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
764.85/191.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
764.85/191.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
764.85/191.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
764.85/191.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
764.85/191.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
827.15/207.18	c lits-rem:       903  cl-subs:     7664  v-elim:      0  v-fix:    0  time: 15.61 s
827.15/207.18	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
827.15/207.19	c vivif2 --  cl tried    59511 cl shrink        0 lits rem          0 time: 0.01
829.15/207.65	c asymm  cl-useful: 0/939/6230 lits-rem:0 time: 0.46
829.15/207.65	c calculated reachability. Time: 0.00
829.15/207.65	c  N dy  4009   1210479        70      6230         0     59511     43610    881306     20.48   no data
852.33/213.48	c  N dy  4093   1230578        70      6230         0     77669     43610   1321422     20.48     22.03
871.87/218.34	c  N dy  4205   1250608        70      6230         0     53039     43610    720520     20.50     23.69
891.05/223.15	c  N dy  4346   1270656        70      6230         0     71190     43610   1168486     20.52     21.75
914.61/229.04	c  N dy  4434   1291971        70      6230         0     46495     43610    542701     20.53     21.73
933.77/233.87	c  N dy  4562   1316290        70      6230         0     68471     43610   1080871     20.54     21.93
959.73/240.38	c  N dy  4658   1336648        70      6230         0     86888     43610   1530034     20.55     21.64
988.51/247.57	c  N dy  4758   1366201        70      6230         0     68367     43610   1054725     20.55     21.69
1012.45/253.51	c  N dy  4860   1386582        70      6230         0     86796     43610   1506324     20.56     21.88
1030.42/258.06	c  N dy  4946   1406597        70      6230         0     58992     43610    819917     20.57     22.16
1052.79/263.66	c  N dy  5013   1431208        70      6230         0     81184     43610   1355193     20.57     21.70
1074.76/269.16	c  N dy  5071   1453331        70      6230         0     54137     43610    681802     20.56     21.79
1096.32/274.55	c  N dy  5163   1477223        70      6230         0     75623     43610   1199254     20.56     21.72
1129.08/282.79	c  N dy  5243   1507142        70      6230         0     54817     43610    685782     20.56     21.69
1146.65/287.19	c  N dy  5315   1527207        70      6230         0     72843     43610   1120875     20.56     21.69
1170.19/293.00	c  N dy  5328   1550528        70      6230         0     93613     43610   1605163     20.54     21.64
1190.58/298.18	c  N dy  5458   1570569        70      6230         0     63365     43610    892371     20.55     22.18
1210.53/303.14	c  N dy  5504   1591156        70      6230         0     81807     43610   1333538     20.55     21.65
1239.28/310.39	c  N dy  5597   1615157        70      6230         0     53929     43610    641972     20.55     21.69
1258.05/315.03	c  N dy  5718   1635162        70      6230         0     71993     43610   1086076     20.57     23.48
1282.83/321.27	c  N dy  5844   1655182        70      6230         0     90080     43610   1532289     20.58     21.78
1306.78/327.29	c  N dy  5875   1680746        70      6230         0     62542     43610    832736     20.56     21.67
1325.16/331.83	c  N dy  5927   1701054        70      6230         0     80852     43610   1277569     20.56     21.71
1338.33/335.14	c  S st  5991   1710480        70      6230         0     89369     43610   1486624     20.57   no data
1339.54/335.40	c  S st  5991   1710984        70      6230         0     89833     43610   1498211     20.57   no data
1339.54/335.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1339.54/335.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1339.54/335.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1339.54/335.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1339.54/335.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1339.54/335.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1339.54/335.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1339.54/335.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1339.94/335.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1412.61/353.76	c lits-rem:      1056  cl-subs:     9491  v-elim:      0  v-fix:    0  time: 18.24 s
1412.61/353.77	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1412.61/353.79	c vivif2 --  cl tried    80342 cl shrink        0 lits rem          0 time: 0.02
1415.01/354.37	c asymm  cl-useful: 0/684/6230 lits-rem:0 time: 0.58
1415.01/354.37	c calculated reachability. Time: 0.00
1415.01/354.37	c  N dy  5991   1710984        70      6230         0     80342     43610   1273450     20.57   no data
1449.77/363.08	c  N dy  6039   1731055        70      6230         0     98355     43610   1701787     20.56     22.61
1481.70/371.03	c  N dy  6178   1753814        70      6230         0     68162     43610    977445     20.58     21.75
1506.89/377.34	c  N dy  6284   1775200        70      6230         0     87451     43610   1448919     20.58     21.68
1533.62/384.04	c  N dy  6347   1795288        70      6230         0     53481     43610    598704     20.59     22.24
1550.82/388.36	c  N dy  6425   1815380        70      6230         0     71563     43610   1035066     20.59     22.15
1576.77/394.82	c  N dy  6541   1835429        70      6230         0     89651     43610   1476830     20.59     23.19
1607.93/402.66	c  N dy  6615   1855501        70      6230         0     54659     43610    613933     20.60     23.57
1626.28/407.26	c  N dy  6671   1877145        70      6230         0     74140     43610   1085383     20.60     21.81
1644.25/411.72	c  N dy  6678   1897178        70      6230         0     92059     43610   1516314     20.58     21.84
1675.80/419.68	c  N dy  6705   1924760        70      6230         0     62852     43610    792271     20.57     21.68
1699.37/425.57	c  N dy  6861   1944830        70      6230         0     81049     43610   1245012     20.58     22.09
1730.12/433.21	c  N dy  6978   1967598        70      6230         0    101566     43610   1745560     20.59     21.68
1756.47/439.90	c  N dy  7098   1987703        70      6230         0     64836     43610    834123     20.60     21.69
1779.26/445.58	c  N dy  7206   2008129        70      6230         0     83292     43610   1286651     20.61     21.81
1806.79/452.42	c  N dy  7284   2028153        70      6230         0    101333     43610   1725565     20.61     21.86
1833.55/459.12	c  N dy  7366   2048185        70      6230         0     63532     43610    789193     20.62     24.21
1855.11/464.53	c  N dy  7470   2068262        70      6230         0     81668     43610   1235719     20.62     22.95
1883.47/471.68	c  N dy  7593   2088328        70      6230         0     99755     43610   1682161     20.64     23.23
1914.62/479.41	c  N dy  7674   2108765        70      6230         0     61346     43610    722577     20.64     22.04
1933.40/484.14	c  N dy  7737   2128821        70      6230         0     79273     43610   1152677     20.64     22.52
1958.15/490.37	c  N dy  7839   2148835        70      6230         0     97405     43610   1601982     20.65     21.75
1991.70/498.72	c  N dy  7921   2168870        70      6230         0     57788     43610    624832     20.65     21.74
2009.66/503.21	c  N dy  7971   2189020        70      6230         0     75876     43610   1061685     20.65     21.75
2033.23/509.15	c  N dy  8017   2210984        70      6230         0     95409     43610   1520603     20.64     17.71
2033.23/509.15	c  S st  8017   2210984        70      6230         0     95409     43610   1520603     20.64     17.71
2034.43/509.44	c  S st  8017   2211485        70      6230         0     95860     43610   1531979     20.64   no data
2034.43/509.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2034.43/509.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2034.43/509.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2034.43/509.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2034.43/509.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2034.43/509.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2034.43/509.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2034.83/509.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2034.83/509.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2089.14/523.13	c lits-rem:      1141  cl-subs:    10260  v-elim:      0  v-fix:    0  time: 13.57 s
2089.14/523.13	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2089.14/523.16	c vivif2 --  cl tried    85600 cl shrink        0 lits rem          0 time: 0.02
2090.75/523.59	c asymm  cl-useful: 0/658/6230 lits-rem:0 time: 0.44
2090.75/523.60	c calculated reachability. Time: 0.00
2090.75/523.60	c  N dy  8017   2211485        70      6230         0     85600     43610   1295440     20.64   no data
2126.67/532.53	c  N dy  8063   2231519        70      6230         0    103526     43610   1725311     20.63     24.00
2162.22/541.43	c  N dy  8133   2251587        70      6230         0     63846     43610    768509     20.64     22.55
2197.37/550.20	c  N dy  8261   2284014        70      6230         0     92958     43610   1476185     20.64     21.93
2229.31/558.21	c  N dy  8339   2304087        70      6230         0    111079     43610   1916053     20.64     23.03
2253.30/564.23	c  N dy  8411   2324166        70      6230         0     70114     43610    903972     20.65     22.25
2278.04/570.41	c  N dy  8525   2344539        70      6230         0     88445     43610   1353570     20.65     21.81
2311.58/578.81	c  N dy  8689   2364548        70      6230         0    106558     43610   1806339     20.67     22.85
2347.13/587.78	c  N dy  8757   2390065        70      6230         0     69194     43610    855689     20.67     21.79
2404.24/602.05	c  N dy  8799   2441465        70      6230         0    114902     43610   1920321     20.63     21.79
2437.01/610.20	c  N dy  8886   2468751        70      6230         0     78606     43610   1075795     20.63     21.73
2463.37/616.89	c  N dy  8988   2488834        70      6230         0     96724     43610   1519543     20.63     23.92
2508.13/628.00	c  N dy  9040   2520599        70      6230         0     63334     43610    695615     20.62     21.77
2529.69/633.47	c  N dy  9152   2540673        70      6230         0     81486     43610   1143255     20.63     22.58
2556.86/640.24	c  N dy  9251   2560677        70      6230         0     99584     43610   1587878     20.64     23.22
2588.00/648.06	c  N dy  9322   2580704        70      6230         0    117593     43610   2026290     20.64     23.36
2618.75/655.79	c  N dy  9426   2601333        70      6230         0     73244     43610    924837     20.64     21.86
2642.72/661.72	c  N dy  9486   2621963        70      6230         0     91775     43610   1371300     20.64     21.99
2671.48/668.92	c  N dy  9552   2642818        70      6230         0    110516     43610   1827548     20.64     21.78
2707.04/677.85	c  N dy  9617   2663798        70      6230         0     65517     43610    720903     20.65     21.79
2730.20/683.61	c  N dy  9733   2683806        70      6230         0     83588     43610   1167645     20.65     22.07
2756.17/690.11	c  N dy  9816   2703839        70      6230         0    101654     43610   1607857     20.66     21.98
2767.78/693.01	c  S st  9837   2711485        70      6230         0    108553     43610   1775001     20.66     19.84
2768.95/693.34	c  S st  9837   2711990        70      6230         0    109017     43610   1786812     20.66   no data
2768.95/693.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2769.35/693.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2769.35/693.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2769.35/693.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2769.35/693.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2769.35/693.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2769.35/693.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2769.35/693.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2769.35/693.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2827.68/708.08	c lits-rem:      1112  cl-subs:    10232  v-elim:      0  v-fix:    0  time: 14.60 s
2827.68/708.08	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2828.08/708.11	c vivif2 --  cl tried    98785 cl shrink        0 lits rem          0 time: 0.03
2829.67/708.59	c asymm  cl-useful: 0/579/6230 lits-rem:0 time: 0.48
2829.67/708.59	c calculated reachability. Time: 0.00
2829.67/708.59	c  N dy  9837   2711990        70      6230         0     98785     43610   1533060     20.66   no data
2876.01/720.19	c  N dy  9923   2732478        70      6230         0    117184     43610   1983019     20.66     21.91
2927.53/733.09	c  N dy 10035   2753487        70      6230         0     71786     43610    866231     20.66     21.78
2962.29/741.74	c  N dy 10114   2778983        70      6230         0     94700     43610   1417965     20.66     21.81
3003.44/752.05	c  N dy 10186   2807896        70      6230         0    120633     43610   2047349     20.66     21.80
3035.41/760.03	c  N dy 10263   2828001        70      6230         0     73367     43610    890821     20.67     21.81
3058.96/765.94	c  N dy 10339   2848062        70      6230         0     91385     43610   1328589     20.67     22.64
3092.11/774.25	c  N dy 10452   2868972        70      6230         0    110266     43610   1792608     20.67     21.86
3129.26/783.55	c  N dy 10498   2892731        70      6230         0    131501     43610   2301823     20.67     21.78
3162.43/791.89	c  N dy 10576   2921793        70      6230         0     91103     43610   1295686     20.66     21.76
3209.56/803.69	c  N dy 10635   2956376        70      6230         0    121944     43610   2033151     20.66     21.89
3248.70/813.45	c  N dy 10774   2976466        70      6230         0     72898     43610    857213     20.66     22.79
3273.47/819.69	c  N dy 10876   2997200        70      6230         0     91588     43610   1316904     20.67     21.92
3300.63/826.48	c  N dy 10914   3017294        70      6230         0    109483     43610   1739990     20.66     21.83
3357.75/840.75	c  N dy 11050   3049504        70      6230         0     70304     43610    775618     20.67     21.88
3384.52/847.40	c  N dy 11116   3074252        70      6230         0     92506     43610   1309624     20.66     21.76
3412.08/854.32	c  N dy 11178   3094261        70      6230         0    110445     43610   1743523     20.66     23.25
3449.63/863.70	c  N dy 11293   3114339        70      6230         0    128538     43610   2190600     20.67     23.10
3501.17/876.68	c  N dy 11381   3151517        70      6230         0     92596     43610   1286760     20.66     22.04
3531.51/884.23	c  N dy 11479   3171657        70      6230         0    110712     43610   1732002     20.67     21.82
3573.86/894.82	c  N dy 11616   3193289        70      6230         0    130234     43610   2215152     20.67     21.79
3610.21/903.97	c  S st 11748   3211990        70      6230         0     77081     43610    918373     20.68   no data
3611.02/904.20	c  S st 11748   3212494        70      6230         0     77541     43610    930177     20.68   no data
3611.42/904.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3611.42/904.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3611.42/904.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3611.42/904.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3611.42/904.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3611.42/904.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3611.42/904.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3611.42/904.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3611.42/904.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3619.39/906.22	c lits-rem:       147  cl-subs:     1606  v-elim:      0  v-fix:    0  time:  1.93 s
3619.39/906.22	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3619.39/906.23	c vivif2 --  cl tried    75935 cl shrink        0 lits rem          0 time: 0.01
3620.21/906.47	c asymm  cl-useful: 0/537/6230 lits-rem:0 time: 0.24
3620.21/906.47	c calculated reachability. Time: 0.00
3620.21/906.47	c  N dy 11748   3212494        70      6230         0     75935     43610    889798     20.68   no data
3646.17/913.00	c  N dy 11803   3235088        70      6230         0     96224     43610   1379156     20.68     22.00
3740.04/936.43	c  N dy 11870   3301958        70      6230         0     85005     43610   1079288     20.65     21.77
3775.98/945.43	c  N dy 11973   3326125        70      6230         0    106749     43610   1612382     20.65     21.78
3816.33/955.54	c  N dy 12094   3346164        70      6230         0    124802     43610   2057423     20.66     21.89
3863.06/967.20	c  N dy 12203   3367821        70      6230         0     72619     43610    784011     20.66     22.32
3885.83/972.92	c  N dy 12238   3390358        70      6230         0     92828     43610   1272462     20.66     21.78
3915.80/980.44	c  N dy 12308   3410374        70      6230         0    110796     43610   1706177     20.66     22.78
3955.34/990.35	c  N dy 12394   3432258        70      6230         0    130435     43610   2180538     20.66     21.78
3996.48/1000.69	c  N dy 12478   3453914        70      6230         0     77271     43610    885982     20.66     21.78
4026.04/1008.04	c  N dy 12575   3478309        70      6230         0     99245     43610   1424224     20.66     21.79
4062.40/1017.13	c  N dy 12716   3498349        70      6230         0    117365     43610   1873970     20.67     22.54
4102.33/1027.18	c  N dy 12800   3519298        70      6230         0    136234     43610   2337296     20.67     21.78
4140.28/1036.61	c  N dy 12872   3539317        70      6230         0     80469     43610    947558     20.68     24.44
4165.84/1043.04	c  N dy 12939   3559500        70      6230         0     98672     43610   1390434     20.68     21.89
4199.82/1051.60	c  N dy 13048   3580738        70      6230         0    117750     43610   1859891     20.68     21.80
4239.37/1061.46	c  N dy 13123   3603553        70      6230         0    138131     43610   2357088     20.68     21.83
4279.31/1071.42	c  N dy 13219   3623960        70      6230         0     81938     43610    971719     20.68     21.89
4307.65/1078.53	c  N dy 13316   3644431        70      6230         0    100358     43610   1423823     20.69     21.83
4355.59/1090.51	c  N dy 13378   3677790        70      6230         0    130162     43610   2140148     20.68     21.79
4402.72/1102.40	c  N dy 13449   3700014        70      6230         0    150091     43610   2623550     20.68     21.84
4421.49/1107.03	c  S st 13512   3712494        70      6230         0     85917     43610   1060486     20.69   no data
4422.29/1107.28	c  S st 13512   3712996        70      6230         0     86363     43610   1072037     20.69   no data
4422.29/1107.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4422.69/1107.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4422.69/1107.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4422.69/1107.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4422.69/1107.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4422.69/1107.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4422.69/1107.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4422.69/1107.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4422.69/1107.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4433.88/1110.10	c lits-rem:       186  cl-subs:     2384  v-elim:      0  v-fix:    0  time:  2.72 s
4433.88/1110.10	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4433.88/1110.12	c vivif2 --  cl tried    83979 cl shrink        0 lits rem          0 time: 0.02
4435.08/1110.44	c asymm  cl-useful: 0/795/6230 lits-rem:0 time: 0.32
4435.08/1110.44	c calculated reachability. Time: 0.00
4435.08/1110.44	c  N dy 13512   3712996        70      6230         0     83979     43610   1012834     20.69   no data
4464.64/1117.86	c  N dy 13624   3733233        70      6230         0    102177     43610   1463391     20.69     21.89
4496.20/1125.74	c  F st 13718   3751563        70      6230         0    118688     43610   1869910     20.70     17.87
4499.79/1126.64	c  N st 13722   3753595        70      6230         0    120509     43610   1915200     20.70   no data
4541.74/1137.11	c  N dy 13796   3774589        70      6230         0    139383     43610   2379911     20.70     21.93
4582.50/1147.36	c  N dy 13868   3794591        70      6230         0     81153     43610    932785     20.70     21.86
4613.26/1155.01	c  N dy 14000   3815839        70      6230         0    100277     43610   1406846     20.71     22.09
4644.02/1162.75	c  N dy 14073   3835915        70      6230         0    118357     43610   1847847     20.71     21.83
4691.13/1174.59	c  N dy 14203   3856744        70      6230         0    137163     43610   2316002     20.71     21.84
4740.28/1186.84	c  N dy 14282   3879699        70      6230         0     80423     43610    893431     20.71     21.81
4763.04/1192.59	c  N dy 14336   3899751        70      6230         0     98321     43610   1324504     20.71     21.81
4796.20/1200.83	c  N dy 14438   3919965        70      6230         0    116525     43610   1774420     20.71     21.86

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.64 7.79 7.94 5/178 12045
/proc/meminfo: memFree=26617176/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 409 0 0 0 0 0 0 0 22 0 4 0 520422087 52441088 348 33554432000 4194304 4627427 140735771975120 18446744073709551615 47941722527666 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 12803 348 299 106 0 7774 0
[pid=12045/tid=12046] ppid=12042 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 520422088 52441088 348 33554432000 4194304 4627427 140735771975120 18446744073709551615 47941722527666 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 520422088 52441088 348 33554432000 4194304 4627427 140735771975120 18446744073709551615 47941722527660 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 520422088 52441088 348 33554432000 4194304 4627427 140735771975120 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0209581 s]
/proc/loadavg: 6.64 7.79 7.94 5/178 12045
/proc/meminfo: memFree=26617176/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=281596 CPUtime=0.06 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 1275 0 0 0 6 0 0 0 24 0 4 0 520422087 288354304 1186 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 70399 1186 362 106 0 65370 0
[pid=12045/tid=12046] ppid=12042 vsize=281596 CPUtime=0.01 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 200 0 0 0 1 0 0 0 24 0 4 0 520422088 288354304 1186 33554432000 4194304 4627427 140735771975120 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=281596 CPUtime=0.01 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 206 0 0 0 1 0 0 0 24 0 4 0 520422088 288354304 1186 33554432000 4194304 4627427 140735771975120 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=281596 CPUtime=0.01 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 242 0 0 0 1 0 0 0 25 0 4 0 520422088 288354304 1186 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 281596

[startup+0.100944 s]
/proc/loadavg: 6.64 7.79 7.94 5/178 12045
/proc/meminfo: memFree=26617176/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=281596 CPUtime=0.38 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 1427 0 0 0 38 0 0 0 24 0 4 0 520422087 288354304 1338 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 70399 1338 364 106 0 65370 0
[pid=12045/tid=12046] ppid=12042 vsize=281596 CPUtime=0.09 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 214 0 0 0 9 0 0 0 24 0 4 0 520422088 288354304 1338 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=281596 CPUtime=0.09 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 218 0 0 0 9 0 0 0 24 0 4 0 520422088 288354304 1338 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=281596 CPUtime=0.09 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 359 0 0 0 9 0 0 0 25 0 4 0 520422088 288354304 1338 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 281596

[startup+0.30091 s]
/proc/loadavg: 6.64 7.79 7.94 5/178 12045
/proc/meminfo: memFree=26617176/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=282284 CPUtime=1.18 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 3536 0 0 0 118 0 0 0 18 0 4 0 520422087 289058816 2982 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 70571 2982 384 106 0 65542 0
[pid=12045/tid=12046] ppid=12042 vsize=282284 CPUtime=0.29 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 815 0 0 0 29 0 0 0 18 0 4 0 520422088 289058816 2982 33554432000 4194304 4627427 140735771975120 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=282284 CPUtime=0.29 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 836 0 0 0 29 0 0 0 18 0 4 0 520422088 289058816 2982 33554432000 4194304 4627427 140735771975120 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=282284 CPUtime=0.29 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 646 0 0 0 29 0 0 0 25 0 4 0 520422088 289058816 2982 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 282284

[startup+0.700843 s]
/proc/loadavg: 6.64 7.79 7.94 5/178 12045
/proc/meminfo: memFree=26617176/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=284804 CPUtime=2.77 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 5895 0 0 0 277 0 0 0 18 0 4 0 520422087 291639296 3422 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 71201 3422 384 106 0 66172 0
[pid=12045/tid=12046] ppid=12042 vsize=284804 CPUtime=0.69 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 1389 0 0 0 69 0 0 0 18 0 4 0 520422088 291639296 3422 33554432000 4194304 4627427 140735771975120 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=284804 CPUtime=0.69 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 1445 0 0 0 69 0 0 0 18 0 4 0 520422088 291639296 3422 33554432000 4194304 4627427 140735771975120 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=284804 CPUtime=0.68 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 1217 0 0 0 68 0 0 0 25 0 4 0 520422088 291639296 3422 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284804

[startup+1.50071 s]
/proc/loadavg: 6.64 7.79 7.94 9/182 12049
/proc/meminfo: memFree=26594704/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=285612 CPUtime=5.97 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 10476 0 0 0 596 1 0 0 19 0 4 0 520422087 292466688 5618 33554432000 4194304 4627427 140735771975120 18446744073709551615 4420146 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 71403 5618 388 106 0 66374 0
[pid=12045/tid=12046] ppid=12042 vsize=285612 CPUtime=1.49 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 2305 0 0 0 149 0 0 0 19 0 4 0 520422088 292466688 5618 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=285612 CPUtime=1.49 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 2309 0 0 0 149 0 0 0 19 0 4 0 520422088 292466688 5618 33554432000 4194304 4627427 140735771975120 18446744073709551615 4333149 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=285612 CPUtime=1.48 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 1867 0 0 0 148 0 0 0 25 0 4 0 520422088 292466688 5618 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285612

[startup+3.10043 s]
/proc/loadavg: 6.64 7.79 7.94 9/182 12049
/proc/meminfo: memFree=26568788/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=303828 CPUtime=12.36 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 18911 0 0 0 1234 2 0 0 25 0 4 0 520422087 311119872 11166 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 75957 11166 388 106 0 70928 0
[pid=12045/tid=12046] ppid=12042 vsize=303828 CPUtime=3.09 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 4392 0 0 0 309 0 0 0 24 0 4 0 520422088 311119872 11166 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=303828 CPUtime=3.09 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 4950 0 0 0 308 1 0 0 25 0 4 0 520422088 311119872 11166 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=303828 CPUtime=3.07 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 4693 0 0 0 307 0 0 0 25 0 4 0 520422088 311119872 11166 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 303828

[startup+6.30088 s]
/proc/loadavg: 6.74 7.79 7.94 9/182 12049
/proc/meminfo: memFree=26530832/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=304672 CPUtime=25.15 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 29176 0 0 0 2511 4 0 0 25 0 4 0 520422087 311984128 13993 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 76168 13993 388 106 0 71139 0
[pid=12045/tid=12046] ppid=12042 vsize=304672 CPUtime=6.29 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 7574 0 0 0 628 1 0 0 25 0 4 0 520422088 311984128 13993 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=304672 CPUtime=6.29 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 7887 0 0 0 628 1 0 0 25 0 4 0 520422088 311984128 13993 33554432000 4194304 4627427 140735771975120 18446744073709551615 4468498 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=304672 CPUtime=6.25 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 6817 0 0 0 625 0 0 0 25 0 4 0 520422088 311984128 13993 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 304672

[startup+12.7008 s]
/proc/loadavg: 7.08 7.84 7.95 10/182 12049
/proc/meminfo: memFree=26499836/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=305604 CPUtime=50.72 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 45313 0 0 0 5065 7 0 0 25 0 4 0 520422087 312938496 18072 33554432000 4194304 4627427 140735771975120 18446744073709551615 4420258 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 76401 18072 388 106 0 71372 0
[pid=12045/tid=12046] ppid=12042 vsize=305604 CPUtime=12.69 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 11283 0 0 0 1267 2 0 0 25 0 4 0 520422088 312938496 18072 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=305604 CPUtime=12.69 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 11111 0 0 0 1267 2 0 0 25 0 4 0 520422088 312938496 18072 33554432000 4194304 4627427 140735771975120 18446744073709551615 4326744 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=305604 CPUtime=12.63 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 10730 0 0 0 1262 1 0 0 25 0 4 0 520422088 312938496 18072 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 305604

[startup+25.5006 s]
/proc/loadavg: 7.29 7.85 7.95 9/182 12050
/proc/meminfo: memFree=26463452/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=286976 CPUtime=101.86 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 68280 0 0 0 10171 15 0 0 25 0 4 0 520422087 293863424 22218 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 71744 22218 388 106 0 66715 0
[pid=12045/tid=12046] ppid=12042 vsize=286976 CPUtime=25.49 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 17919 0 0 0 2546 3 0 0 25 0 4 0 520422088 293863424 22218 33554432000 4194304 4627427 140735771975120 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=286976 CPUtime=25.49 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 17077 0 0 0 2545 4 0 0 25 0 4 0 520422088 293863424 22218 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=286976 CPUtime=25.37 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 16051 0 0 0 2534 3 0 0 25 0 4 0 520422088 293863424 22218 33554432000 4194304 4627427 140735771975120 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 286976

[startup+51.1012 s]
/proc/loadavg: 7.75 7.91 7.97 9/182 12080
/proc/meminfo: memFree=26442412/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=298076 CPUtime=204.13 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 100258 0 0 0 20389 24 0 0 25 0 4 0 520422087 305229824 26565 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 74519 26565 388 106 0 69490 0
[pid=12045/tid=12046] ppid=12042 vsize=298076 CPUtime=51.09 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 25598 0 0 0 5104 5 0 0 25 0 4 0 520422088 305229824 26565 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=298076 CPUtime=51.08 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 25577 0 0 0 5102 6 0 0 25 0 4 0 520422088 305229824 26565 33554432000 4194304 4627427 140735771975120 18446744073709551615 4348327 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=298076 CPUtime=50.84 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 23745 0 0 0 5079 5 0 0 25 0 4 0 520422088 305229824 26565 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.13
Current children cumulated vsize (KiB) 298076

[startup+102.306 s]
/proc/loadavg: 7.97 7.94 7.97 9/182 12082
/proc/meminfo: memFree=26371264/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=316380 CPUtime=408.63 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 150841 0 0 0 40821 42 0 0 25 0 4 0 520422087 323973120 31343 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 79095 31343 388 106 0 74066 0
[pid=12045/tid=12046] ppid=12042 vsize=316380 CPUtime=102.28 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 38642 0 0 0 10218 10 0 0 25 0 4 0 520422088 323973120 31343 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=316380 CPUtime=102.28 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 37013 0 0 0 10216 12 0 0 25 0 4 0 520422088 323973120 31343 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=316380 CPUtime=101.77 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 37456 0 0 0 10168 9 0 0 25 0 4 0 520422088 323973120 31344 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 316380

[startup+162.301 s]

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

[pid=12045] ppid=12042 vsize=538616 CPUtime=2565.25 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 428051 0 0 0 256363 162 0 0 25 0 4 0 520422087 551542784 76997 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 134654 76997 388 106 0 129625 0
[pid=12045/tid=12046] ppid=12042 vsize=538616 CPUtime=642.18 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 106816 0 0 0 64182 36 0 0 25 0 4 0 520422088 551542784 76997 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=538616 CPUtime=642.16 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 107258 0 0 0 64170 46 0 0 25 0 4 0 520422088 551542784 76997 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=538616 CPUtime=638.71 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 103971 0 0 0 63832 39 0 0 25 0 4 0 520422088 551542784 76997 33554432000 4194304 4627427 140735771975120 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.25
Current children cumulated vsize (KiB) 538616

[startup+702.301 s]
/proc/loadavg: 8.18 8.12 8.03 9/182 12098
/proc/meminfo: memFree=25971080/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=551476 CPUtime=2804.91 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 449884 0 0 0 280319 172 0 0 25 0 4 0 520422087 564711424 75139 33554432000 4194304 4627427 140735771975120 18446744073709551615 4420258 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 137869 75139 388 106 0 132840 0
[pid=12045/tid=12046] ppid=12042 vsize=551476 CPUtime=702.18 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 111785 0 0 0 70180 38 0 0 25 0 4 0 520422088 564711424 75139 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=551476 CPUtime=702.15 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 112963 0 0 0 70166 49 0 0 25 0 4 0 520422088 564711424 75139 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=551476 CPUtime=698.38 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 110235 0 0 0 69796 42 0 0 25 0 4 0 520422088 564711424 75139 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2804.91
Current children cumulated vsize (KiB) 551476

[startup+762.307 s]
/proc/loadavg: 8.10 8.11 8.03 9/182 12099
/proc/meminfo: memFree=25915880/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=525124 CPUtime=3044.6 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 468946 0 0 0 304281 179 0 0 25 0 4 0 520422087 537726976 82103 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 131281 82103 388 106 0 126252 0
[pid=12045/tid=12046] ppid=12042 vsize=525124 CPUtime=762.18 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 118271 0 0 0 76178 40 0 0 25 0 4 0 520422088 537726976 82103 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=525124 CPUtime=762.16 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 115864 0 0 0 76165 51 0 0 25 0 4 0 520422088 537726976 82103 33554432000 4194304 4627427 140735771975120 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=525124 CPUtime=758.06 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 115301 0 0 0 75763 43 0 0 25 0 4 0 520422088 537726976 82103 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.6
Current children cumulated vsize (KiB) 525124

[startup+822.3 s]
/proc/loadavg: 8.08 8.10 8.03 9/182 12101
/proc/meminfo: memFree=25869992/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=538024 CPUtime=3284.26 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 489328 0 0 0 328235 191 0 0 25 0 4 0 520422087 550936576 88924 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 134506 88924 388 106 0 129477 0
[pid=12045/tid=12046] ppid=12042 vsize=538024 CPUtime=822.18 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 121499 0 0 0 82176 42 0 0 25 0 4 0 520422088 550936576 88924 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=538024 CPUtime=822.15 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 121328 0 0 0 82161 54 0 0 25 0 4 0 520422088 550936576 88924 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=538024 CPUtime=817.72 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 121078 0 0 0 81727 45 0 0 25 0 4 0 520422088 550936576 88924 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.26
Current children cumulated vsize (KiB) 538024

[startup+882.301 s]
/proc/loadavg: 8.14 8.11 8.03 9/182 12102
/proc/meminfo: memFree=25878268/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=538140 CPUtime=3523.92 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 504958 0 0 0 352193 199 0 0 25 0 4 0 520422087 551055360 87786 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 134535 87786 388 106 0 129506 0
[pid=12045/tid=12046] ppid=12042 vsize=538140 CPUtime=882.18 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 124398 0 0 0 88174 44 0 0 25 0 4 0 520422088 551055360 87786 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=538140 CPUtime=882.15 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 126976 0 0 0 88158 57 0 0 25 0 4 0 520422088 551055360 87786 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=538140 CPUtime=877.4 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 124265 0 0 0 87693 47 0 0 25 0 4 0 520422088 551055360 87786 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.92
Current children cumulated vsize (KiB) 538140

[startup+942.301 s]
/proc/loadavg: 8.16 8.12 8.04 9/182 12104
/proc/meminfo: memFree=25839804/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=603800 CPUtime=3763.6 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 522187 0 0 0 376153 207 0 0 25 0 4 0 520422087 618291200 90903 33554432000 4194304 4627427 140735771975120 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 150950 90903 388 106 0 145921 0
[pid=12045/tid=12046] ppid=12042 vsize=603800 CPUtime=942.18 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 127691 0 0 0 94173 45 0 0 25 0 4 0 520422088 618291200 90903 33554432000 4194304 4627427 140735771975120 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=603800 CPUtime=942.15 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 132701 0 0 0 94155 60 0 0 25 0 4 0 520422088 618291200 90903 33554432000 4194304 4627427 140735771975120 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=603800 CPUtime=937.08 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 127656 0 0 0 93659 49 0 0 25 0 4 0 520422088 618291200 90903 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.6
Current children cumulated vsize (KiB) 603800

[startup+1002.3 s]
/proc/loadavg: 8.16 8.12 8.04 9/182 12106
/proc/meminfo: memFree=25782748/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=551476 CPUtime=4003.27 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 537996 0 0 0 400111 216 0 0 25 0 4 0 520422087 564711424 94736 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 137869 94736 388 106 0 132840 0
[pid=12045/tid=12046] ppid=12042 vsize=551476 CPUtime=1002.18 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 132335 0 0 0 100171 47 0 0 25 0 4 0 520422088 564711424 94736 33554432000 4194304 4627427 140735771975120 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=551476 CPUtime=1002.16 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 136626 0 0 0 100153 63 0 0 25 0 4 0 520422088 564711424 94736 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=551476 CPUtime=996.74 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 132428 0 0 0 99622 52 0 0 25 0 4 0 520422088 564711424 94736 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.27
Current children cumulated vsize (KiB) 551476

[startup+1062.3 s]
/proc/loadavg: 8.38 8.19 8.07 9/182 12116
/proc/meminfo: memFree=25857880/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=551680 CPUtime=4242.95 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 555477 0 0 0 424070 225 0 0 25 0 4 0 520422087 564920320 91248 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 137920 91248 388 106 0 132891 0
[pid=12045/tid=12046] ppid=12042 vsize=551680 CPUtime=1062.18 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 138168 0 0 0 106168 50 0 0 25 0 4 0 520422088 564920320 91248 33554432000 4194304 4627427 140735771975120 18446744073709551615 4305848 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=551680 CPUtime=1062.15 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 142142 0 0 0 106150 65 0 0 25 0 4 0 520422088 564920320 91248 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=551680 CPUtime=1056.42 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 133988 0 0 0 105589 53 0 0 25 0 4 0 520422088 564920320 91248 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.95
Current children cumulated vsize (KiB) 551680

[startup+1122.3 s]
/proc/loadavg: 8.19 8.17 8.07 9/182 12118
/proc/meminfo: memFree=25850064/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=551892 CPUtime=4482.61 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 573073 0 0 0 448026 235 0 0 25 0 4 0 520422087 565137408 90209 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 137973 90209 388 106 0 132944 0
[pid=12045/tid=12046] ppid=12042 vsize=551892 CPUtime=1122.18 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 142570 0 0 0 112165 53 0 0 25 0 4 0 520422088 565137408 90209 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=551892 CPUtime=1122.15 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 147464 0 0 0 112147 68 0 0 25 0 4 0 520422088 565137408 90209 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=551892 CPUtime=1116.08 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 139393 0 0 0 111553 55 0 0 25 0 4 0 520422088 565137408 90209 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.61
Current children cumulated vsize (KiB) 551892

[startup+1182.3 s]
/proc/loadavg: 8.18 8.17 8.07 9/182 12119
/proc/meminfo: memFree=25799952/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=552012 CPUtime=4722.29 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 588644 0 0 0 471985 244 0 0 25 0 4 0 520422087 565260288 96287 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 138003 96287 388 106 0 132974 0
[pid=12045/tid=12046] ppid=12042 vsize=552012 CPUtime=1182.18 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 144539 0 0 0 118164 54 0 0 25 0 4 0 520422088 565260288 96287 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=552012 CPUtime=1182.15 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 151626 0 0 0 118145 70 0 0 25 0 4 0 520422088 565260288 96287 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=552012 CPUtime=1175.76 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 144657 0 0 0 117518 58 0 0 25 0 4 0 520422088 565260288 96287 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 552012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.15 8.07 10/182 12120
/proc/meminfo: memFree=25784696/32951132 swapFree=67111364/67111528
[pid=12045] ppid=12042 vsize=538604 CPUtime=4800.21 cores=1,3,5,7
/proc/12045/stat : 12045 (strangenight2-m) R 12042 12045 12004 0 -1 4202496 592257 0 0 0 479774 247 0 0 25 0 4 0 520422087 551530496 96700 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12045/statm: 134651 96700 388 106 0 129622 0
[pid=12045/tid=12046] ppid=12042 vsize=538604 CPUtime=1201.69 cores=1,3,5,7
/proc/12045/task/12046/stat : 12046 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 145824 0 0 0 120114 55 0 0 25 0 4 0 520422088 551530496 96700 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12045/tid=12047] ppid=12042 vsize=538604 CPUtime=1201.66 cores=1,3,5,7
/proc/12045/task/12047/stat : 12047 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 152680 0 0 0 120095 71 0 0 25 0 4 0 520422088 551530496 96700 33554432000 4194304 4627427 140735771975120 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12045/tid=12048] ppid=12042 vsize=538604 CPUtime=1195.16 cores=1,3,5,7
/proc/12045/task/12048/stat : 12048 (strangenight2-m) R 12042 12045 12004 0 -1 4202560 145813 0 0 0 119457 59 0 0 25 0 4 0 520422088 551530496 96700 33554432000 4194304 4627427 140735771975120 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 538604

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.83
CPU time (s): 4800.25
CPU user time (s): 4797.76
CPU system time (s): 2.48962
CPU usage (%): 399.412
Max. virtual memory (cumulated for all children) (KiB): 603800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.76
system time used= 2.48962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 592257
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= 604
involuntary context switches= 33061

runsolver used 1.9507 second user time and 4.53631 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 16:43:54
IDJOB=3174081
IDBENCH=82899
IDSOLVER=1586
FILE ID=node128/3174081-1304088234
RUNJOBID= node128-1304088234-12023
PBS_JOBID= 13170567
Free space on /tmp= 66972 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1018943457-089.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174081-1304088234/watcher-3174081-1304088234 -o /tmp/evaluation-result-3174081-1304088234/solver-3174081-1304088234 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174081-1304088234.cnf

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

MD5SUM BENCH= 7cd6933caf30eeec07acd345d22c5bcd
RANDOM SEED=281675041

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26617960 kB
Buffers:       1279076 kB
Cached:        4400936 kB
SwapCached:        160 kB
Active:         340580 kB
Inactive:      5404964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26617960 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           11416 kB
Writeback:           0 kB
AnonPages:       65224 kB
Mapped:          15012 kB
Slab:           523944 kB
PageTables:       5260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   227512 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66964 MiB
End job on node128 at 2011-04-29 17:03:58