Trace number 3366097

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.32 1203.64

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S93401285-051-UNKNOWN.cnf
MD5SUMdc0028248c86c8aff67bef1f8d7ffb16
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.2752
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-3366097-1305394669.cnf'
0.00/0.01	c -- header says num vars:            150
0.00/0.01	c -- header says num clauses:       12750
0.00/0.02	c -- clauses added:            0 learnts,        12750 normals,            0 xors
0.00/0.02	c -- vars added        150
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       150     12750         0         0     89250         0   no data   no data
1.17/0.32	c asymm  cl-useful: 0/12750/12750 lits-rem:0 time: 0.30
1.17/0.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.17/0.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.17/0.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.17/0.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.17/0.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1.17/0.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3.17/0.82	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.82	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.82	c calculated reachability. Time: 0.00
3.17/0.82	c Calc default polars -  time:   0.00 s pos:      74 undec:       1 neg:      75
3.17/0.82	c =========================================================================================
3.17/0.82	c types(t): F = full restart, N = normal restart
3.17/0.82	c types(t): S = simplification begin/end, E = solution found
3.17/0.82	c restart types(rt): st = static, dy = dynamic
3.17/0.82	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.82	c  B st     0         0       150     12750         0         0     89250         0   no data   no data
3.17/0.82	c  N dy     9      5020       150     12750         0      2407     89250     80463     39.76     41.86
3.57/0.92	c  N dy    17     10213       150     12750         0      7387     89250    304687     39.36     41.47
4.41/1.12	c  N dy    27     14375       150     12750         0      7316     89250    266567     39.27     41.62
5.55/1.47	c  N dy    37     21435       150     12750         0      8669     89250    290637     38.71     40.80
6.35/1.68	c  F st    47     25001       150     12750         0     12084     89250    445007     38.78     40.22
6.75/1.73	c  N st    49     25627       150     12750         0     12679     89250    471775     38.78   no data
7.56/1.98	c  N dy    53     30001       150     12750         0     10356     89250    337762     38.78   no data
7.56/1.98	c  S st    53     30001       150     12750         0     10356     89250    337762     38.78   no data
7.95/2.02	c  S st    53     30503       150     12750         0     10844     89250    359237     38.78   no data
7.95/2.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.95/2.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
7.95/2.03	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
7.95/2.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.95/2.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.95/2.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
7.95/2.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.95/2.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.95/2.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.32	c lits-rem:        76  cl-subs:      440  v-elim:      0  v-fix:    0  time:  0.27 s
10.74/2.70	c asymm  cl-useful: 0/11643/12750 lits-rem:0 time: 0.39
10.74/2.70	c calculated reachability. Time: 0.00
10.74/2.70	c  N dy    53     30503       150     12750         0     10404     89250    334913     38.78   no data
11.54/2.98	c  N dy    67     34736       150     12750         0     14465     89250    519308     38.92     40.98
12.78/3.25	c  N dy    73     38751       150     12750         0     10716     89250    316126     38.81     41.26
13.92/3.55	c  N dy    88     42973       150     12750         0     14771     89250    495906     38.86     41.22
14.72/3.76	c  S st    96     45754       150     12750         0      8882     89250    201541     38.83     39.05
15.12/3.80	c  S st    96     46260       150     12750         0      9379     89250    223302     38.83   no data
15.12/3.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.12/3.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
15.12/3.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.12/3.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.12/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.12/3.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
15.12/3.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.12/3.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.12/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.12/3.87	c lits-rem:         4  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.05 s
15.12/3.87	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
15.12/3.87	c vivif2 --  cl tried     9327 cl shrink        0 lits rem          0 time: 0.00
15.53/3.91	c asymm  cl-useful: 0/1107/12750 lits-rem:0 time: 0.04
15.53/3.91	c calculated reachability. Time: 0.00
15.53/3.91	c  N dy    96     46260       150     12750         0      9327     89250    220329     38.83   no data
16.33/4.18	c  N dy   108     50532       150     12750         0     13431     89250    402879     38.85     40.96
17.57/4.46	c  N dy   121     54586       150     12750         0     17321     89250    576585     38.90     41.02
19.11/4.84	c  N dy   132     60015       150     12750         0     12939     89250    348995     38.84     41.01
20.31/5.12	c  N dy   142     64082       150     12750         0     16846     89250    522750     38.81     40.96
21.56/5.47	c  N dy   157     68263       150     12750         0     20854     89250    700675     38.83     43.01
21.96/5.57	c  S st   161     69390       150     12750         0     11400     89250    249272     38.82     36.03
22.30/5.62	c  S st   161     69891       150     12750         0     11887     89250    270988     38.82   no data
22.30/5.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.30/5.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
22.30/5.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.30/5.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.30/5.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.30/5.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
22.30/5.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.30/5.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.30/5.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.70/5.74	c lits-rem:         4  cl-subs:      111  v-elim:      0  v-fix:    0  time:  0.10 s
22.70/5.74	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
22.70/5.74	c vivif2 --  cl tried    11776 cl shrink        0 lits rem          0 time: 0.00
24.30/6.15	c asymm  cl-useful: 0/10991/12750 lits-rem:0 time: 0.41
24.30/6.15	c calculated reachability. Time: 0.00
24.30/6.15	c  N dy   161     69891       150     12750         0     11776     89250    264745     38.82   no data
25.93/6.57	c  N dy   176     75988       150     12750         0     17616     89250    525702     38.80     40.89
27.49/6.97	c  N dy   190     81023       150     12750         0     22453     89250    740886     38.81     41.06
29.49/7.43	c  N dy   198     87281       150     12750         0     16898     89250    457802     38.70     40.78
29.49/7.45	c  F st   200     87500       150     12750         0     17110     89250    467174     38.70   no data
31.07/7.87	c  N dy   208     92895       150     12750         0     22271     89250    701863     38.71     41.90
35.11/8.83	c  N dy   216    104698       150     12750         0     21136     89250    622850     38.47     40.63
35.11/8.85	c  S st   218    104838       150     12750         0     21272     89250    628879     38.48   no data
35.46/8.91	c  S st   218    105341       150     12750         0     21761     89250    650747     38.48   no data
35.46/8.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.46/8.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
35.46/8.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.46/8.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.46/8.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.46/8.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
35.46/8.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.46/8.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.46/8.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.50/9.91	c lits-rem:       357  cl-subs:     1160  v-elim:      0  v-fix:    0  time:  0.96 s
39.50/9.92	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
39.50/9.92	c vivif2 --  cl tried    20601 cl shrink        0 lits rem          0 time: 0.01
39.85/10.05	c asymm  cl-useful: 0/1759/12750 lits-rem:0 time: 0.13
39.85/10.05	c calculated reachability. Time: 0.00
39.85/10.05	c  N dy   218    105341       150     12750         0     20601     89250    592652     38.48   no data
42.65/10.75	c  N dy   244    112371       150     12750         0     13974     89250    271367     38.50     40.60
45.44/11.43	c  N dy   267    120455       150     12750         0     21666     89250    612947     38.52     41.04
48.62/12.20	c  N dy   287    128511       150     12750         0     15052     89250    286090     38.52     40.67
51.02/12.89	c  N dy   301    137233       150     12750         0     23386     89250    654762     38.50     40.71
55.41/13.95	c  N dy   334    148887       150     12750         0     19244     89250    442614     38.51     40.59
58.59/14.73	c  S st   359    158014       150     12750         0     28008     89250    832197     38.50     39.81
58.99/14.82	c  S st   359    158515       150     12750         0     28493     89250    853818     38.50   no data
58.99/14.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.99/14.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
58.99/14.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.99/14.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.99/14.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.99/14.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
58.99/14.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.99/14.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.99/14.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.59/16.22	c lits-rem:       237  cl-subs:     1365  v-elim:      0  v-fix:    0  time:  1.35 s
64.59/16.22	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
64.59/16.23	c vivif2 --  cl tried    27128 cl shrink        0 lits rem          0 time: 0.01
65.43/16.45	c asymm  cl-useful: 0/3638/12750 lits-rem:0 time: 0.22
65.43/16.45	c calculated reachability. Time: 0.00
65.43/16.45	c  N dy   359    158515       150     12750         0     27128     89250    782055     38.50   no data
69.37/17.42	c  N dy   395    168633       150     12750         0     20571     89250    467218     38.50     40.61
73.35/18.43	c  N dy   429    179600       150     12750         0     31086     89250    934846     38.50     40.72
78.15/19.64	c  N dy   476    191388       150     12750         0     25195     89250    642898     38.55     40.66
84.12/21.13	c  N dy   510    204649       150     12750         0     19680     89250    362180     38.55     41.13
89.30/22.45	c  N dy   548    217934       150     12750         0     32398     89250    927378     38.54     40.73
95.69/24.06	c  N dy   591    231901       150     12750         0     26600     89250    641337     38.54     40.66
98.48/24.71	c  S st   608    237773       150     12750         0     32241     89250    893443     38.54     36.03
98.88/24.81	c  S st   608    238275       150     12750         0     32721     89250    914436     38.54   no data
98.88/24.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
98.88/24.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
98.88/24.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
98.88/24.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.88/24.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.88/24.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
98.88/24.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
98.88/24.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
98.88/24.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.46/26.76	c lits-rem:       372  cl-subs:     1515  v-elim:      0  v-fix:    0  time:  1.89 s
106.46/26.76	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
106.46/26.78	c vivif2 --  cl tried    31206 cl shrink        0 lits rem          0 time: 0.01
107.66/27.03	c asymm  cl-useful: 0/2948/12750 lits-rem:0 time: 0.25
107.66/27.03	c calculated reachability. Time: 0.00
107.66/27.03	c  N dy   608    238275       150     12750         0     31206     89250    833672     38.54   no data
114.08/28.62	c  N dy   648    253498       150     12750         0     25710     89250    569031     38.54     40.87
122.02/30.65	c  N dy   705    270773       150     12750         0     21224     89250    334256     38.54     40.87
131.98/33.18	c  N dy   763    294315       150     12750         0     43720     89250   1329094     38.46     40.67
136.76/34.39	c  F st   805    306251       150     12750         0     33124     89250    828123     38.46     35.17
140.00/35.18	c  N dy   817    313141       150     12750         0     39733     89250   1127913     38.46     41.29
149.53/37.55	c  N dy   862    333697       150     12750         0     36412     89250    945790     38.44     41.17
159.49/40.06	c  N dy   935    354349       150     12750         0     32308     89250    734933     38.47     40.54
161.10/40.41	c  S st   948    357412       150     12750         0     35230     89250    864311     38.48     37.83
161.50/40.51	c  S st   948    357913       150     12750         0     35717     89250    885746     38.48   no data
161.50/40.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
161.50/40.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
161.50/40.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
161.50/40.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
161.50/40.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.50/40.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
161.50/40.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
161.50/40.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
161.50/40.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
168.27/42.21	c lits-rem:       220  cl-subs:     1154  v-elim:      0  v-fix:    0  time:  1.65 s
168.27/42.21	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
168.27/42.22	c vivif2 --  cl tried    34563 cl shrink        0 lits rem          0 time: 0.01
169.07/42.47	c asymm  cl-useful: 0/2624/12750 lits-rem:0 time: 0.25
169.07/42.47	c calculated reachability. Time: 0.00
169.07/42.47	c  N dy   948    357913       150     12750         0     34563     89250    821948     38.48   no data
179.04/45.00	c  N dy   987    378225       150     12750         0     29130     89250    556772     38.44     40.89
190.61/47.80	c  N dy  1072    398536       150     12750         0     48575     89250   1420245     38.48     40.56
224.10/56.24	c  N dy  1103    459123       150     12750         0     53370     89250   1570765     38.20     40.30
234.88/58.92	c  N dy  1202    479184       150     12750         0     45142     89250   1186042     38.25     40.36
246.84/61.91	c  N dy  1283    499268       150     12750         0     35779     89250    729860     38.27     40.30
259.60/65.18	c  N dy  1360    521498       150     12750         0     57123     89250   1679145     38.29     40.33
267.23/67.08	c  S st  1392    536869       150     12750         0     42166     89250    979930     38.29     38.40
267.63/67.19	c  S st  1392    537374       150     12750         0     42661     89250   1002660     38.29   no data
267.63/67.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
267.98/67.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
267.98/67.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
267.98/67.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
267.98/67.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
267.98/67.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
267.98/67.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
267.98/67.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
267.98/67.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
277.14/69.53	c lits-rem:       318  cl-subs:     1360  v-elim:      0  v-fix:    0  time:  2.28 s
277.14/69.53	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
277.14/69.54	c vivif2 --  cl tried    41301 cl shrink        0 lits rem          0 time: 0.01
278.34/69.83	c asymm  cl-useful: 0/2291/12750 lits-rem:0 time: 0.29
278.34/69.84	c calculated reachability. Time: 0.00
278.34/69.84	c  N dy  1392    537374       150     12750         0     41301     89250    930600     38.29   no data
292.71/73.42	c  N dy  1472    559513       150     12750         0     31888     89250    485548     38.30     40.34
304.27/76.33	c  N dy  1581    579524       150     12750         0     51088     89250   1344234     38.35     40.52
317.03/79.56	c  N dy  1662    599570       150     12750         0     38701     89250    755669     38.37     42.52
329.39/82.64	c  N dy  1738    619607       150     12750         0     57952     89250   1613848     38.38     40.78
340.97/85.55	c  N dy  1759    639614       150     12750         0     44450     89250    974586     38.35     40.60
353.73/88.78	c  N dy  1799    659714       150     12750         0     63741     89250   1831776     38.33     41.44
367.29/92.14	c  N dy  1857    680561       150     12750         0     50202     89250   1201049     38.33     40.48
382.83/96.09	c  N dy  1932    700628       150     12750         0     34935     89250    492389     38.34     41.78
396.80/99.56	c  N dy  2041    720671       150     12750         0     54170     89250   1352593     38.38     40.67
413.54/103.75	c  N dy  2111    741788       150     12750         0     38934     89250    632581     38.38     40.46
426.31/106.97	c  N dy  2192    761913       150     12750         0     58219     89250   1489448     38.40     40.47
442.26/110.97	c  N dy  2290    781983       150     12750         0     41083     89250    692306     38.43     40.72
455.43/114.21	c  N dy  2364    802207       150     12750         0     60520     89250   1561576     38.44     40.47
458.62/115.01	c  S st  2387    806062       150     12750         0     64231     89250   1727127     38.44   no data
459.02/115.18	c  S st  2387    806564       150     12750         0     64719     89250   1748792     38.44   no data
459.02/115.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
459.42/115.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
459.42/115.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
459.42/115.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
459.42/115.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
459.42/115.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
459.42/115.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
459.42/115.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
459.42/115.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
496.91/124.62	c lits-rem:       696  cl-subs:     2876  v-elim:      0  v-fix:    0  time:  9.34 s
496.91/124.62	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
496.91/124.65	c vivif2 --  cl tried    61843 cl shrink        0 lits rem          0 time: 0.03
498.10/124.91	c asymm  cl-useful: 0/1249/12750 lits-rem:0 time: 0.25
498.10/124.91	c calculated reachability. Time: 0.00
498.10/124.91	c  N dy  2387    806564       150     12750         0     61843     89250   1592253     38.44   no data
515.65/129.37	c  N dy  2470    827346       150     12750         0     44430     89250    805248     38.46     40.59
531.59/133.37	c  N dy  2546    849715       150     12750         0     65867     89250   1757516     38.46     40.55
547.16/137.24	c  N dy  2627    869746       150     12750         0     46704     89250    878241     38.48     43.11
560.32/140.57	c  N dy  2677    889978       150     12750         0     66093     89250   1741368     38.47     40.71
576.67/144.67	c  N dy  2759    911382       150     12750         0     47317     89250    871906     38.48     40.59
591.87/148.47	c  N dy  2826    932963       150     12750         0     67992     89250   1793268     38.49     40.81
607.38/152.33	c  N dy  2881    953128       150     12750         0     47070     89250    825393     38.49     40.92
621.74/155.97	c  N dy  2970    973224       150     12750         0     66364     89250   1692206     38.50     41.23
640.12/160.54	c  N dy  3062    993312       150     12750         0     44390     89250    676008     38.52     40.84
654.43/164.12	c  N dy  3158   1013399       150     12750         0     63665     89250   1540322     38.55     42.96
671.98/168.51	c  N dy  3218   1033712       150     12750         0     83146     89250   2409476     38.55     40.59
690.33/173.15	c  N dy  3254   1061393       150     12750         0     67347     89250   1664486     38.52     40.70
699.50/175.49	c  F st  3286   1071876       150     12750         0     77351     89250   2108347     38.52     35.85
709.07/177.85	c  N dy  3310   1082527       150     12750         0     44491     89250    612927     38.53     40.82
722.64/181.21	c  N dy  3377   1102854       150     12750         0     63953     89250   1484564     38.53     40.61
740.59/185.79	c  N dy  3450   1122987       150     12750         0     83245     89250   2343095     38.54     40.65
756.53/189.70	c  N dy  3537   1143066       150     12750         0     58488     89250   1201303     38.55     40.67
773.69/194.02	c  N dy  3607   1163478       150     12750         0     78067     89250   2075905     38.55     41.01
795.62/199.56	c  N dy  3691   1183522       150     12750         0     52230     89250    888718     38.56     40.62
816.01/204.62	c  N dy  3770   1203592       150     12750         0     71460     89250   1743719     38.57     41.82
822.34/206.21	c  S st  3786   1209847       150     12750         0     77468     89250   2009904     38.57     36.18
823.14/206.43	c  S st  3786   1210353       150     12750         0     77966     89250   2032074     38.57   no data
823.14/206.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
823.14/206.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
823.14/206.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
823.14/206.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
823.14/206.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
823.14/206.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
823.14/206.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
823.54/206.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
823.54/206.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
880.57/220.82	c lits-rem:       758  cl-subs:     3434  v-elim:      0  v-fix:    0  time: 14.26 s
880.57/220.82	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
880.57/220.84	c vivif2 --  cl tried    74532 cl shrink        0 lits rem          0 time: 0.02
881.81/221.18	c asymm  cl-useful: 0/1700/12750 lits-rem:0 time: 0.33
881.81/221.18	c calculated reachability. Time: 0.00
881.81/221.18	c  N dy  3786   1210353       150     12750         0     74532     89250   1846674     38.57   no data
902.91/226.43	c  N dy  3872   1230775       150     12750         0     48170     89250    671898     38.58     40.81
918.46/230.39	c  N dy  3969   1251195       150     12750         0     67771     89250   1551386     38.59     40.79
937.21/235.07	c  N dy  4033   1271258       150     12750         0     86986     89250   2411217     38.60     40.72
958.34/240.31	c  N dy  4108   1296172       150     12750         0     63845     89250   1334332     38.60     40.79
979.48/245.62	c  N dy  4167   1316907       150     12750         0     83715     89250   2221452     38.60     40.93
1004.25/251.83	c  N dy  4243   1337465       150     12750         0     55610     89250    939347     38.61     41.09
1023.75/256.72	c  N dy  4302   1358857       150     12750         0     76148     89250   1853415     38.61     40.98
1047.28/262.63	c  N dy  4369   1380063       150     12750         0     96455     89250   2761396     38.61     40.69
1062.83/266.52	c  N dy  4403   1400687       150     12750         0     67327     89250   1433845     38.60     40.75
1081.98/271.39	c  N dy  4484   1421389       150     12750         0     87174     89250   2318846     38.61     41.32
1103.11/276.62	c  N dy  4573   1441474       150     12750         0     56564     89250    916424     38.62     40.74
1119.06/280.68	c  N dy  4636   1461531       150     12750         0     75826     89250   1773635     38.62     40.76
1140.25/285.97	c  N dy  4699   1482607       150     12750         0     96038     89250   2678608     38.62     40.66
1158.95/290.61	c  N dy  4774   1503008       150     12750         0     64746     89250   1245700     38.63     40.74
1177.70/295.36	c  N dy  4848   1523935       150     12750         0     84821     89250   2146890     38.64     40.67
1200.44/301.09	c  N dy  4914   1544402       150     12750         0     52655     89250    675059     38.64     40.68
1216.38/305.01	c  N dy  4979   1564711       150     12750         0     72114     89250   1541180     38.64     40.68
1238.32/310.51	c  N dy  5026   1588155       150     12750         0     94510     89250   2538196     38.64     40.86
1259.85/315.91	c  N dy  5093   1608463       150     12750         0     61292     89250   1022150     38.64     40.96
1277.40/320.37	c  N dy  5174   1628519       150     12750         0     80582     89250   1886770     38.65     40.69
1304.12/327.02	c  N dy  5259   1650851       150     12750         0    102016     89250   2844282     38.65     40.73
1324.91/332.27	c  N dy  5341   1670917       150     12750         0     67548     89250   1269997     38.66     40.78
1346.85/337.73	c  N dy  5421   1692976       150     12750         0     88720     89250   2219652     38.67     41.05
1367.94/343.09	c  S st  5487   1710353       150     12750         0    105363     89250   2963139     38.67     40.31
1369.13/343.39	c  S st  5487   1710855       150     12750         0    105849     89250   2985574     38.67   no data
1369.13/343.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1369.53/343.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1369.53/343.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1369.53/343.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1369.53/343.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1369.53/343.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1369.53/343.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1369.53/343.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1369.93/343.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1466.45/367.79	c lits-rem:       793  cl-subs:     5312  v-elim:      0  v-fix:    0  time: 24.22 s
1466.45/367.79	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
1466.85/367.84	c vivif2 --  cl tried   100537 cl shrink        0 lits rem          0 time: 0.05
1468.45/368.23	c asymm  cl-useful: 0/1165/12750 lits-rem:0 time: 0.38
1468.45/368.23	c calculated reachability. Time: 0.00
1468.45/368.23	c  N dy  5487   1710855       150     12750         0    100537     89250   2696351     38.67   no data
1488.38/373.27	c  N dy  5547   1730993       150     12750         0     65300     89250   1132945     38.67     40.86
1506.33/377.70	c  N dy  5597   1751015       150     12750         0     84486     89250   1988029     38.66     40.91
1528.67/383.36	c  N dy  5625   1773283       150     12750         0    105688     89250   2938538     38.65     41.02
1548.65/388.37	c  N dy  5716   1794305       150     12750         0     70369     89250   1334104     38.66     40.72
1570.59/393.88	c  N dy  5782   1815794       150     12750         0     90978     89250   2254003     38.66     40.85
1600.90/401.44	c  N dy  5853   1835836       150     12750         0    110180     89250   3111959     38.67     40.93
1620.79/406.49	c  N dy  5917   1856441       150     12750         0     73410     89250   1428536     38.67     40.72
1643.52/412.17	c  N dy  5992   1877311       150     12750         0     93405     89250   2319490     38.67     40.72
1669.05/418.50	c  N dy  6055   1897521       150     12750         0    112743     89250   3183243     38.68     40.75
1687.40/423.10	c  N dy  6112   1918233       150     12750         0     75125     89250   1468050     38.67     40.72
1707.34/428.12	c  N dy  6151   1938319       150     12750         0     94340     89250   2329005     38.67     40.71
1733.26/434.69	c  N dy  6238   1958798       150     12750         0    113987     89250   3212484     38.67     40.80
1752.00/439.34	c  N dy  6294   1979237       150     12750         0     75077     89250   1436975     38.67     40.73
1773.14/444.61	c  N dy  6363   1999507       150     12750         0     94511     89250   2306700     38.68     40.96
1800.26/451.49	c  N dy  6448   2019780       150     12750         0    113938     89250   3177117     38.68     40.74
1820.24/456.42	c  N dy  6509   2040022       150     12750         0     73970     89250   1356889     38.68     40.79
1841.75/461.85	c  N dy  6578   2061608       150     12750         0     94637     89250   2278653     38.68     40.75
1866.86/468.12	c  N dy  6638   2081909       150     12750         0    114077     89250   3148319     38.68     40.78
1890.45/474.02	c  N dy  6729   2102667       150     12750         0     73623     89250   1306719     38.69     40.78
1913.52/479.80	c  N dy  6793   2122798       150     12750         0     92883     89250   2168255     38.69     41.04
1939.45/486.30	c  N dy  6863   2143160       150     12750         0    112374     89250   3039357     38.69     40.90
1965.02/492.72	c  N dy  6919   2165456       150     12750         0     72423     89250   1212775     38.69     40.88
1984.92/497.77	c  N dy  6987   2185556       150     12750         0     91649     89250   2072429     38.69     40.73
2010.85/504.28	c  N dy  7079   2205696       150     12750         0    110952     89250   2939569     38.70     40.83
2018.42/506.13	c  S st  7097   2210856       150     12750         0    115879     89250   3158704     38.70     37.51
2019.62/506.44	c  S st  7097   2211361       150     12750         0    116368     89250   3180405     38.70   no data
2019.62/506.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2020.02/506.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2020.02/506.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2020.02/506.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2020.02/506.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2020.02/506.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2020.02/506.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2020.02/506.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2020.42/506.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2124.91/532.84	c lits-rem:      1083  cl-subs:     5867  v-elim:      0  v-fix:    0  time: 26.20 s
2124.91/532.84	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2124.91/532.90	c vivif2 --  cl tried   110501 cl shrink        0 lits rem          0 time: 0.06
2126.90/533.30	c asymm  cl-useful: 0/1036/12750 lits-rem:0 time: 0.40
2126.90/533.31	c calculated reachability. Time: 0.00
2126.90/533.31	c  N dy  7097   2211361       150     12750         0    110501     89250   2864489     38.70   no data
2154.42/540.25	c  N dy  7171   2232756       150     12750         0     68899     89250   1029161     38.70     40.77
2172.37/544.79	c  N dy  7223   2252815       150     12750         0     88091     89250   1888168     38.70     40.80
2197.54/551.02	c  N dy  7295   2273457       150     12750         0    107884     89250   2773302     38.71     40.83
2227.81/558.69	c  N dy  7354   2296465       150     12750         0     66797     89250    900420     38.71     41.27
2250.58/564.39	c  N dy  7454   2316997       150     12750         0     86422     89250   1781255     38.72     40.79
2276.50/570.84	c  N dy  7523   2337490       150     12750         0    106092     89250   2663541     38.72     40.79
2307.21/578.59	c  N dy  7629   2357727       150     12750         0    125524     89250   3536493     38.73     41.26
2328.32/583.82	c  N dy  7699   2377818       150     12750         0     80615     89250   1481194     38.73     40.85
2354.24/590.35	c  N dy  7766   2402063       150     12750         0    103824     89250   2522337     38.73     41.26
2383.75/597.71	c  N dy  7841   2422967       150     12750         0    123783     89250   3416120     38.73     40.85
2408.87/604.00	c  N dy  7910   2444180       150     12750         0     79027     89250   1372114     38.74     40.86
2430.46/609.43	c  N dy  7984   2464264       150     12750         0     98347     89250   2238801     38.74     42.36
2458.32/616.43	c  N dy  8081   2484292       150     12750         0    117538     89250   3101571     38.75     41.25
2486.66/623.55	c  N dy  8143   2504392       150     12750         0     70696     89250    964265     38.75     41.13
2506.58/628.55	c  N dy  8217   2524593       150     12750         0     90057     89250   1834887     38.75     40.81
2531.37/634.75	c  N dy  8289   2544652       150     12750         0    109255     89250   2693840     38.76     40.84
2567.21/643.70	c  N dy  8352   2566249       150     12750         0    129933     89250   3619204     38.76     40.97
2590.74/649.65	c  N dy  8400   2586312       150     12750         0     82065     89250   1440529     38.76     40.98
2614.31/655.51	c  N dy  8476   2607088       150     12750         0    101919     89250   2330491     38.76     40.86
2642.19/662.50	c  N dy  8537   2628764       150     12750         0    122663     89250   3258231     38.76     40.82
2670.50/669.69	c  N dy  8598   2649415       150     12750         0     74466     89250   1066876     38.76     40.82
2690.85/674.76	c  N dy  8666   2669545       150     12750         0     93696     89250   1927017     38.76     40.81
2714.78/680.71	c  N dy  8721   2689600       150     12750         0    112897     89250   2791616     38.76     41.10
2743.09/687.88	c  N dy  8763   2710038       150     12750         0    132453     89250   3671550     38.76     41.16
2745.48/688.46	c  S st  8768   2711361       150     12750         0    133721     89250   3729162     38.76   no data
2747.07/688.84	c  S st  8768   2711868       150     12750         0    134216     89250   3751511     38.76   no data
2747.07/688.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2747.47/688.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
2747.47/688.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2747.47/688.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2747.47/688.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2747.47/688.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2747.47/688.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2747.47/688.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2747.87/689.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2886.71/723.84	c lits-rem:      1286  cl-subs:     7275  v-elim:      0  v-fix:    0  time: 34.77 s
2886.71/723.84	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2886.71/723.89	c vivif2 --  cl tried   126941 cl shrink        0 lits rem          0 time: 0.04
2888.67/724.30	c asymm  cl-useful: 0/896/12750 lits-rem:0 time: 0.41
2888.67/724.31	c calculated reachability. Time: 0.00
2888.67/724.31	c  N dy  8768   2711868       150     12750         0    126941     89250   3365314     38.76   no data
2915.78/731.19	c  N dy  8827   2732645       150     12750         0     78033     89250   1194886     38.76     40.91
2938.12/736.71	c  N dy  8899   2753302       150     12750         0     97851     89250   2082041     38.76     41.10
2968.44/744.36	c  N dy  8992   2773476       150     12750         0    117169     89250   2950581     38.77     41.01
2999.94/752.24	c  N dy  9059   2793991       150     12750         0    136832     89250   3831009     38.77     41.00
3023.07/758.01	c  N dy  9128   2813993       150     12750         0     86135     89250   1520211     38.77     41.33
3047.80/764.25	c  N dy  9179   2836854       150     12750         0    107930     89250   2498615     38.77     40.84
3074.96/771.10	c  N dy  9226   2857020       150     12750         0    127173     89250   3356643     38.77     41.14
3105.23/778.65	c  N dy  9307   2877584       150     12750         0     76115     89250   1043220     38.77     40.89
3126.37/783.91	c  N dy  9381   2897749       150     12750         0     95439     89250   1907207     38.78     40.85
3153.49/790.78	c  N dy  9451   2918324       150     12750         0    115174     89250   2791789     38.78     40.86
3185.03/798.67	c  N dy  9509   2939762       150     12750         0    135641     89250   3707055     38.78     40.96
3209.72/804.85	c  N dy  9561   2959767       150     12750         0     83124     89250   1323556     38.78     40.92
3232.05/810.44	c  N dy  9619   2979811       150     12750         0    102325     89250   2182344     38.78     42.00
3259.22/817.23	c  N dy  9672   3000020       150     12750         0    121604     89250   3040584     38.78     41.08
3314.21/831.03	c  N dy  9696   3035998       150     12750         0     83178     89250   1284607     38.75     41.12
3367.26/844.34	c  N dy  9741   3071877       150     12750         0    117297     89250   2813200     38.74     40.85
3403.55/853.41	c  N dy  9806   3092540       150     12750         0    137123     89250   3697742     38.74     41.16
3434.26/861.13	c  N dy  9873   3112961       150     12750         0     83154     89250   1256914     38.74     40.79
3456.63/866.73	c  N dy  9935   3132992       150     12750         0    102329     89250   2116500     38.74     40.85
3483.35/873.44	c  N dy  9988   3153584       150     12750         0    122019     89250   2992280     38.74     41.31
3515.62/881.59	c  N dy 10061   3173736       150     12750         0    141352     89250   3860484     38.74     40.90
3543.54/888.52	c  N dy 10126   3194240       150     12750         0     86400     89250   1367497     38.75     40.82
3563.47/893.58	c  S st 10192   3211868       150     12750         0    103355     89250   2131675     38.75     36.99
3564.67/893.86	c  S st 10192   3212371       150     12750         0    103846     89250   2153373     38.75   no data
3564.67/893.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3565.07/893.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3565.07/893.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3565.07/893.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3565.07/893.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3565.07/893.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3565.07/893.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3565.07/893.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3565.47/894.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3617.32/907.00	c lits-rem:       506  cl-subs:     3110  v-elim:      0  v-fix:    0  time: 12.99 s
3617.32/907.00	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
3617.32/907.03	c vivif2 --  cl tried   100736 cl shrink        0 lits rem          0 time: 0.03
3618.96/907.42	c asymm  cl-useful: 0/1098/12750 lits-rem:0 time: 0.39
3618.96/907.42	c calculated reachability. Time: 0.00
3618.96/907.42	c  N dy 10192   3212371       150     12750         0    100736     89250   1984882     38.75   no data
3650.81/915.44	c  N dy 10285   3235905       150     12750         0    123292     89250   2999374     38.75     40.81
3683.53/923.63	c  N dy 10349   3256375       150     12750         0    142910     89250   3883946     38.75     40.83
3714.23/931.33	c  N dy 10402   3278602       150     12750         0     88604     89250   1432927     38.75     40.88
3743.75/938.75	c  N dy 10469   3298639       150     12750         0    107782     89250   2294498     38.76     42.60
3774.45/946.42	c  N dy 10535   3318704       150     12750         0    127030     89250   3159978     38.76     40.86
3808.75/955.01	c  N dy 10608   3338796       150     12750         0    146316     89250   4026333     38.76     42.36
3838.31/962.41	c  N dy 10708   3358974       150     12750         0     88997     89250   1415453     38.77     40.87
3863.40/968.71	c  N dy 10789   3379351       150     12750         0    108521     89250   2291955     38.77     41.06
3892.11/975.93	c  N dy 10856   3399378       150     12750         0    127723     89250   3152872     38.77     41.11
3927.60/984.88	c  N dy 10930   3419450       150     12750         0    146967     89250   4014748     38.77     41.27
3958.31/992.52	c  N dy 11018   3440012       150     12750         0     89092     89250   1382828     38.78     40.82
3983.08/998.78	c  N dy 11071   3461454       150     12750         0    109627     89250   2306559     38.78     40.84
4012.15/1006.10	c  N dy 11143   3481505       150     12750         0    128830     89250   3169822     38.78     40.86
4044.07/1014.09	c  N dy 11200   3501583       150     12750         0    148041     89250   4031445     38.78     41.81
4073.97/1021.55	c  N dy 11271   3521736       150     12750         0     88806     89250   1336950     38.78     41.23
4096.71/1027.30	c  N dy 11307   3542417       150     12750         0    108533     89250   2214755     38.78     40.82
4123.87/1034.07	c  N dy 11363   3562519       150     12750         0    127781     89250   3082039     38.78     40.83
4187.64/1050.00	c  N dy 11425   3598290       150     12750         0     82502     89250   1020873     38.77     40.96
4217.15/1057.42	c  N dy 11481   3618717       150     12750         0    102072     89250   1897997     38.77     40.83
4254.65/1066.88	c  N dy 11540   3640351       150     12750         0    122813     89250   2826231     38.77     40.81
4292.13/1076.27	c  N dy 11607   3660361       150     12750         0    141937     89250   3683388     38.77     40.86
4332.41/1086.31	c  N dy 11682   3680412       150     12750         0     80768     89250    907690     38.77     40.95
4354.75/1091.99	c  N dy 11761   3700460       150     12750         0    100019     89250   1774916     38.77     40.93
4370.30/1095.88	c  S st 11803   3712371       150     12750         0    111428     89250   2286444     38.77     38.66
4371.50/1096.18	c  S st 11803   3712873       150     12750         0    111912     89250   2307871     38.77   no data
4371.50/1096.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4371.90/1096.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
4371.90/1096.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4371.90/1096.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4371.90/1096.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4371.90/1096.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4371.90/1096.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4371.90/1096.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4372.30/1096.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4423.34/1109.19	c lits-rem:       582  cl-subs:     3210  v-elim:      0  v-fix:    0  time: 12.85 s
4423.34/1109.19	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
4423.74/1109.22	c vivif2 --  cl tried   108702 cl shrink        0 lits rem          0 time: 0.03
4425.34/1109.61	c asymm  cl-useful: 0/980/12750 lits-rem:0 time: 0.39
4425.34/1109.62	c calculated reachability. Time: 0.00
4425.34/1109.62	c  N dy 11803   3712873       150     12750         0    108702     89250   2133002     38.77   no data
4450.87/1116.01	c  N dy 11830   3732941       150     12750         0    127839     89250   2990457     38.77     40.98
4479.97/1123.35	c  F st 11872   3751562       150     12750         0    145611     89250   3786295     38.77   no data
4483.62/1124.25	c  N st 11876   3753594       150     12750         0    147552     89250   3873902     38.77   no data
4519.06/1133.15	c  N dy 11949   3773685       150     12750         0     85539     89250   1090425     38.77     40.89
4547.38/1140.22	c  N dy 12053   3796504       150     12750         0    107406     89250   2068719     38.78     40.89
4578.89/1148.16	c  N dy 12122   3816846       150     12750         0    126838     89250   2938302     38.78     40.84
4615.97/1157.48	c  N dy 12189   3836982       150     12750         0    146114     89250   3799700     38.78     41.14
4656.66/1167.66	c  N dy 12241   3858495       150     12750         0     84443     89250   1004088     38.78     40.82
4681.04/1173.72	c  N dy 12322   3879604       150     12750         0    104698     89250   1915725     38.78     40.99
4709.70/1180.93	c  N dy 12397   3899772       150     12750         0    123998     89250   2781563     38.78     40.97
4741.62/1189.01	c  N dy 12452   3919879       150     12750         0    143296     89250   3646215     38.78     40.91
4780.70/1198.71	c  N dy 12517   3940019       150     12750         0    162546     89250   4512946     38.79     40.94

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-3366097-1305394669/watcher-3366097-1305394669 -o /tmp/evaluation-result-3366097-1305394669/solver-3366097-1305394669 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366097-1305394669.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.73 8.00 7.95 6/361 27724
/proc/meminfo: memFree=17496152/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=51168 CPUtime=0.02 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 406 0 0 0 2 0 0 0 25 0 4 0 651067353 52396032 347 33554432000 4194304 4580107 140735736688496 18446744073709551615 47026288187314 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 12792 347 299 95 0 7774 0
[pid=27724/tid=27725] ppid=27722 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 651067353 52396032 347 33554432000 4194304 4580107 140735736688496 18446744073709551615 47026288187314 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651067353 52396032 347 33554432000 4194304 4580107 140735736688496 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651067353 52396032 347 33554432000 4194304 4580107 140735736688496 18446744073709551615 47026288187312 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0309149 s]
/proc/loadavg: 7.73 8.00 7.95 6/361 27724
/proc/meminfo: memFree=17496152/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=282756 CPUtime=0.09 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 2013 0 0 0 9 0 0 0 18 0 4 0 651067353 289542144 1928 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 70689 1928 357 95 0 65671 0
[pid=27724/tid=27725] ppid=27722 vsize=282756 CPUtime=0.02 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 410 0 0 0 2 0 0 0 18 0 4 0 651067353 289542144 1928 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=282756 CPUtime=0.01 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 340 0 0 0 1 0 0 0 25 0 4 0 651067353 289542144 1928 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=282756 CPUtime=0.02 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 437 0 0 0 2 0 0 0 18 0 4 0 651067353 289542144 1928 33554432000 4194304 4580107 140735736688496 18446744073709551615 4303856 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 282756

[startup+0.1009 s]
/proc/loadavg: 7.73 8.00 7.95 6/361 27724
/proc/meminfo: memFree=17496152/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=282888 CPUtime=0.37 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 2168 0 0 0 37 0 0 0 18 0 4 0 651067353 289677312 2083 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 70722 2083 357 95 0 65704 0
[pid=27724/tid=27725] ppid=27722 vsize=282888 CPUtime=0.09 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 423 0 0 0 9 0 0 0 18 0 4 0 651067353 289677312 2083 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=282888 CPUtime=0.08 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 352 0 0 0 8 0 0 0 25 0 4 0 651067353 289677312 2083 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=282888 CPUtime=0.09 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 551 0 0 0 9 0 0 0 18 0 4 0 651067353 289677312 2083 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282888

[startup+0.300865 s]
/proc/loadavg: 7.73 8.00 7.95 6/361 27724
/proc/meminfo: memFree=17496152/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=284172 CPUtime=1.17 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 2728 0 0 0 117 0 0 0 18 0 4 0 651067353 290992128 2289 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 71043 2289 358 95 0 66025 0
[pid=27724/tid=27725] ppid=27722 vsize=284172 CPUtime=0.29 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 438 0 0 0 29 0 0 0 18 0 4 0 651067353 290992128 2289 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=284172 CPUtime=0.28 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 376 0 0 0 28 0 0 0 25 0 4 0 651067353 290992128 2289 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=284172 CPUtime=0.29 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 1048 0 0 0 29 0 0 0 18 0 4 0 651067353 290992128 2289 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284172

[startup+0.700794 s]
/proc/loadavg: 7.73 8.00 7.95 6/361 27724
/proc/meminfo: memFree=17496152/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=271464 CPUtime=2.77 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 7528 0 0 0 276 1 0 0 18 0 4 0 651067353 277979136 5112 33554432000 4194304 4580107 140735736688496 18446744073709551615 4325788 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 67866 5112 376 95 0 62848 0
[pid=27724/tid=27725] ppid=27722 vsize=271464 CPUtime=0.69 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 1971 0 0 0 69 0 0 0 18 0 4 0 651067353 277979136 5112 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=271464 CPUtime=0.68 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 1790 0 0 0 68 0 0 0 18 0 4 0 651067353 277979136 5112 33554432000 4194304 4580107 140735736688496 18446744073709551615 4321100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=271464 CPUtime=0.69 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 1676 0 0 0 69 0 0 0 18 0 4 0 651067353 277979136 5112 33554432000 4194304 4580107 140735736688496 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 271464

[startup+1.50065 s]
/proc/loadavg: 7.73 8.00 7.95 10/365 27728
/proc/meminfo: memFree=17467804/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=300528 CPUtime=5.95 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 12495 0 0 0 594 1 0 0 19 0 4 0 651067353 307740672 6732 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294761 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 75132 6732 377 95 0 70114 0
[pid=27724/tid=27725] ppid=27722 vsize=300528 CPUtime=1.49 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 3267 0 0 0 149 0 0 0 20 0 4 0 651067353 307740672 6732 33554432000 4194304 4580107 140735736688496 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=300528 CPUtime=1.46 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 3021 0 0 0 146 0 0 0 19 0 4 0 651067353 307740672 6732 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=300528 CPUtime=1.49 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 2886 0 0 0 149 0 0 0 20 0 4 0 651067353 307740672 6732 33554432000 4194304 4580107 140735736688496 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 300528

[startup+3.10036 s]
/proc/loadavg: 7.73 8.00 7.95 9/365 27728
/proc/meminfo: memFree=17453800/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=301592 CPUtime=12.34 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 27971 0 0 0 1230 4 0 0 23 0 4 0 651067353 308830208 16408 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 75398 16408 378 95 0 70380 0
[pid=27724/tid=27725] ppid=27722 vsize=301592 CPUtime=3.09 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 6054 0 0 0 308 1 0 0 25 0 4 0 651067353 308830208 16408 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=301592 CPUtime=3.05 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 7863 0 0 0 304 1 0 0 23 0 4 0 651067353 308830208 16408 33554432000 4194304 4580107 140735736688496 18446744073709551615 4406476 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=301592 CPUtime=3.08 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 7640 0 0 0 307 1 0 0 25 0 4 0 651067353 308830208 16408 33554432000 4194304 4580107 140735736688496 18446744073709551615 4451663 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 301592

[startup+6.30078 s]
/proc/loadavg: 7.75 8.00 7.95 9/365 27729
/proc/meminfo: memFree=17397240/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=302828 CPUtime=25.1 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 40079 0 0 0 2504 6 0 0 25 0 4 0 651067353 310095872 19917 33554432000 4194304 4580107 140735736688496 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 75707 19917 378 95 0 70689 0
[pid=27724/tid=27725] ppid=27722 vsize=302828 CPUtime=6.29 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 10672 0 0 0 628 1 0 0 25 0 4 0 651067353 310095872 19917 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=302828 CPUtime=6.21 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 10371 0 0 0 620 1 0 0 25 0 4 0 651067353 310095872 19917 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=302828 CPUtime=6.28 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 9717 0 0 0 627 1 0 0 25 0 4 0 651067353 310095872 19917 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 302828

[startup+12.7006 s]
/proc/loadavg: 7.77 8.00 7.95 9/365 27729
/proc/meminfo: memFree=17342056/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=312700 CPUtime=50.62 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 64085 0 0 0 5051 11 0 0 25 0 4 0 651067353 320204800 27009 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 78175 27009 381 95 0 73157 0
[pid=27724/tid=27725] ppid=27722 vsize=312700 CPUtime=12.69 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 16038 0 0 0 1267 2 0 0 25 0 4 0 651067353 320204800 27010 33554432000 4194304 4580107 140735736688496 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=312700 CPUtime=12.53 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 16080 0 0 0 1251 2 0 0 25 0 4 0 651067353 320204800 27010 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=312700 CPUtime=12.68 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 16187 0 0 0 1265 3 0 0 25 0 4 0 651067353 320204800 27010 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 312700

[startup+25.5003 s]
/proc/loadavg: 7.82 8.00 7.95 9/365 27729
/proc/meminfo: memFree=17271024/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=329012 CPUtime=101.66 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 100524 0 0 0 10146 20 0 0 25 0 4 0 651067353 336908288 37275 33554432000 4194304 4580107 140735736688496 18446744073709551615 4406395 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 82253 37275 378 95 0 77235 0
[pid=27724/tid=27725] ppid=27722 vsize=329012 CPUtime=25.49 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 25068 0 0 0 2544 5 0 0 25 0 4 0 651067353 336908288 37275 33554432000 4194304 4580107 140735736688496 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=329012 CPUtime=25.18 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 24422 0 0 0 2513 5 0 0 25 0 4 0 651067353 336908288 37275 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=329012 CPUtime=25.48 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 24499 0 0 0 2544 4 0 0 25 0 4 0 651067353 336908288 37275 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 329012

[startup+51.1006 s]
/proc/loadavg: 7.94 8.01 7.96 9/365 27730
/proc/meminfo: memFree=17053836/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=361696 CPUtime=203.77 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 141462 0 0 0 20345 32 0 0 25 0 4 0 651067353 370376704 45326 33554432000 4194304 4580107 140735736688496 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 90424 45326 378 95 0 85406 0
[pid=27724/tid=27725] ppid=27722 vsize=361696 CPUtime=51.08 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 33313 0 0 0 5101 7 0 0 25 0 4 0 651067353 370376704 45326 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=361696 CPUtime=50.48 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 33601 0 0 0 5041 7 0 0 25 0 4 0 651067353 370376704 45326 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=361696 CPUtime=51.08 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 37382 0 0 0 5100 8 0 0 25 0 4 0 651067353 370376704 45326 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 361696

[startup+102.313 s]
/proc/loadavg: 8.04 8.03 7.96 9/365 27731
/proc/meminfo: memFree=17042984/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=407484 CPUtime=408.01 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 204253 0 0 0 40752 49 0 0 25 0 4 0 651067353 417263616 47624 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 101871 47624 378 95 0 96853 0
[pid=27724/tid=27725] ppid=27722 vsize=407484 CPUtime=102.3 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 55792 0 0 0 10218 12 0 0 25 0 4 0 651067353 417263616 47624 33554432000 4194304 4580107 140735736688496 18446744073709551615 4417023 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=407484 CPUtime=101.09 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 44536 0 0 0 10098 11 0 0 25 0 4 0 651067353 417263616 47624 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=407484 CPUtime=102.29 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 59649 0 0 0 10216 13 0 0 25 0 4 0 651067353 417263616 47624 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 407484

[startup+162.3 s]

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

[pid=27724] ppid=27722 vsize=674032 CPUtime=2561.66 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 630518 0 0 0 255953 213 0 0 25 0 4 0 651067353 690208768 98050 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 168508 98050 378 95 0 163490 0
[pid=27724/tid=27725] ppid=27722 vsize=674032 CPUtime=642.32 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 175740 0 0 0 64173 59 0 0 25 0 4 0 651067353 690208768 98050 33554432000 4194304 4580107 140735736688496 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=674032 CPUtime=634.72 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 143185 0 0 0 63423 49 0 0 25 0 4 0 651067353 690208768 98050 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=674032 CPUtime=642.31 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 183202 0 0 0 64169 62 0 0 25 0 4 0 651067353 690208768 98050 33554432000 4194304 4580107 140735736688496 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2561.66
Current children cumulated vsize (KiB) 674032

[startup+702.301 s]
/proc/loadavg: 8.12 8.08 8.01 9/365 27778
/proc/meminfo: memFree=22985956/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=738204 CPUtime=2800.92 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 664679 0 0 0 279861 231 0 0 25 0 4 0 651067353 755920896 106089 33554432000 4194304 4580107 140735736688496 18446744073709551615 4406385 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 184551 106089 378 95 0 179533 0
[pid=27724/tid=27725] ppid=27722 vsize=738204 CPUtime=702.3 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 185177 0 0 0 70166 64 0 0 25 0 4 0 651067353 755920896 106089 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=738204 CPUtime=694 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 152665 0 0 0 69347 53 0 0 25 0 4 0 651067353 755920896 106089 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=738204 CPUtime=702.3 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 193311 0 0 0 70163 67 0 0 25 0 4 0 651067353 755920896 106089 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2800.92
Current children cumulated vsize (KiB) 738204

[startup+762.314 s]
/proc/loadavg: 8.16 8.10 8.01 9/365 27780
/proc/meminfo: memFree=22988624/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=809940 CPUtime=3040.27 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 695600 0 0 0 303780 247 0 0 25 0 4 0 651067353 829378560 111039 33554432000 4194304 4580107 140735736688496 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 202485 111039 378 95 0 197467 0
[pid=27724/tid=27725] ppid=27722 vsize=809940 CPUtime=762.32 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 195314 0 0 0 76161 71 0 0 25 0 4 0 651067353 829378560 111039 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=809940 CPUtime=753.3 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 161798 0 0 0 75273 57 0 0 25 0 4 0 651067353 829378560 111039 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=809940 CPUtime=762.31 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 203427 0 0 0 76160 71 0 0 25 0 4 0 651067353 829378560 111039 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.27
Current children cumulated vsize (KiB) 809940

[startup+822.301 s]
/proc/loadavg: 8.27 8.13 8.02 9/365 27781
/proc/meminfo: memFree=22878848/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=928348 CPUtime=3279.51 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 744142 0 0 0 327689 262 0 0 25 0 4 0 651067353 950628352 131807 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 232087 131807 378 95 0 227069 0
[pid=27724/tid=27725] ppid=27722 vsize=928348 CPUtime=822.3 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 209006 0 0 0 82156 74 0 0 25 0 4 0 651067353 950628352 131807 33554432000 4194304 4580107 140735736688496 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=928348 CPUtime=812.59 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 173092 0 0 0 81197 62 0 0 25 0 4 0 651067353 950628352 131807 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=928348 CPUtime=822.3 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 220456 0 0 0 82154 76 0 0 25 0 4 0 651067353 950628352 131807 33554432000 4194304 4580107 140735736688496 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3279.51
Current children cumulated vsize (KiB) 928348

[startup+882.301 s]
/proc/loadavg: 8.24 8.13 8.03 9/365 27783
/proc/meminfo: memFree=22902472/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=878292 CPUtime=3518.8 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 764470 0 0 0 351607 273 0 0 25 0 4 0 651067353 899371008 132198 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 219573 132198 378 95 0 214555 0
[pid=27724/tid=27725] ppid=27722 vsize=878292 CPUtime=882.31 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 213515 0 0 0 88154 77 0 0 25 0 4 0 651067353 899371008 132198 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=878292 CPUtime=871.87 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 180777 0 0 0 87121 66 0 0 25 0 4 0 651067353 899371008 132198 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=878292 CPUtime=882.29 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 225698 0 0 0 88151 78 0 0 25 0 4 0 651067353 899371008 132198 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3518.8
Current children cumulated vsize (KiB) 878292

[startup+942.301 s]
/proc/loadavg: 8.09 8.11 8.02 9/365 27784
/proc/meminfo: memFree=22936900/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=741148 CPUtime=3758.1 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 786825 0 0 0 375525 285 0 0 25 0 4 0 651067353 758935552 124357 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 185287 124357 378 95 0 180269 0
[pid=27724/tid=27725] ppid=27722 vsize=741148 CPUtime=942.31 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 219412 0 0 0 94151 80 0 0 25 0 4 0 651067353 758935552 124357 33554432000 4194304 4580107 140735736688496 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=741148 CPUtime=931.17 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 185687 0 0 0 93049 68 0 0 25 0 4 0 651067353 758935552 124357 33554432000 4194304 4580107 140735736688496 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=741148 CPUtime=942.3 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 232050 0 0 0 94147 83 0 0 25 0 4 0 651067353 758935552 124357 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.1
Current children cumulated vsize (KiB) 741148

[startup+1002.3 s]
/proc/loadavg: 8.10 8.10 8.02 9/365 27786
/proc/meminfo: memFree=22865072/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=741912 CPUtime=3997.4 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 821261 0 0 0 399442 298 0 0 25 0 4 0 651067353 759717888 132493 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 185478 132493 378 95 0 180460 0
[pid=27724/tid=27725] ppid=27722 vsize=741912 CPUtime=1002.31 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 229214 0 0 0 100148 83 0 0 25 0 4 0 651067353 759717888 132493 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=741912 CPUtime=990.46 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 194671 0 0 0 98975 71 0 0 25 0 4 0 651067353 759717888 132493 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=741912 CPUtime=1002.3 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 241779 0 0 0 100143 87 0 0 25 0 4 0 651067353 759717888 132493 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3997.4
Current children cumulated vsize (KiB) 741912

[startup+1062.3 s]
/proc/loadavg: 8.14 8.11 8.03 9/365 27788
/proc/meminfo: memFree=22832184/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=920992 CPUtime=4236.7 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 847511 0 0 0 423360 310 0 0 25 0 4 0 651067353 943095808 134053 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 230248 134053 378 95 0 225230 0
[pid=27724/tid=27725] ppid=27722 vsize=920992 CPUtime=1062.31 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 239262 0 0 0 106144 87 0 0 25 0 4 0 651067353 943095808 134053 33554432000 4194304 4580107 140735736688496 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=920992 CPUtime=1049.76 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 198796 0 0 0 104902 74 0 0 25 0 4 0 651067353 943095808 134053 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=920992 CPUtime=1062.31 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 247152 0 0 0 106141 90 0 0 25 0 4 0 651067353 943095808 134053 33554432000 4194304 4580107 140735736688496 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4236.7
Current children cumulated vsize (KiB) 920992

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 8.03 9/365 27789
/proc/meminfo: memFree=22874200/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=921628 CPUtime=4475.99 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 874371 0 0 0 447275 324 0 0 25 0 4 0 651067353 943747072 132453 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 230407 132453 378 95 0 225389 0
[pid=27724/tid=27725] ppid=27722 vsize=921628 CPUtime=1122.31 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 245129 0 0 0 112140 91 0 0 25 0 4 0 651067353 943747072 132453 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=921628 CPUtime=1109.04 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 204933 0 0 0 110827 77 0 0 25 0 4 0 651067353 943747072 132453 33554432000 4194304 4580107 140735736688496 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=921628 CPUtime=1122.3 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 255939 0 0 0 112137 93 0 0 25 0 4 0 651067353 943747072 132453 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4475.99
Current children cumulated vsize (KiB) 921628

[startup+1182.3 s]
/proc/loadavg: 8.15 8.12 8.04 9/365 27791
/proc/meminfo: memFree=22721028/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=880228 CPUtime=4715.29 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 900324 0 0 0 471191 338 0 0 25 0 4 0 651067353 901353472 137418 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 220057 137418 378 95 0 215039 0
[pid=27724/tid=27725] ppid=27722 vsize=880228 CPUtime=1182.32 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 251265 0 0 0 118137 95 0 0 25 0 4 0 651067353 901353472 137418 33554432000 4194304 4580107 140735736688496 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=880228 CPUtime=1168.35 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 211059 0 0 0 116755 80 0 0 25 0 4 0 651067353 901353472 137418 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=880228 CPUtime=1182.3 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 263772 0 0 0 118133 97 0 0 25 0 4 0 651067353 901353472 137418 33554432000 4194304 4580107 140735736688496 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4715.29
Current children cumulated vsize (KiB) 880228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.25 8.15 8.05 9/365 27792
/proc/meminfo: memFree=22723500/32951124 swapFree=56449224/67111528
[pid=27724] ppid=27722 vsize=852008 CPUtime=4800.27 cores=1,3,5,7
/proc/27724/stat : 27724 (strangenight2-m) R 27722 27724 27049 0 -1 4202496 915167 0 0 0 479682 345 0 0 25 0 4 0 651067353 872456192 138310 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27724/statm: 213002 138310 378 95 0 207984 0
[pid=27724/tid=27725] ppid=27722 vsize=852008 CPUtime=1203.63 cores=1,3,5,7
/proc/27724/task/27725/stat : 27725 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 254778 0 0 0 120266 97 0 0 25 0 4 0 651067353 872456192 138310 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27724/tid=27726] ppid=27722 vsize=852008 CPUtime=1189.39 cores=1,3,5,7
/proc/27724/task/27726/stat : 27726 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 214953 0 0 0 118857 82 0 0 25 0 4 0 651067353 872456192 138310 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27724/tid=27727] ppid=27722 vsize=852008 CPUtime=1203.62 cores=1,3,5,7
/proc/27724/task/27727/stat : 27727 (strangenight2-m) R 27722 27724 27049 0 -1 4202560 267740 0 0 0 120263 99 0 0 25 0 4 0 651067353 872456192 138310 33554432000 4194304 4580107 140735736688496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 852008

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): 1203.64
CPU time (s): 4800.32
CPU user time (s): 4796.84
CPU system time (s): 3.48147
CPU usage (%): 398.817
Max. virtual memory (cumulated for all children) (KiB): 1042616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.84
system time used= 3.48147
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 915169
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= 1509
involuntary context switches= 19994

runsolver used 3.9534 second user time and 10.3134 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-14 19:37:50
IDJOB=3366097
IDBENCH=82506
IDSOLVER=1844
FILE ID=node106/3366097-1305394669
RUNJOBID= node106-1305393368-27396
PBS_JOBID= 13324446
Free space on /tmp= 73328 MiB

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

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

MD5SUM BENCH= dc0028248c86c8aff67bef1f8d7ffb16
RANDOM SEED=1736150682

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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:      17496308 kB
Buffers:        262904 kB
Cached:        5704528 kB
SwapCached:      27544 kB
Active:        7243444 kB
Inactive:      7970816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17496308 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:            5864 kB
Writeback:           0 kB
AnonPages:     9227676 kB
Mapped:          10592 kB
Slab:           113640 kB
PageTables:      62844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82876292 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= 73348 MiB
End job on node106 at 2011-05-14 19:57:55