Trace number 3173806

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.27 1201.75

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S720914503-051-UNKNOWN.cnf
MD5SUMcdf9df7b6b7a513ee69ee69e82cb9345
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.9377
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of clauses21000
Sum of the clauses size63000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 321000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3173806-1304031281.cnf'
0.00/0.00	c -- header says num vars:           5000
0.00/0.00	c -- header says num clauses:       21000
0.00/0.03	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.00/0.03	c -- vars added       5000
0.00/0.03	c Parsing time:  0.01 s
0.00/0.03	c  N st     0         0      5000     21000         0         0     63000         0   no data   no data
0.00/0.03	c asymm  cl-useful: 0/21000/21000 lits-rem:0 time: 0.01
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.00/0.57	c lits-rem:         0  cl-subs:        0  v-elim:    112  v-fix:    0  time:  0.02 s
0.00/0.57	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.57	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.57	c calculated reachability. Time: 0.00
0.00/0.57	c Calc default polars -  time:   0.00 s pos:    2215 undec:     587 neg:    2198
0.00/0.57	c =========================================================================================
0.00/0.57	c types(t): F = full restart, N = normal restart
0.00/0.57	c types(t): S = simplification begin/end, E = solution found
0.00/0.57	c restart types(rt): st = static, dy = dynamic
0.00/0.57	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.57	c  B st     0         0      4888     20883         0         0     63353         0   no data   no data
0.00/0.57	c  N dy    15      4143      4888     20883         0      4143     63353    437691     64.37     68.40
2.02/0.93	c  N dy    40      8219      4888     20883         0      5722     63353    428998     65.53     69.26
5.17/1.32	c  N dy    61     12224      4888     20883         0      5484     63353    242609     64.26     67.77
6.77/1.76	c  N dy    85     16304      4888     20883         0      9563     63353    661782     64.62     97.57
8.76/2.21	c  N dy   111     20318      4888     20883         0      7953     63353    375507     65.03     68.98
10.37/2.67	c  N dy   141     24368      4888     20883         0     12003     63353    806508     65.75     69.96
10.77/2.75	c  F st   147     25000      4888     20883         0     12635     63353    873589     65.91   no data
13.16/3.36	c  N dy   153     30001      4888     20883         0     10822     63353    635550     65.91   no data
13.16/3.36	c  S st   153     30001      4888     20883         0     10822     63353    635550     65.91   no data
13.56/3.42	c  S st   153     30504      4888     20883         0     11325     63353    674870     65.91   no data
13.56/3.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.56/3.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
13.56/3.44	c blocked clauses removed:       70 vars:     13 tried:        4888 T: 0.00 s
13.56/3.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.56/3.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.56/3.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4875 time:  0.00 s
13.56/3.45	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
13.56/3.46	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.02 s
13.95/3.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.35/3.60	c lits-rem:         6  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.09 s
14.35/3.62	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.02
14.35/3.62	c calculated reachability. Time: 0.00
14.35/3.62	c  N dy   153     30504      4874     20812         0     11320     63146    674737     65.91   no data
16.37/4.11	c  N dy   175     34582      4874     20812         0     15396     63146   1100115     65.73     69.94
17.95/4.58	c  N dy   202     38584      4874     20812         0     11491     63146    529403     65.85     71.55
19.95/5.07	c  N dy   226     42675      4874     20812         0     15580     63146    941655     65.73     70.30
21.54/5.48	c  S st   249     45756      4874     20812         0      9710     63146    237625     65.85   no data
21.94/5.54	c  S st   249     46259      4874     20812         0     10213     63146    280768     65.85   no data
21.94/5.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.94/5.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
21.94/5.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.94/5.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.94/5.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.94/5.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
21.94/5.56	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
21.94/5.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
21.94/5.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.34/5.61	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.02 s
22.34/5.61	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
22.34/5.62	c vivif2 --  cl tried    10212 cl shrink        0 lits rem          0 time: 0.00
22.34/5.64	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.02
22.34/5.64	c calculated reachability. Time: 0.00
22.34/5.64	c  N dy   249     46259      4874     20812         0     10212     63146    280738     65.85   no data
24.35/6.11	c  N dy   272     50284      4874     20812         0     14237     63146    685323     65.77     69.71
26.34/6.66	c  N dy   299     54572      4874     20812         0     18525     63146   1127112     65.78     69.53
28.33/7.17	c  N dy   328     58636      4874     20812         0     12616     63146    434083     65.87     76.53
30.33/7.66	c  N dy   350     62709      4874     20812         0     16689     63146    847407     65.81     71.50
32.73/8.22	c  N dy   374     66958      4874     20812         0     20936     63146   1289778     65.77     69.86
33.95/8.55	c  S st   389     69388      4874     20812         0     12382     63146    311107     65.71   no data
34.32/8.62	c  S st   389     69897      4874     20812         0     12891     63146    352729     65.71   no data
34.32/8.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.32/8.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
34.32/8.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.32/8.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.32/8.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.32/8.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
34.32/8.64	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
34.32/8.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
34.32/8.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.72/8.71	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.04 s
34.72/8.71	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
34.72/8.72	c vivif2 --  cl tried    12890 cl shrink        0 lits rem          0 time: 0.00
34.72/8.74	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.02
34.72/8.74	c calculated reachability. Time: 0.00
34.72/8.74	c  N dy   389     69897      4874     20812         0     12890     63146    352530     65.71   no data
37.12/9.31	c  N dy   417     74418      4874     20812         0     17411     63146    830554     65.77     69.76
39.91/10.00	c  N dy   451     79403      4874     20812         0     22396     63146   1354466     65.88     69.60
42.34/10.67	c  N dy   485     84568      4874     20812         0     15564     63146    554427     65.98     77.77
43.91/11.05	c  F st   505     87503      4874     20812         0     18499     63146    862448     66.05   no data
45.91/11.52	c  N st   510     90801      4874     20812         0     21796     63146   1261775     66.05   no data
49.11/12.38	c  N dy   536     96630      4874     20812         0     14630     63146    360100     66.21     73.25
52.70/13.23	c  N dy   573    103197      4874     20812         0     21197     63146   1030182     66.12     73.32
53.50/13.46	c  S st   581    104848      4874     20812         0     22848     63146   1205084     66.15     64.38
53.90/13.54	c  S st   581    105352      4874     20812         0     23352     63146   1250413     66.15   no data
53.90/13.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.90/13.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
53.90/13.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.90/13.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.90/13.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.90/13.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
53.90/13.57	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
53.90/13.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
54.30/13.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.92/14.07	c lits-rem:        34  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.41 s
55.92/14.07	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
55.92/14.09	c vivif2 --  cl tried    23348 cl shrink        0 lits rem          0 time: 0.02
56.29/14.12	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.03
56.29/14.12	c calculated reachability. Time: 0.00
56.29/14.12	c  N dy   581    105352      4874     20812         0     23348     63146   1249835     66.15   no data
59.90/15.09	c  N dy   627    112139      4874     20812         0     16137     63146    412824     66.24     70.33
63.89/16.09	c  N dy   672    119302      4874     20812         0     23300     63146   1169390     66.31     70.46
68.69/17.27	c  N dy   717    127002      4874     20812         0     16005     63146    302814     66.35     71.25
73.09/18.36	c  N dy   768    135149      4874     20812         0     24151     63146   1153489     66.41     72.26
78.67/19.71	c  N dy   825    143980      4874     20812         0     16980     63146    302871     66.45     70.21
83.45/20.99	c  N dy   880    153224      4874     20812         0     26223     63146   1287476     66.55     70.11
86.67/21.74	c  S st   910    158029      4874     20812         0     31027     63146   1791179     66.56   no data
87.05/21.83	c  S st   910    158530      4874     20812         0     31528     63146   1827919     66.56   no data
87.05/21.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.05/21.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
87.05/21.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.05/21.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.05/21.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.05/21.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
87.05/21.86	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
87.45/21.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
87.45/21.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.45/22.96	c lits-rem:        24  cl-subs:       11  v-elim:      0  v-fix:    0  time:  0.98 s
91.45/22.96	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
91.45/22.98	c vivif2 --  cl tried    31517 cl shrink        0 lits rem          0 time: 0.02
91.85/23.03	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.04
91.85/23.03	c calculated reachability. Time: 0.00
91.85/23.03	c  N dy   910    158530      4874     20812         0     31517     63146   1825971     66.56   no data
97.84/24.52	c  N dy   982    168650      4874     20812         0     24635     63146   1022616     66.73     71.67
104.62/26.20	c  N dy  1044    179448      4874     20812         0     35431     63146   2157330     66.75     70.81
111.01/27.89	c  N dy  1112    190936      4874     20812         0     28916     63146   1358597     66.80     71.18
119.41/29.92	c  N dy  1190    203245      4874     20812         0     22231     63146    561093     66.83     71.03
127.79/32.06	c  N dy  1273    216950      4874     20812         0     35935     63146   2011757     66.85     71.56
136.58/34.21	c  N dy  1357    230870      4874     20812         0     29854     63146   1260149     66.87     70.40
140.97/35.35	c  S st  1404    237795      4874     20812         0     36777     63146   1989208     66.93   no data
141.37/35.45	c  S st  1404    238298      4874     20812         0     37280     63146   2030447     66.93   no data
141.37/35.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
141.37/35.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
141.37/35.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.37/35.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.37/35.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.37/35.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
141.37/35.49	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
141.77/35.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
142.18/35.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.37/36.96	c lits-rem:        19  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.35 s
147.37/36.96	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
147.37/36.99	c vivif2 --  cl tried    37274 cl shrink        0 lits rem          0 time: 0.03
147.79/37.04	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.05
147.79/37.04	c calculated reachability. Time: 0.00
147.79/37.04	c  N dy  1404    238298      4874     20812         0     37274     63146   2029528     66.93   no data
157.35/39.46	c  N dy  1500    253573      4874     20812         0     31549     63146   1331272     66.91     71.02
168.54/42.23	c  N dy  1608    269785      4874     20812         0     25766     63146    640688     67.01     83.72
180.12/45.15	c  N dy  1714    287117      4874     20812         0     43096     63146   2483642     67.05     72.08
192.12/48.16	c  N dy  1824    305475      4874     20812         0     38453     63146   1845304     67.08     71.25
192.50/48.29	c  F st  1830    306251      4874     20812         0     39229     63146   1924961     67.07   no data
205.30/51.48	c  N dy  1925    325086      4874     20812         0     34065     63146   1311808     67.10     71.97
219.66/55.07	c  N dy  2046    345175      4874     20812         0     29152     63146    690234     67.13     97.13
228.05/57.17	c  S st  2127    357447      4874     20812         0     41424     63146   1999763     67.18   no data
228.45/57.28	c  S st  2127    357949      4874     20812         0     41926     63146   2037995     67.18   no data
228.45/57.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
228.85/57.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
228.85/57.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
228.85/57.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
228.85/57.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.85/57.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
228.85/57.32	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
228.85/57.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
229.26/57.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
235.24/58.95	c lits-rem:        37  cl-subs:        8  v-elim:      0  v-fix:    0  time:  1.52 s
235.24/58.95	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
235.24/58.98	c vivif2 --  cl tried    41918 cl shrink        0 lits rem          0 time: 0.03
235.66/59.03	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.05
235.66/59.04	c calculated reachability. Time: 0.00
235.66/59.04	c  N dy  2127    357949      4874     20812         0     41918     63146   2036709     67.18   no data
250.03/62.65	c  N dy  2251    378138      4874     20812         0     36116     63146   1330972     67.23     72.57
265.20/66.49	c  N dy  2380    398480      4874     20812         0     29456     63146    518746     67.26     71.36
280.01/70.11	c  N dy  2495    418564      4874     20812         0     49537     63146   2655217     67.29     85.33
294.37/73.74	c  N dy  2604    438600      4874     20812         0     41574     63146   1702412     67.25     71.06
309.95/77.68	c  N dy  2739    458686      4874     20812         0     32655     63146    668514     67.32     73.61
324.72/81.37	c  N dy  2855    478777      4874     20812         0     52743     63146   2798350     67.34     84.92
339.91/85.13	c  N dy  2976    498794      4874     20812         0     42761     63146   1626662     67.38     71.09
356.68/89.30	c  N dy  3089    518901      4874     20812         0     31881     63146    380188     67.39     70.94
369.46/92.58	c  S st  3208    536924      4874     20812         0     49902     63146   2271974     67.46     68.41
369.86/92.69	c  S st  3208    537425      4874     20812         0     50403     63146   2316287     67.46   no data
370.26/92.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
370.26/92.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.04
370.26/92.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
370.26/92.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
370.26/92.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
370.26/92.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
370.26/92.74	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
370.26/92.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
370.66/92.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
379.45/95.08	c lits-rem:        46  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.21 s
379.45/95.08	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
379.85/95.12	c vivif2 --  cl tried    50398 cl shrink        0 lits rem          0 time: 0.03
379.85/95.18	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.06
379.85/95.18	c calculated reachability. Time: 0.00
379.85/95.18	c  N dy  3208    537425      4874     20812         0     50398     63146   2314994     67.46   no data
396.22/99.27	c  N dy  3323    557518      4874     20812         0     38494     63146    984209     67.46     71.32
412.20/103.29	c  N dy  3452    577691      4874     20812         0     58665     63146   3123104     67.49     71.04
428.18/107.27	c  N dy  3578    597768      4874     20812         0     45740     63146   1636087     67.51     76.84
445.76/111.62	c  N dy  3707    617846      4874     20812         0     65814     63146   3786445     67.53     71.77
460.94/115.48	c  N dy  3830    637887      4874     20812         0     51847     63146   2173973     67.56     75.37
478.91/119.99	c  N dy  3957    657961      4874     20812         0     36921     63146    516335     67.57     72.51
494.91/123.91	c  N dy  4077    678056      4874     20812         0     57013     63146   2651469     67.61     71.57
512.88/128.46	c  N dy  4200    698343      4874     20812         0     41312     63146    902653     67.61     72.74
530.05/132.74	c  N dy  4329    718574      4874     20812         0     61538     63146   3063800     67.64     71.67
547.63/137.14	c  N dy  4443    738596      4874     20812         0     44564     63146   1132647     67.62     73.38
565.21/141.51	c  N dy  4567    758940      4874     20812         0     64905     63146   3285147     67.62     71.77
583.56/146.10	c  N dy  4703    779213      4874     20812         0     47178     63146   1316611     67.64     71.87
600.76/150.49	c  N dy  4821    799442      4874     20812         0     67407     63146   3453240     67.65     74.01
607.53/152.15	c  S st  4863    806138      4874     20812         0     74101     63146   4155738     67.65   no data
608.33/152.32	c  S st  4863    806640      4874     20812         0     74603     63146   4194214     67.65   no data
608.33/152.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
608.33/152.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
608.33/152.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
608.33/152.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
608.33/152.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
608.33/152.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
608.33/152.39	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
608.73/152.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
609.55/152.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
625.50/156.69	c lits-rem:        54  cl-subs:       19  v-elim:      0  v-fix:    0  time:  4.08 s
625.50/156.70	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
625.90/156.76	c vivif2 --  cl tried    74584 cl shrink        0 lits rem          0 time: 0.06
626.30/156.85	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.10
626.30/156.86	c calculated reachability. Time: 0.00
626.30/156.86	c  N dy  4863    806640      4874     20812         0     74584     63146   4190460     67.65   no data
643.08/161.04	c  N dy  4981    826757      4874     20812         0     55704     63146   2097664     67.66     72.71
662.65/165.94	c  N dy  5111    846793      4874     20812         0     75738     63146   4218567     67.69     71.28
680.23/170.30	c  N dy  5243    866841      4874     20812         0     55792     63146   2045958     67.74     73.52
699.41/175.18	c  N dy  5375    887055      4874     20812         0     76006     63146   4171062     67.76     72.32
717.38/179.65	c  N dy  5495    907365      4874     20812         0     55314     63146   1862733     67.75     72.03
736.15/184.40	c  N dy  5614    927378      4874     20812         0     75323     63146   4015839     67.76     71.78
755.32/189.14	c  N dy  5750    947798      4874     20812         0     53749     63146   1593110     67.78     71.71
774.10/193.82	c  N dy  5880    967820      4874     20812         0     73770     63146   3718423     67.82     72.06
793.69/198.72	c  N dy  5999    987856      4874     20812         0     50800     63146   1190983     67.83     73.54
812.05/203.32	c  N dy  6129   1007904      4874     20812         0     70844     63146   3307811     67.86     75.80
833.25/208.64	c  N dy  6252   1027936      4874     20812         0     46884     63146    670451     67.86     71.89
850.40/212.99	c  N dy  6365   1048040      4874     20812         0     66985     63146   2823161     67.87     71.60
871.97/218.34	c  N dy  6492   1068329      4874     20812         0     87273     63146   4958805     67.88     71.49
875.96/219.35	c  F st  6514   1071875      4874     20812         0     45827     63146    462543     67.88     65.77
889.95/222.80	c  N dy  6593   1088382      4874     20812         0     62330     63146   2269228     67.88     71.50
910.31/227.97	c  N dy  6722   1108431      4874     20812         0     82376     63146   4407968     67.90     72.80
930.69/233.05	c  N dy  6855   1128716      4874     20812         0     56662     63146   1526198     67.94     75.31
949.86/237.88	c  N dy  6979   1148781      4874     20812         0     76726     63146   3669948     67.95     81.31
972.63/243.53	c  N dy  7107   1169270      4874     20812         0     50218     63146    727378     67.97     74.25
991.83/248.34	c  N dy  7239   1189429      4874     20812         0     70377     63146   2878921     67.99     72.01
1014.17/253.93	c  N dy  7370   1209501      4874     20812         0     90448     63146   5020929     68.00     72.65
1014.57/254.08	c  S st  7375   1209960      4874     20812         0     90907     63146   5069999     68.00   no data
1015.37/254.26	c  S st  7375   1210462      4874     20812         0     91409     63146   5103231     68.00   no data
1015.37/254.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1015.77/254.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
1015.77/254.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1015.77/254.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1015.77/254.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1015.77/254.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
1015.77/254.35	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1016.17/254.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1016.97/254.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1039.76/260.39	c lits-rem:        85  cl-subs:       13  v-elim:      0  v-fix:    0  time:  5.77 s
1039.76/260.39	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
1040.16/260.46	c vivif2 --  cl tried    91396 cl shrink        0 lits rem          0 time: 0.07
1040.54/260.58	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.12
1040.54/260.58	c calculated reachability. Time: 0.00
1040.54/260.58	c  N dy  7375   1210462      4874     20812         0     91396     63146   5101111     68.00   no data
1059.71/265.39	c  N dy  7497   1230524      4874     20812         0     63466     63146   2035692     68.00     71.59
1080.48/270.56	c  N dy  7629   1250525      4874     20812         0     83466     63146   4168657     68.02     73.77
1102.85/276.16	c  N dy  7762   1270557      4874     20812         0     54494     63146    988683     68.04     92.87
1122.03/280.93	c  N dy  7891   1290657      4874     20812         0     74592     63146   3154882     68.07     71.89
1144.80/286.61	c  N dy  8009   1310708      4874     20812         0     94642     63146   5299390     68.07     72.84
1164.77/291.67	c  N dy  8122   1331087      4874     20812         0     65023     63146   2000330     68.06     72.81
1185.16/296.77	c  N dy  8231   1351093      4874     20812         0     85028     63146   4115681     68.05     75.64
1208.30/302.57	c  N dy  8340   1371121      4874     20812         0     54058     63146    730115     68.04     75.06
1227.08/307.27	c  N dy  8465   1391184      4874     20812         0     74117     63146   2859168     68.05     72.20
1249.85/312.90	c  N dy  8588   1411273      4874     20812         0     94203     63146   4998020     68.06     74.37
1271.82/318.40	c  N dy  8711   1431365      4874     20812         0     62300     63146   1500511     68.08     77.77
1291.79/323.49	c  N dy  8837   1451434      4874     20812         0     82368     63146   3658895     68.10     76.53
1316.57/329.62	c  N dy  8963   1471620      4874     20812         0    102550     63146   5817530     68.11     72.61
1336.53/334.65	c  N dy  9093   1491667      4874     20812         0     69605     63146   2194231     68.12     72.25
1358.50/340.13	c  N dy  9216   1511976      4874     20812         0     89913     63146   4373062     68.12     71.94
1383.66/346.43	c  N dy  9335   1532128      4874     20812         0     56065     63146    641656     68.13     72.17
1402.85/351.27	c  N dy  9461   1552221      4874     20812         0     76155     63146   2789554     68.13     72.47
1426.02/357.01	c  N dy  9587   1572285      4874     20812         0     96216     63146   4927995     68.14     77.07
1450.38/363.11	c  N dy  9725   1592385      4874     20812         0     61312     63146   1100213     68.17     72.70
1470.77/368.23	c  N dy  9851   1612471      4874     20812         0     81396     63146   3233059     68.17     72.00
1494.71/374.21	c  N dy  9971   1632584      4874     20812         0    101505     63146   5387346     68.18     72.27
1517.87/380.06	c  N dy 10094   1652758      4874     20812         0     65692     63146   1474928     68.18     72.05
1539.05/385.34	c  N dy 10232   1672800      4874     20812         0     85731     63146   3633802     68.21     75.17
1564.61/391.70	c  N dy 10358   1692962      4874     20812         0    105893     63146   5809665     68.23     72.50
1584.61/396.71	c  S st 10463   1710462      4874     20812         0     66395     63146   1454765     68.23   no data
1585.01/396.86	c  S st 10463   1710966      4874     20812         0     66899     63146   1496444     68.23   no data
1585.01/396.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1585.38/396.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
1585.38/396.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1585.38/396.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1585.38/396.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1585.38/396.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
1585.38/396.92	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1585.38/396.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1585.78/397.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1590.17/398.17	c lits-rem:         5  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.16 s
1590.17/398.18	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
1590.57/398.20	c vivif2 --  cl tried    66896 cl shrink        0 lits rem          0 time: 0.02
1590.57/398.28	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.08
1590.57/398.28	c calculated reachability. Time: 0.00
1590.57/398.28	c  N dy 10463   1710966      4874     20812         0     66896     63146   1495698     68.23   no data
1612.15/403.60	c  N dy 10581   1730982      4874     20812         0     86910     63146   3623653     68.24     71.90
1637.33/409.96	c  N dy 10699   1751295      4874     20812         0    107221     63146   5765038     68.24     74.83
1660.08/415.66	c  N dy 10815   1771299      4874     20812         0     69227     63146   1642280     68.23     73.82
1682.05/421.16	c  N dy 10938   1791310      4874     20812         0     89236     63146   3761649     68.24     72.25
1707.64/427.59	c  N dy 11059   1811383      4874     20812         0    109304     63146   5919646     68.24     72.11
1731.19/433.48	c  N dy 11185   1831402      4874     20812         0     70332     63146   1664800     68.25     72.15
1754.35/439.26	c  N dy 11316   1851462      4874     20812         0     90389     63146   3809273     68.27     72.61
1781.52/446.02	c  N dy 11458   1871551      4874     20812         0    110475     63146   5967610     68.29     83.75
1805.47/452.09	c  N dy 11592   1891701      4874     20812         0     70628     63146   1610379     68.31     71.96
1827.85/457.68	c  N dy 11718   1911813      4874     20812         0     90737     63146   3765473     68.33     72.62
1854.21/464.27	c  N dy 11847   1931956      4874     20812         0    110879     63146   5906085     68.34     73.10
1879.78/470.65	c  N dy 11983   1952342      4874     20812         0     70267     63146   1461652     68.35     71.97
1901.75/476.15	c  N dy 12104   1972437      4874     20812         0     90360     63146   3589706     68.36     72.30
1927.74/482.69	c  N dy 12243   1992443      4874     20812         0    110361     63146   5735681     68.38     77.72
1954.10/489.27	c  N dy 12367   2012538      4874     20812         0     68474     63146   1169016     68.39     72.41
1975.67/494.65	c  N dy 12498   2032568      4874     20812         0     88499     63146   3303223     68.39     72.35
2000.82/500.98	c  N dy 12618   2052603      4874     20812         0    108531     63146   5457582     68.40     72.86
2029.17/508.03	c  N dy 12736   2072946      4874     20812         0     65879     63146    785775     68.40     73.96
2050.36/513.32	c  N dy 12868   2093031      4874     20812         0     85963     63146   2954926     68.42     72.14
2075.52/519.61	c  N dy 12997   2113045      4874     20812         0    105974     63146   5086854     68.43     74.23
2104.27/526.87	c  N dy 13117   2133053      4874     20812         0    125981     63146   7220716     68.43     73.15
2126.64/532.40	c  N dy 13255   2153237      4874     20812         0     82171     63146   2453165     68.45     73.51
2151.01/538.54	c  N dy 13381   2173260      4874     20812         0    102191     63146   4607704     68.46     87.55
2178.97/545.59	c  N dy 13496   2193278      4874     20812         0    122209     63146   6752979     68.46     93.79
2201.74/551.27	c  S st 13618   2210968      4874     20812         0     74901     63146   1543302     68.47   no data
2202.54/551.43	c  S st 13618   2211471      4874     20812         0     75404     63146   1580663     68.47   no data
2202.54/551.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2202.54/551.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
2202.54/551.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2202.54/551.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2202.54/551.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2202.54/551.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
2202.54/551.49	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2202.94/551.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2202.94/551.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2207.33/552.67	c lits-rem:        22  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.08 s
2207.33/552.68	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
2207.73/552.70	c vivif2 --  cl tried    75400 cl shrink        0 lits rem          0 time: 0.03
2207.73/552.79	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.09
2208.13/552.80	c calculated reachability. Time: 0.00
2208.13/552.80	c  N dy 13618   2211471      4874     20812         0     75400     63146   1580086     68.47   no data
2230.93/558.57	c  N dy 13748   2231512      4874     20812         0     95440     63146   3717984     68.48     82.62
2258.07/565.35	c  N dy 13879   2251589      4874     20812         0    115514     63146   5881460     68.50     75.48
2287.23/572.62	c  N dy 14005   2271647      4874     20812         0     69581     63146    896940     68.50     73.10
2308.79/578.03	c  N dy 14124   2291649      4874     20812         0     89581     63146   3019350     68.50     75.36
2334.76/584.54	c  N dy 14250   2311863      4874     20812         0    109794     63146   5177979     68.51     76.28
2364.71/592.04	c  N dy 14380   2331908      4874     20812         0    129835     63146   7317760     68.51     73.92
2387.89/597.89	c  N dy 14497   2352020      4874     20812         0     82955     63146   2208559     68.51     73.48
2413.06/604.10	c  N dy 14613   2372114      4874     20812         0    103048     63146   4352770     68.52     73.00
2441.43/611.29	c  N dy 14747   2392133      4874     20812         0    123064     63146   6492192     68.53     94.26
2469.77/618.31	c  N dy 14869   2412151      4874     20812         0     75083     63146   1264345     68.54     74.18
2492.54/624.00	c  N dy 14999   2432211      4874     20812         0     95141     63146   3390334     68.55     72.81
2519.30/630.74	c  N dy 15120   2452288      4874     20812         0    115217     63146   5552819     68.56     74.18
2550.46/638.56	c  N dy 15261   2472468      4874     20812         0    135396     63146   7724299     68.57     73.68
2574.02/644.47	c  N dy 15395   2492807      4874     20812         0     86737     63146   2437756     68.59     74.78
2599.19/650.76	c  N dy 15524   2512862      4874     20812         0    106791     63146   4612905     68.61     72.79
2628.75/658.11	c  N dy 15652   2532995      4874     20812         0    126922     63146   6788497     68.62     73.48
2657.51/665.34	c  N dy 15775   2553011      4874     20812         0     76937     63146   1262812     68.62     73.57
2680.68/671.13	c  N dy 15903   2573100      4874     20812         0     97023     63146   3411356     68.63     77.57
2707.84/677.98	c  N dy 16025   2593224      4874     20812         0    117145     63146   5551210     68.63     73.70
2739.81/685.92	c  N dy 16164   2613245      4874     20812         0    137162     63146   7701393     68.65     72.52
2764.57/692.16	c  N dy 16285   2633271      4874     20812         0     86196     63146   2135826     68.65     72.57
2790.14/698.54	c  N dy 16417   2653417      4874     20812         0    106339     63146   4299651     68.66     74.02
2819.31/705.88	c  N dy 16550   2673485      4874     20812         0    126403     63146   6478541     68.67     72.30
2852.05/714.05	c  N dy 16676   2693747      4874     20812         0     74673     63146    816313     68.68     73.15
2872.04/719.06	c  S st 16792   2711471      4874     20812         0     92392     63146   2688367     68.68   no data
2872.82/719.26	c  S st 16792   2711975      4874     20812         0     92896     63146   2727243     68.68   no data
2872.82/719.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2873.22/719.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
2873.22/719.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2873.22/719.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2873.22/719.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2873.22/719.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
2873.22/719.34	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2873.22/719.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2873.62/719.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2885.62/722.48	c lits-rem:        27  cl-subs:        9  v-elim:      0  v-fix:    0  time:  2.99 s
2885.62/722.48	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
2886.00/722.52	c vivif2 --  cl tried    92887 cl shrink        0 lits rem          0 time: 0.04
2886.40/722.64	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.12
2886.40/722.64	c calculated reachability. Time: 0.00
2886.40/722.64	c  N dy 16792   2711975      4874     20812         0     92887     63146   2725263     68.68   no data
2913.16/729.35	c  N dy 16915   2732282      4874     20812         0    113193     63146   4907827     68.69     73.50
2943.92/737.07	c  N dy 17045   2752311      4874     20812         0    133221     63146   7062785     68.70     73.16
2973.88/744.54	c  N dy 17169   2772461      4874     20812         0     80374     63146   1324269     68.71     73.26
2997.85/750.54	c  N dy 17296   2792519      4874     20812         0    100431     63146   3464841     68.71     75.28
3026.61/757.77	c  N dy 17429   2812652      4874     20812         0    120561     63146   5620488     68.72     73.59
3059.36/765.92	c  N dy 17555   2832788      4874     20812         0    140696     63146   7786012     68.73     74.20
3086.52/772.71	c  N dy 17680   2852880      4874     20812         0     86791     63146   1943000     68.74     78.66
3111.30/778.97	c  N dy 17801   2872977      4874     20812         0    106885     63146   4091330     68.74     81.65
3142.05/786.67	c  N dy 17936   2893401      4874     20812         0    127309     63146   6284856     68.75     72.50
3175.62/795.01	c  N dy 18055   2913445      4874     20812         0    147351     63146   8456691     68.75     76.40
3199.97/801.13	c  N dy 18179   2933503      4874     20812         0     92413     63146   2427869     68.76     74.00
3226.34/807.72	c  N dy 18302   2953535      4874     20812         0    112442     63146   4580111     68.76     83.70
3256.70/815.34	c  N dy 18425   2973559      4874     20812         0    132463     63146   6693371     68.76     79.30
3291.45/824.02	c  N dy 18549   2993630      4874     20812         0     76541     63146    615390     68.77     73.42
3314.22/829.78	c  N dy 18674   3013747      4874     20812         0     96653     63146   2779206     68.77     73.02
3341.39/836.55	c  N dy 18793   3033933      4874     20812         0    116836     63146   4925246     68.77     75.49
3372.95/844.44	c  N dy 18914   3053973      4874     20812         0    136872     63146   7094080     68.77     73.15
3406.49/852.84	c  N dy 19044   3074046      4874     20812         0     79958     63146    886242     68.78     97.54
3430.08/858.78	c  N dy 19175   3094216      4874     20812         0    100126     63146   3063511     68.79     75.54
3458.02/865.79	c  N dy 19299   3114228      4874     20812         0    120137     63146   5226064     68.80     76.79
3489.98/873.77	c  N dy 19425   3134236      4874     20812         0    140144     63146   7370598     68.80     72.89
3523.93/882.23	c  N dy 19558   3154331      4874     20812         0     82239     63146   1033794     68.81     73.67
3548.30/888.31	c  N dy 19689   3174427      4874     20812         0    102332     63146   3210098     68.82     73.73
3577.45/895.60	c  N dy 19814   3194474      4874     20812         0    122378     63146   5335166     68.82     73.36
3606.24/902.87	c  S st 19924   3211977      4874     20812         0    139880     63146   7218579     68.83     65.58
3607.41/903.16	c  S st 19924   3212480      4874     20812         0    140383     63146   7262891     68.83   no data
3607.41/903.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3607.81/903.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
3607.81/903.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3607.81/903.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3607.81/903.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3607.81/903.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
3607.81/903.29	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3608.21/903.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
3609.41/903.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3645.38/912.64	c lits-rem:        73  cl-subs:       21  v-elim:      0  v-fix:    0  time:  8.95 s
3645.38/912.64	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
3645.78/912.75	c vivif2 --  cl tried   140362 cl shrink        0 lits rem          0 time: 0.11
3646.56/912.94	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.19
3646.56/912.94	c calculated reachability. Time: 0.00
3646.56/912.94	c  N dy 19924   3212480      4874     20812         0    140362     63146   7258813     68.83   no data
3681.31/921.65	c  N dy 20053   3232528      4874     20812         0     81418     63146    837946     68.84     74.16
3704.87/927.57	c  N dy 20172   3252544      4874     20812         0    101432     63146   2974150     68.84     74.75
3733.26/934.63	c  N dy 20304   3272555      4874     20812         0    121441     63146   5155243     68.85     91.97
3765.99/942.84	c  N dy 20436   3292597      4874     20812         0    141481     63146   7338458     68.86     72.49
3801.95/951.82	c  N dy 20553   3313081      4874     20812         0     81972     63146    801034     68.86     72.59
3825.54/957.78	c  N dy 20684   3333101      4874     20812         0    101990     63146   2956059     68.87     73.30
3854.28/964.94	c  N dy 20810   3353211      4874     20812         0    122097     63146   5111325     68.87     73.64
3888.63/973.55	c  N dy 20945   3373235      4874     20812         0    142119     63146   7267119     68.88     72.88
3925.78/982.84	c  N dy 21063   3393562      4874     20812         0     81455     63146    635252     68.88     74.02
3949.74/988.89	c  N dy 21201   3413664      4874     20812         0    101555     63146   2804101     68.89     72.53
3978.10/995.97	c  N dy 21316   3434015      4874     20812         0    121906     63146   4983092     68.89     73.40
4011.25/1004.21	c  N dy 21441   3454162      4874     20812         0    142051     63146   7134171     68.89     76.12
4048.01/1013.47	c  N dy 21570   3474223      4874     20812         0    162108     63146   9258803     68.90     72.85
4073.98/1019.90	c  N dy 21694   3494352      4874     20812         0    100239     63146   2572481     68.90     73.25
4101.53/1026.85	c  N dy 21820   3514460      4874     20812         0    120346     63146   4755675     68.91     73.06
4133.52/1034.82	c  N dy 21945   3534478      4874     20812         0    140362     63146   6899538     68.92     72.71
4170.25/1044.07	c  N dy 22077   3554781      4874     20812         0    160662     63146   9102895     68.93     72.64
4199.03/1051.23	c  N dy 22212   3575014      4874     20812         0     97905     63146   2189319     68.93     74.95
4226.16/1058.05	c  N dy 22342   3595106      4874     20812         0    117994     63146   4370798     68.94     73.80
4258.52/1066.18	c  N dy 22478   3615245      4874     20812         0    138132     63146   6545637     68.95     73.05
4294.88/1075.24	c  N dy 22602   3635398      4874     20812         0    158284     63146   8707209     68.95     74.18
4326.44/1083.10	c  N dy 22728   3655426      4874     20812         0     94312     63146   1713454     68.96     74.24
4353.21/1089.84	c  N dy 22870   3675539      4874     20812         0    114422     63146   3894091     68.97     73.41
4384.34/1097.69	c  N dy 23003   3695674      4874     20812         0    134552     63146   6065336     68.98     74.17
4414.73/1105.29	c  S st 23105   3712481      4874     20812         0    151357     63146   7866699     68.98   no data
4416.30/1105.61	c  S st 23105   3712984      4874     20812         0    151860     63146   7908982     68.98   no data
4416.30/1105.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4416.70/1105.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.11
4416.70/1105.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4416.70/1105.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4416.70/1105.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4416.70/1105.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4874 time:  0.00 s
4416.70/1105.75	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
4417.11/1105.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
4418.30/1106.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4457.85/1116.00	c lits-rem:        61  cl-subs:       26  v-elim:      0  v-fix:    0  time:  9.84 s
4457.85/1116.00	c vivif2 --  cl tried    20812 cl shrink        0 lits rem          0 time: 0.00
4458.26/1116.12	c vivif2 --  cl tried   151834 cl shrink        0 lits rem          0 time: 0.12
4459.04/1116.32	c asymm  cl-useful: 0/20812/20812 lits-rem:0 time: 0.20
4459.04/1116.32	c calculated reachability. Time: 0.00
4459.04/1116.32	c  N dy 23105   3712984      4874     20812         0    151834     63146   7904600     68.98   no data
4496.59/1125.78	c  N dy 23235   3733057      4874     20812         0     86917     63146    822287     68.99     73.27
4519.36/1131.46	c  F st 23355   3751562      4874     20812         0    105420     63146   2832335     69.00   no data
4521.76/1132.08	c  N st 23359   3753592      4874     20812         0    107448     63146   3084353     69.00   no data
4550.95/1139.33	c  N dy 23470   3773832      4874     20812         0    127685     63146   5316349     69.00     73.82
4584.88/1147.84	c  N dy 23603   3793918      4874     20812         0    147769     63146   7485243     69.01     72.96
4622.82/1157.31	c  N dy 23725   3813997      4874     20812         0    167848     63146   9626389     69.01     74.61
4651.18/1164.46	c  N dy 23863   3834136      4874     20812         0    101996     63146   2345706     69.02     72.77
4679.94/1171.61	c  N dy 24001   3854215      4874     20812         0    122071     63146   4500483     69.02     74.34
4713.12/1179.95	c  N dy 24128   3874322      4874     20812         0    142174     63146   6665319     69.03     72.73
4749.85/1189.15	c  N dy 24249   3894424      4874     20812         0    162275     63146   8842137     69.03     72.73
4784.21/1197.70	c  N dy 24377   3914607      4874     20812         0     95468     63146   1544079     69.04     73.08

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

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

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


[startup+0 s]
/proc/loadavg: 7.68 7.97 7.51 5/180 25603
/proc/meminfo: memFree=27669380/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 408 0 0 0 0 0 0 0 23 0 4 0 514725848 52441088 347 33554432000 4194304 4627427 140734010112544 18446744073709551615 47829354678194 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 12803 347 299 106 0 7774 0
[pid=25603/tid=25604] ppid=25601 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514725849 52441088 347 33554432000 4194304 4627427 140734010112544 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514725849 52441088 347 33554432000 4194304 4627427 140734010112544 18446744073709551615 47829354678198 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514725849 52441088 347 33554432000 4194304 4627427 140734010112544 18446744073709551615 47829354678194 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.512719 s]
/proc/loadavg: 7.68 7.97 7.51 5/180 25603
/proc/meminfo: memFree=27669380/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=364548 CPUtime=2.02 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 10190 0 0 0 200 2 0 0 18 0 4 0 514725848 373297152 7999 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309234 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 91137 7556 386 106 0 86108 0
[pid=25603/tid=25604] ppid=25601 vsize=359672 CPUtime=0.83 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 3322 0 0 0 83 0 0 0 19 0 4 0 514725849 368304128 7824 33554432000 4194304 4627427 140734010112544 18446744073709551615 4334089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=359672 CPUtime=0.84 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 3131 0 0 0 84 0 0 0 19 0 4 0 514725849 368304128 7825 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308162 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=359672 CPUtime=0.85 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 2294 0 0 0 85 0 0 0 19 0 4 0 514725849 368304128 7825 33554432000 4194304 4627427 140734010112544 18446744073709551615 4332210 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 364548

[startup+0.959106 s]
/proc/loadavg: 7.68 7.97 7.51 5/180 25603
/proc/meminfo: memFree=27669380/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=359892 CPUtime=3.81 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 12916 0 0 0 378 3 0 0 19 0 4 0 514725848 368529408 8290 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 89973 8290 386 106 0 84944 0
[pid=25603/tid=25604] ppid=25601 vsize=359892 CPUtime=0.93 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 3434 0 0 0 93 0 0 0 19 0 4 0 514725849 368529408 8290 33554432000 4194304 4627427 140734010112544 18446744073709551615 4327576 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=359892 CPUtime=0.94 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 3245 0 0 0 94 0 0 0 19 0 4 0 514725849 368529408 8290 33554432000 4194304 4627427 140734010112544 18446744073709551615 4332032 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=359892 CPUtime=0.95 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 2425 0 0 0 95 0 0 0 19 0 4 0 514725849 368529408 8290 33554432000 4194304 4627427 140734010112544 18446744073709551615 4321739 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 359892

[startup+1.0011 s]
/proc/loadavg: 7.68 7.97 7.51 5/180 25603
/proc/meminfo: memFree=27669380/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=359892 CPUtime=3.98 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 13171 0 0 0 395 3 0 0 19 0 4 0 514725848 368529408 8545 33554432000 4194304 4627427 140734010112544 18446744073709551615 4310385 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 89973 8545 386 106 0 84944 0
[pid=25603/tid=25604] ppid=25601 vsize=359892 CPUtime=0.99 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 3505 0 0 0 98 1 0 0 19 0 4 0 514725849 368529408 8545 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308307 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=359892 CPUtime=0.98 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 3315 0 0 0 98 0 0 0 19 0 4 0 514725849 368529408 8545 33554432000 4194304 4627427 140734010112544 18446744073709551615 4324799 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=359892 CPUtime=0.99 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 2469 0 0 0 99 0 0 0 19 0 4 0 514725849 368529408 8545 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 359892

[startup+1.10108 s]
/proc/loadavg: 7.68 7.97 7.51 5/180 25603
/proc/meminfo: memFree=27669380/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=359892 CPUtime=4.38 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 13580 0 0 0 435 3 0 0 19 0 4 0 514725848 368529408 8954 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 89973 8955 386 106 0 84944 0
[pid=25603/tid=25604] ppid=25601 vsize=359892 CPUtime=1.09 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 3603 0 0 0 108 1 0 0 19 0 4 0 514725849 368529408 8955 33554432000 4194304 4627427 140734010112544 18446744073709551615 4332984 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=359892 CPUtime=1.08 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 3413 0 0 0 108 0 0 0 19 0 4 0 514725849 368529408 8955 33554432000 4194304 4627427 140734010112544 18446744073709551615 4299595 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=359892 CPUtime=1.09 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 2584 0 0 0 109 0 0 0 19 0 4 0 514725849 368529408 8955 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 359892

[startup+1.50101 s]
/proc/loadavg: 7.68 7.97 7.51 5/180 25603
/proc/meminfo: memFree=27669380/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=360780 CPUtime=5.97 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 16334 0 0 0 594 3 0 0 19 0 4 0 514725848 369438720 8326 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 90195 8326 386 106 0 85166 0
[pid=25603/tid=25604] ppid=25601 vsize=360780 CPUtime=1.49 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 4298 0 0 0 148 1 0 0 20 0 4 0 514725849 369438720 8326 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=360780 CPUtime=1.48 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 4107 0 0 0 148 0 0 0 20 0 4 0 514725849 369438720 8327 33554432000 4194304 4627427 140734010112544 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=360780 CPUtime=1.49 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 3263 0 0 0 149 0 0 0 20 0 4 0 514725849 369438720 8327 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 360780

[startup+3.10072 s]
/proc/loadavg: 7.68 7.97 7.51 9/184 25607
/proc/meminfo: memFree=27632424/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=361816 CPUtime=12.35 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 24920 0 0 0 1230 5 0 0 25 0 4 0 514725848 370499584 8514 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308584 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 90454 8514 387 106 0 85425 0
[pid=25603/tid=25604] ppid=25601 vsize=361816 CPUtime=3.07 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 6431 0 0 0 306 1 0 0 25 0 4 0 514725849 370499584 8514 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=361816 CPUtime=3.09 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 6264 0 0 0 308 1 0 0 25 0 4 0 514725849 370499584 8514 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=361816 CPUtime=3.09 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 5412 0 0 0 308 1 0 0 25 0 4 0 514725849 370499584 8514 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308712 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 361816

[startup+6.30614 s]
/proc/loadavg: 7.79 7.99 7.51 9/184 25607
/proc/meminfo: memFree=27509688/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=373348 CPUtime=25.16 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 51963 0 0 0 2504 12 0 0 25 0 4 0 514725848 382308352 24173 33554432000 4194304 4627427 140734010112544 18446744073709551615 4299705 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 93337 24174 390 106 0 88308 0
[pid=25603/tid=25604] ppid=25601 vsize=373348 CPUtime=6.25 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 11684 0 0 0 623 2 0 0 25 0 4 0 514725849 382308352 24174 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=373348 CPUtime=6.29 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 14804 0 0 0 626 3 0 0 25 0 4 0 514725849 382308352 24174 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=373348 CPUtime=6.3 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 11423 0 0 0 628 2 0 0 25 0 4 0 514725849 382308352 24174 33554432000 4194304 4627427 140734010112544 18446744073709551615 4332937 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 373348

[startup+12.701 s]
/proc/loadavg: 7.81 7.99 7.52 9/184 25607
/proc/meminfo: memFree=27475456/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=383272 CPUtime=50.71 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 86711 0 0 0 5051 20 0 0 25 0 4 0 514725848 392470528 35199 33554432000 4194304 4627427 140734010112544 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 95818 35199 390 106 0 90789 0
[pid=25603/tid=25604] ppid=25601 vsize=383272 CPUtime=12.62 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 23444 0 0 0 1256 6 0 0 25 0 4 0 514725849 392470528 35199 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=383272 CPUtime=12.68 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 24313 0 0 0 1264 4 0 0 25 0 4 0 514725849 392470528 35199 33554432000 4194304 4627427 140734010112544 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=383272 CPUtime=12.69 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 17778 0 0 0 1266 3 0 0 25 0 4 0 514725849 392470528 35199 33554432000 4194304 4627427 140734010112544 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 383272

[startup+25.5007 s]
/proc/loadavg: 7.85 7.99 7.52 9/184 25607
/proc/meminfo: memFree=27327152/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=399564 CPUtime=101.83 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 144219 0 0 0 10150 33 0 0 25 0 4 0 514725848 409153536 51735 33554432000 4194304 4627427 140734010112544 18446744073709551615 4332200 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 99891 51735 390 106 0 94862 0
[pid=25603/tid=25604] ppid=25601 vsize=399564 CPUtime=25.34 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 36438 0 0 0 2525 9 0 0 25 0 4 0 514725849 409153536 51736 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=399564 CPUtime=25.47 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 35779 0 0 0 2541 6 0 0 25 0 4 0 514725849 409153536 51736 33554432000 4194304 4627427 140734010112544 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=399564 CPUtime=25.49 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 32763 0 0 0 2543 6 0 0 25 0 4 0 514725849 409153536 51736 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308291 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 399564

[startup+51.101 s]
/proc/loadavg: 7.90 7.99 7.54 9/184 25608
/proc/meminfo: memFree=27277720/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=444020 CPUtime=204.09 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 227547 0 0 0 20355 54 0 0 25 0 4 0 514725848 454676480 61689 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309220 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 111005 61689 390 106 0 105976 0
[pid=25603/tid=25604] ppid=25601 vsize=444020 CPUtime=50.81 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 56263 0 0 0 5066 15 0 0 25 0 4 0 514725849 454676480 61689 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308599 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=444020 CPUtime=51.08 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 58138 0 0 0 5096 12 0 0 25 0 4 0 514725849 454676480 61689 33554432000 4194304 4627427 140734010112544 18446744073709551615 4332605 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=444020 CPUtime=51.09 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 52031 0 0 0 5098 11 0 0 25 0 4 0 514725849 454676480 61689 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 444020

[startup+102.301 s]
/proc/loadavg: 8.03 8.02 7.57 9/184 25609
/proc/meminfo: memFree=27137508/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=663752 CPUtime=408.61 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 363413 0 0 0 40769 92 0 0 25 0 4 0 514725848 679682048 72511 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 165938 72511 390 106 0 160909 0
[pid=25603/tid=25604] ppid=25601 vsize=663752 CPUtime=101.73 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 89703 0 0 0 10149 24 0 0 25 0 4 0 514725849 679682048 72511 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308712 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=663752 CPUtime=102.27 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 92530 0 0 0 10205 22 0 0 25 0 4 0 514725849 679682048 72511 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=663752 CPUtime=102.29 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 85115 0 0 0 10210 19 0 0 25 0 4 0 514725849 679682048 72511 33554432000 4194304 4627427 140734010112544 18446744073709551615 4332712 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 663752

[startup+162.301 s]

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

[pid=25603] ppid=25601 vsize=913352 CPUtime=2805.31 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 1443307 0 0 0 280079 452 0 0 25 0 4 0 514725848 935272448 148880 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309354 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 228338 148880 391 106 0 223309 0
[pid=25603/tid=25604] ppid=25601 vsize=913352 CPUtime=698.46 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 356207 0 0 0 69732 114 0 0 25 0 4 0 514725849 935272448 148880 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309067 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=913352 CPUtime=702.27 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 366190 0 0 0 70111 116 0 0 25 0 4 0 514725849 935272448 148880 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=913352 CPUtime=702.27 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 356827 0 0 0 70120 107 0 0 25 0 4 0 514725849 935272448 148880 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.31
Current children cumulated vsize (KiB) 913352

[startup+762.3 s]
/proc/loadavg: 8.09 8.12 7.84 9/184 25639
/proc/meminfo: memFree=26484252/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=920632 CPUtime=3044.99 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 1527396 0 0 0 304015 484 0 0 25 0 4 0 514725848 942727168 161105 33554432000 4194304 4627427 140734010112544 18446744073709551615 4333369 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 230158 161105 391 106 0 225129 0
[pid=25603/tid=25604] ppid=25601 vsize=920632 CPUtime=758.13 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 379724 0 0 0 75690 123 0 0 25 0 4 0 514725849 942727168 161105 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=920632 CPUtime=762.27 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 386256 0 0 0 76102 125 0 0 25 0 4 0 514725849 942727168 161105 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=920632 CPUtime=762.27 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 377585 0 0 0 76113 114 0 0 25 0 4 0 514725849 942727168 161105 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.99
Current children cumulated vsize (KiB) 920632

[startup+822.3 s]
/proc/loadavg: 8.07 8.11 7.85 9/184 25640
/proc/meminfo: memFree=26495368/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=922204 CPUtime=3284.66 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 1608521 0 0 0 327955 511 0 0 25 0 4 0 514725848 944336896 159519 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 230551 159520 391 106 0 225522 0
[pid=25603/tid=25604] ppid=25601 vsize=922204 CPUtime=817.8 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 400937 0 0 0 81650 130 0 0 25 0 4 0 514725849 944336896 159520 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=922204 CPUtime=822.27 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 406152 0 0 0 82095 132 0 0 25 0 4 0 514725849 944336896 159520 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=922204 CPUtime=822.27 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 397885 0 0 0 82106 121 0 0 25 0 4 0 514725849 944336896 159520 33554432000 4194304 4627427 140734010112544 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.66
Current children cumulated vsize (KiB) 922204

[startup+882.301 s]
/proc/loadavg: 8.10 8.11 7.87 9/184 25642
/proc/meminfo: memFree=26202792/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=923852 CPUtime=3524.33 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 1688405 0 0 0 351892 541 0 0 25 0 4 0 514725848 946024448 155117 33554432000 4194304 4627427 140734010112544 18446744073709551615 4332200 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 230963 155117 391 106 0 225934 0
[pid=25603/tid=25604] ppid=25601 vsize=923852 CPUtime=877.47 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 420881 0 0 0 87611 136 0 0 25 0 4 0 514725849 946024448 155117 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=923852 CPUtime=882.26 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 425830 0 0 0 88088 138 0 0 25 0 4 0 514725849 946024448 155117 33554432000 4194304 4627427 140734010112544 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=923852 CPUtime=882.26 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 417584 0 0 0 88098 128 0 0 25 0 4 0 514725849 946024448 155117 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 923852

[startup+942.301 s]
/proc/loadavg: 8.07 8.11 7.88 9/184 25644
/proc/meminfo: memFree=25913456/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=1188188 CPUtime=3764.01 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 1801369 0 0 0 375825 576 0 0 25 0 4 0 514725848 1216704512 208370 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 297047 208370 391 106 0 292018 0
[pid=25603/tid=25604] ppid=25601 vsize=1188188 CPUtime=937.14 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 457169 0 0 0 93569 145 0 0 25 0 4 0 514725849 1216704512 208370 33554432000 4194304 4627427 140734010112544 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=1188188 CPUtime=942.28 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 444978 0 0 0 94081 147 0 0 25 0 4 0 514725849 1216704512 208370 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308632 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=1188188 CPUtime=942.27 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 448142 0 0 0 94089 138 0 0 25 0 4 0 514725849 1216704512 208370 33554432000 4194304 4627427 140734010112544 18446744073709551615 4327424 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 1188188

[startup+1002.3 s]
/proc/loadavg: 8.14 8.11 7.90 9/184 25645
/proc/meminfo: memFree=25908704/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=1190156 CPUtime=4003.67 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 1884587 0 0 0 399761 606 0 0 25 0 4 0 514725848 1218719744 212415 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 297539 212415 391 106 0 292510 0
[pid=25603/tid=25604] ppid=25601 vsize=1190156 CPUtime=996.81 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 476359 0 0 0 99529 152 0 0 25 0 4 0 514725849 1218719744 212415 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=1190156 CPUtime=1002.27 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 471188 0 0 0 100073 154 0 0 25 0 4 0 514725849 1218719744 212415 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=1190156 CPUtime=1002.26 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 466945 0 0 0 100081 145 0 0 25 0 4 0 514725849 1218719744 212415 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309122 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 1190156

[startup+1062.31 s]
/proc/loadavg: 8.08 8.11 7.91 9/184 25647
/proc/meminfo: memFree=25984560/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=1242684 CPUtime=4243.37 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 1959587 0 0 0 423698 639 0 0 25 0 4 0 514725848 1272508416 217209 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308411 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 310671 217209 391 106 0 305642 0
[pid=25603/tid=25604] ppid=25601 vsize=1242684 CPUtime=1056.49 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 495436 0 0 0 105489 160 0 0 25 0 4 0 514725849 1272508416 217209 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=1242684 CPUtime=1062.27 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 490048 0 0 0 106064 163 0 0 25 0 4 0 514725849 1272508416 217209 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=1242684 CPUtime=1062.26 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 485070 0 0 0 106074 152 0 0 25 0 4 0 514725849 1272508416 217209 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 1242684

[startup+1122.3 s]
/proc/loadavg: 8.14 8.11 7.92 9/184 25648
/proc/meminfo: memFree=25704144/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=1290920 CPUtime=4483.02 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 2043516 0 0 0 447633 669 0 0 25 0 4 0 514725848 1321902080 237743 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308359 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 322730 237743 391 106 0 317701 0
[pid=25603/tid=25604] ppid=25601 vsize=1290920 CPUtime=1116.16 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 517326 0 0 0 111449 167 0 0 25 0 4 0 514725849 1321902080 237743 33554432000 4194304 4627427 140734010112544 18446744073709551615 4520431 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=1290920 CPUtime=1122.26 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 508100 0 0 0 112055 171 0 0 25 0 4 0 514725849 1321902080 237743 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=1290920 CPUtime=1122.26 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 507963 0 0 0 112066 160 0 0 25 0 4 0 514725849 1321902080 237743 33554432000 4194304 4627427 140734010112544 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 1290920

[startup+1182.3 s]
/proc/loadavg: 7.88 8.06 7.91 5/175 25668
/proc/meminfo: memFree=27052676/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=1409372 CPUtime=4722.68 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 2117775 0 0 0 471570 698 0 0 25 0 4 0 514725848 1443196928 249552 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 352343 249553 394 106 0 347314 0
[pid=25603/tid=25604] ppid=25601 vsize=1409372 CPUtime=1175.84 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 536356 0 0 0 117410 174 0 0 25 0 4 0 514725849 1443196928 249553 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=1409372 CPUtime=1182.27 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 527776 0 0 0 118048 179 0 0 25 0 4 0 514725849 1443196928 249553 33554432000 4194304 4627427 140734010112544 18446744073709551615 4428398 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=1409372 CPUtime=1182.26 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 524714 0 0 0 118059 167 0 0 25 0 4 0 514725849 1443196928 249553 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309122 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.68
Current children cumulated vsize (KiB) 1409372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 6.78 7.79 7.82 5/175 25669
/proc/meminfo: memFree=27126488/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=1306560 CPUtime=4800.21 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 2142436 0 0 0 479311 710 0 0 25 0 4 0 514725848 1337917440 231026 33554432000 4194304 4627427 140734010112544 18446744073709551615 4322040 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 326640 231026 394 106 0 321611 0
[pid=25603/tid=25604] ppid=25601 vsize=1306560 CPUtime=1195.13 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 542494 0 0 0 119337 176 0 0 25 0 4 0 514725849 1337917440 231026 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=1306560 CPUtime=1201.67 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 533202 0 0 0 119985 182 0 0 25 0 4 0 514725849 1337917440 231026 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=1306560 CPUtime=1201.67 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 531531 0 0 0 119997 170 0 0 25 0 4 0 514725849 1337917440 231026 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1306560

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

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

[startup+1201.7 s]
/proc/loadavg: 6.78 7.79 7.82 5/175 25669
/proc/meminfo: memFree=27126488/32951124 swapFree=67111356/67111528
[pid=25603] ppid=25601 vsize=1306560 CPUtime=4800.21 cores=1,3,5,7
/proc/25603/stat : 25603 (strangenight2-m) R 25601 25603 25246 0 -1 4202496 2142436 0 0 0 479311 710 0 0 25 0 4 0 514725848 1337917440 231026 33554432000 4194304 4627427 140734010112544 18446744073709551615 4322040 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25603/statm: 326640 231026 394 106 0 321611 0
[pid=25603/tid=25604] ppid=25601 vsize=1306560 CPUtime=1195.13 cores=1,3,5,7
/proc/25603/task/25604/stat : 25604 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 542494 0 0 0 119337 176 0 0 25 0 4 0 514725849 1337917440 231026 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25603/tid=25605] ppid=25601 vsize=1306560 CPUtime=1201.67 cores=1,3,5,7
/proc/25603/task/25605/stat : 25605 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 533202 0 0 0 119985 182 0 0 25 0 4 0 514725849 1337917440 231026 33554432000 4194304 4627427 140734010112544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25603/tid=25606] ppid=25601 vsize=1306560 CPUtime=1201.67 cores=1,3,5,7
/proc/25603/task/25606/stat : 25606 (strangenight2-m) R 25601 25603 25246 0 -1 4202560 531531 0 0 0 119997 170 0 0 25 0 4 0 514725849 1337917440 231026 33554432000 4194304 4627427 140734010112544 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1306560

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.27
CPU user time (s): 4793.13
CPU system time (s): 7.14091
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 1409608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.13
system time used= 7.14091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2142441
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= 2233
involuntary context switches= 32728

runsolver used 1.79973 second user time and 4.78327 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 00:54:41
IDJOB=3173806
IDBENCH=82624
IDSOLVER=1586
FILE ID=node137/3173806-1304031281
RUNJOBID= node137-1304028687-25265
PBS_JOBID= 13170315
Free space on /tmp= 71612 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v5000-c21000-S720914503-051-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173806-1304031281/watcher-3173806-1304031281 -o /tmp/evaluation-result-3173806-1304031281/solver-3173806-1304031281 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173806-1304031281.cnf

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

MD5SUM BENCH= cdf9df7b6b7a513ee69ee69e82cb9345
RANDOM SEED=342489781

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27669660 kB
Buffers:        860564 kB
Cached:        3516332 kB
SwapCached:         56 kB
Active:         480568 kB
Inactive:      4341180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27669660 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           12844 kB
Writeback:           0 kB
AnonPages:      444040 kB
Mapped:          15500 kB
Slab:           394856 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   675852 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71616 MiB
End job on node137 at 2011-04-29 01:14:45