Trace number 3366105

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S541704841-072-UNKNOWN.cnf
MD5SUMd89541d4d678adcd99dbf4694eb0406c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.1322
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366105-1305394982.cnf'
0.00/0.01	c -- header says num vars:            150
0.00/0.01	c -- header says num clauses:       12750
0.22/0.11	c -- clauses added:            0 learnts,        12750 normals,            0 xors
0.22/0.11	c -- vars added        150
0.22/0.11	c Parsing time:  0.01 s
0.22/0.11	c  N st     0         0       150     12750         0         0     89250         0   no data   no data
1.01/0.32	c asymm  cl-useful: 0/12750/12750 lits-rem:0 time: 0.30
1.01/0.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.25/0.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.25/0.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.25/0.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.25/0.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1.25/0.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.25/0.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1.25/0.41	c Finding binary XORs  T:     0.00 s  found:       0
1.25/0.41	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.25/0.41	c calculated reachability. Time: 0.00
1.25/0.41	c Calc default polars -  time:   0.00 s pos:      78 undec:       2 neg:      70
1.25/0.41	c =========================================================================================
1.25/0.41	c types(t): F = full restart, N = normal restart
1.25/0.41	c types(t): S = simplification begin/end, E = solution found
1.25/0.41	c restart types(rt): st = static, dy = dynamic
1.25/0.41	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.25/0.41	c  B st     0         0       150     12750         0         0     89250         0   no data   no data
1.97/0.59	c  N dy     9      4963       150     12750         0      4723     89250    213371     37.67     39.74
3.16/0.84	c  N dy    32     10008       150     12750         0      7196     89250    295922     38.60     40.67
4.41/1.13	c  N dy    53     15592       150     12750         0      8478     89250    318281     38.92     41.01
5.96/1.50	c  N dy    75     22057       150     12750         0      9284     89250    316403     39.01     41.18
6.36/1.68	c  F st    90     25000       150     12750         0     12100     89250    443782     39.18   no data
6.76/1.76	c  N st    93     26190       150     12750         0      6719     89250    170165     39.18   no data
7.56/1.97	c  S st    96     30000       150     12750         0     10366     89250    338910     39.18   no data
7.96/2.01	c  S st    96     30502       150     12750         0     10855     89250    360642     39.18   no data
7.96/2.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.96/2.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
7.96/2.02	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
7.96/2.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.96/2.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.96/2.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
7.96/2.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.96/2.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.96/2.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.31	c lits-rem:       181  cl-subs:      442  v-elim:      0  v-fix:    0  time:  0.28 s
10.35/2.70	c asymm  cl-useful: 0/11749/12750 lits-rem:0 time: 0.38
10.35/2.70	c calculated reachability. Time: 0.00
10.35/2.70	c  N dy    96     30502       150     12750         0     10413     89250    334848     39.18   no data
15.14/3.83	c  N dy   112     45754       150     12750         0      8820     89250    204051     38.49     35.99
15.14/3.83	c  S st   112     45754       150     12750         0      8820     89250    204051     38.49     35.99
15.14/3.87	c  S st   112     46256       150     12750         0      9310     89250    225532     38.49   no data
15.14/3.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.14/3.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
15.14/3.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.14/3.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.14/3.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
15.14/3.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.14/3.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.14/3.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.54/3.94	c lits-rem:         7  cl-subs:       83  v-elim:      0  v-fix:    0  time:  0.06 s
15.54/3.94	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
15.54/3.95	c vivif2 --  cl tried     9227 cl shrink        0 lits rem          0 time: 0.00
15.54/3.98	c asymm  cl-useful: 0/1001/12750 lits-rem:0 time: 0.03
15.54/3.98	c calculated reachability. Time: 0.00
15.54/3.98	c  N dy   112     46256       150     12750         0      9227     89250    221145     38.49   no data
16.74/4.27	c  N dy   124     51021       150     12750         0     13797     89250    425357     38.48     40.69
18.33/4.63	c  N dy   129     55975       150     12750         0     18505     89250    633472     38.28     40.41
19.52/4.95	c  N dy   148     60851       150     12750         0     13659     89250    387209     38.34     40.38
20.72/5.23	c  N dy   154     65084       150     12750         0     17708     89250    566972     38.28     40.51
22.32/5.61	c  N dy   180     69250       150     12750         0     11210     89250    245997     38.38     40.54
22.32/5.62	c  S st   181     69386       150     12750         0     11340     89250    251618     38.38     39.23
22.32/5.67	c  S st   181     69888       150     12750         0     11830     89250    273156     38.38   no data
22.32/5.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.32/5.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
22.32/5.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.32/5.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.32/5.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.32/5.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
22.32/5.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.32/5.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.32/5.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.12/5.81	c lits-rem:         3  cl-subs:       72  v-elim:      0  v-fix:    0  time:  0.11 s
23.12/5.81	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
23.12/5.81	c vivif2 --  cl tried    11758 cl shrink        0 lits rem          0 time: 0.00
24.71/6.26	c asymm  cl-useful: 0/11099/12750 lits-rem:0 time: 0.45
24.71/6.26	c calculated reachability. Time: 0.00
24.71/6.26	c  N dy   181     69888       150     12750         0     11758     89250    268912     38.38   no data
26.34/6.62	c  N dy   197     74896       150     12750         0     16559     89250    484126     38.42     40.50
27.91/7.00	c  N dy   208     79703       150     12750         0     21177     89250    688996     38.41     40.64
29.51/7.44	c  N dy   233     85541       150     12750         0     15267     89250    394311     38.46     40.60
29.91/7.58	c  F st   236     87500       150     12750         0     17143     89250    478572     38.46     39.17
31.49/7.99	c  N dy   242     92694       150     12750         0     22098     89250    701757     38.46   no data
33.90/8.54	c  N dy   265     98956       150     12750         0     15641     89250    377738     38.48     40.56
35.89/9.02	c  S st   290    104832       150     12750         0     21279     89250    628123     38.51   no data
35.89/9.08	c  S st   290    105340       150     12750         0     21776     89250    650144     38.51   no data
35.89/9.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.89/9.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
35.89/9.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.89/9.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.89/9.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.89/9.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
35.89/9.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.29/9.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.29/9.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.10/9.85	c lits-rem:       196  cl-subs:      952  v-elim:      0  v-fix:    0  time:  0.73 s
39.10/9.85	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
39.10/9.86	c vivif2 --  cl tried    20824 cl shrink        0 lits rem          0 time: 0.01
39.51/9.98	c asymm  cl-useful: 0/1651/12750 lits-rem:0 time: 0.12
39.51/9.98	c calculated reachability. Time: 0.00
39.51/9.98	c  N dy   290    105340       150     12750         0     20824     89250    599034     38.51   no data
42.68/10.78	c  N dy   316    113849       150     12750         0     15576     89250    340957     38.49     40.94
45.47/11.41	c  N dy   338    121706       150     12750         0     23106     89250    675424     38.50     40.87
48.30/12.18	c  N dy   358    129558       150     12750         0     16283     89250    342916     38.46     40.79
51.46/12.93	c  N dy   398    138412       150     12750         0     24774     89250    721262     38.53     40.68
55.04/13.83	c  N dy   403    148601       150     12750         0     19217     89250    441165     38.41     40.46
58.23/14.66	c  S st   425    158012       150     12750         0     28216     89250    838317     38.35   no data
58.63/14.74	c  S st   425    158514       150     12750         0     28708     89250    860036     38.35   no data
58.63/14.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.63/14.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
58.63/14.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.63/14.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.63/14.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.63/14.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
58.63/14.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.63/14.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.63/14.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.22/16.17	c lits-rem:       273  cl-subs:     1512  v-elim:      0  v-fix:    0  time:  1.38 s
64.22/16.17	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
64.22/16.18	c vivif2 --  cl tried    27196 cl shrink        0 lits rem          0 time: 0.01
65.02/16.40	c asymm  cl-useful: 0/3804/12750 lits-rem:0 time: 0.22
65.02/16.40	c calculated reachability. Time: 0.00
65.02/16.40	c  N dy   425    158514       150     12750         0     27196     89250    782110     38.35   no data
69.41/17.45	c  N dy   473    169388       150     12750         0     21383     89250    506607     38.42     40.54
73.81/18.51	c  N dy   506    180343       150     12750         0     31858     89250    972411     38.43     40.46
89.36/22.41	c  N dy   539    217756       150     12750         0     32103     89250    915766     38.08     40.54
96.94/24.33	c  N dy   594    233877       150     12750         0     28490     89250    726938     38.09     40.10
98.94/24.82	c  S st   619    237772       150     12750         0     32236     89250    893207     38.12   no data
99.34/24.92	c  S st   619    238278       150     12750         0     32722     89250    914409     38.12   no data
99.34/24.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
99.34/24.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
99.34/24.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.34/24.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.34/24.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.34/24.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
99.34/24.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
99.34/24.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
99.34/24.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.91/26.83	c lits-rem:       265  cl-subs:     1344  v-elim:      0  v-fix:    0  time:  1.86 s
106.91/26.84	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
106.91/26.85	c vivif2 --  cl tried    31378 cl shrink        0 lits rem          0 time: 0.01
107.71/27.09	c asymm  cl-useful: 0/2931/12750 lits-rem:0 time: 0.24
107.71/27.09	c calculated reachability. Time: 0.00
107.71/27.09	c  N dy   619    238278       150     12750         0     31378     89250    842262     38.12   no data
115.70/29.04	c  N dy   709    255626       150     12750         0     27975     89250    676621     38.21     40.35
123.68/31.07	c  N dy   777    272178       150     12750         0     22762     89250    409364     38.25     40.39
134.06/33.65	c  N dy   856    295527       150     12750         0     23122     89250    390747     38.26     40.46
138.45/34.73	c  F st   901    306254       150     12750         0     33423     89250    849261     38.29   no data
142.45/35.72	c  N dy   925    314487       150     12750         0     41300     89250   1202811     38.30     40.46
151.22/37.98	c  N dy   979    334673       150     12750         0     37669     89250   1006668     38.30     40.63
161.20/40.47	c  N dy  1056    354691       150     12750         0     32888     89250    759983     38.33     41.72
162.80/40.80	c  S st  1073    357417       150     12750         0     35513     89250    877267     38.34     37.40
163.19/40.90	c  S st  1073    357923       150     12750         0     36001     89250    898727     38.34   no data
163.19/40.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
163.19/40.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
163.19/40.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
163.19/40.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.19/40.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.19/40.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
163.19/40.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
163.19/40.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
163.19/40.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.38/42.79	c lits-rem:       313  cl-subs:     1134  v-elim:      0  v-fix:    0  time:  1.83 s
170.38/42.79	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
170.38/42.80	c vivif2 --  cl tried    34867 cl shrink        0 lits rem          0 time: 0.01
171.57/43.07	c asymm  cl-useful: 0/2582/12750 lits-rem:0 time: 0.27
171.57/43.07	c calculated reachability. Time: 0.00
171.57/43.07	c  N dy  1073    357923       150     12750         0     34867     89250    836010     38.34   no data
181.94/45.66	c  N dy  1154    377939       150     12750         0     29133     89250    559664     38.38     41.89
193.16/48.44	c  N dy  1214    398114       150     12750         0     48381     89250   1414590     38.39     40.42
204.30/51.21	c  N dy  1298    419041       150     12750         0     42613     89250   1124268     38.42     40.75
215.11/53.96	c  N dy  1393    439080       150     12750         0     35034     89250    756851     38.47     40.51
226.65/56.81	c  N dy  1457    459640       150     12750         0     54737     89250   1635617     38.48     40.51
236.65/59.36	c  N dy  1518    479796       150     12750         0     46222     89250   1220286     38.49     40.67
248.20/62.26	c  N dy  1597    499941       150     12750         0     36815     89250    773418     38.52     40.55
260.56/65.33	c  N dy  1657    521033       150     12750         0     57069     89250   1676122     38.52     40.57
268.54/67.35	c  S st  1692    536887       150     12750         0     42515     89250    984520     38.52     36.18
268.94/67.46	c  S st  1692    537387       150     12750         0     43005     89250   1006385     38.52   no data
268.94/67.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
268.94/67.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
268.94/67.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
268.94/67.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
268.94/67.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
268.94/67.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
268.94/67.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
269.34/67.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
269.34/67.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
278.93/69.96	c lits-rem:       266  cl-subs:     1533  v-elim:      0  v-fix:    0  time:  2.43 s
278.93/69.96	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
278.93/69.98	c vivif2 --  cl tried    41472 cl shrink        0 lits rem          0 time: 0.01
280.12/70.26	c asymm  cl-useful: 0/2248/12750 lits-rem:0 time: 0.28
280.12/70.26	c calculated reachability. Time: 0.00
280.12/70.26	c  N dy  1692    537387       150     12750         0     41472     89250    926251     38.52   no data
293.29/73.52	c  N dy  1759    557435       150     12750         0     60649     89250   1780597     38.53     40.67
304.06/76.23	c  N dy  1844    577519       150     12750         0     49285     89250   1259392     38.55     41.57
317.23/79.51	c  N dy  1914    597624       150     12750         0     36958     89250    672246     38.56     40.82
328.82/82.45	c  N dy  1979    617780       150     12750         0     56247     89250   1533175     38.57     40.73
342.00/85.79	c  N dy  2056    639113       150     12750         0     44150     89250    963745     38.58     40.71
356.74/89.47	c  N dy  2096    662994       150     12750         0     66995     89250   1986440     38.56     40.59
371.11/93.06	c  N dy  2163    684482       150     12750         0     54032     89250   1373090     38.57     40.62
390.29/97.83	c  N dy  2227    711978       150     12750         0     45814     89250    971272     38.54     40.63
406.63/101.92	c  N dy  2274    735336       150     12750         0     68140     89250   1963044     38.51     40.79
420.61/105.47	c  N dy  2328    757410       150     12750         0     53859     89250   1296119     38.51     40.72
436.16/109.36	c  N dy  2397    777506       150     12750         0     36767     89250    500645     38.51     40.67
447.77/112.25	c  N dy  2454    797769       150     12750         0     56212     89250   1368701     38.51     41.35
454.52/113.93	c  S st  2507    806080       150     12750         0     64161     89250   1726075     38.53     38.47
454.92/114.09	c  S st  2507    806581       150     12750         0     64638     89250   1747503     38.53   no data
455.32/114.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
455.32/114.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
455.32/114.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
455.32/114.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
455.32/114.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
455.32/114.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
455.32/114.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
455.32/114.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
455.72/114.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
490.43/122.97	c lits-rem:       521  cl-subs:     2858  v-elim:      0  v-fix:    0  time:  8.77 s
490.43/122.97	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
490.43/122.99	c vivif2 --  cl tried    61780 cl shrink        0 lits rem          0 time: 0.02
491.66/123.23	c asymm  cl-useful: 0/1185/12750 lits-rem:0 time: 0.24
491.66/123.23	c calculated reachability. Time: 0.00
491.66/123.23	c  N dy  2507    806581       150     12750         0     61780     89250   1591418     38.53   no data
508.39/127.42	c  N dy  2575    827359       150     12750         0     44415     89250    809836     38.54     40.64
522.76/131.01	c  N dy  2636    848064       150     12750         0     64242     89250   1695438     38.54     40.57
538.33/134.92	c  N dy  2731    868143       150     12750         0     45215     89250    809897     38.56     41.24
552.29/138.42	c  N dy  2804    888422       150     12750         0     64613     89250   1674893     38.57     40.81
567.85/142.36	c  N dy  2865    908463       150     12750         0     44549     89250    749413     38.58     40.63
584.61/146.52	c  N dy  2945    932372       150     12750         0     67467     89250   1775064     38.58     40.92
599.79/150.37	c  N dy  3008    952481       150     12750         0     46516     89250    803457     38.59     41.20
615.34/154.25	c  N dy  3117    972772       150     12750         0     65975     89250   1677446     38.62     40.72
632.90/158.61	c  N dy  3166    992993       150     12750         0     44179     89250    665860     38.62     40.79
646.47/162.07	c  N dy  3247   1013264       150     12750         0     63552     89250   1533307     38.63     40.69
666.85/167.19	c  N dy  3305   1039084       150     12750         0     46124     89250    722328     38.62     40.75
680.43/170.57	c  N dy  3364   1059091       150     12750         0     65310     89250   1585385     38.62     41.07
691.57/173.36	c  F st  3410   1071876       150     12750         0     77599     89250   2132930     38.62     39.18
700.75/175.68	c  N dy  3418   1083109       150     12750         0     45221     89250    645978     38.61     40.67
714.72/179.13	c  N dy  3482   1103149       150     12750         0     64421     89250   1503277     38.62     45.85
733.48/183.81	c  N dy  3556   1123470       150     12750         0     83936     89250   2374728     38.63     40.68
749.44/187.85	c  N dy  3620   1145536       150     12750         0     60948     89250   1307632     38.63     40.71
768.24/192.51	c  N dy  3701   1165954       150     12750         0     80531     89250   2185828     38.64     40.68
789.35/197.83	c  N dy  3749   1187685       150     12750         0     56291     89250   1072715     38.63     40.70
808.09/202.50	c  N dy  3821   1207883       150     12750         0     75624     89250   1936893     38.64     40.92
810.09/203.02	c  S st  3827   1209872       150     12750         0     77532     89250   2021079     38.64     37.03
810.89/203.26	c  S st  3827   1210373       150     12750         0     78018     89250   2042424     38.64   no data
810.89/203.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
811.29/203.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
811.29/203.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
811.29/203.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
811.29/203.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
811.29/203.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
811.29/203.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
811.29/203.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
811.29/203.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
863.58/216.46	c lits-rem:       644  cl-subs:     3745  v-elim:      0  v-fix:    0  time: 13.06 s
863.58/216.46	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
863.58/216.49	c vivif2 --  cl tried    74273 cl shrink        0 lits rem          0 time: 0.03
865.17/216.83	c asymm  cl-useful: 0/1688/12750 lits-rem:0 time: 0.33
865.17/216.83	c calculated reachability. Time: 0.00
865.17/216.83	c  N dy  3827   1210373       150     12750         0     74273     89250   1843673     38.64   no data
884.33/221.68	c  N dy  3886   1230411       150     12750         0     47582     89250    649462     38.64     40.79
899.09/225.36	c  N dy  3931   1252466       150     12750         0     68593     89250   1589222     38.63     40.76
917.85/230.03	c  N dy  4002   1272482       150     12750         0     87759     89250   2447583     38.64     40.71
934.64/234.31	c  N dy  4100   1292910       150     12750         0     60480     89250   1197014     38.65     41.05
954.17/239.13	c  N dy  4164   1313080       150     12750         0     79858     89250   2063203     38.65     40.70
980.50/245.73	c  N dy  4219   1334494       150     12750         0     52484     89250    798397     38.65     40.70
998.46/250.26	c  N dy  4279   1354517       150     12750         0     71659     89250   1656787     38.65     40.73
1020.02/255.67	c  N dy  4355   1374606       150     12750         0     90917     89250   2518421     38.66     40.94
1039.58/260.56	c  N dy  4446   1394622       150     12750         0     61256     89250   1157609     38.67     40.92
1055.53/264.58	c  N dy  4484   1414862       150     12750         0     80637     89250   2021851     38.66     40.70
1079.91/270.64	c  N dy  4588   1434877       150     12750         0     49991     89250    623300     38.68     42.78
1094.64/274.32	c  N dy  4622   1455817       150     12750         0     70018     89250   1510896     38.67     40.83
1113.81/279.10	c  N dy  4684   1476082       150     12750         0     89432     89250   2382315     38.67     40.88
1133.76/284.17	c  N dy  4762   1496119       150     12750         0     57918     89250    945994     38.68     40.85
1149.74/288.11	c  N dy  4789   1516712       150     12750         0     77598     89250   1826699     38.67     40.76
1172.10/293.79	c  N dy  4847   1538558       150     12750         0     98530     89250   2764605     38.68     40.76
1190.02/298.27	c  N dy  4921   1558601       150     12750         0     66034     89250   1277916     38.68     40.92
1209.98/303.22	c  N dy  4993   1579926       150     12750         0     86484     89250   2193729     38.69     40.73
1237.96/310.25	c  N dy  5009   1611678       150     12750         0     64056     89250   1153765     38.65     40.70
1256.67/314.99	c  N dy  5061   1632879       150     12750         0     84327     89250   2055290     38.65     41.24
1280.62/320.91	c  N dy  5145   1652912       150     12750         0    103501     89250   2912561     38.66     40.84
1298.59/325.45	c  N dy  5206   1673629       150     12750         0     69792     89250   1378292     38.66     40.71
1320.95/331.07	c  N dy  5295   1693718       150     12750         0     89066     89250   2238392     38.67     40.82
1340.47/335.93	c  S st  5342   1710375       150     12750         0    105036     89250   2950375     38.67     39.07
1341.67/336.23	c  S st  5342   1710876       150     12750         0    105526     89250   2971880     38.67   no data
1341.67/336.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1341.67/336.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1342.07/336.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1342.07/336.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1342.07/336.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1342.07/336.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1342.07/336.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1342.07/336.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1342.47/336.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1432.67/359.09	c lits-rem:      1116  cl-subs:     5449  v-elim:      0  v-fix:    0  time: 22.68 s
1432.67/359.09	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
1433.07/359.12	c vivif2 --  cl tried   100077 cl shrink        0 lits rem          0 time: 0.03
1434.67/359.51	c asymm  cl-useful: 0/1152/12750 lits-rem:0 time: 0.38
1434.67/359.51	c calculated reachability. Time: 0.00
1434.67/359.51	c  N dy  5342   1710876       150     12750         0    100077     89250   2676213     38.67   no data
1454.22/364.44	c  N dy  5402   1730928       150     12750         0     64830     89250   1120852     38.67     42.11
1473.38/369.22	c  N dy  5485   1751536       150     12750         0     84606     89250   2008386     38.68     40.77
1494.93/374.69	c  N dy  5534   1771926       150     12750         0    104170     89250   2881650     38.67     40.79
1520.87/381.17	c  N dy  5563   1800948       150     12750         0     76238     89250   1592248     38.64     40.72
1542.42/386.55	c  N dy  5609   1822021       150     12750         0     96392     89250   2490993     38.64     41.02
1571.17/393.74	c  N dy  5661   1842022       150     12750         0     59182     89250    799390     38.64     43.08
1589.51/398.32	c  N dy  5746   1862045       150     12750         0     78395     89250   1662951     38.65     40.97
1615.07/404.72	c  N dy  5813   1885542       150     12750         0    100836     89250   2666383     38.65     40.72
1638.19/410.59	c  N dy  5886   1905631       150     12750         0     62702     89250    922345     38.65     41.82
1655.76/414.96	c  N dy  5953   1925660       150     12750         0     81884     89250   1783248     38.66     42.05
1679.30/420.88	c  N dy  6052   1945700       150     12750         0    101073     89250   2644860     38.67     40.93
1704.84/427.23	c  N dy  6128   1965951       150     12750         0     62073     89250    860227     38.67     40.85
1724.40/432.19	c  N dy  6194   1988643       150     12750         0     83795     89250   1835087     38.67     40.72
1746.35/437.70	c  N dy  6245   2008689       150     12750         0    102995     89250   2696850     38.67     45.41
1772.69/444.22	c  N dy  6319   2028976       150     12750         0     63093     89250    868367     38.68     40.96
1790.67/448.74	c  N dy  6360   2050964       150     12750         0     84063     89250   1811147     38.67     40.77
1814.99/454.86	c  N dy  6444   2071506       150     12750         0    103744     89250   2692527     38.67     40.74
1841.73/461.53	c  N dy  6517   2091537       150     12750         0     62633     89250    816960     38.68     40.94
1857.30/465.45	c  N dy  6549   2111629       150     12750         0     81780     89250   1678968     38.67     42.59
1879.24/470.99	c  N dy  6627   2131649       150     12750         0    100966     89250   2544429     38.67     40.91
1908.78/478.30	c  N dy  6703   2151896       150     12750         0    120372     89250   3413777     38.67     40.84
1933.13/484.42	c  N dy  6779   2177475       150     12750         0     83529     89250   1721291     38.67     40.83
1962.65/491.80	c  N dy  6861   2203668       150     12750         0    108603     89250   2838491     38.67     40.73
1972.23/494.23	c  S st  6886   2210878       150     12750         0    115512     89250   3148766     38.67     38.49
1973.43/494.55	c  S st  6886   2211382       150     12750         0    116007     89250   3170108     38.67   no data
1973.43/494.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1973.83/494.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
1973.83/494.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1973.83/494.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1973.83/494.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1973.83/494.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1973.83/494.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1973.83/494.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1974.23/494.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2076.01/520.25	c lits-rem:       914  cl-subs:     5970  v-elim:      0  v-fix:    0  time: 25.50 s
2076.01/520.25	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2076.01/520.29	c vivif2 --  cl tried   110037 cl shrink        0 lits rem          0 time: 0.04
2077.59/520.69	c asymm  cl-useful: 0/1038/12750 lits-rem:0 time: 0.41
2077.99/520.70	c calculated reachability. Time: 0.00
2077.99/520.70	c  N dy  6886   2211382       150     12750         0    110037     89250   2856857     38.67   no data
2100.74/526.45	c  N dy  6926   2231435       150     12750         0     67134     89250    956677     38.66     40.99
2118.70/530.90	c  N dy  6973   2251464       150     12750         0     86286     89250   1813452     38.66     41.16
2140.65/536.45	c  N dy  7009   2271554       150     12750         0    105587     89250   2674558     38.65     40.72
2170.58/543.92	c  N dy  7088   2291886       150     12750         0    125115     89250   3550205     38.66     40.75
2190.93/549.01	c  N dy  7171   2312075       150     12750         0     81315     89250   1551072     38.66     41.11
2214.08/554.89	c  N dy  7218   2332133       150     12750         0    100517     89250   2406868     38.66     41.23
2243.61/562.28	c  N dy  7311   2352255       150     12750         0    119817     89250   3272129     38.67     40.75
2264.37/567.48	c  N dy  7322   2372486       150     12750         0     74940     89250   1230304     38.64     40.88
2284.71/572.52	c  N dy  7373   2392489       150     12750         0     94061     89250   2082818     38.64     42.44
2312.25/579.44	c  N dy  7427   2414932       150     12750         0    115589     89250   3046985     38.64     40.86
2339.41/586.29	c  N dy  7480   2435126       150     12750         0     69853     89250    973019     38.64     40.69
2360.14/591.40	c  N dy  7563   2456052       150     12750         0     89899     89250   1872358     38.65     40.90
2386.48/598.01	c  N dy  7658   2476487       150     12750         0    109471     89250   2752346     38.66     41.25
2416.01/605.44	c  N dy  7725   2496539       150     12750         0    128658     89250   3611190     38.66     44.54
2460.31/616.57	c  N dy  7775   2539619       150     12750         0    103664     89250   2448701     38.63     40.74
2487.85/623.48	c  N dy  7846   2559637       150     12750         0    122804     89250   3298575     38.63     40.77
2515.43/630.37	c  N dy  7929   2579719       150     12750         0     75164     89250   1144476     38.64     41.12
2536.95/635.72	c  N dy  8018   2599736       150     12750         0     94380     89250   2008879     38.64     41.48
2567.27/643.38	c  N dy  8076   2619877       150     12750         0    113652     89250   2871113     38.64     40.82
2599.59/651.47	c  N dy  8155   2639999       150     12750         0    132906     89250   3733741     38.65     40.86
2622.34/657.15	c  N dy  8222   2661563       150     12750         0     85581     89250   1573443     38.65     40.82
2645.89/663.08	c  N dy  8291   2681715       150     12750         0    104901     89250   2438340     38.65     41.02
2674.21/670.16	c  N dy  8339   2703673       150     12750         0    125885     89250   3373836     38.65     40.83
2687.38/673.40	c  S st  8375   2711383       150     12750         0    133299     89250   3705923     38.65     38.67
2688.58/673.76	c  S st  8375   2711888       150     12750         0    133783     89250   3727283     38.65   no data
2688.58/673.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2688.98/673.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
2688.98/673.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2688.98/673.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2688.98/673.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2688.98/673.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2688.98/673.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2689.38/673.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2689.38/673.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2827.46/708.58	c lits-rem:       863  cl-subs:     7254  v-elim:      0  v-fix:    0  time: 34.60 s
2827.46/708.59	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2827.86/708.63	c vivif2 --  cl tried   126529 cl shrink        0 lits rem          0 time: 0.04
2829.46/709.04	c asymm  cl-useful: 0/913/12750 lits-rem:0 time: 0.41
2829.46/709.05	c calculated reachability. Time: 0.00
2829.46/709.05	c  N dy  8375   2711888       150     12750         0    126529     89250   3344633     38.65   no data
2859.80/716.65	c  N dy  8446   2734161       150     12750         0     79086     89250   1248008     38.65     41.10
2883.35/722.56	c  N dy  8539   2754979       150     12750         0     99044     89250   2141648     38.66     41.08
2912.87/729.99	c  N dy  8598   2776504       150     12750         0    119598     89250   3060466     38.66     40.85
2942.01/737.20	c  N dy  8649   2796518       150     12750         0    138743     89250   3920372     38.65     40.94
2963.95/742.79	c  N dy  8728   2817441       150     12750         0     88982     89250   1656811     38.66     40.83
2989.53/749.13	c  N dy  8799   2838632       150     12750         0    109277     89250   2568236     38.66     40.80
3017.83/756.24	c  N dy  8860   2858722       150     12750         0    128476     89250   3427953     38.66     43.27
3047.36/763.63	c  N dy  8946   2878733       150     12750         0     76872     89250   1080900     38.67     42.43
3072.53/769.91	c  N dy  9031   2902204       150     12750         0     99331     89250   2092533     38.67     40.76
3100.44/776.94	c  N dy  9118   2922256       150     12750         0    118563     89250   2955958     38.68     40.74
3133.17/785.19	c  N dy  9208   2942314       150     12750         0    137779     89250   3820259     38.68     41.79
3157.91/791.33	c  N dy  9272   2962351       150     12750         0     85173     89250   1416353     38.68     40.86
3180.65/797.07	c  N dy  9340   2982403       150     12750         0    104383     89250   2280024     38.69     40.76
3210.19/804.42	c  N dy  9434   3002483       150     12750         0    123655     89250   3145739     38.69     40.78
3244.15/812.97	c  N dy  9519   3022757       150     12750         0    143110     89250   4020652     38.70     40.88
3270.85/819.61	c  N dy  9593   3045908       150     12750         0     92508     89250   1700887     38.70     41.27
3301.58/827.37	c  N dy  9647   3066329       150     12750         0    112043     89250   2570595     38.69     40.85
3341.88/837.46	c  N dy  9700   3086538       150     12750         0    131415     89250   3443250     38.69     40.79
3386.58/848.67	c  N dy  9776   3106583       150     12750         0     76863     89250    974974     38.70     40.85
3413.72/855.49	c  N dy  9842   3130372       150     12750         0     99666     89250   1995136     38.70     40.82
3440.86/862.28	c  N dy  9902   3150513       150     12750         0    118932     89250   2857619     38.70     40.76
3473.59/870.44	c  N dy  9970   3171686       150     12750         0    139224     89250   3766555     38.70     40.77
3503.91/878.05	c  N dy 10030   3194505       150     12750         0     86335     89250   1363167     38.70     40.74
3523.87/883.04	c  S st 10085   3211888       150     12750         0    103000     89250   2108210     38.70     37.20
3525.10/883.33	c  S st 10085   3212390       150     12750         0    103488     89250   2129940     38.70   no data
3525.10/883.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3525.10/883.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3525.46/883.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3525.46/883.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3525.46/883.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3525.46/883.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3525.46/883.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3525.46/883.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3525.46/883.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3575.75/896.07	c lits-rem:       599  cl-subs:     3182  v-elim:      0  v-fix:    0  time: 12.59 s
3575.75/896.07	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
3576.15/896.10	c vivif2 --  cl tried   100306 cl shrink        0 lits rem          0 time: 0.03
3577.37/896.49	c asymm  cl-useful: 0/1096/12750 lits-rem:0 time: 0.39
3577.37/896.49	c calculated reachability. Time: 0.00
3577.37/896.49	c  N dy 10085   3212390       150     12750         0    100306     89250   1961301     38.70   no data
3606.08/903.64	c  N dy 10184   3232605       150     12750         0    119637     89250   2830519     38.70     41.16
3642.80/912.90	c  N dy 10276   3254653       150     12750         0    140822     89250   3784252     38.71     40.78
3681.11/922.44	c  N dy 10355   3275816       150     12750         0     85437     89250   1289871     38.71     40.96
3707.04/928.91	c  N dy 10432   3295994       150     12750         0    104742     89250   2156556     38.71     40.97
3737.38/936.52	c  N dy 10509   3316154       150     12750         0    124059     89250   3024950     38.72     40.79
3771.29/945.03	c  N dy 10590   3336431       150     12750         0    143501     89250   3899446     38.72     40.87
3801.67/952.68	c  N dy 10683   3356594       150     12750         0     86284     89250   1299882     38.73     40.88
3827.18/959.00	c  N dy 10767   3377742       150     12750         0    106510     89250   2206771     38.73     40.89
3856.30/966.32	c  N dy 10852   3397963       150     12750         0    125851     89250   3076158     38.73     40.87
3892.62/975.49	c  N dy 10912   3420651       150     12750         0    147595     89250   4049455     38.73     41.01
3923.36/983.14	c  N dy 11002   3440915       150     12750         0     89492     89250   1404046     38.74     40.97
3957.28/991.63	c  N dy 11041   3471552       150     12750         0    118691     89250   2712737     38.72     41.01
3989.61/999.74	c  N dy 11137   3491757       150     12750         0    138057     89250   3586011     38.73     40.77
4031.90/1010.35	c  N dy 11191   3520144       150     12750         0     86736     89250   1251393     38.72     40.82
4055.45/1016.30	c  N dy 11273   3540157       150     12750         0    105878     89250   2118312     38.72     40.77
4091.40/1025.24	c  N dy 11357   3565751       150     12750         0    130359     89250   3217355     38.72     40.83
4122.49/1033.07	c  N dy 11388   3586939       150     12750         0    150599     89250   4121578     38.72     41.08
4151.23/1040.22	c  N dy 11446   3607026       150     12750         0     90452     89250   1379696     38.72     40.78
4180.36/1047.60	c  N dy 11521   3627168       150     12750         0    109741     89250   2249016     38.72     40.82
4224.26/1058.57	c  N dy 11606   3647179       150     12750         0    128890     89250   3108927     38.73     40.90
4268.55/1069.69	c  N dy 11661   3667267       150     12750         0    148093     89250   3964084     38.72     41.52
4308.86/1079.78	c  N dy 11695   3694733       150     12750         0     93882     89250   1495466     38.71     40.87
4332.01/1085.54	c  S st 11767   3712391       150     12750         0    110767     89250   2252802     38.71     38.04
4333.20/1085.85	c  S st 11767   3712893       150     12750         0    111255     89250   2274745     38.71   no data
4333.20/1085.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4333.60/1085.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
4333.60/1085.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4333.60/1085.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4333.60/1085.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4333.60/1085.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4333.60/1085.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4333.60/1085.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4334.00/1086.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4385.10/1098.84	c lits-rem:       583  cl-subs:     3714  v-elim:      0  v-fix:    0  time: 12.83 s
4385.10/1098.84	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
4385.10/1098.87	c vivif2 --  cl tried   107541 cl shrink        0 lits rem          0 time: 0.03
4386.67/1099.26	c asymm  cl-useful: 0/1012/12750 lits-rem:0 time: 0.39
4386.67/1099.26	c calculated reachability. Time: 0.00
4386.67/1099.26	c  N dy 11767   3712893       150     12750         0    107541     89250   2087672     38.71   no data
4416.60/1106.73	c  N dy 11855   3733094       150     12750         0    126916     89250   2960854     38.71     41.01
4450.53/1115.24	c  F st 11952   3751562       150     12750         0    144629     89250   3761406     38.72   no data
4454.12/1116.11	c  N st 11956   3753603       150     12750         0    146581     89250   3850423     38.72   no data
4492.04/1125.65	c  N dy 12028   3775315       150     12750         0     86106     89250   1117825     38.72     41.12
4517.98/1132.16	c  N dy 12103   3795430       150     12750         0    105336     89250   1982116     38.73     41.19
4551.10/1140.43	c  N dy 12180   3815830       150     12750         0    124915     89250   2860615     38.73     40.85
4585.81/1149.16	c  N dy 12258   3835874       150     12750         0    144066     89250   3724459     38.73     41.03
4624.93/1158.93	c  N dy 12341   3855987       150     12750         0    163292     89250   4588153     38.74     41.18
4651.67/1165.60	c  N dy 12420   3877097       150     12750         0    101264     89250   1765313     38.74     41.09
4688.00/1174.78	c  N dy 12487   3905956       150     12750         0    128872     89250   3002667     38.74     40.78
4721.51/1183.12	c  N dy 12558   3926036       150     12750         0    148055     89250   3865871     38.74     40.97
4763.41/1193.61	c  N dy 12642   3946160       150     12750         0     84113     89250    961413     38.74     41.02
4786.95/1199.56	c  N dy 12719   3966234       150     12750         0    103296     89250   1823190     38.74     44.34

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 3.71 4.55 6.05 2/287 4218
/proc/meminfo: memFree=16827892/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 408 0 0 0 0 0 0 0 18 0 4 0 651101015 52396032 348 33554432000 4194304 4580107 140735285076288 18446744073709551615 47663736854450 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 12792 348 299 95 0 7774 0
[pid=4218/tid=4219] ppid=4215 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651101015 52396032 348 33554432000 4194304 4580107 140735285076288 18446744073709551615 218371013617 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651101015 52396032 348 33554432000 4194304 4580107 140735285076288 18446744073709551615 47663736854450 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 651101015 52396032 348 33554432000 4194304 4580107 140735285076288 18446744073709551615 47663736854450 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.062399 s]
/proc/loadavg: 3.71 4.55 6.05 2/287 4218
/proc/meminfo: memFree=16827892/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=282776 CPUtime=0.22 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 2094 0 0 0 22 0 0 0 19 0 4 0 651101015 289562624 2009 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 70694 2009 357 95 0 65676 0
[pid=4218/tid=4219] ppid=4215 vsize=282776 CPUtime=0.04 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 408 0 0 0 4 0 0 0 20 0 4 0 651101015 289562624 2009 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294601 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=282776 CPUtime=0.05 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 418 0 0 0 5 0 0 0 20 0 4 0 651101015 289562624 2009 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=282776 CPUtime=0.05 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 501 0 0 0 5 0 0 0 20 0 4 0 651101015 289562624 2009 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294404 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 282776

[startup+0.110161 s]
/proc/loadavg: 3.71 4.55 6.05 2/287 4218
/proc/meminfo: memFree=16827892/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=282908 CPUtime=0.61 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 2282 0 0 0 61 0 0 0 19 0 4 0 651101015 289697792 2197 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294496 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 70727 2197 358 95 0 65709 0
[pid=4218/tid=4219] ppid=4215 vsize=282908 CPUtime=0.14 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 417 0 0 0 14 0 0 0 20 0 4 0 651101015 289697792 2197 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=282908 CPUtime=0.15 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 433 0 0 0 15 0 0 0 20 0 4 0 651101015 289697792 2197 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=282908 CPUtime=0.15 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 650 0 0 0 15 0 0 0 20 0 4 0 651101015 289697792 2197 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 282908

[startup+0.322411 s]
/proc/loadavg: 3.71 4.55 6.05 2/287 4218
/proc/meminfo: memFree=16827892/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=285332 CPUtime=1.25 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 3134 0 0 0 125 0 0 0 19 0 4 0 651101015 292179968 2699 33554432000 4194304 4580107 140735285076288 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 71450 2874 363 95 0 66432 0
[pid=4218/tid=4219] ppid=4215 vsize=285800 CPUtime=0.3 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) D 4215 4218 3572 0 -1 4202560 889 0 0 0 30 0 0 0 20 0 4 0 651101015 292659200 2980 33554432000 4194304 4580107 140735285076288 18446744073709551615 218370983018 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=285800 CPUtime=0.31 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) D 4215 4218 3572 0 -1 4202560 669 0 0 0 31 0 0 0 20 0 4 0 651101015 292659200 2981 33554432000 4194304 4580107 140735285076288 18446744073709551615 218370618401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=286272 CPUtime=0.31 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 1060 0 0 0 31 0 0 0 20 0 4 0 651101015 293142528 3072 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 285332

[startup+0.700288 s]
/proc/loadavg: 3.71 4.55 6.05 2/287 4218
/proc/meminfo: memFree=16827892/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=281908 CPUtime=2.77 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 7551 0 0 0 276 1 0 0 19 0 4 0 651101015 288673792 5408 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 70477 5408 376 95 0 65459 0
[pid=4218/tid=4219] ppid=4215 vsize=281908 CPUtime=0.68 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 1930 0 0 0 68 0 0 0 21 0 4 0 651101015 288673792 5408 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=281908 CPUtime=0.68 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 1799 0 0 0 68 0 0 0 21 0 4 0 651101015 288673792 5408 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=281908 CPUtime=0.69 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 1643 0 0 0 69 0 0 0 21 0 4 0 651101015 288673792 5408 33554432000 4194304 4580107 140735285076288 18446744073709551615 4293962 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 281908

[startup+1.50115 s]
/proc/loadavg: 3.71 4.55 6.05 11/298 4230
/proc/meminfo: memFree=16765544/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=292872 CPUtime=5.96 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 12516 0 0 0 594 2 0 0 21 0 4 0 651101015 299900928 6499 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294743 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 73218 6499 377 95 0 68200 0
[pid=4218/tid=4219] ppid=4215 vsize=292872 CPUtime=1.47 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 3193 0 0 0 147 0 0 0 23 0 4 0 651101015 299900928 6499 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=292872 CPUtime=1.48 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 3044 0 0 0 148 0 0 0 23 0 4 0 651101015 299900928 6500 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=292872 CPUtime=1.49 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 2866 0 0 0 149 0 0 0 23 0 4 0 651101015 299900928 6500 33554432000 4194304 4580107 140735285076288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 292872

[startup+3.10086 s]
/proc/loadavg: 4.38 4.67 6.08 9/298 4230
/proc/meminfo: memFree=16747068/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=304176 CPUtime=12.35 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 27999 0 0 0 1232 3 0 0 25 0 4 0 651101015 311476224 16133 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 76044 16133 378 95 0 71026 0
[pid=4218/tid=4219] ppid=4215 vsize=304176 CPUtime=3.06 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 6301 0 0 0 306 0 0 0 25 0 4 0 651101015 311476224 16133 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=304176 CPUtime=3.09 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 7693 0 0 0 308 1 0 0 25 0 4 0 651101015 311476224 16133 33554432000 4194304 4580107 140735285076288 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=304176 CPUtime=3.08 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 7658 0 0 0 308 0 0 0 25 0 4 0 651101015 311476224 16133 33554432000 4194304 4580107 140735285076288 18446744073709551615 4451818 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 304176

[startup+6.30029 s]
/proc/loadavg: 4.38 4.67 6.08 9/298 4230
/proc/meminfo: memFree=16650492/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=317648 CPUtime=25.11 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 39896 0 0 0 2506 5 0 0 25 0 4 0 651101015 325271552 19832 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 79412 19832 378 95 0 74394 0
[pid=4218/tid=4219] ppid=4215 vsize=317648 CPUtime=6.23 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 10508 0 0 0 622 1 0 0 25 0 4 0 651101015 325271552 19832 33554432000 4194304 4580107 140735285076288 18446744073709551615 4417020 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=317648 CPUtime=6.29 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 10214 0 0 0 628 1 0 0 25 0 4 0 651101015 325271552 19832 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=317648 CPUtime=6.29 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 9821 0 0 0 628 1 0 0 25 0 4 0 651101015 325271552 19832 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 317648

[startup+12.7012 s]
/proc/loadavg: 4.93 4.78 6.10 9/298 4231
/proc/meminfo: memFree=16567284/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=328204 CPUtime=50.66 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 64747 0 0 0 5057 9 0 0 25 0 4 0 651101015 336080896 27404 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 82051 27404 378 95 0 77033 0
[pid=4218/tid=4219] ppid=4215 vsize=328204 CPUtime=12.57 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 16290 0 0 0 1256 1 0 0 25 0 4 0 651101015 336080896 27404 33554432000 4194304 4580107 140735285076288 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=328204 CPUtime=12.69 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 16329 0 0 0 1267 2 0 0 25 0 4 0 651101015 336080896 27404 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=328204 CPUtime=12.69 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 16617 0 0 0 1267 2 0 0 25 0 4 0 651101015 336080896 27404 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 328204

[startup+25.5009 s]
/proc/loadavg: 5.41 4.89 6.12 9/298 4231
/proc/meminfo: memFree=16487056/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=334192 CPUtime=101.73 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 101025 0 0 0 10157 16 0 0 25 0 4 0 651101015 342212608 37451 33554432000 4194304 4580107 140735285076288 18446744073709551615 4406368 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 83548 37451 378 95 0 78530 0
[pid=4218/tid=4219] ppid=4215 vsize=334192 CPUtime=25.25 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 25182 0 0 0 2522 3 0 0 25 0 4 0 651101015 342212608 37451 33554432000 4194304 4580107 140735285076288 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=334192 CPUtime=25.49 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 25451 0 0 0 2545 4 0 0 25 0 4 0 651101015 342212608 37451 33554432000 4194304 4580107 140735285076288 18446744073709551615 4302360 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=334192 CPUtime=25.48 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 24951 0 0 0 2544 4 0 0 25 0 4 0 651101015 342212608 37451 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 334192

[startup+51.1003 s]
/proc/loadavg: 6.36 5.15 6.17 9/298 4232
/proc/meminfo: memFree=16445488/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=346428 CPUtime=203.9 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 143847 0 0 0 20361 29 0 0 25 0 4 0 651101015 354742272 40851 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 86607 40851 378 95 0 81589 0
[pid=4218/tid=4219] ppid=4215 vsize=346428 CPUtime=50.62 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 34002 0 0 0 5056 6 0 0 25 0 4 0 651101015 354742272 40851 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=346428 CPUtime=51.09 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 37098 0 0 0 5101 8 0 0 25 0 4 0 651101015 354742272 40851 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=346428 CPUtime=51.08 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 36592 0 0 0 5100 8 0 0 25 0 4 0 651101015 354742272 40851 33554432000 4194304 4580107 140735285076288 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 346428

[startup+102.311 s]
/proc/loadavg: 7.46 5.66 6.29 9/298 4233
/proc/meminfo: memFree=16342676/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=364200 CPUtime=408.27 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 227364 0 0 0 40778 49 0 0 25 0 4 0 651101015 372940800 48640 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 91050 48640 378 95 0 86032 0
[pid=4218/tid=4219] ppid=4215 vsize=364200 CPUtime=101.36 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 53539 0 0 0 10125 11 0 0 25 0 4 0 651101015 372940800 48640 33554432000 4194304 4580107 140735285076288 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=364200 CPUtime=102.29 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 56071 0 0 0 10217 12 0 0 25 0 4 0 651101015 372940800 48640 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=364200 CPUtime=102.28 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 60153 0 0 0 10215 13 0 0 25 0 4 0 651101015 372940800 48640 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (KiB) 364200

[startup+162.301 s]

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

[pid=4218] ppid=4215 vsize=598360 CPUtime=2563.3 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 674631 0 0 0 256125 205 0 0 25 0 4 0 651101015 612720640 106991 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 149590 106991 378 95 0 144572 0
[pid=4218/tid=4219] ppid=4215 vsize=598360 CPUtime=636.46 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 163452 0 0 0 63595 51 0 0 25 0 4 0 651101015 612720640 106994 33554432000 4194304 4580107 140735285076288 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=598360 CPUtime=642.31 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 166751 0 0 0 64179 52 0 0 25 0 4 0 651101015 612720640 106994 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=598360 CPUtime=642.2 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 180306 0 0 0 64168 52 0 0 25 0 4 0 651101015 612720640 106994 33554432000 4194304 4580107 140735285076288 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2563.3
Current children cumulated vsize (KiB) 598360

[startup+702.3 s]
/proc/loadavg: 8.16 7.83 7.17 9/298 4249
/proc/meminfo: memFree=15933116/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=600320 CPUtime=2802.73 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 707159 0 0 0 280052 221 0 0 25 0 4 0 651101015 614727680 101942 33554432000 4194304 4580107 140735285076288 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 150080 101942 378 95 0 145062 0
[pid=4218/tid=4219] ppid=4215 vsize=600320 CPUtime=695.92 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 172810 0 0 0 69536 56 0 0 25 0 4 0 651101015 614727680 101942 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=600320 CPUtime=702.29 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 173335 0 0 0 70174 55 0 0 25 0 4 0 651101015 614727680 101942 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=600320 CPUtime=702.17 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 189925 0 0 0 70161 56 0 0 25 0 4 0 651101015 614727680 101942 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2802.73
Current children cumulated vsize (KiB) 600320

[startup+762.311 s]
/proc/loadavg: 8.09 7.87 7.22 9/298 4251
/proc/meminfo: memFree=15910996/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=707444 CPUtime=3042.21 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 744202 0 0 0 303984 237 0 0 25 0 4 0 651101015 724422656 104588 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 176861 104588 378 95 0 171843 0
[pid=4218/tid=4219] ppid=4215 vsize=707444 CPUtime=755.37 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 179685 0 0 0 75479 58 0 0 25 0 4 0 651101015 724422656 104588 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=707444 CPUtime=762.31 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 182590 0 0 0 76172 59 0 0 25 0 4 0 651101015 724422656 104588 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=707444 CPUtime=762.17 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 200209 0 0 0 76156 61 0 0 25 0 4 0 651101015 724422656 104588 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3042.21
Current children cumulated vsize (KiB) 707444

[startup+822.301 s]
/proc/loadavg: 8.16 7.94 7.28 9/298 4252
/proc/meminfo: memFree=15862588/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=737824 CPUtime=3281.63 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 790672 0 0 0 327912 251 0 0 25 0 4 0 651101015 755531776 117539 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 184456 117539 378 95 0 179438 0
[pid=4218/tid=4219] ppid=4215 vsize=737824 CPUtime=814.83 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 194481 0 0 0 81421 62 0 0 25 0 4 0 651101015 755531776 117539 33554432000 4194304 4580107 140735285076288 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=737824 CPUtime=822.3 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 192798 0 0 0 82167 63 0 0 25 0 4 0 651101015 755531776 117539 33554432000 4194304 4580107 140735285076288 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=737824 CPUtime=822.16 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 214656 0 0 0 82150 66 0 0 25 0 4 0 651101015 755531776 117539 33554432000 4194304 4580107 140735285076288 18446744073709551615 4451736 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3281.63
Current children cumulated vsize (KiB) 737824

[startup+882.3 s]
/proc/loadavg: 8.21 7.99 7.34 9/298 4254
/proc/meminfo: memFree=15717956/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=651728 CPUtime=3521.07 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 817518 0 0 0 351843 264 0 0 25 0 4 0 651101015 667369472 121366 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 162932 121366 378 95 0 157914 0
[pid=4218/tid=4219] ppid=4215 vsize=651728 CPUtime=874.29 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 198438 0 0 0 87365 64 0 0 25 0 4 0 651101015 667369472 121366 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=651728 CPUtime=882.3 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 201788 0 0 0 88162 68 0 0 25 0 4 0 651101015 667369472 121366 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=651728 CPUtime=882.14 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 219309 0 0 0 88146 68 0 0 25 0 4 0 651101015 667369472 121366 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3521.07
Current children cumulated vsize (KiB) 651728

[startup+942.301 s]
/proc/loadavg: 8.19 8.02 7.39 9/298 4255
/proc/meminfo: memFree=15737120/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=697692 CPUtime=3760.53 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 850372 0 0 0 375774 279 0 0 25 0 4 0 651101015 714436608 118905 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 174423 118905 378 95 0 169405 0
[pid=4218/tid=4219] ppid=4215 vsize=697692 CPUtime=933.74 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 208292 0 0 0 93306 68 0 0 25 0 4 0 651101015 714436608 118905 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=697692 CPUtime=942.31 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 207601 0 0 0 94160 71 0 0 25 0 4 0 651101015 714436608 118905 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=697692 CPUtime=942.14 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 229035 0 0 0 94141 73 0 0 25 0 4 0 651101015 714436608 118905 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3760.53
Current children cumulated vsize (KiB) 697692

[startup+1002.3 s]
/proc/loadavg: 8.17 8.04 7.43 9/298 4257
/proc/meminfo: memFree=15710408/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=750292 CPUtime=3999.97 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 883646 0 0 0 399706 291 0 0 25 0 4 0 651101015 768299008 122852 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 187573 122852 378 95 0 182555 0
[pid=4218/tid=4219] ppid=4215 vsize=750292 CPUtime=993.19 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 218104 0 0 0 99247 72 0 0 25 0 4 0 651101015 768299008 122852 33554432000 4194304 4580107 140735285076288 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=750292 CPUtime=1002.31 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 217729 0 0 0 100156 75 0 0 25 0 4 0 651101015 768299008 122852 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=750292 CPUtime=1002.13 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 232253 0 0 0 100139 74 0 0 25 0 4 0 651101015 768299008 122852 33554432000 4194304 4580107 140735285076288 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3999.97
Current children cumulated vsize (KiB) 750292

[startup+1062.3 s]
/proc/loadavg: 8.16 8.06 7.48 9/298 4259
/proc/meminfo: memFree=15700452/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=841480 CPUtime=4239.42 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 918824 0 0 0 423639 303 0 0 25 0 4 0 651101015 861675520 127596 33554432000 4194304 4580107 140735285076288 18446744073709551615 4318435 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 210370 127596 378 95 0 205352 0
[pid=4218/tid=4219] ppid=4215 vsize=841480 CPUtime=1052.66 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 226197 0 0 0 105191 75 0 0 25 0 4 0 651101015 861675520 127596 33554432000 4194304 4580107 140735285076288 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=841480 CPUtime=1062.31 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 227107 0 0 0 106152 79 0 0 25 0 4 0 651101015 861675520 127596 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=841480 CPUtime=1062.12 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 241183 0 0 0 106136 76 0 0 25 0 4 0 651101015 861675520 127596 33554432000 4194304 4580107 140735285076288 18446744073709551615 4406476 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4239.42
Current children cumulated vsize (KiB) 841480

[startup+1122.3 s]
/proc/loadavg: 8.23 8.10 7.52 9/298 4269
/proc/meminfo: memFree=15616808/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=790912 CPUtime=4478.86 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 947626 0 0 0 447569 317 0 0 25 0 4 0 651101015 809893888 128369 33554432000 4194304 4580107 140735285076288 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 197728 128369 378 95 0 192710 0
[pid=4218/tid=4219] ppid=4215 vsize=790912 CPUtime=1112.1 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 231934 0 0 0 111132 78 0 0 25 0 4 0 651101015 809893888 128369 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=790912 CPUtime=1122.3 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 236380 0 0 0 112146 84 0 0 25 0 4 0 651101015 809893888 128369 33554432000 4194304 4580107 140735285076288 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=790912 CPUtime=1122.11 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 247487 0 0 0 112132 79 0 0 25 0 4 0 651101015 809893888 128369 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4478.86
Current children cumulated vsize (KiB) 790912

[startup+1182.3 s]
/proc/loadavg: 8.26 8.12 7.57 9/298 4271
/proc/meminfo: memFree=15607576/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=735388 CPUtime=4718.32 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 984429 0 0 0 471498 334 0 0 25 0 4 0 651101015 753037312 127439 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 183847 127439 378 95 0 178829 0
[pid=4218/tid=4219] ppid=4215 vsize=735388 CPUtime=1171.56 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 241399 0 0 0 117075 81 0 0 25 0 4 0 651101015 753037312 127439 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=735388 CPUtime=1182.31 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 244249 0 0 0 118143 88 0 0 25 0 4 0 651101015 753037312 127439 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=735388 CPUtime=1182.11 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 257154 0 0 0 118127 84 0 0 25 0 4 0 651101015 753037312 127439 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4718.32
Current children cumulated vsize (KiB) 735388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.18 8.11 7.57 9/298 4271
/proc/meminfo: memFree=15649964/32951124 swapFree=52307768/67111528
[pid=4218] ppid=4215 vsize=621380 CPUtime=4800.13 cores=0,2,4,6
/proc/4218/stat : 4218 (strangenight2-m) R 4215 4218 3572 0 -1 4202496 998242 0 0 0 479675 338 0 0 25 0 4 0 651101015 636293120 120185 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4218/statm: 155345 120185 378 95 0 150327 0
[pid=4218/tid=4219] ppid=4215 vsize=621380 CPUtime=1191.87 cores=0,2,4,6
/proc/4218/task/4219/stat : 4219 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 244606 0 0 0 119105 82 0 0 25 0 4 0 651101015 636293120 120188 33554432000 4194304 4580107 140735285076288 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4218/tid=4220] ppid=4215 vsize=621380 CPUtime=1202.82 cores=0,2,4,6
/proc/4218/task/4220/stat : 4220 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 247599 0 0 0 120193 89 0 0 25 0 4 0 651101015 636293120 120188 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4218/tid=4221] ppid=4215 vsize=621380 CPUtime=1202.61 cores=0,2,4,6
/proc/4218/task/4221/stat : 4221 (strangenight2-m) R 4215 4218 3572 0 -1 4202560 260744 0 0 0 120176 85 0 0 25 0 4 0 651101015 636293120 120188 33554432000 4194304 4580107 140735285076288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 621380

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.84
CPU time (s): 4800.2
CPU user time (s): 4796.79
CPU system time (s): 3.40848
CPU usage (%): 399.074
Max. virtual memory (cumulated for all children) (KiB): 898012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.79
system time used= 3.40848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 998247
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= 964
involuntary context switches= 19806

runsolver used 3.06953 second user time and 7.8988 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 19:43:03
IDJOB=3366105
IDBENCH=82514
IDSOLVER=1844
FILE ID=node101/3366105-1305394982
RUNJOBID= node101-1305394982-4203
PBS_JOBID= 13324427
Free space on /tmp= 73736 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S541704841-072-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366105-1305394982/watcher-3366105-1305394982 -o /tmp/evaluation-result-3366105-1305394982/solver-3366105-1305394982 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366105-1305394982.cnf

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

MD5SUM BENCH= d89541d4d678adcd99dbf4694eb0406c
RANDOM SEED=1296605955

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16828180 kB
Buffers:        318408 kB
Cached:        5875488 kB
SwapCached:      14848 kB
Active:       10821304 kB
Inactive:      5027080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16828180 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            6232 kB
Writeback:           0 kB
AnonPages:     9650788 kB
Mapped:          14292 kB
Slab:           149260 kB
PageTables:      61808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41976188 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= 73724 MiB
End job on node101 at 2011-05-14 20:03:07