Trace number 3173688

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.29 1201.74

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173688-1304029978.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:       12750
0.26/0.10	c -- clauses added:            0 learnts,        12750 normals,            0 xors
0.26/0.10	c -- vars added        150
0.26/0.10	c Parsing time:  0.01 s
0.26/0.10	c  N st     0         0       150     12750         0         0     89250         0   no data   no data
1.18/0.30	c asymm  cl-useful: 0/12750/12750 lits-rem:0 time: 0.30
1.18/0.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.18/0.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.18/0.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.18/0.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.18/0.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1.18/0.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.18/0.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1.18/0.93	c Finding binary XORs  T:     0.00 s  found:       0
1.18/0.93	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.18/0.93	c calculated reachability. Time: 0.00
1.18/0.93	c Calc default polars -  time:   0.00 s pos:      74 undec:       1 neg:      75
1.18/0.93	c =========================================================================================
1.18/0.93	c types(t): F = full restart, N = normal restart
1.18/0.93	c types(t): S = simplification begin/end, E = solution found
1.18/0.93	c restart types(rt): st = static, dy = dynamic
1.18/0.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.18/0.93	c  B st     0         0       150     12750         0         0     89250         0   no data   no data
1.18/0.93	c  N dy     9      5020       150     12750         0      2407     89250     80463     39.76     41.86
1.18/0.93	c  N dy    17     10213       150     12750         0      7387     89250    304687     39.36     41.47
1.18/1.20	c  N dy    27     14375       150     12750         0      7316     89250    266567     39.27     41.62
5.58/1.45	c  N dy    37     21435       150     12750         0      8669     89250    290637     38.71     40.80
6.38/1.66	c  F st    47     25001       150     12750         0     12084     89250    445007     38.78     40.22
6.78/1.70	c  N st    49     25627       150     12750         0     12679     89250    471775     38.78   no data
7.57/1.96	c  N dy    53     30001       150     12750         0     10356     89250    337762     38.78   no data
7.57/1.96	c  S st    53     30001       150     12750         0     10356     89250    337762     38.78   no data
7.96/2.00	c  S st    53     30503       150     12750         0     10844     89250    359237     38.78   no data
7.96/2.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.96/2.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
7.96/2.01	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
7.96/2.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.96/2.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.96/2.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
7.96/2.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.96/2.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.96/2.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.17/2.30	c lits-rem:        76  cl-subs:      440  v-elim:      0  v-fix:    0  time:  0.27 s
10.37/2.68	c asymm  cl-useful: 0/11643/12750 lits-rem:0 time: 0.38
10.37/2.68	c calculated reachability. Time: 0.00
10.37/2.68	c  N dy    53     30503       150     12750         0     10404     89250    334913     38.78   no data
11.59/2.96	c  N dy    67     34736       150     12750         0     14465     89250    519308     38.92     40.98
12.77/3.23	c  N dy    73     38751       150     12750         0     10716     89250    316126     38.81     41.26
13.96/3.53	c  N dy    88     42973       150     12750         0     14771     89250    495906     38.86     41.22
14.76/3.74	c  S st    96     45754       150     12750         0      8882     89250    201541     38.83     39.05
14.76/3.78	c  S st    96     46260       150     12750         0      9379     89250    223302     38.83   no data
14.76/3.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.76/3.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
14.76/3.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.76/3.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.76/3.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
14.76/3.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.76/3.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.76/3.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.16/3.85	c lits-rem:         4  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.05 s
15.16/3.85	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
15.16/3.86	c vivif2 --  cl tried     9327 cl shrink        0 lits rem          0 time: 0.00
15.16/3.89	c asymm  cl-useful: 0/1107/12750 lits-rem:0 time: 0.04
15.16/3.89	c calculated reachability. Time: 0.00
15.16/3.89	c  N dy    96     46260       150     12750         0      9327     89250    220329     38.83   no data
16.35/4.16	c  N dy   108     50532       150     12750         0     13431     89250    402879     38.85     40.96
17.55/4.44	c  N dy   121     54586       150     12750         0     17321     89250    576585     38.90     41.02
19.16/4.82	c  N dy   132     60015       150     12750         0     12939     89250    348995     38.84     41.01
19.97/5.10	c  N dy   142     64082       150     12750         0     16846     89250    522750     38.81     40.96
21.55/5.45	c  N dy   157     68263       150     12750         0     20854     89250    700675     38.83     43.01
21.95/5.55	c  S st   161     69390       150     12750         0     11400     89250    249272     38.82     36.03
21.95/5.59	c  S st   161     69891       150     12750         0     11887     89250    270988     38.82   no data
21.95/5.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.35/5.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
22.35/5.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.35/5.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.35/5.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.35/5.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
22.35/5.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.35/5.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.35/5.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.75/5.72	c lits-rem:         4  cl-subs:      111  v-elim:      0  v-fix:    0  time:  0.10 s
22.75/5.72	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
22.75/5.72	c vivif2 --  cl tried    11776 cl shrink        0 lits rem          0 time: 0.00
24.36/6.14	c asymm  cl-useful: 0/10991/12750 lits-rem:0 time: 0.42
24.36/6.14	c calculated reachability. Time: 0.00
24.36/6.14	c  N dy   161     69891       150     12750         0     11776     89250    264745     38.82   no data
25.94/6.55	c  N dy   176     75988       150     12750         0     17616     89250    525702     38.80     40.89
27.55/6.96	c  N dy   190     81023       150     12750         0     22453     89250    740886     38.81     41.06
29.54/7.42	c  N dy   198     87281       150     12750         0     16898     89250    457802     38.70     40.78
29.54/7.43	c  F st   200     87500       150     12750         0     17110     89250    467174     38.70   no data
31.13/7.87	c  N dy   208     92895       150     12750         0     22271     89250    701863     38.71     41.90
35.13/8.82	c  N dy   216    104698       150     12750         0     21136     89250    622850     38.47     40.63
35.13/8.84	c  S st   218    104838       150     12750         0     21272     89250    628879     38.48   no data
35.53/8.91	c  S st   218    105341       150     12750         0     21761     89250    650747     38.48   no data
35.53/8.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.53/8.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
35.53/8.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.53/8.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.53/8.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.53/8.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
35.53/8.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.53/8.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.53/8.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.53/9.91	c lits-rem:       357  cl-subs:     1160  v-elim:      0  v-fix:    0  time:  0.97 s
39.53/9.92	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
39.53/9.92	c vivif2 --  cl tried    20601 cl shrink        0 lits rem          0 time: 0.01
39.93/10.05	c asymm  cl-useful: 0/1759/12750 lits-rem:0 time: 0.13
39.93/10.05	c calculated reachability. Time: 0.00
39.93/10.05	c  N dy   218    105341       150     12750         0     20601     89250    592652     38.48   no data
42.73/10.75	c  N dy   244    112371       150     12750         0     13974     89250    271367     38.50     40.60
45.52/11.41	c  N dy   267    120455       150     12750         0     21666     89250    612947     38.52     41.04
48.32/12.19	c  N dy   287    128511       150     12750         0     15052     89250    286090     38.52     40.67
51.13/12.88	c  N dy   301    137233       150     12750         0     23386     89250    654762     38.50     40.71
55.52/13.94	c  N dy   334    148887       150     12750         0     19244     89250    442614     38.51     40.59
58.71/14.72	c  S st   359    158014       150     12750         0     28008     89250    832197     38.50     39.81
59.11/14.80	c  S st   359    158515       150     12750         0     28493     89250    853818     38.50   no data
59.11/14.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.11/14.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
59.11/14.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.11/14.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.11/14.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.11/14.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
59.11/14.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.11/14.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
59.11/14.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.69/16.22	c lits-rem:       237  cl-subs:     1365  v-elim:      0  v-fix:    0  time:  1.37 s
64.69/16.23	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
64.69/16.24	c vivif2 --  cl tried    27128 cl shrink        0 lits rem          0 time: 0.01
65.50/16.45	c asymm  cl-useful: 0/3638/12750 lits-rem:0 time: 0.22
65.50/16.46	c calculated reachability. Time: 0.00
65.50/16.46	c  N dy   359    158515       150     12750         0     27128     89250    782055     38.50   no data
69.48/17.42	c  N dy   395    168633       150     12750         0     20571     89250    467218     38.50     40.61
73.48/18.43	c  N dy   429    179600       150     12750         0     31086     89250    934846     38.50     40.72
78.27/19.67	c  N dy   476    191388       150     12750         0     25195     89250    642898     38.55     40.66
84.26/21.13	c  N dy   510    204649       150     12750         0     19680     89250    362180     38.55     41.13
89.46/22.42	c  N dy   548    217934       150     12750         0     32398     89250    927378     38.54     40.73
95.85/24.04	c  N dy   591    231901       150     12750         0     26600     89250    641337     38.54     40.66
98.24/24.69	c  S st   608    237773       150     12750         0     32241     89250    893443     38.54     36.03
98.64/24.79	c  S st   608    238275       150     12750         0     32721     89250    914436     38.54   no data
98.64/24.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
99.05/24.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
99.05/24.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.05/24.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.05/24.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.05/24.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
99.05/24.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
99.05/24.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
99.05/24.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.64/26.77	c lits-rem:       372  cl-subs:     1515  v-elim:      0  v-fix:    0  time:  1.92 s
106.64/26.77	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
106.64/26.78	c vivif2 --  cl tried    31206 cl shrink        0 lits rem          0 time: 0.01
107.85/27.02	c asymm  cl-useful: 0/2948/12750 lits-rem:0 time: 0.24
107.85/27.02	c calculated reachability. Time: 0.00
107.85/27.02	c  N dy   608    238275       150     12750         0     31206     89250    833672     38.54   no data
114.23/28.62	c  N dy   648    253498       150     12750         0     25710     89250    569031     38.54     40.87
122.22/30.64	c  N dy   705    270773       150     12750         0     21224     89250    334256     38.54     40.87
132.20/33.14	c  N dy   763    294315       150     12750         0     43720     89250   1329094     38.46     40.67
137.00/34.36	c  F st   805    306251       150     12750         0     33124     89250    828123     38.46     35.17
140.19/35.14	c  N dy   817    313141       150     12750         0     39733     89250   1127913     38.46     41.29
149.77/37.50	c  N dy   862    333697       150     12750         0     36412     89250    945790     38.44     41.17
159.76/40.00	c  N dy   935    354349       150     12750         0     32308     89250    734933     38.47     40.54
160.98/40.35	c  S st   948    357412       150     12750         0     35230     89250    864311     38.48     37.83
161.35/40.45	c  S st   948    357913       150     12750         0     35717     89250    885746     38.48   no data
161.35/40.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
161.35/40.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
161.35/40.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
161.35/40.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
161.35/40.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.35/40.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
161.35/40.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
161.35/40.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
161.75/40.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
168.15/42.15	c lits-rem:       220  cl-subs:     1154  v-elim:      0  v-fix:    0  time:  1.65 s
168.15/42.15	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
168.15/42.17	c vivif2 --  cl tried    34563 cl shrink        0 lits rem          0 time: 0.01
169.36/42.41	c asymm  cl-useful: 0/2624/12750 lits-rem:0 time: 0.25
169.36/42.41	c calculated reachability. Time: 0.00
169.36/42.42	c  N dy   948    357913       150     12750         0     34563     89250    821948     38.48   no data
179.33/44.95	c  N dy   987    378225       150     12750         0     29130     89250    556772     38.44     40.89
190.93/47.85	c  N dy  1072    398536       150     12750         0     48575     89250   1420245     38.48     40.56
224.07/56.18	c  N dy  1103    459123       150     12750         0     53370     89250   1570765     38.20     40.30
234.87/58.85	c  N dy  1202    479184       150     12750         0     45142     89250   1186042     38.25     40.36
246.84/61.83	c  N dy  1283    499268       150     12750         0     35779     89250    729860     38.27     40.30
260.02/65.10	c  N dy  1360    521498       150     12750         0     57123     89250   1679145     38.29     40.33
267.21/66.98	c  S st  1392    536869       150     12750         0     42166     89250    979930     38.29     38.40
267.61/67.09	c  S st  1392    537374       150     12750         0     42661     89250   1002660     38.29   no data
268.01/67.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
268.01/67.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
268.01/67.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
268.01/67.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
268.01/67.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
268.01/67.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
268.01/67.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
268.01/67.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
268.01/67.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
277.20/69.45	c lits-rem:       318  cl-subs:     1360  v-elim:      0  v-fix:    0  time:  2.29 s
277.20/69.45	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
277.20/69.46	c vivif2 --  cl tried    41301 cl shrink        0 lits rem          0 time: 0.01
278.40/69.76	c asymm  cl-useful: 0/2291/12750 lits-rem:0 time: 0.29
278.40/69.76	c calculated reachability. Time: 0.00
278.40/69.76	c  N dy  1392    537374       150     12750         0     41301     89250    930600     38.29   no data
292.80/73.32	c  N dy  1472    559513       150     12750         0     31888     89250    485548     38.30     40.34
303.97/76.18	c  N dy  1581    579524       150     12750         0     51088     89250   1344234     38.35     40.52
317.14/79.42	c  N dy  1662    599570       150     12750         0     38701     89250    755669     38.37     42.52
329.13/82.48	c  N dy  1738    619607       150     12750         0     57952     89250   1613848     38.38     40.78
340.72/85.40	c  N dy  1759    639614       150     12750         0     44450     89250    974586     38.35     40.60
353.50/88.58	c  N dy  1799    659714       150     12750         0     63741     89250   1831776     38.33     41.44
367.09/91.96	c  N dy  1857    680561       150     12750         0     50202     89250   1201049     38.33     40.48
383.05/95.90	c  N dy  1932    700628       150     12750         0     34935     89250    492389     38.34     41.78
396.24/99.25	c  N dy  2041    720671       150     12750         0     54170     89250   1352593     38.38     40.67
413.02/103.47	c  N dy  2111    741788       150     12750         0     38934     89250    632581     38.38     40.46
426.20/106.73	c  N dy  2192    761913       150     12750         0     58219     89250   1489448     38.40     40.47
442.19/110.73	c  N dy  2290    781983       150     12750         0     41083     89250    692306     38.43     40.72
454.97/113.95	c  N dy  2364    802207       150     12750         0     60520     89250   1561576     38.44     40.47
458.15/114.74	c  S st  2387    806062       150     12750         0     64231     89250   1727127     38.44   no data
458.95/114.90	c  S st  2387    806564       150     12750         0     64719     89250   1748792     38.44   no data
458.95/114.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
458.95/114.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
458.95/114.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
458.95/114.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
458.95/114.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
458.95/114.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
458.95/114.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
458.95/114.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
459.36/115.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
496.50/124.39	c lits-rem:       696  cl-subs:     2876  v-elim:      0  v-fix:    0  time:  9.38 s
496.50/124.39	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
496.90/124.41	c vivif2 --  cl tried    61843 cl shrink        0 lits rem          0 time: 0.02
498.10/124.74	c asymm  cl-useful: 0/1249/12750 lits-rem:0 time: 0.33
498.10/124.74	c calculated reachability. Time: 0.00
498.10/124.74	c  N dy  2387    806564       150     12750         0     61843     89250   1592253     38.44   no data
516.48/129.37	c  N dy  2470    827346       150     12750         0     44430     89250    805248     38.46     40.59
531.65/133.13	c  N dy  2546    849715       150     12750         0     65867     89250   1757516     38.46     40.55
546.83/136.97	c  N dy  2627    869746       150     12750         0     46704     89250    878241     38.48     43.11
560.42/140.31	c  N dy  2677    889978       150     12750         0     66093     89250   1741368     38.47     40.71
576.79/144.40	c  N dy  2759    911382       150     12750         0     47317     89250    871906     38.48     40.59
591.59/148.17	c  N dy  2826    932963       150     12750         0     67992     89250   1793268     38.49     40.81
607.15/152.02	c  N dy  2881    953128       150     12750         0     47070     89250    825393     38.49     40.92
621.53/155.62	c  N dy  2970    973224       150     12750         0     66364     89250   1692206     38.50     41.23
639.92/160.20	c  N dy  3062    993312       150     12750         0     44390     89250    676008     38.52     40.84
653.89/163.73	c  N dy  3158   1013399       150     12750         0     63665     89250   1540322     38.55     42.96
671.46/168.12	c  N dy  3218   1033712       150     12750         0     83146     89250   2409476     38.55     40.59
689.83/172.76	c  N dy  3254   1061393       150     12750         0     67347     89250   1664486     38.52     40.70
699.02/175.09	c  F st  3286   1071876       150     12750         0     77351     89250   2108347     38.52     35.85
708.60/177.47	c  N dy  3310   1082527       150     12750         0     44491     89250    612927     38.53     40.82
721.79/180.77	c  N dy  3377   1102854       150     12750         0     63953     89250   1484564     38.53     40.61
740.58/185.43	c  N dy  3450   1122987       150     12750         0     83245     89250   2343095     38.54     40.65
756.14/189.35	c  N dy  3537   1143066       150     12750         0     58488     89250   1201303     38.55     40.67
773.32/193.65	c  N dy  3607   1163478       150     12750         0     78067     89250   2075905     38.55     41.01
794.88/199.08	c  N dy  3691   1183522       150     12750         0     52230     89250    888718     38.56     40.62
814.87/204.10	c  N dy  3770   1203592       150     12750         0     71460     89250   1743719     38.57     41.82
822.05/205.83	c  S st  3786   1209847       150     12750         0     77468     89250   2009904     38.57     36.18
822.85/206.05	c  S st  3786   1210353       150     12750         0     77966     89250   2032074     38.57   no data
822.85/206.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
823.25/206.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
823.25/206.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
823.25/206.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
823.25/206.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
823.25/206.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
823.25/206.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
823.25/206.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
823.25/206.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
880.37/220.46	c lits-rem:       758  cl-subs:     3434  v-elim:      0  v-fix:    0  time: 14.27 s
880.37/220.46	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
880.37/220.48	c vivif2 --  cl tried    74532 cl shrink        0 lits rem          0 time: 0.02
881.97/220.82	c asymm  cl-useful: 0/1700/12750 lits-rem:0 time: 0.33
881.97/220.82	c calculated reachability. Time: 0.00
881.97/220.82	c  N dy  3786   1210353       150     12750         0     74532     89250   1846674     38.57   no data
902.74/226.07	c  N dy  3872   1230775       150     12750         0     48170     89250    671898     38.58     40.81
918.32/229.99	c  N dy  3969   1251195       150     12750         0     67771     89250   1551386     38.59     40.79
937.09/234.61	c  N dy  4033   1271258       150     12750         0     86986     89250   2411217     38.60     40.72
959.46/240.28	c  N dy  4108   1296172       150     12750         0     63845     89250   1334332     38.60     40.79
983.43/246.24	c  N dy  4167   1316907       150     12750         0     83715     89250   2221452     38.60     40.93
1006.20/251.94	c  N dy  4243   1337465       150     12750         0     55610     89250    939347     38.61     41.09
1024.58/256.56	c  N dy  4302   1358857       150     12750         0     76148     89250   1853415     38.61     40.98
1047.74/262.35	c  N dy  4369   1380063       150     12750         0     96455     89250   2761396     38.61     40.69
1062.51/266.01	c  N dy  4403   1400687       150     12750         0     67327     89250   1433845     38.60     40.75
1081.69/270.88	c  N dy  4484   1421389       150     12750         0     87174     89250   2318846     38.61     41.32
1102.46/276.06	c  N dy  4573   1441474       150     12750         0     56564     89250    916424     38.62     40.74
1118.45/280.10	c  N dy  4636   1461531       150     12750         0     75826     89250   1773635     38.62     40.76
1139.61/285.39	c  N dy  4699   1482607       150     12750         0     96038     89250   2678608     38.62     40.66
1158.01/289.98	c  N dy  4774   1503008       150     12750         0     64746     89250   1245700     38.63     40.74
1177.16/294.77	c  N dy  4848   1523935       150     12750         0     84821     89250   2146890     38.64     40.67
1199.94/300.47	c  N dy  4914   1544402       150     12750         0     52655     89250    675059     38.64     40.68
1215.53/304.35	c  N dy  4979   1564711       150     12750         0     72114     89250   1541180     38.64     40.68
1237.50/309.85	c  N dy  5026   1588155       150     12750         0     94510     89250   2538196     38.64     40.86
1258.65/315.20	c  N dy  5093   1608463       150     12750         0     61292     89250   1022150     38.64     40.96
1276.64/319.69	c  N dy  5174   1628519       150     12750         0     80582     89250   1886770     38.65     40.69
1303.00/326.25	c  N dy  5259   1650851       150     12750         0    102016     89250   2844282     38.65     40.73
1324.17/331.54	c  N dy  5341   1670917       150     12750         0     67548     89250   1269997     38.66     40.78
1345.33/336.88	c  N dy  5421   1692976       150     12750         0     88720     89250   2219652     38.67     41.05
1367.30/342.36	c  S st  5487   1710353       150     12750         0    105363     89250   2963139     38.67     40.31
1368.51/342.64	c  S st  5487   1710855       150     12750         0    105849     89250   2985574     38.67   no data
1368.51/342.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1368.92/342.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1368.92/342.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1368.92/342.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1368.92/342.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1368.92/342.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1368.92/342.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1368.92/342.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1369.33/342.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1465.99/367.08	c lits-rem:       793  cl-subs:     5312  v-elim:      0  v-fix:    0  time: 24.26 s
1465.99/367.09	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
1466.36/367.12	c vivif2 --  cl tried   100537 cl shrink        0 lits rem          0 time: 0.04
1467.96/367.51	c asymm  cl-useful: 0/1165/12750 lits-rem:0 time: 0.38
1467.96/367.51	c calculated reachability. Time: 0.00
1467.96/367.51	c  N dy  5487   1710855       150     12750         0    100537     89250   2696351     38.67   no data
1487.96/372.59	c  N dy  5547   1730993       150     12750         0     65300     89250   1132945     38.67     40.86
1505.54/376.97	c  N dy  5597   1751015       150     12750         0     84486     89250   1988029     38.66     40.91
1528.29/382.60	c  N dy  5625   1773283       150     12750         0    105688     89250   2938538     38.65     41.02
1550.25/388.19	c  N dy  5716   1794305       150     12750         0     70369     89250   1334104     38.66     40.72
1575.84/394.56	c  N dy  5782   1815794       150     12750         0     90978     89250   2254003     38.66     40.85
1602.58/401.24	c  N dy  5853   1835836       150     12750         0    110180     89250   3111959     38.67     40.93
1622.16/406.18	c  N dy  5917   1856441       150     12750         0     73410     89250   1428536     38.67     40.72
1643.73/411.51	c  N dy  5992   1877311       150     12750         0     93405     89250   2319490     38.67     40.72
1668.49/417.78	c  N dy  6055   1897521       150     12750         0    112743     89250   3183243     38.68     40.75
1687.27/422.44	c  N dy  6112   1918233       150     12750         0     75125     89250   1468050     38.67     40.72
1707.25/427.44	c  N dy  6151   1938319       150     12750         0     94340     89250   2329005     38.67     40.71
1733.21/433.93	c  N dy  6238   1958798       150     12750         0    113987     89250   3212484     38.67     40.80
1751.98/438.63	c  N dy  6294   1979237       150     12750         0     75077     89250   1436975     38.67     40.73
1773.17/443.94	c  N dy  6363   1999507       150     12750         0     94511     89250   2306700     38.68     40.96
1800.71/450.80	c  N dy  6448   2019780       150     12750         0    113938     89250   3177117     38.68     40.74
1820.29/455.76	c  N dy  6509   2040022       150     12750         0     73970     89250   1356889     38.68     40.79
1842.26/461.21	c  N dy  6578   2061608       150     12750         0     94637     89250   2278653     38.68     40.75
1867.03/467.42	c  N dy  6638   2081909       150     12750         0    114077     89250   3148319     38.68     40.78
1890.19/473.23	c  N dy  6729   2102667       150     12750         0     73623     89250   1306719     38.69     40.78
1912.56/478.86	c  N dy  6793   2122798       150     12750         0     92883     89250   2168255     38.69     41.04
1939.33/485.55	c  N dy  6863   2143160       150     12750         0    112374     89250   3039357     38.69     40.90
1964.89/491.96	c  N dy  6919   2165456       150     12750         0     72423     89250   1212775     38.69     40.88
1985.26/497.05	c  N dy  6987   2185556       150     12750         0     91649     89250   2072429     38.69     40.73
2011.22/503.56	c  N dy  7079   2205696       150     12750         0    110952     89250   2939569     38.70     40.83
2018.42/505.39	c  S st  7097   2210856       150     12750         0    115879     89250   3158704     38.70     37.51
2019.64/505.69	c  S st  7097   2211361       150     12750         0    116368     89250   3180405     38.70   no data
2020.01/505.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2020.01/505.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2020.01/505.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2020.01/505.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2020.01/505.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2020.01/505.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2020.01/505.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2020.41/505.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2020.41/505.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2125.10/532.05	c lits-rem:      1083  cl-subs:     5867  v-elim:      0  v-fix:    0  time: 26.15 s
2125.10/532.05	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2125.10/532.09	c vivif2 --  cl tried   110501 cl shrink        0 lits rem          0 time: 0.04
2126.67/532.49	c asymm  cl-useful: 0/1036/12750 lits-rem:0 time: 0.40
2126.67/532.49	c calculated reachability. Time: 0.00
2126.67/532.49	c  N dy  7097   2211361       150     12750         0    110501     89250   2864489     38.70   no data
2154.63/539.45	c  N dy  7171   2232756       150     12750         0     68899     89250   1029161     38.70     40.77
2173.01/544.02	c  N dy  7223   2252815       150     12750         0     88091     89250   1888168     38.70     40.80
2197.77/550.24	c  N dy  7295   2273457       150     12750         0    107884     89250   2773302     38.71     40.83
2231.72/558.76	c  N dy  7354   2296465       150     12750         0     66797     89250    900420     38.71     41.27
2252.10/563.87	c  N dy  7454   2316997       150     12750         0     86422     89250   1781255     38.72     40.79
2276.46/569.94	c  N dy  7523   2337490       150     12750         0    106092     89250   2663541     38.72     40.79
2307.22/577.64	c  N dy  7629   2357727       150     12750         0    125524     89250   3536493     38.73     41.26
2327.99/582.89	c  N dy  7699   2377818       150     12750         0     80615     89250   1481194     38.73     40.85
2354.35/589.46	c  N dy  7766   2402063       150     12750         0    103824     89250   2522337     38.73     41.26
2383.52/596.79	c  N dy  7841   2422967       150     12750         0    123783     89250   3416120     38.73     40.85
2408.68/603.06	c  N dy  7910   2444180       150     12750         0     79027     89250   1372114     38.74     40.86
2430.25/608.46	c  N dy  7984   2464264       150     12750         0     98347     89250   2238801     38.74     42.36
2458.21/615.46	c  N dy  8081   2484292       150     12750         0    117538     89250   3101571     38.75     41.25
2486.57/622.58	c  N dy  8143   2504392       150     12750         0     70696     89250    964265     38.75     41.13
2506.55/627.57	c  N dy  8217   2524593       150     12750         0     90057     89250   1834887     38.75     40.81
2531.71/633.80	c  N dy  8289   2544652       150     12750         0    109255     89250   2693840     38.76     40.84
2564.86/642.13	c  N dy  8352   2566249       150     12750         0    129933     89250   3619204     38.76     40.97
2590.03/648.48	c  N dy  8400   2586312       150     12750         0     82065     89250   1440529     38.76     40.98
2613.20/654.29	c  N dy  8476   2607088       150     12750         0    101919     89250   2330491     38.76     40.86
2641.16/661.28	c  N dy  8537   2628764       150     12750         0    122663     89250   3258231     38.76     40.82
2670.32/668.51	c  N dy  8598   2649415       150     12750         0     74466     89250   1066876     38.76     40.82
2690.30/673.55	c  N dy  8666   2669545       150     12750         0     93696     89250   1927017     38.76     40.81
2714.26/679.52	c  N dy  8721   2689600       150     12750         0    112897     89250   2791616     38.76     41.10
2742.62/686.67	c  N dy  8763   2710038       150     12750         0    132453     89250   3671550     38.76     41.16
2745.02/687.25	c  S st  8768   2711361       150     12750         0    133721     89250   3729162     38.76   no data
2746.62/687.63	c  S st  8768   2711868       150     12750         0    134216     89250   3751511     38.76   no data
2746.62/687.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2747.02/687.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
2747.02/687.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2747.02/687.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2747.02/687.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2747.02/687.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2747.02/687.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2747.02/687.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2747.42/687.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2886.03/722.54	c lits-rem:      1286  cl-subs:     7275  v-elim:      0  v-fix:    0  time: 34.67 s
2886.03/722.54	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2886.03/722.59	c vivif2 --  cl tried   126941 cl shrink        0 lits rem          0 time: 0.04
2888.03/723.00	c asymm  cl-useful: 0/896/12750 lits-rem:0 time: 0.41
2888.03/723.01	c calculated reachability. Time: 0.00
2888.03/723.01	c  N dy  8768   2711868       150     12750         0    126941     89250   3365314     38.76   no data
2917.98/730.53	c  N dy  8827   2732645       150     12750         0     78033     89250   1194886     38.76     40.91
2939.95/736.01	c  N dy  8899   2753302       150     12750         0     97851     89250   2082041     38.76     41.10
2967.92/743.01	c  N dy  8992   2773476       150     12750         0    117169     89250   2950581     38.77     41.01
2999.50/750.91	c  N dy  9059   2793991       150     12750         0    136832     89250   3831009     38.77     41.00
3022.24/756.67	c  N dy  9128   2813993       150     12750         0     86135     89250   1520211     38.77     41.33
3047.01/762.89	c  N dy  9179   2836854       150     12750         0    107930     89250   2498615     38.77     40.84
3074.57/769.74	c  N dy  9226   2857020       150     12750         0    127173     89250   3356643     38.77     41.14
3104.95/777.36	c  N dy  9307   2877584       150     12750         0     76115     89250   1043220     38.77     40.89
3125.70/782.55	c  N dy  9381   2897749       150     12750         0     95439     89250   1907207     38.78     40.85
3152.88/789.37	c  N dy  9451   2918324       150     12750         0    115174     89250   2791789     38.78     40.86
3184.42/797.28	c  N dy  9509   2939762       150     12750         0    135641     89250   3707055     38.78     40.96
3209.59/803.50	c  N dy  9561   2959767       150     12750         0     83124     89250   1323556     38.78     40.92
3231.56/809.01	c  N dy  9619   2979811       150     12750         0    102325     89250   2182344     38.78     42.00
3257.92/815.62	c  N dy  9672   3000020       150     12750         0    121604     89250   3040584     38.78     41.08
3310.65/828.80	c  N dy  9696   3035998       150     12750         0     83178     89250   1284607     38.75     41.12
3367.37/843.08	c  N dy  9741   3071877       150     12750         0    117297     89250   2813200     38.74     40.85
3404.11/852.26	c  N dy  9806   3092540       150     12750         0    137123     89250   3697742     38.74     41.16
3435.67/860.16	c  N dy  9873   3112961       150     12750         0     83154     89250   1256914     38.74     40.79
3458.04/865.79	c  N dy  9935   3132992       150     12750         0    102329     89250   2116500     38.74     40.85
3484.81/872.45	c  N dy  9988   3153584       150     12750         0    122019     89250   2992280     38.74     41.31
3517.17/880.58	c  N dy 10061   3173736       150     12750         0    141352     89250   3860484     38.74     40.90
3545.13/887.52	c  N dy 10126   3194240       150     12750         0     86400     89250   1367497     38.75     40.82
3565.49/892.61	c  S st 10192   3211868       150     12750         0    103355     89250   2131675     38.75     36.99
3566.32/892.89	c  S st 10192   3212371       150     12750         0    103846     89250   2153373     38.75   no data
3566.70/892.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3566.70/892.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3566.70/892.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3566.70/892.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3566.70/892.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3566.70/892.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3566.70/892.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3566.70/892.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3567.10/893.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3618.23/905.84	c lits-rem:       506  cl-subs:     3110  v-elim:      0  v-fix:    0  time: 12.80 s
3618.23/905.85	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
3618.23/905.88	c vivif2 --  cl tried   100736 cl shrink        0 lits rem          0 time: 0.03
3619.82/906.27	c asymm  cl-useful: 0/1098/12750 lits-rem:0 time: 0.39
3619.82/906.27	c calculated reachability. Time: 0.00
3619.82/906.27	c  N dy 10192   3212371       150     12750         0    100736     89250   1984882     38.75   no data
3655.38/915.14	c  N dy 10285   3235905       150     12750         0    123292     89250   2999374     38.75     40.81
3693.74/924.70	c  N dy 10349   3256375       150     12750         0    142910     89250   3883946     38.75     40.83
3723.69/932.26	c  N dy 10402   3278602       150     12750         0     88604     89250   1432927     38.75     40.88
3747.65/938.26	c  N dy 10469   3298639       150     12750         0    107782     89250   2294498     38.76     42.60
3776.41/945.43	c  N dy 10535   3318704       150     12750         0    127030     89250   3159978     38.76     40.86
3809.56/953.78	c  N dy 10608   3338796       150     12750         0    146316     89250   4026333     38.76     42.36
3839.52/961.21	c  N dy 10708   3358974       150     12750         0     88997     89250   1415453     38.77     40.87
3864.29/967.45	c  N dy 10789   3379351       150     12750         0    108521     89250   2291955     38.77     41.06
3893.05/974.67	c  N dy 10856   3399378       150     12750         0    127723     89250   3152872     38.77     41.11
3929.00/983.60	c  N dy 10930   3419450       150     12750         0    146967     89250   4014748     38.77     41.27
3959.36/991.28	c  N dy 11018   3440012       150     12750         0     89092     89250   1382828     38.78     40.82
3984.53/997.50	c  N dy 11071   3461454       150     12750         0    109627     89250   2306559     38.78     40.84
4013.69/1004.81	c  N dy 11143   3481505       150     12750         0    128830     89250   3169822     38.78     40.86
4045.26/1012.77	c  N dy 11200   3501583       150     12750         0    148041     89250   4031445     38.78     41.81
4075.21/1020.26	c  N dy 11271   3521736       150     12750         0     88806     89250   1336950     38.78     41.23
4098.00/1025.96	c  N dy 11307   3542417       150     12750         0    108533     89250   2214755     38.78     40.82
4125.13/1032.70	c  N dy 11363   3562519       150     12750         0    127781     89250   3082039     38.78     40.83
4183.85/1047.46	c  N dy 11425   3598290       150     12750         0     82502     89250   1020873     38.77     40.96
4215.42/1055.35	c  N dy 11481   3618717       150     12750         0    102072     89250   1897997     38.77     40.83
4256.55/1065.62	c  N dy 11540   3640351       150     12750         0    122813     89250   2826231     38.77     40.81
4296.10/1075.58	c  N dy 11607   3660361       150     12750         0    141937     89250   3683388     38.77     40.86
4336.85/1085.71	c  N dy 11682   3680412       150     12750         0     80768     89250    907690     38.77     40.95
4359.22/1091.33	c  N dy 11761   3700460       150     12750         0    100019     89250   1774916     38.77     40.93
4374.41/1095.16	c  S st 11803   3712371       150     12750         0    111428     89250   2286444     38.77     38.66
4375.59/1095.45	c  S st 11803   3712873       150     12750         0    111912     89250   2307871     38.77   no data
4375.59/1095.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4375.99/1095.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
4375.99/1095.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4375.99/1095.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4375.99/1095.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4375.99/1095.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4375.99/1095.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4375.99/1095.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4376.39/1095.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4427.55/1108.42	c lits-rem:       582  cl-subs:     3210  v-elim:      0  v-fix:    0  time: 12.80 s
4427.55/1108.42	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
4427.55/1108.45	c vivif2 --  cl tried   108702 cl shrink        0 lits rem          0 time: 0.03
4429.12/1108.84	c asymm  cl-useful: 0/980/12750 lits-rem:0 time: 0.39
4429.12/1108.85	c calculated reachability. Time: 0.00
4429.12/1108.85	c  N dy 11803   3712873       150     12750         0    108702     89250   2133002     38.77   no data
4454.68/1115.24	c  N dy 11830   3732941       150     12750         0    127839     89250   2990457     38.77     40.98
4484.25/1122.63	c  F st 11872   3751562       150     12750         0    145611     89250   3786295     38.77   no data
4488.24/1123.62	c  N st 11876   3753594       150     12750         0    147552     89250   3873902     38.77   no data
4528.98/1133.84	c  N dy 11949   3773685       150     12750         0     85539     89250   1090425     38.77     40.89
4558.96/1141.34	c  N dy 12053   3796504       150     12750         0    107406     89250   2068719     38.78     40.89
4587.71/1148.57	c  N dy 12122   3816846       150     12750         0    126838     89250   2938302     38.78     40.84
4621.66/1157.03	c  N dy 12189   3836982       150     12750         0    146114     89250   3799700     38.78     41.14
4661.60/1167.07	c  N dy 12241   3858495       150     12750         0     84443     89250   1004088     38.78     40.82
4685.57/1173.06	c  N dy 12322   3879604       150     12750         0    104698     89250   1915725     38.78     40.99
4713.93/1180.20	c  N dy 12397   3899772       150     12750         0    123998     89250   2781563     38.78     40.97
4746.29/1188.23	c  N dy 12452   3919879       150     12750         0    143296     89250   3646215     38.78     40.91
4785.03/1197.98	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: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.16 8.00 6.08 5/184 2327
/proc/meminfo: memFree=24744460/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 514596036 52441088 348 33554432000 4194304 4627427 140735093331008 18446744073709551615 246516890609 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 12803 348 299 106 0 7774 0
[pid=2327/tid=2328] ppid=2325 vsize=273540 CPUtime=0 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 104 0 0 0 0 0 0 0 25 0 4 0 514596036 280104960 921 33554432000 4194304 4627427 140735093331008 18446744073709551615 246516939246 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=273540 CPUtime=0 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 156 0 0 0 0 0 0 0 25 0 4 0 514596036 280104960 923 33554432000 4194304 4627427 140735093331008 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=273540 CPUtime=0 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 167 0 0 0 0 0 0 0 25 0 4 0 514596036 280104960 924 33554432000 4194304 4627427 140735093331008 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0714379 s]
/proc/loadavg: 8.16 8.00 6.08 5/184 2327
/proc/meminfo: memFree=24744460/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=282772 CPUtime=0.26 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 2136 0 0 0 26 0 0 0 25 0 4 0 514596036 289558528 2056 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 70693 2056 362 106 0 65664 0
[pid=2327/tid=2328] ppid=2325 vsize=282772 CPUtime=0.06 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 378 0 0 0 6 0 0 0 25 0 4 0 514596036 289558528 2056 33554432000 4194304 4627427 140735093331008 18446744073709551615 246516939246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=282772 CPUtime=0.06 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 405 0 0 0 6 0 0 0 18 0 4 0 514596036 289558528 2056 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=282772 CPUtime=0.06 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 527 0 0 0 6 0 0 0 18 0 4 0 514596036 289558528 2056 33554432000 4194304 4627427 140735093331008 18446744073709551615 246516939295 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 282772

[startup+0.106795 s]
/proc/loadavg: 8.16 8.00 6.08 5/184 2327
/proc/meminfo: memFree=24744460/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=282772 CPUtime=0.4 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 2201 0 0 0 40 0 0 0 25 0 4 0 514596036 289558528 2121 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 70693 2121 364 106 0 65664 0
[pid=2327/tid=2328] ppid=2325 vsize=282772 CPUtime=0.09 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 384 0 0 0 9 0 0 0 25 0 4 0 514596036 289558528 2121 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=282772 CPUtime=0.1 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 411 0 0 0 10 0 0 0 18 0 4 0 514596036 289558528 2121 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=282772 CPUtime=0.1 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 580 0 0 0 10 0 0 0 18 0 4 0 514596036 289558528 2121 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282772

[startup+0.30076 s]
/proc/loadavg: 8.16 8.00 6.08 5/184 2327
/proc/meminfo: memFree=24744460/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=283792 CPUtime=1.18 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 2743 0 0 0 118 0 0 0 25 0 4 0 514596036 290603008 2309 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 70948 2309 366 106 0 65919 0
[pid=2327/tid=2328] ppid=2325 vsize=283792 CPUtime=0.29 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 406 0 0 0 29 0 0 0 25 0 4 0 514596036 290603008 2309 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=283792 CPUtime=0.29 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 441 0 0 0 29 0 0 0 18 0 4 0 514596036 290603008 2309 33554432000 4194304 4627427 140735093331008 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=283792 CPUtime=0.29 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 1039 0 0 0 29 0 0 0 18 0 4 0 514596036 290603008 2309 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283792

[startup+1.2625 s]
/proc/loadavg: 8.16 8.00 6.08 5/184 2327
/proc/meminfo: memFree=24744460/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=328656 CPUtime=5.02 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 10785 0 0 0 501 1 0 0 19 0 4 0 514596036 336543744 7115 33554432000 4194304 4627427 140735093331008 18446744073709551615 4503199 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 82164 7120 384 106 0 77135 0
[pid=2327/tid=2328] ppid=2325 vsize=328656 CPUtime=1.25 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 2634 0 0 0 125 0 0 0 19 0 4 0 514596036 336543744 7124 33554432000 4194304 4627427 140735093331008 18446744073709551615 246516939246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=328656 CPUtime=1.25 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 2674 0 0 0 125 0 0 0 19 0 4 0 514596036 336543744 7127 33554432000 4194304 4627427 140735093331008 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=328656 CPUtime=1.25 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 2340 0 0 0 125 0 0 0 19 0 4 0 514596036 336543744 7132 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 328656

[startup+1.50054 s]
/proc/loadavg: 8.16 8.00 6.08 5/184 2327
/proc/meminfo: memFree=24744460/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=300480 CPUtime=5.98 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 12455 0 0 0 596 2 0 0 19 0 4 0 514596036 307691520 6446 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 75120 6446 385 106 0 70091 0
[pid=2327/tid=2328] ppid=2325 vsize=300480 CPUtime=1.48 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 3118 0 0 0 148 0 0 0 19 0 4 0 514596036 307691520 6446 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=300480 CPUtime=1.48 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 3172 0 0 0 148 0 0 0 19 0 4 0 514596036 307691520 6446 33554432000 4194304 4627427 140735093331008 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=300480 CPUtime=1.48 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 2826 0 0 0 148 0 0 0 20 0 4 0 514596036 307691520 6446 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 300480

[startup+3.10026 s]
/proc/loadavg: 8.16 8.00 6.08 9/188 2331
/proc/meminfo: memFree=24707848/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=301552 CPUtime=12.36 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 28236 0 0 0 1232 4 0 0 23 0 4 0 514596036 308789248 16431 33554432000 4194304 4627427 140735093331008 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 75388 16431 388 106 0 70359 0
[pid=2327/tid=2328] ppid=2325 vsize=301552 CPUtime=3.07 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 6182 0 0 0 307 0 0 0 23 0 4 0 514596036 308789248 16431 33554432000 4194304 4627427 140735093331008 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=301552 CPUtime=3.08 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 8124 0 0 0 307 1 0 0 23 0 4 0 514596036 308789248 16431 33554432000 4194304 4627427 140735093331008 18446744073709551615 4420116 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=301552 CPUtime=3.08 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 7540 0 0 0 307 1 0 0 25 0 4 0 514596036 308789248 16431 33554432000 4194304 4627427 140735093331008 18446744073709551615 4467896 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 301552

[startup+6.30067 s]
/proc/loadavg: 8.15 8.00 6.09 9/188 2331
/proc/meminfo: memFree=24662640/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=302984 CPUtime=25.15 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 40556 0 0 0 2508 7 0 0 25 0 4 0 514596036 310255616 19527 33554432000 4194304 4627427 140735093331008 18446744073709551615 4352128 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 75746 19527 388 106 0 70717 0
[pid=2327/tid=2328] ppid=2325 vsize=302984 CPUtime=6.26 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 10916 0 0 0 625 1 0 0 25 0 4 0 514596036 310255616 19527 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=302984 CPUtime=6.29 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 10730 0 0 0 627 2 0 0 25 0 4 0 514596036 310255616 19527 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=302984 CPUtime=6.28 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 9709 0 0 0 626 2 0 0 25 0 4 0 514596036 310255616 19527 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 302984

[startup+12.7005 s]
/proc/loadavg: 8.14 8.00 6.10 9/188 2331
/proc/meminfo: memFree=24627792/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=312636 CPUtime=50.72 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 65087 0 0 0 5060 12 0 0 25 0 4 0 514596036 320139264 27066 33554432000 4194304 4627427 140735093331008 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 78159 27066 388 106 0 73130 0
[pid=2327/tid=2328] ppid=2325 vsize=312636 CPUtime=12.63 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 16395 0 0 0 1261 2 0 0 25 0 4 0 514596036 320139264 27070 33554432000 4194304 4627427 140735093331008 18446744073709551615 4311223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=312636 CPUtime=12.69 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 16796 0 0 0 1266 3 0 0 25 0 4 0 514596036 320139264 27070 33554432000 4194304 4627427 140735093331008 18446744073709551615 4332735 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=312636 CPUtime=12.69 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 16250 0 0 0 1266 3 0 0 25 0 4 0 514596036 320139264 27070 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 312636

[startup+25.5012 s]
/proc/loadavg: 8.11 8.00 6.13 9/188 2332
/proc/meminfo: memFree=24599244/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=331908 CPUtime=101.85 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 99302 0 0 0 10165 20 0 0 25 0 4 0 514596036 339873792 36309 33554432000 4194304 4627427 140735093331008 18446744073709551615 4420272 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 82977 36309 388 106 0 77948 0
[pid=2327/tid=2328] ppid=2325 vsize=331908 CPUtime=25.35 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 25234 0 0 0 2532 3 0 0 25 0 4 0 514596036 339873792 36309 33554432000 4194304 4627427 140735093331008 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=331908 CPUtime=25.49 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 25902 0 0 0 2544 5 0 0 25 0 4 0 514596036 339873792 36309 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=331908 CPUtime=25.49 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 24506 0 0 0 2543 6 0 0 25 0 4 0 514596036 339873792 36309 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 331908

[startup+51.1005 s]
/proc/loadavg: 8.35 8.06 6.20 9/188 2333
/proc/meminfo: memFree=24564484/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=396316 CPUtime=204.1 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 145638 0 0 0 20379 31 0 0 25 0 4 0 514596036 405827584 44003 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 99079 44003 388 106 0 94050 0
[pid=2327/tid=2328] ppid=2325 vsize=396316 CPUtime=50.81 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 38262 0 0 0 5075 6 0 0 25 0 4 0 514596036 405827584 44003 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=396316 CPUtime=51.09 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 36016 0 0 0 5102 7 0 0 25 0 4 0 514596036 405827584 44003 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=396316 CPUtime=51.08 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 37514 0 0 0 5099 9 0 0 25 0 4 0 514596036 405827584 44003 33554432000 4194304 4627427 140735093331008 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 396316

[startup+102.301 s]
/proc/loadavg: 8.19 8.07 6.30 9/188 2334
/proc/meminfo: memFree=24510644/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=413968 CPUtime=408.62 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 206444 0 0 0 40817 45 0 0 25 0 4 0 514596036 423903232 53335 33554432000 4194304 4627427 140735093331008 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 103492 53335 388 106 0 98463 0
[pid=2327/tid=2328] ppid=2325 vsize=413968 CPUtime=101.89 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 54646 0 0 0 10179 10 0 0 25 0 4 0 514596036 423903232 53335 33554432000 4194304 4627427 140735093331008 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=413968 CPUtime=102.29 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 49968 0 0 0 10218 11 0 0 25 0 4 0 514596036 423903232 53335 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=413968 CPUtime=102.12 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 59933 0 0 0 10198 14 0 0 25 0 4 0 514596036 423903232 53335 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 413968

[startup+162.3 s]

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

[pid=2327] ppid=2325 vsize=723520 CPUtime=2565.66 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 601503 0 0 0 256382 184 0 0 25 0 4 0 514596036 740884480 101206 33554432000 4194304 4627427 140735093331008 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 180880 101206 388 106 0 175851 0
[pid=2327/tid=2328] ppid=2325 vsize=723520 CPUtime=641.87 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 169308 0 0 0 64133 54 0 0 25 0 4 0 514596036 740884480 101206 33554432000 4194304 4627427 140735093331008 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=723520 CPUtime=642.3 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 164984 0 0 0 64183 47 0 0 25 0 4 0 514596036 740884480 101206 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=723520 CPUtime=639.17 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 190079 0 0 0 63856 61 0 0 25 0 4 0 514596036 740884480 101206 33554432000 4194304 4627427 140735093331008 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.66
Current children cumulated vsize (KiB) 723520

[startup+702.301 s]
/proc/loadavg: 8.24 8.20 7.19 9/188 2390
/proc/meminfo: memFree=24294248/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=672144 CPUtime=2805.33 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 634524 0 0 0 280336 197 0 0 25 0 4 0 514596036 688275456 101623 33554432000 4194304 4627427 140735093331008 18446744073709551615 4420156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 168036 101623 388 106 0 163007 0
[pid=2327/tid=2328] ppid=2325 vsize=672144 CPUtime=701.87 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 178599 0 0 0 70129 58 0 0 25 0 4 0 514596036 688275456 101623 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=672144 CPUtime=702.3 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 173655 0 0 0 70180 50 0 0 25 0 4 0 514596036 688275456 101623 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=672144 CPUtime=698.84 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 199617 0 0 0 69820 64 0 0 25 0 4 0 514596036 688275456 101623 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 672144

[startup+762.301 s]
/proc/loadavg: 8.21 8.19 7.25 9/188 2391
/proc/meminfo: memFree=24296696/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=729812 CPUtime=3045.01 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 668601 0 0 0 304290 211 0 0 25 0 4 0 514596036 747327488 102500 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 182453 102500 388 106 0 177424 0
[pid=2327/tid=2328] ppid=2325 vsize=729812 CPUtime=761.86 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 188779 0 0 0 76124 62 0 0 25 0 4 0 514596036 747327488 102500 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=729812 CPUtime=762.3 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 182842 0 0 0 76177 53 0 0 25 0 4 0 514596036 747327488 102500 33554432000 4194304 4627427 140735093331008 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=729812 CPUtime=758.52 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 209791 0 0 0 75783 69 0 0 25 0 4 0 514596036 747327488 102500 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 729812

[startup+822.301 s]
/proc/loadavg: 8.17 8.19 7.31 9/188 2393
/proc/meminfo: memFree=24159280/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=971536 CPUtime=3284.7 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 719804 0 0 0 328243 227 0 0 25 0 4 0 514596036 994852864 130531 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 242884 130531 388 106 0 237855 0
[pid=2327/tid=2328] ppid=2325 vsize=971536 CPUtime=821.87 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 209042 0 0 0 82119 68 0 0 25 0 4 0 514596036 994852864 130531 33554432000 4194304 4627427 140735093331008 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=971536 CPUtime=822.31 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 193111 0 0 0 82174 57 0 0 25 0 4 0 514596036 994852864 130531 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=971536 CPUtime=818.2 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 226836 0 0 0 81746 74 0 0 25 0 4 0 514596036 994852864 130531 33554432000 4194304 4627427 140735093331008 18446744073709551615 4467823 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 971536

[startup+882.301 s]
/proc/loadavg: 8.14 8.17 7.35 9/188 2395
/proc/meminfo: memFree=24219392/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=921508 CPUtime=3524.35 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 737308 0 0 0 352201 234 0 0 25 0 4 0 514596036 943624192 121823 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 230377 121823 388 106 0 225348 0
[pid=2327/tid=2328] ppid=2325 vsize=921508 CPUtime=881.85 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 213629 0 0 0 88116 69 0 0 25 0 4 0 514596036 943624192 121823 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=921508 CPUtime=882.31 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 198717 0 0 0 88171 60 0 0 25 0 4 0 514596036 943624192 121823 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=921508 CPUtime=877.87 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 231532 0 0 0 87711 76 0 0 25 0 4 0 514596036 943624192 121823 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309435 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 921508

[startup+942.307 s]
/proc/loadavg: 8.11 8.15 7.39 9/188 2396
/proc/meminfo: memFree=24159460/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=812080 CPUtime=3764.05 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 766587 0 0 0 376158 247 0 0 25 0 4 0 514596036 831569920 123432 33554432000 4194304 4627427 140735093331008 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 203020 123432 388 106 0 197991 0
[pid=2327/tid=2328] ppid=2325 vsize=812080 CPUtime=941.85 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 223066 0 0 0 94113 72 0 0 25 0 4 0 514596036 831569920 123432 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=812080 CPUtime=942.32 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 207118 0 0 0 94169 63 0 0 25 0 4 0 514596036 831569920 123432 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=812080 CPUtime=937.54 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 241320 0 0 0 93673 81 0 0 25 0 4 0 514596036 831569920 123432 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 812080

[startup+1002.3 s]
/proc/loadavg: 8.12 8.14 7.44 9/188 2398
/proc/meminfo: memFree=24210892/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=757124 CPUtime=4003.7 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 798695 0 0 0 400109 261 0 0 25 0 4 0 514596036 775294976 122768 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 189281 122768 388 106 0 184252 0
[pid=2327/tid=2328] ppid=2325 vsize=757124 CPUtime=1001.84 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 232829 0 0 0 100108 76 0 0 25 0 4 0 514596036 775294976 122768 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=757124 CPUtime=1002.31 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 217066 0 0 0 100165 66 0 0 25 0 4 0 514596036 775294976 122768 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=757124 CPUtime=997.22 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 250941 0 0 0 99636 86 0 0 25 0 4 0 514596036 775294976 122768 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 757124

[startup+1062.3 s]
/proc/loadavg: 8.10 8.12 7.47 9/188 2399
/proc/meminfo: memFree=24125560/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=899124 CPUtime=4243.37 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 835869 0 0 0 424062 275 0 0 25 0 4 0 514596036 920702976 136746 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 224781 136746 388 106 0 219752 0
[pid=2327/tid=2328] ppid=2325 vsize=899124 CPUtime=1061.84 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 242569 0 0 0 106104 80 0 0 25 0 4 0 514596036 920702976 136746 33554432000 4194304 4627427 140735093331008 18446744073709551615 4420171 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=899124 CPUtime=1062.31 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 226502 0 0 0 106162 69 0 0 25 0 4 0 514596036 920702976 136746 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=899124 CPUtime=1056.89 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 259614 0 0 0 105600 89 0 0 25 0 4 0 514596036 920702976 136746 33554432000 4194304 4627427 140735093331008 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 899124

[startup+1122.3 s]
/proc/loadavg: 8.15 8.13 7.51 9/188 2401
/proc/meminfo: memFree=23977604/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=842852 CPUtime=4483.04 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 862093 0 0 0 448018 286 0 0 25 0 4 0 514596036 863080448 134383 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 210713 134383 388 106 0 205684 0
[pid=2327/tid=2328] ppid=2325 vsize=842852 CPUtime=1121.83 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 248240 0 0 0 112100 83 0 0 25 0 4 0 514596036 863080448 134383 33554432000 4194304 4627427 140735093331008 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=842852 CPUtime=1122.31 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 236192 0 0 0 112158 73 0 0 25 0 4 0 514596036 863080448 134383 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=842852 CPUtime=1116.56 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 267491 0 0 0 111565 91 0 0 25 0 4 0 514596036 863080448 134383 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 842852

[startup+1182.3 s]
/proc/loadavg: 8.09 8.12 7.55 9/188 2403
/proc/meminfo: memFree=23970756/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=844292 CPUtime=4722.72 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 889944 0 0 0 471972 300 0 0 25 0 4 0 514596036 864555008 137288 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 211073 137288 388 106 0 206044 0
[pid=2327/tid=2328] ppid=2325 vsize=844292 CPUtime=1181.83 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 257928 0 0 0 118096 87 0 0 25 0 4 0 514596036 864555008 137288 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=844292 CPUtime=1182.31 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 243729 0 0 0 118155 76 0 0 25 0 4 0 514596036 864555008 137288 33554432000 4194304 4627427 140735093331008 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=844292 CPUtime=1176.24 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 275699 0 0 0 117529 95 0 0 25 0 4 0 514596036 864555008 137288 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 844292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.12 7.56 9/188 2403
/proc/meminfo: memFree=24000380/32951124 swapFree=67111352/67111528
[pid=2327] ppid=2325 vsize=729964 CPUtime=4800.22 cores=0,2,4,6
/proc/2327/stat : 2327 (strangenight2-m) R 2325 2327 2100 0 -1 4202496 901467 0 0 0 479718 304 0 0 25 0 4 0 514596036 747483136 131128 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2327/statm: 182491 131128 388 106 0 177462 0
[pid=2327/tid=2328] ppid=2325 vsize=729964 CPUtime=1201.23 cores=0,2,4,6
/proc/2327/task/2328/stat : 2328 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 261107 0 0 0 120035 88 0 0 25 0 4 0 514596036 747483136 131130 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2327/tid=2329] ppid=2325 vsize=729964 CPUtime=1201.72 cores=0,2,4,6
/proc/2327/task/2329/stat : 2329 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 247066 0 0 0 120095 77 0 0 25 0 4 0 514596036 747483136 131130 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=729964 CPUtime=1195.53 cores=0,2,4,6
/proc/2327/task/2330/stat : 2330 (strangenight2-m) R 2325 2327 2100 0 -1 4202560 279061 0 0 0 119457 96 0 0 25 0 4 0 514596036 747483136 131130 33554432000 4194304 4627427 140735093331008 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 729964

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.29
CPU user time (s): 4797.22
CPU system time (s): 3.07253
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 971536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.22
system time used= 3.07253
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 901470
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= 826
involuntary context switches= 77189

runsolver used 1.81972 second user time and 4.76328 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 00:32:58
IDJOB=3173688
IDBENCH=82506
IDSOLVER=1586
FILE ID=node134/3173688-1304029978
RUNJOBID= node134-1304028687-2119
PBS_JOBID= 13170318
Free space on /tmp= 71576 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3173688-1304029978/watcher-3173688-1304029978 -o /tmp/evaluation-result-3173688-1304029978/solver-3173688-1304029978 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173688-1304029978.cnf

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

MD5SUM BENCH= dc0028248c86c8aff67bef1f8d7ffb16
RANDOM SEED=1962268896

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24744616 kB
Buffers:       1465484 kB
Cached:        5672012 kB
SwapCached:         64 kB
Active:        1860728 kB
Inactive:      5824076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24744616 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            5912 kB
Writeback:           0 kB
AnonPages:      547460 kB
Mapped:          15604 kB
Slab:           458068 kB
PageTables:       5976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   842816 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71572 MiB
End job on node134 at 2011-04-29 00:53:02