Trace number 3173994

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.34 1201.73

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S2107193201-069.UNKNOWN.cnf
MD5SUMf33f3051fd4d4fda111c4bc9b2e01ee5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.88271
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

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-3173994-1304075303.cnf'
0.00/0.00	c -- header says num vars:             80
0.00/0.00	c -- header says num clauses:        7120
0.00/0.01	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.01	c -- vars added         80
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        80      7120         0         0     49840         0   no data   no data
0.38/0.16	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
0.38/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.38/0.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
0.38/0.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.38/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.19	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.19	c calculated reachability. Time: 0.00
0.38/0.19	c Calc default polars -  time:   0.00 s pos:      39 undec:       0 neg:      41
0.38/0.19	c =========================================================================================
0.38/0.19	c types(t): F = full restart, N = normal restart
0.38/0.19	c types(t): S = simplification begin/end, E = solution found
0.38/0.19	c restart types(rt): st = static, dy = dynamic
0.38/0.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.19	c  B st     0         0        80      7120         0         0     49840         0   no data   no data
1.18/0.32	c  N dy    12      4263        80      7120         0      3908     49840    106053     23.83     25.11
1.97/0.56	c  N dy    13     10438        80      7120         0      7303     49840    187103     22.78     24.01
3.58/0.91	c  N dy    36     18598        80      7120         0      5721     49840    118067     22.92     24.15
4.40/1.18	c  N dy    38     24765        80      7120         0     11351     49840    266326     22.42     23.60
4.77/1.20	c  F st    41     25003        80      7120         0     11568     49840    272128     22.44   no data
5.57/1.42	c  N dy    47     30002        80      7120         0      9924     49840    217118     22.44   no data
5.57/1.42	c  S st    47     30002        80      7120         0      9924     49840    217118     22.44   no data
5.57/1.46	c  S st    47     30505        80      7120         0     10399     49840    230008     22.44   no data
5.57/1.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.57/1.46	c blocked clauses removed:        0 vars:      0 tried:          80 T: 0.00 s
5.57/1.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
5.57/1.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.57/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.37/1.67	c lits-rem:        75  cl-subs:      778  v-elim:      0  v-fix:    0  time:  0.20 s
7.57/1.95	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.27
7.57/1.95	c calculated reachability. Time: 0.00
7.57/1.95	c  N dy    47     30505        80      7120         0      9621     49840    207956     22.44   no data
8.79/2.21	c  N dy    72     35103        80      7120         0     13861     49840    320438     22.56     23.75
9.57/2.44	c  N dy   104     39134        80      7120         0     10336     49840    211177     22.77     24.23
11.16/2.83	c  N dy   129     45478        80      7120         0     16156     49840    366259     22.82     24.03
11.16/2.85	c  S st   132     45759        80      7120         0     16407     49840    373346     22.84   no data
11.56/2.90	c  S st   132     46262        80      7120         0      8676     49840    151652     22.84   no data
11.56/2.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.56/2.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.56/2.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.56/2.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.56/2.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
11.56/2.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.56/2.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.56/2.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.94	c lits-rem:         3  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.03 s
11.56/2.94	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.56/2.95	c vivif2 --  cl tried     8635 cl shrink        0 lits rem          0 time: 0.00
12.77/3.20	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.26
12.77/3.20	c calculated reachability. Time: 0.00
12.77/3.20	c  N dy   132     46262        80      7120         0      8635     49840    150345     22.84   no data
13.56/3.43	c  N dy   162     50353        80      7120         0     12390     49840    253610     23.02     24.92
14.76/3.72	c  N dy   180     54941        80      7120         0     16630     49840    367721     23.06     24.36
15.56/3.98	c  N dy   188     58991        80      7120         0     11163     49840    202415     23.04     24.29
18.35/4.69	c  N dy   199     69338        80      7120         0     10539     49840    171959     22.92     24.36
18.35/4.69	c  S st   200     69393        80      7120         0     10591     49840    173313     22.92   no data
18.75/4.73	c  S st   200     69895        80      7120         0     11063     49840    186076     22.92   no data
18.75/4.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.75/4.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
18.75/4.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.75/4.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.75/4.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.75/4.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
18.75/4.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.75/4.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.75/4.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.15/4.80	c lits-rem:        25  cl-subs:      176  v-elim:      0  v-fix:    0  time:  0.06 s
19.15/4.80	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
19.15/4.81	c vivif2 --  cl tried    10887 cl shrink        0 lits rem          0 time: 0.00
20.35/5.10	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.29
20.35/5.10	c calculated reachability. Time: 0.00
20.35/5.10	c  N dy   200     69895        80      7120         0     10887     49840    181135     22.92   no data
21.15/5.38	c  N dy   226     74601        80      7120         0     15199     49840    298946     23.02     24.29
23.54/5.92	c  N dy   235     82245        80      7120         0     11224     49840    176160     22.94     24.19
24.75/6.26	c  F st   265     87501        80      7120         0     16070     49840    307892     23.02     22.61
24.75/6.26	c  N st   265     87501        80      7120         0     16070     49840    307892     23.02     22.61
26.37/6.64	c  N dy   275     93102        80      7120         0     21228     49840    448773     23.03     24.84
27.94/7.09	c  N dy   292     99053        80      7120         0     14785     49840    257768     23.05     24.27
29.54/7.46	c  S st   295    104843        80      7120         0     20060     49840    396450     22.99     22.69
29.94/7.52	c  S st   295    105347        80      7120         0     20540     49840    409224     22.99   no data
29.94/7.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.94/7.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.94/7.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.94/7.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.94/7.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.94/7.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
29.94/7.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.94/7.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.94/7.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.94/8.07	c lits-rem:       164  cl-subs:     1757  v-elim:      0  v-fix:    0  time:  0.53 s
31.94/8.07	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
31.94/8.07	c vivif2 --  cl tried    18783 cl shrink        0 lits rem          0 time: 0.00
33.53/8.45	c asymm  cl-useful: 0/6141/7120 lits-rem:0 time: 0.38
33.53/8.45	c calculated reachability. Time: 0.00
33.53/8.45	c  N dy   295    105347        80      7120         0     18783     49840    361064     22.99   no data
35.92/9.03	c  N dy   315    112105        80      7120         0     24966     49840    525611     22.96     24.18
37.93/9.60	c  N dy   350    119489        80      7120         0     18992     49840    354304     23.01     24.43
42.32/10.62	c  N dy   380    132947        80      7120         0     17569     49840    300604     23.00     24.27
45.12/11.40	c  N dy   404    142858        80      7120         0     26661     49840    542929     22.99     24.35
49.11/12.38	c  N dy   416    155432        80      7120         0     23447     49840    437976     22.91     24.13
49.91/12.60	c  S st   421    158021        80      7120         0     25815     49840    500168     22.90     22.33
50.31/12.66	c  S st   421    158523        80      7120         0     26292     49840    513364     22.90   no data
50.31/12.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.31/12.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.31/12.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.31/12.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.31/12.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.31/12.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
50.31/12.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.31/12.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.31/12.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.10/13.84	c lits-rem:       339  cl-subs:     2875  v-elim:      0  v-fix:    0  time:  1.15 s
55.10/13.85	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
55.10/13.85	c vivif2 --  cl tried    23417 cl shrink        0 lits rem          0 time: 0.01
55.50/13.94	c asymm  cl-useful: 0/979/7120 lits-rem:0 time: 0.08
55.50/13.94	c calculated reachability. Time: 0.00
55.50/13.94	c  N dy   421    158523        80      7120         0     23417     49840    438216     22.90   no data
59.49/14.90	c  N dy   467    168751        80      7120         0     17400     49840    267166     22.95     24.17
63.49/15.99	c  N dy   507    181654        80      7120         0     29208     49840    582534     22.95     24.20
68.69/17.21	c  N dy   547    194233        80      7120         0     24364     49840    437171     22.97     24.25
73.88/18.58	c  N dy   565    209773        80      7120         0     21186     49840    335685     22.88     24.17
79.86/20.05	c  N dy   618    223839        80      7120         0     34051     49840    680817     22.90     24.12
85.46/21.44	c  S st   682    237789        80      7120         0     28558     49840    521383     22.94     23.04
85.86/21.51	c  S st   682    238293        80      7120         0     29029     49840    534302     22.94   no data
85.86/21.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.86/21.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
85.86/21.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.86/21.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.86/21.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.86/21.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
85.86/21.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.86/21.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
85.86/21.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.05/22.37	c lits-rem:       278  cl-subs:     1905  v-elim:      0  v-fix:    0  time:  0.82 s
89.05/22.37	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
89.05/22.38	c vivif2 --  cl tried    27124 cl shrink        0 lits rem          0 time: 0.01
89.85/22.57	c asymm  cl-useful: 0/2479/7120 lits-rem:0 time: 0.19
89.85/22.57	c calculated reachability. Time: 0.00
89.85/22.57	c  N dy   682    238293        80      7120         0     27124     49840    478182     22.94   no data
103.44/25.94	c  N dy   716    272262        80      7120         0     38752     49840    756256     22.78     24.04
117.43/29.40	c  F st   796    306250        80      7120         0     28835     49840    473757     22.71     19.85
117.43/29.40	c  N st   796    306250        80      7120         0     28835     49840    473757     22.71     19.85
126.21/31.65	c  N dy   871    325829        80      7120         0     24905     49840    366713     22.75     27.53
135.81/34.09	c  N dy   973    345837        80      7120         0     43299     49840    863514     22.80     24.29
141.38/35.40	c  S st  1026    357439        80      7120         0     31099     49840    513708     22.83     22.61
141.38/35.48	c  S st  1026    357943        80      7120         0     31568     49840    526647     22.83   no data
141.38/35.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.38/35.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
141.78/35.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.78/35.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.78/35.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.78/35.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
141.78/35.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.78/35.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
141.78/35.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.60/36.30	c lits-rem:       219  cl-subs:     1494  v-elim:      0  v-fix:    0  time:  0.78 s
144.60/36.30	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
145.00/36.31	c vivif2 --  cl tried    30074 cl shrink        0 lits rem          0 time: 0.01
145.78/36.52	c asymm  cl-useful: 0/1865/7120 lits-rem:0 time: 0.21
145.78/36.52	c calculated reachability. Time: 0.00
145.78/36.52	c  N dy  1026    357943        80      7120         0     30074     49840    483238     22.83   no data
156.56/39.26	c  N dy  1118    377967        80      7120         0     24675     49840    322125     22.87     24.64
164.95/41.37	c  N dy  1147    398026        80      7120         0     42985     49840    801440     22.80     24.60
177.73/44.58	c  N dy  1255    418051        80      7120         0     36692     49840    631119     22.86     25.08
190.92/47.81	c  N dy  1298    444777        80      7120         0     35372     49840    569860     22.79     24.26
202.12/50.64	c  N dy  1358    464847        80      7120         0     27295     49840    347497     22.79     24.10
212.49/53.28	c  N dy  1487    484979        80      7120         0     45753     49840    849464     22.84     24.13
224.47/56.26	c  N dy  1582    505052        80      7120         0     36730     49840    588371     22.88     26.36
240.45/60.28	c  N dy  1602    536916        80      7120         0     37296     49840    575788     22.79     20.04
240.45/60.28	c  S st  1602    536916        80      7120         0     37296     49840    575788     22.79     20.04
240.85/60.38	c  S st  1602    537422        80      7120         0     37768     49840    589006     22.79   no data
240.85/60.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.85/60.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
240.85/60.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.85/60.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.85/60.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.85/60.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
240.85/60.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
241.27/60.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
241.27/60.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.43/61.74	c lits-rem:       416  cl-subs:     2425  v-elim:      0  v-fix:    0  time:  1.33 s
246.43/61.74	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
246.43/61.75	c vivif2 --  cl tried    35343 cl shrink        0 lits rem          0 time: 0.01
247.24/61.98	c asymm  cl-useful: 0/1610/7120 lits-rem:0 time: 0.23
247.24/61.99	c calculated reachability. Time: 0.00
247.24/61.99	c  N dy  1602    537422        80      7120         0     35343     49840    530857     22.79   no data
258.84/64.87	c  N dy  1664    557443        80      7120         0     53671     49840   1020697     22.79     25.01
271.21/67.95	c  N dy  1783    577479        80      7120         0     42894     49840    725396     22.84     24.51
284.79/71.37	c  N dy  1840    597882        80      7120         0     31481     49840    396811     22.84     24.25
296.38/74.20	c  N dy  1936    618093        80      7120         0     50027     49840    897421     22.86     24.14
309.56/77.57	c  N dy  2001    638478        80      7120         0     37580     49840    541795     22.87     24.24
335.12/83.95	c  N dy  2076    684939        80      7120         0     47904     49840    796769     22.79     24.00
351.52/88.07	c  N dy  2165    705017        80      7120         0     33452     49840    401634     22.81     25.62
363.88/91.20	c  N dy  2271    725064        80      7120         0     51839     49840    898183     22.83     25.22
380.66/95.36	c  N dy  2340    745121        80      7120         0     36315     49840    463590     22.84     24.38
392.64/98.37	c  N dy  2403    765129        80      7120         0     54639     49840    954562     22.85     24.88
407.03/101.95	c  N dy  2451    785191        80      7120         0     38213     49840    497495     22.84     24.09
419.80/105.16	c  N dy  2517    805235        80      7120         0     56588     49840    991347     22.85     24.16
420.60/105.34	c  S st  2521    806135        80      7120         0     57422     49840   1014049     22.85   no data
421.00/105.50	c  S st  2521    806641        80      7120         0     57900     49840   1027212     22.85   no data
421.00/105.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
421.42/105.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
421.42/105.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
421.42/105.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
421.42/105.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
421.42/105.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
421.42/105.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
421.42/105.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
421.42/105.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
437.78/109.66	c lits-rem:       710  cl-subs:     4626  v-elim:      0  v-fix:    0  time:  4.09 s
437.78/109.66	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
437.78/109.67	c vivif2 --  cl tried    53274 cl shrink        0 lits rem          0 time: 0.01
439.01/109.96	c asymm  cl-useful: 0/1121/7120 lits-rem:0 time: 0.28
439.01/109.96	c calculated reachability. Time: 0.00
439.01/109.96	c  N dy  2521    806641        80      7120         0     53274     49840    899329     22.85   no data
457.36/114.57	c  N dy  2615    826840        80      7120         0     36252     49840    431549     22.87     24.18
473.74/118.63	c  N dy  2682    851437        80      7120         0     58718     49840   1031206     22.86     24.07
491.31/123.05	c  N dy  2776    871531        80      7120         0     40642     49840    533112     22.88     24.11
507.28/127.06	c  N dy  2873    895298        80      7120         0     62478     49840   1124345     22.89     24.23
523.66/131.15	c  N dy  2931    915566        80      7120         0     43496     49840    594501     22.89     24.13
540.84/135.43	c  N dy  3037    938705        80      7120         0     64706     49840   1168876     22.91     24.20
558.04/139.77	c  N dy  3105    958941        80      7120         0     44732     49840    605962     22.91     24.24
577.60/144.68	c  N dy  3180    986396        80      7120         0     69892     49840   1282074     22.91     24.24
595.57/149.19	c  N dy  3243   1009286        80      7120         0     51475     49840    769959     22.90     24.19
611.55/153.14	c  N dy  3314   1029304        80      7120         0     69814     49840   1264225     22.90     26.54
630.33/157.81	c  N dy  3411   1050195        80      7120         0     48654     49840    683368     22.92     24.14
645.92/161.79	c  F st  3468   1071876        80      7120         0     68433     49840   1212841     22.91     19.57
646.30/161.80	c  N st  3468   1071876        80      7120         0     68433     49840   1212841     22.91     19.57
664.27/166.36	c  N dy  3524   1091892        80      7120         0     45579     49840    580781     22.91     26.16
680.67/170.48	c  N dy  3587   1115452        80      7120         0     67139     49840   1159449     22.91     24.17
702.23/175.88	c  N dy  3649   1138456        80      7120         0     46056     49840    575833     22.90     24.24
718.20/179.86	c  N dy  3758   1158500        80      7120         0     64424     49840   1075901     22.92     26.53
741.37/185.63	c  N dy  3828   1181615        80      7120         0     85560     49840   1644234     22.92     24.32
756.95/189.57	c  N dy  3871   1202716        80      7120         0     61839     49840    982366     22.91     24.17
764.93/191.57	c  S st  3910   1209961        80      7120         0     68472     49840   1162205     22.92   no data
766.13/191.80	c  S st  3910   1210469        80      7120         0     68950     49840   1175423     22.92   no data
766.13/191.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
766.13/191.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
766.13/191.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
766.13/191.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
766.13/191.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
766.13/191.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
766.13/191.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
766.13/191.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
766.54/191.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
811.27/203.12	c lits-rem:       695  cl-subs:     5744  v-elim:      0  v-fix:    0  time: 11.22 s
811.27/203.12	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
811.27/203.13	c vivif2 --  cl tried    63206 cl shrink        0 lits rem          0 time: 0.01
812.89/203.53	c asymm  cl-useful: 0/1197/7120 lits-rem:0 time: 0.40
812.89/203.53	c calculated reachability. Time: 0.00
812.89/203.53	c  N dy  3910   1210469        80      7120         0     63206     49840   1019249     22.92   no data
840.44/210.48	c  N dy  4021   1233478        80      7120         0     84301     49840   1593162     22.93     24.16
857.61/214.79	c  N dy  4094   1255019        80      7120         0     60277     49840    930243     22.93     24.15
876.78/219.50	c  N dy  4173   1275063        80      7120         0     78671     49840   1427096     22.94     24.20
897.55/224.79	c  N dy  4271   1295738        80      7120         0     52852     49840    714145     22.95     24.23
915.53/229.24	c  N dy  4360   1315899        80      7120         0     71400     49840   1218995     22.96     24.28
942.29/235.94	c  N dy  4437   1335997        80      7120         0     89817     49840   1714801     22.97     25.92
960.67/240.58	c  N dy  4496   1356511        80      7120         0     62870     49840    968932     22.97     24.28
983.04/246.10	c  N dy  4550   1380520        80      7120         0     84692     49840   1552921     22.96     24.42
1005.00/251.69	c  N dy  4677   1400918        80      7120         0     56847     49840    795803     22.98     24.24
1024.18/256.41	c  N dy  4781   1420968        80      7120         0     75192     49840   1296636     22.99     24.83
1047.35/262.27	c  N dy  4851   1440983        80      7120         0     93502     49840   1792332     22.99     25.01
1065.72/266.81	c  N dy  4938   1461861        80      7120         0     65092     49840   1003631     23.00     24.25
1086.50/272.03	c  N dy  5003   1483879        80      7120         0     85190     49840   1545986     23.00     24.26
1108.06/277.42	c  N dy  5057   1504273        80      7120         0     55266     49840    721012     23.00     24.24
1124.05/281.44	c  N dy  5079   1524767        80      7120         0     73862     49840   1212434     22.99     24.22
1151.61/288.34	c  N dy  5153   1549992        80      7120         0     96879     49840   1831005     22.99     24.28
1168.81/292.61	c  N dy  5205   1570073        80      7120         0     65901     49840    986376     22.99     24.25
1193.95/298.95	c  N dy  5240   1599171        80      7120         0     92420     49840   1690398     22.97     24.29
1216.74/304.63	c  N dy  5311   1620683        80      7120         0     61913     49840    864379     22.97     24.20
1237.89/309.94	c  N dy  5439   1640702        80      7120         0     80266     49840   1368823     22.99     25.58
1265.07/316.79	c  N dy  5541   1660810        80      7120         0     98665     49840   1869657     23.00     24.24
1281.03/320.70	c  N dy  5555   1680868        80      7120         0     65784     49840    949882     22.98     25.65
1303.01/326.29	c  N dy  5620   1703988        80      7120         0     86856     49840   1515558     22.98     24.21
1312.19/328.52	c  S st  5659   1710469        80      7120         0     92807     49840   1678693     22.99     22.03
1312.99/328.79	c  S st  5659   1710972        80      7120         0     93273     49840   1691557     22.99   no data
1312.99/328.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1313.41/328.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1313.41/328.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1313.41/328.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1313.41/328.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1313.41/328.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1313.41/328.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1313.41/328.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1313.81/328.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1384.11/346.54	c lits-rem:      1196  cl-subs:     9305  v-elim:      0  v-fix:    0  time: 17.62 s
1384.11/346.54	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1384.11/346.56	c vivif2 --  cl tried    83968 cl shrink        0 lits rem          0 time: 0.02
1386.09/347.00	c asymm  cl-useful: 0/808/7120 lits-rem:0 time: 0.44
1386.09/347.00	c calculated reachability. Time: 0.00
1386.09/347.00	c  N dy  5659   1710972        80      7120         0     83968     49840   1439392     22.99   no data
1418.45/355.18	c  N dy  5744   1734343        80      7120         0     53757     49840    619345     22.99     24.23
1438.02/360.07	c  N dy  5814   1757478        80      7120         0     74889     49840   1186128     22.99     24.25
1459.59/365.43	c  N dy  5868   1777497        80      7120         0     93069     49840   1677735     22.99     25.67
1487.16/372.38	c  N dy  5964   1797510        80      7120         0     58568     49840    730108     22.99     25.23
1511.55/378.49	c  N dy  6064   1819550        80      7120         0     78791     49840   1280350     23.00     24.31
1536.29/384.68	c  N dy  6081   1841921        80      7120         0     99024     49840   1804899     22.98     24.40
1561.06/390.80	c  N dy  6166   1861990        80      7120         0     63596     49840    849902     22.99     25.28
1581.85/396.00	c  N dy  6254   1882426        80      7120         0     82265     49840   1357852     22.99     24.25
1610.59/403.28	c  N dy  6329   1906516        80      7120         0    104313     49840   1956631     23.00     24.24
1633.76/409.02	c  N dy  6415   1926591        80      7120         0     67939     49840    952610     23.00     26.94
1656.55/414.76	c  N dy  6527   1946684        80      7120         0     86347     49840   1455302     23.01     25.36
1685.69/422.08	c  N dy  6582   1969775        80      7120         0    107360     49840   2018065     23.01     24.32
1709.28/427.93	c  N dy  6611   1993421        80      7120         0     73084     49840   1060739     23.00     24.21
1731.62/433.57	c  N dy  6670   2015086        80      7120         0     92904     49840   1596673     23.00     24.22
1762.78/441.37	c  N dy  6790   2035159        80      7120         0    111299     49840   2101718     23.01     27.33
1782.76/446.33	c  N dy  6840   2056334        80      7120         0     74078     49840   1084105     23.01     24.22
1807.53/452.56	c  N dy  6923   2077621        80      7120         0     93493     49840   1611051     23.01     24.36
1836.30/459.74	c  N dy  7004   2097693        80      7120         0    111931     49840   2111638     23.02     26.51
1857.86/465.16	c  N dy  7075   2118239        80      7120         0     73145     49840   1044526     23.02     24.38
1876.25/469.77	c  N dy  7096   2138632        80      7120         0     91646     49840   1537316     23.01     24.44
1902.21/476.28	c  N dy  7153   2158805        80      7120         0    110050     49840   2036301     23.01     24.31
1927.76/482.66	c  N dy  7246   2179743        80      7120         0     70760     49840    969067     23.01     24.23
1950.95/488.46	c  N dy  7352   2199764        80      7120         0     89063     49840   1469722     23.02     24.62
1964.91/491.94	c  S st  7370   2210972        80      7120         0     99287     49840   1741083     23.02     20.28
1966.11/492.28	c  S st  7370   2211476        80      7120         0     99760     49840   1754123     23.02   no data
1966.11/492.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1966.51/492.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1966.51/492.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1966.51/492.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1966.51/492.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1966.51/492.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1966.51/492.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1966.51/492.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1966.90/492.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2027.63/507.65	c lits-rem:       981  cl-subs:     8367  v-elim:      0  v-fix:    0  time: 15.23 s
2027.63/507.65	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2027.63/507.68	c vivif2 --  cl tried    91393 cl shrink        0 lits rem          0 time: 0.02
2029.65/508.15	c asymm  cl-useful: 0/745/7120 lits-rem:0 time: 0.47
2029.65/508.15	c calculated reachability. Time: 0.00
2029.65/508.15	c  N dy  7370   2211476        80      7120         0     91393     49840   1519861     23.02   no data
2066.37/517.35	c  N dy  7398   2236413        80      7120         0    113996     49840   2122459     23.01     24.32
2091.16/523.57	c  N dy  7498   2256519        80      7120         0     73505     49840   1032883     23.02     24.32
2163.84/541.77	c  N dy  7517   2327018        80      7120         0     77267     49840   1085901     22.95     24.21
2197.79/550.20	c  N dy  7535   2359571        80      7120         0    106587     49840   1842995     22.92     24.21
2230.15/558.38	c  N dy  7632   2380105        80      7120         0     64804     49840    770948     22.92     24.16
2249.34/563.17	c  N dy  7693   2400134        80      7120         0     83069     49840   1263932     22.92     24.52
2291.66/573.70	c  N dy  7766   2436609        80      7120         0    116156     49840   2142496     22.91     24.21
2314.84/579.58	c  N dy  7813   2456927        80      7120         0     72998     49840    974127     22.90     24.17
2342.02/586.32	c  N dy  7942   2478460        80      7120         0     92740     49840   1512951     22.91     24.12
2377.94/595.35	c  N dy  8076   2501950        80      7120         0    114325     49840   2102475     22.92     24.26
2405.11/602.12	c  N dy  8101   2524353        80      7120         0     71821     49840    916860     22.92     24.44
2429.09/608.16	c  N dy  8211   2544675        80      7120         0     90443     49840   1426571     22.93     24.27
2458.64/615.51	c  N dy  8316   2564736        80      7120         0    108782     49840   1927396     22.93     26.58
2515.37/629.71	c  N dy  8346   2614116        80      7120         0     89586     49840   1355299     22.90     24.15
2538.94/635.69	c  N dy  8367   2634153        80      7120         0    107754     49840   1831390     22.89     26.19
2569.69/643.36	c  N dy  8413   2654222        80      7120         0    126019     49840   2322596     22.89     25.30
2594.85/649.60	c  N dy  8514   2674287        80      7120         0     79939     49840   1117472     22.89     24.94
2621.22/656.22	c  N dy  8618   2694326        80      7120         0     98270     49840   1618318     22.90     25.13
2648.78/663.14	c  S st  8710   2711476        80      7120         0    113978     49840   2046399     22.91   no data
2649.98/663.49	c  S st  8710   2711979        80      7120         0    114446     49840   2059461     22.91   no data
2649.98/663.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2650.38/663.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2650.38/663.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2650.38/663.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2650.38/663.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2650.38/663.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2650.38/663.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2650.38/663.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2650.78/663.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2718.69/680.64	c lits-rem:      1211  cl-subs:     9526  v-elim:      0  v-fix:    0  time: 17.00 s
2718.69/680.64	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2718.69/680.67	c vivif2 --  cl tried   104920 cl shrink        0 lits rem          0 time: 0.03
2720.29/681.05	c asymm  cl-useful: 0/621/7120 lits-rem:0 time: 0.38
2720.29/681.05	c calculated reachability. Time: 0.00
2720.29/681.05	c  N dy  8710   2711979        80      7120         0    104920     49840   1784560     22.91   no data
2749.45/688.38	c  N dy  8752   2732051        80      7120         0    123224     49840   2277139     22.90     24.14
2783.40/696.84	c  N dy  8830   2752184        80      7120         0     76394     49840   1002835     22.90     24.13
2814.16/704.55	c  N dy  8944   2772253        80      7120         0     94828     49840   1507284     22.91     25.08
2847.71/712.94	c  N dy  9042   2792274        80      7120         0    113116     49840   2003693     22.92     25.03
2892.46/724.17	c  N dy  9055   2831487        80      7120         0     82173     49840   1132886     22.89     24.13
2919.21/730.85	c  N dy  9163   2851493        80      7120         0    100477     49840   1632622     22.90     25.31
2956.37/740.20	c  N dy  9185   2882361        80      7120         0    128353     49840   2369587     22.89     24.13
2986.33/747.65	c  N dy  9275   2902503        80      7120         0     79519     49840   1055175     22.89     24.12
3013.50/754.47	c  N dy  9389   2922560        80      7120         0     97874     49840   1555832     22.90     26.10
3047.05/762.87	c  N dy  9506   2942596        80      7120         0    116241     49840   2058423     22.91     25.34
3086.20/772.66	c  N dy  9593   2964139        80      7120         0    135918     49840   2590881     22.91     24.13
3117.35/780.44	c  N dy  9702   2990412        80      7120         0     91586     49840   1364998     22.91     24.52
3144.91/787.35	c  N dy  9775   3010500        80      7120         0    109899     49840   1862227     22.91     24.22
3180.47/796.26	c  N dy  9856   3031854        80      7120         0    129386     49840   2391452     22.92     24.43
3215.23/804.96	c  N dy  9958   3052488        80      7120         0     78916     49840   1007785     22.92     24.17
3241.18/811.42	c  N dy 10067   3072678        80      7120         0     97421     49840   1515073     22.93     24.21
3274.34/819.76	c  N dy 10134   3095601        80      7120         0    118315     49840   2076242     22.93     24.16
3311.49/829.09	c  N dy 10207   3115610        80      7120         0    136592     49840   2570738     22.93     25.33
3341.05/836.45	c  N dy 10328   3135619        80      7120         0     84680     49840   1153027     22.94     25.54
3368.61/843.36	c  N dy 10436   3155648        80      7120         0    103049     49840   1656559     22.95     26.38
3405.39/852.57	c  N dy 10586   3175690        80      7120         0    121413     49840   2164419     22.96     25.12
3444.11/862.26	c  N dy 10683   3195774        80      7120         0    139781     49840   2664467     22.96     24.99
3470.48/868.90	c  S st 10769   3211979        80      7120         0     83196     49840   1091950     22.97   no data
3472.07/869.20	c  S st 10769   3212484        80      7120         0     83666     49840   1105290     22.97   no data
3472.07/869.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3472.07/869.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
3472.07/869.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3472.07/869.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3472.07/869.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3472.07/869.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3472.07/869.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3472.07/869.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3472.47/869.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3491.25/874.09	c lits-rem:       240  cl-subs:     2340  v-elim:      0  v-fix:    0  time:  4.77 s
3491.25/874.09	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
3491.65/874.11	c vivif2 --  cl tried    81326 cl shrink        0 lits rem          0 time: 0.02
3493.27/874.54	c asymm  cl-useful: 0/771/7120 lits-rem:0 time: 0.43
3493.27/874.54	c calculated reachability. Time: 0.00
3493.27/874.54	c  N dy 10769   3212484        80      7120         0     81326     49840   1037690     22.97   no data
3524.40/882.30	c  N dy 10866   3232572        80      7120         0     99657     49840   1535330     22.97     24.51
3567.96/893.28	c  N dy 10951   3260669        80      7120         0    125246     49840   2220965     22.97     24.21
3613.48/904.67	c  N dy 11051   3282179        80      7120         0     72838     49840    795484     22.98     24.20
3637.86/910.73	c  N dy 11166   3302189        80      7120         0     91197     49840   1299620     22.98     25.18
3671.01/919.03	c  N dy 11206   3325340        80      7120         0    112217     49840   1856859     22.98     24.21
3708.95/928.55	c  N dy 11303   3345425        80      7120         0    130546     49840   2354863     22.98     25.46
3746.11/937.85	c  N dy 11341   3368778        80      7120         0     78846     49840    939015     22.97     24.39
3771.66/944.25	c  N dy 11457   3388798        80      7120         0     97196     49840   1444447     22.98     24.30
3797.63/950.77	c  N dy 11497   3408975        80      7120         0    115490     49840   1932219     22.98     24.23
3838.38/960.97	c  N dy 11622   3429010        80      7120         0    133879     49840   2436590     22.99     25.14
3869.94/968.84	c  N dy 11645   3449410        80      7120         0     78517     49840    916586     22.98     24.24
3893.90/974.86	c  N dy 11720   3469474        80      7120         0     96891     49840   1415776     22.98     25.03
3925.06/982.67	c  N dy 11778   3491695        80      7120         0    117152     49840   1962523     22.98     24.28
3978.59/996.00	c  N dy 11814   3526822        80      7120         0    148869     49840   2804977     22.97     24.23
4005.75/1002.87	c  N dy 11893   3549230        80      7120         0     94542     49840   1334111     22.97     24.18
4036.51/1010.58	c  N dy 11992   3569662        80      7120         0    113221     49840   1845375     22.98     24.39
4073.28/1019.80	c  N dy 12097   3589751        80      7120         0    131540     49840   2346296     22.98     25.07
4116.41/1030.56	c  N dy 12202   3609818        80      7120         0    149907     49840   2847163     22.99     24.54
4147.15/1038.25	c  N dy 12342   3630149        80      7120         0     92892     49840   1287399     22.99     24.24
4173.12/1044.73	c  N dy 12410   3650241        80      7120         0    111185     49840   1784028     22.99     25.34
4209.88/1053.95	c  N dy 12472   3673661        80      7120         0    132476     49840   2356199     22.99     24.32
4255.01/1065.27	c  N dy 12564   3695870        80      7120         0    152751     49840   2907416     23.00     24.40
4277.39/1070.87	c  S st 12627   3712485        80      7120         0     91308     49840   1221048     23.00     23.20
4278.58/1071.12	c  S st 12627   3712988        80      7120         0     91778     49840   1234212     23.00   no data
4278.58/1071.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4278.58/1071.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
4278.58/1071.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4278.58/1071.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4278.58/1071.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4278.58/1071.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
4278.58/1071.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4278.98/1071.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4278.98/1071.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4294.16/1075.02	c lits-rem:       286  cl-subs:     3094  v-elim:      0  v-fix:    0  time:  3.79 s
4294.16/1075.02	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4294.16/1075.04	c vivif2 --  cl tried    88684 cl shrink        0 lits rem          0 time: 0.02
4295.36/1075.39	c asymm  cl-useful: 0/692/7120 lits-rem:0 time: 0.35
4295.36/1075.39	c calculated reachability. Time: 0.00
4295.36/1075.39	c  N dy 12627   3712988        80      7120         0     88684     49840   1147289     23.00   no data
4326.11/1083.02	c  N dy 12744   3733492        80      7120         0    107392     49840   1657300     23.00     24.24
4358.07/1091.04	c  F st 12812   3751562        80      7120         0    123905     49840   2105987     23.01   no data
4362.48/1092.19	c  N st 12816   3753597        80      7120         0    125764     49840   2157077     23.01   no data
4503.08/1127.35	c  N dy 12893   3851338        80      7120         0    136945     49840   2393062     22.95     24.31
4561.40/1141.91	c  N dy 13011   3878763        80      7120         0     83829     49840    985109     22.95     24.33
4590.97/1149.30	c  N dy 13021   3906745        80      7120         0    109048     49840   1652825     22.94     24.17
4630.51/1159.22	c  N dy 13112   3930249        80      7120         0    130453     49840   2234898     22.94     24.18
4685.23/1172.97	c  N dy 13140   3960706        80      7120         0     79161     49840    850277     22.93     24.18
4707.60/1178.59	c  N dy 13170   3981496        80      7120         0     97981     49840   1351205     22.93     24.26
4742.36/1187.23	c  N dy 13294   4002215        80      7120         0    117016     49840   1872354     22.93     24.16
4784.30/1197.72	c  N dy 13428   4022587        80      7120         0    135619     49840   2383837     22.94     24.18

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-3173994-1304075303/watcher-3173994-1304075303 -o /tmp/evaluation-result-3173994-1304075303/solver-3173994-1304075303 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173994-1304075303.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: 1.51 4.03 5.87 5/180 4218
/proc/meminfo: memFree=19969044/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 408 0 0 0 0 0 0 0 21 0 4 0 519130052 52441088 347 33554432000 4194304 4627427 140733282863168 18446744073709551615 47049571202994 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 12803 347 299 106 0 7774 0
[pid=4218/tid=4219] ppid=4216 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 519130052 52441088 347 33554432000 4194304 4627427 140733282863168 18446744073709551615 47049571202994 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 519130052 52441088 347 33554432000 4194304 4627427 140733282863168 18446744073709551615 237290677302 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 519130052 52441088 347 33554432000 4194304 4627427 140733282863168 18446744073709551615 237278936049 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.031164 s]
/proc/loadavg: 1.51 4.03 5.87 5/180 4218
/proc/meminfo: memFree=19969044/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=281884 CPUtime=0.1 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 1394 0 0 0 10 0 0 0 23 0 4 0 519130052 288649216 1306 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 70471 1306 362 106 0 65442 0
[pid=4218/tid=4219] ppid=4216 vsize=281884 CPUtime=0.02 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 242 0 0 0 2 0 0 0 23 0 4 0 519130052 288649216 1306 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=281884 CPUtime=0.02 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 222 0 0 0 2 0 0 0 23 0 4 0 519130052 288649216 1306 33554432000 4194304 4627427 140733282863168 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=281884 CPUtime=0.02 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 274 0 0 0 2 0 0 0 24 0 4 0 519130052 288649216 1306 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 281884

[startup+0.101151 s]
/proc/loadavg: 1.51 4.03 5.87 5/180 4218
/proc/meminfo: memFree=19969044/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=282016 CPUtime=0.38 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 1531 0 0 0 38 0 0 0 23 0 4 0 519130052 288784384 1443 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309125 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 70504 1443 364 106 0 65475 0
[pid=4218/tid=4219] ppid=4216 vsize=282016 CPUtime=0.09 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 256 0 0 0 9 0 0 0 23 0 4 0 519130052 288784384 1443 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=282016 CPUtime=0.09 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 235 0 0 0 9 0 0 0 23 0 4 0 519130052 288784384 1443 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=282016 CPUtime=0.09 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 370 0 0 0 9 0 0 0 24 0 4 0 519130052 288784384 1443 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 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) 282016

[startup+0.301117 s]
/proc/loadavg: 1.51 4.03 5.87 5/180 4218
/proc/meminfo: memFree=19969044/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=284828 CPUtime=1.18 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 3786 0 0 0 118 0 0 0 23 0 4 0 519130052 291663872 3233 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 71207 3233 384 106 0 66178 0
[pid=4218/tid=4219] ppid=4216 vsize=284828 CPUtime=0.29 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 886 0 0 0 29 0 0 0 23 0 4 0 519130052 291663872 3233 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=284828 CPUtime=0.29 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 878 0 0 0 29 0 0 0 24 0 4 0 519130052 291663872 3233 33554432000 4194304 4627427 140733282863168 18446744073709551615 4321691 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=284828 CPUtime=0.29 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 721 0 0 0 29 0 0 0 25 0 4 0 519130052 291663872 3233 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309077 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) 284828

[startup+0.701046 s]
/proc/loadavg: 1.51 4.03 5.87 5/180 4218
/proc/meminfo: memFree=19969044/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=287340 CPUtime=2.77 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 6103 0 0 0 277 0 0 0 25 0 4 0 519130052 294236160 3780 33554432000 4194304 4627427 140733282863168 18446744073709551615 4332767 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 71835 3780 384 106 0 66806 0
[pid=4218/tid=4219] ppid=4216 vsize=287340 CPUtime=0.69 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 1459 0 0 0 69 0 0 0 25 0 4 0 519130052 294236160 3780 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=287340 CPUtime=0.69 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 1514 0 0 0 69 0 0 0 25 0 4 0 519130052 294236160 3780 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=287340 CPUtime=0.69 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 1194 0 0 0 69 0 0 0 25 0 4 0 519130052 294236160 3780 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309279 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) 287340

[startup+1.50091 s]
/proc/loadavg: 1.51 4.03 5.87 9/184 4222
/proc/meminfo: memFree=19948916/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=288380 CPUtime=5.97 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 11308 0 0 0 596 1 0 0 25 0 4 0 519130052 295301120 5989 33554432000 4194304 4627427 140733282863168 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 72095 5989 388 106 0 67066 0
[pid=4218/tid=4219] ppid=4216 vsize=288380 CPUtime=1.49 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 2375 0 0 0 149 0 0 0 25 0 4 0 519130052 295301120 5989 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=288380 CPUtime=1.48 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 2479 0 0 0 148 0 0 0 25 0 4 0 519130052 295301120 5989 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=288380 CPUtime=1.48 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 2113 0 0 0 148 0 0 0 25 0 4 0 519130052 295301120 5989 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309079 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) 288380

[startup+3.10062 s]
/proc/loadavg: 1.51 4.03 5.87 9/184 4222
/proc/meminfo: memFree=19901300/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=294048 CPUtime=12.36 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 20404 0 0 0 1233 3 0 0 25 0 4 0 519130052 301105152 11360 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 73512 11360 388 106 0 68483 0
[pid=4218/tid=4219] ppid=4216 vsize=294048 CPUtime=3.08 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 4631 0 0 0 308 0 0 0 25 0 4 0 519130052 301105152 11360 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=294048 CPUtime=3.09 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 5234 0 0 0 308 1 0 0 25 0 4 0 519130052 301105152 11360 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=294048 CPUtime=3.08 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 5279 0 0 0 307 1 0 0 25 0 4 0 519130052 301105152 11360 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309089 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) 294048

[startup+6.30106 s]
/proc/loadavg: 2.11 4.12 5.89 9/184 4222
/proc/meminfo: memFree=19864044/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=311176 CPUtime=25.15 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 31525 0 0 0 2509 6 0 0 25 0 4 0 519130052 318644224 15026 33554432000 4194304 4627427 140733282863168 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 77794 15026 388 106 0 72765 0
[pid=4218/tid=4219] ppid=4216 vsize=311176 CPUtime=6.29 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 7924 0 0 0 628 1 0 0 25 0 4 0 519130052 318644224 15026 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=311176 CPUtime=6.28 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 8604 0 0 0 627 1 0 0 25 0 4 0 519130052 318644224 15026 33554432000 4194304 4627427 140733282863168 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=311176 CPUtime=6.26 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 7594 0 0 0 625 1 0 0 25 0 4 0 519130052 318644224 15026 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 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) 311176

[startup+12.7009 s]
/proc/loadavg: 2.58 4.18 5.90 9/184 4222
/proc/meminfo: memFree=19809312/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=312024 CPUtime=50.71 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 46975 0 0 0 5062 9 0 0 25 0 4 0 519130052 319512576 19647 33554432000 4194304 4627427 140733282863168 18446744073709551615 4415675 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 78006 19660 388 106 0 72977 0
[pid=4218/tid=4219] ppid=4216 vsize=312024 CPUtime=12.69 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 10764 0 0 0 1267 2 0 0 25 0 4 0 519130052 319512576 19671 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=312024 CPUtime=12.68 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 11599 0 0 0 1265 3 0 0 25 0 4 0 519130052 319512576 19681 33554432000 4194304 4627427 140733282863168 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=312024 CPUtime=12.62 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 11717 0 0 0 1261 1 0 0 25 0 4 0 519130052 319512576 19681 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 312024

[startup+25.5006 s]
/proc/loadavg: 3.78 4.37 5.93 9/184 4222
/proc/meminfo: memFree=19757880/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=312440 CPUtime=101.84 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 71181 0 0 0 10169 15 0 0 25 0 4 0 519130052 319938560 23992 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 78110 23992 388 106 0 73081 0
[pid=4218/tid=4219] ppid=4216 vsize=312440 CPUtime=25.49 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 16474 0 0 0 2546 3 0 0 25 0 4 0 519130052 319938560 23992 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=312440 CPUtime=25.48 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 18557 0 0 0 2544 4 0 0 25 0 4 0 519130052 319938560 23992 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=312440 CPUtime=25.35 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 17291 0 0 0 2532 3 0 0 25 0 4 0 519130052 319938560 23992 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 312440

[startup+51.1011 s]
/proc/loadavg: 5.22 4.66 5.99 9/184 4223
/proc/meminfo: memFree=19685692/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=341140 CPUtime=204.1 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 105217 0 0 0 20385 25 0 0 25 0 4 0 519130052 349327360 28366 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 85285 28366 388 106 0 80256 0
[pid=4218/tid=4219] ppid=4216 vsize=341140 CPUtime=51.09 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 22678 0 0 0 5104 5 0 0 25 0 4 0 519130052 349327360 28366 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=341140 CPUtime=51.08 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 27891 0 0 0 5101 7 0 0 25 0 4 0 519130052 349327360 28366 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=341140 CPUtime=50.81 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 26173 0 0 0 5075 6 0 0 25 0 4 0 519130052 349327360 28366 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 341140

[startup+102.307 s]
/proc/loadavg: 6.92 5.20 6.10 10/184 4224
/proc/meminfo: memFree=19650108/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=332532 CPUtime=408.64 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 158458 0 0 0 40821 43 0 0 25 0 4 0 519130052 340512768 31995 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 83133 31995 388 106 0 78104 0
[pid=4218/tid=4219] ppid=4216 vsize=332532 CPUtime=102.29 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 31257 0 0 0 10221 8 0 0 25 0 4 0 519130052 340512768 31995 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=332532 CPUtime=102.29 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 41913 0 0 0 10217 12 0 0 25 0 4 0 519130052 340512768 31995 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=332532 CPUtime=101.74 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 42207 0 0 0 10163 11 0 0 25 0 4 0 519130052 340512768 31995 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 332532

[startup+162.3 s]

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

[pid=4218] ppid=4216 vsize=452796 CPUtime=2805.37 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 503467 0 0 0 280352 185 0 0 25 0 4 0 519130052 463663104 74345 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 113199 74345 388 106 0 108170 0
[pid=4218/tid=4219] ppid=4216 vsize=452796 CPUtime=702.28 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 101627 0 0 0 70188 40 0 0 25 0 4 0 519130052 463663104 74345 33554432000 4194304 4627427 140733282863168 18446744073709551615 4420130 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=452796 CPUtime=702.28 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 135858 0 0 0 70175 53 0 0 25 0 4 0 519130052 463663104 74345 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=452796 CPUtime=698.47 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 130320 0 0 0 69803 44 0 0 25 0 4 0 519130052 463663104 74345 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 452796

[startup+762.307 s]
/proc/loadavg: 8.11 7.77 7.10 9/184 4242
/proc/meminfo: memFree=19125640/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=466428 CPUtime=3045.07 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 524272 0 0 0 304308 199 0 0 25 0 4 0 519130052 477622272 76562 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 116607 76562 388 106 0 111578 0
[pid=4218/tid=4219] ppid=4216 vsize=466428 CPUtime=762.29 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 102460 0 0 0 76188 41 0 0 25 0 4 0 519130052 477622272 76562 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=466428 CPUtime=762.3 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 142368 0 0 0 76173 57 0 0 25 0 4 0 519130052 477622272 76562 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=466428 CPUtime=758.15 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 137177 0 0 0 75767 48 0 0 25 0 4 0 519130052 477622272 76562 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 466428

[startup+822.301 s]
/proc/loadavg: 8.10 7.83 7.16 9/184 4244
/proc/meminfo: memFree=19142360/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=470988 CPUtime=3284.72 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 544784 0 0 0 328264 208 0 0 25 0 4 0 519130052 482291712 78524 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 117747 78524 388 106 0 112718 0
[pid=4218/tid=4219] ppid=4216 vsize=470988 CPUtime=822.28 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 103094 0 0 0 82187 41 0 0 25 0 4 0 519130052 482291712 78524 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=470988 CPUtime=822.28 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 149056 0 0 0 82169 59 0 0 25 0 4 0 519130052 482291712 78524 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=470988 CPUtime=817.82 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 143572 0 0 0 81731 51 0 0 25 0 4 0 519130052 482291712 78524 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 470988

[startup+882.3 s]
/proc/loadavg: 8.09 7.87 7.21 9/184 4245
/proc/meminfo: memFree=19098700/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=536824 CPUtime=3524.4 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 566012 0 0 0 352222 218 0 0 25 0 4 0 519130052 549707776 83117 33554432000 4194304 4627427 140733282863168 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 134206 83117 388 106 0 129177 0
[pid=4218/tid=4219] ppid=4216 vsize=536824 CPUtime=882.28 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 103591 0 0 0 88186 42 0 0 25 0 4 0 519130052 549707776 83117 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=536824 CPUtime=882.29 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 155141 0 0 0 88166 63 0 0 25 0 4 0 519130052 549707776 83117 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=536824 CPUtime=877.49 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 152500 0 0 0 87696 53 0 0 25 0 4 0 519130052 549707776 83117 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.4
Current children cumulated vsize (KiB) 536824

[startup+942.301 s]
/proc/loadavg: 8.09 7.91 7.27 9/184 4247
/proc/meminfo: memFree=19087652/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=657892 CPUtime=3764.08 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 585761 0 0 0 376181 227 0 0 25 0 4 0 519130052 673681408 85955 33554432000 4194304 4627427 140733282863168 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 164473 85955 388 106 0 159444 0
[pid=4218/tid=4219] ppid=4216 vsize=657892 CPUtime=942.27 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 104311 0 0 0 94185 42 0 0 25 0 4 0 519130052 673681408 85955 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=657892 CPUtime=942.29 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 161959 0 0 0 94163 66 0 0 25 0 4 0 519130052 673681408 85955 33554432000 4194304 4627427 140733282863168 18446744073709551615 4324208 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=657892 CPUtime=937.17 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 158588 0 0 0 93661 56 0 0 25 0 4 0 519130052 673681408 85955 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 657892

[startup+1002.3 s]
/proc/loadavg: 8.14 7.95 7.32 9/184 4248
/proc/meminfo: memFree=19092088/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=579116 CPUtime=4003.75 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 606081 0 0 0 400134 241 0 0 25 0 4 0 519130052 593014784 76721 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 144779 76721 388 106 0 139750 0
[pid=4218/tid=4219] ppid=4216 vsize=579116 CPUtime=1002.28 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 106042 0 0 0 100185 43 0 0 25 0 4 0 519130052 593014784 76721 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=579116 CPUtime=1002.28 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 168224 0 0 0 100158 70 0 0 25 0 4 0 519130052 593014784 76721 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=579116 CPUtime=996.84 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 164381 0 0 0 99624 60 0 0 25 0 4 0 519130052 593014784 76721 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 579116

[startup+1062.3 s]
/proc/loadavg: 8.15 7.99 7.37 9/184 4250
/proc/meminfo: memFree=19095644/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=579424 CPUtime=4243.43 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 627354 0 0 0 424089 254 0 0 25 0 4 0 519130052 593330176 81320 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 144856 81320 388 106 0 139827 0
[pid=4218/tid=4219] ppid=4216 vsize=579424 CPUtime=1062.27 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 110951 0 0 0 106181 46 0 0 25 0 4 0 519130052 593330176 81320 33554432000 4194304 4627427 140733282863168 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=579424 CPUtime=1062.29 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 174301 0 0 0 106155 74 0 0 25 0 4 0 519130052 593330176 81320 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=579424 CPUtime=1056.52 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 169734 0 0 0 105588 64 0 0 25 0 4 0 519130052 593330176 81320 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 579424

[startup+1122.3 s]
/proc/loadavg: 8.05 7.99 7.40 9/184 4252
/proc/meminfo: memFree=19075168/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=634184 CPUtime=4483.1 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 649896 0 0 0 448046 264 0 0 25 0 4 0 519130052 649404416 82451 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 158546 82451 388 106 0 153517 0
[pid=4218/tid=4219] ppid=4216 vsize=634184 CPUtime=1122.28 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 116638 0 0 0 112179 49 0 0 25 0 4 0 519130052 649404416 82451 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=634184 CPUtime=1122.29 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 178707 0 0 0 112153 76 0 0 25 0 4 0 519130052 649404416 82451 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=634184 CPUtime=1116.19 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 175800 0 0 0 111553 66 0 0 25 0 4 0 519130052 649404416 82451 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 634184

[startup+1182.3 s]
/proc/loadavg: 8.02 7.99 7.44 10/184 4253
/proc/meminfo: memFree=19080216/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=647804 CPUtime=4722.79 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 673454 0 0 0 472004 275 0 0 25 0 4 0 519130052 663351296 83818 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 161951 83818 388 106 0 156922 0
[pid=4218/tid=4219] ppid=4216 vsize=647804 CPUtime=1182.28 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 121271 0 0 0 118176 52 0 0 25 0 4 0 519130052 663351296 83818 33554432000 4194304 4627427 140733282863168 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=647804 CPUtime=1182.29 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 185014 0 0 0 118151 78 0 0 25 0 4 0 519130052 663351296 83818 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=647804 CPUtime=1175.87 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 182101 0 0 0 117518 69 0 0 25 0 4 0 519130052 663351296 83818 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 647804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.01 7.46 5/179 4255
/proc/meminfo: memFree=19628828/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=607284 CPUtime=4800.29 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 680749 0 0 0 479750 279 0 0 25 0 4 0 519130052 621858816 87476 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 151821 87476 388 106 0 146792 0
[pid=4218/tid=4219] ppid=4216 vsize=607284 CPUtime=1201.68 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 123839 0 0 0 120115 53 0 0 25 0 4 0 519130052 621858816 87476 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=607284 CPUtime=1201.7 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 186385 0 0 0 120091 79 0 0 25 0 4 0 519130052 621858816 87476 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=607284 CPUtime=1195.16 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 184396 0 0 0 119446 70 0 0 25 0 4 0 519130052 621858816 87476 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 607284

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

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

[startup+1201.7 s]
/proc/loadavg: 8.09 8.01 7.46 5/179 4255
/proc/meminfo: memFree=19628828/32950904 swapFree=67082284/67111528
[pid=4218] ppid=4216 vsize=607284 CPUtime=4800.29 cores=1,3,5,7
/proc/4218/stat : 4218 (strangenight2-m) R 4216 4218 4177 0 -1 4202496 680749 0 0 0 479750 279 0 0 25 0 4 0 519130052 621858816 87476 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4218/statm: 151821 87476 388 106 0 146792 0
[pid=4218/tid=4219] ppid=4216 vsize=607284 CPUtime=1201.68 cores=1,3,5,7
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 123839 0 0 0 120115 53 0 0 25 0 4 0 519130052 621858816 87476 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4218/tid=4220] ppid=4216 vsize=607284 CPUtime=1201.7 cores=1,3,5,7
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 186385 0 0 0 120091 79 0 0 25 0 4 0 519130052 621858816 87476 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4218/tid=4221] ppid=4216 vsize=607284 CPUtime=1195.16 cores=1,3,5,7
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4216 4218 4177 0 -1 4202560 184396 0 0 0 119446 70 0 0 25 0 4 0 519130052 621858816 87476 33554432000 4194304 4627427 140733282863168 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 607284

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.34
CPU user time (s): 4797.53
CPU system time (s): 2.81357
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 702432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.53
system time used= 2.81357
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 680750
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= 607
involuntary context switches= 21960

runsolver used 1.77873 second user time and 4.80227 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 13:08:23
IDJOB=3173994
IDBENCH=82812
IDSOLVER=1586
FILE ID=node121/3173994-1304075303
RUNJOBID= node121-1304075302-4196
PBS_JOBID= 13170500
Free space on /tmp= 72648 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S2107193201-069.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173994-1304075303/watcher-3173994-1304075303 -o /tmp/evaluation-result-3173994-1304075303/solver-3173994-1304075303 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173994-1304075303.cnf

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

MD5SUM BENCH= f33f3051fd4d4fda111c4bc9b2e01ee5
RANDOM SEED=1981907056

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      19969332 kB
Buffers:       2181452 kB
Cached:       10231904 kB
SwapCached:       2776 kB
Active:        9129496 kB
Inactive:      3329760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19969332 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           11852 kB
Writeback:           0 kB
AnonPages:       43428 kB
Mapped:          14144 kB
Slab:           455528 kB
PageTables:       4872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   280472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72648 MiB
End job on node121 at 2011-04-29 13:28:27