Trace number 3366186

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S945664020-055-UNKNOWN.cnf
MD5SUMb5db50c2da6442b279ae090cf3223d53
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.8874
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366186-1305398274.cnf'
0.00/0.01	c -- header says num vars:           1000
0.00/0.01	c -- header says num clauses:       20000
0.00/0.02	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.02	c -- vars added       1000
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.41/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.09
0.41/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.41/0.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.41/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.41/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.41/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.41/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.41/0.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.41/0.37	c Finding binary XORs  T:     0.00 s  found:       0
0.41/0.37	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.41/0.37	c calculated reachability. Time: 0.00
0.41/0.37	c Calc default polars -  time:   0.00 s pos:     446 undec:      36 neg:     518
0.41/0.37	c =========================================================================================
0.41/0.37	c types(t): F = full restart, N = normal restart
0.41/0.37	c types(t): S = simplification begin/end, E = solution found
0.41/0.37	c restart types(rt): st = static, dy = dynamic
0.41/0.37	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.41/0.37	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
1.91/1.00	c  N dy    14      4100      1000     20000         0      4091    100000    519211    100.44    106.15
1.91/1.00	c  N dy    33      8142      1000     20000         0      5636    100000    517763     98.11    104.58
1.91/1.00	c  N dy    54     12200      1000     20000         0      5447    100000    330661     97.73    104.76
5.56/1.40	c  N dy    76     16487      1000     20000         0      9730    100000    838594     97.60    103.05
6.36/1.64	c  N dy    96     20613      1000     20000         0      8230    100000    519733     97.34    103.27
7.58/1.97	c  N dy   114     24684      1000     20000         0     12283    100000   1006021     97.09    102.53
7.58/1.99	c  F st   117     25000      1000     20000         0     12599    100000   1042280     97.08   no data
9.56/2.41	c  N dy   123     30000      1000     20000         0     10788    100000    740566     97.08   no data
9.56/2.41	c  S st   123     30000      1000     20000         0     10788    100000    740566     97.08   no data
9.56/2.47	c  S st   123     30502      1000     20000         0     11290    100000    792645     97.08   no data
9.56/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.56/2.48	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.56/2.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.56/2.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.95/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.93	c lits-rem:       209  cl-subs:       40  v-elim:      0  v-fix:    0  time:  0.41 s
11.97/3.06	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.12
11.97/3.06	c calculated reachability. Time: 0.00
11.97/3.06	c  N dy   123     30502      1000     20000         0     11250    100000    782776     97.08   no data
13.54/3.45	c  N dy   142     34859      1000     20000         0     15598    100000   1298913     96.83    102.09
14.74/3.79	c  N dy   166     38873      1000     20000         0     11717    100000    694246     96.90    104.46
16.35/4.17	c  N dy   187     42991      1000     20000         0     15826    100000   1178425     96.85    101.99
17.53/4.43	c  S st   197     45753      1000     20000         0      9655    100000    333743     96.45   no data
17.53/4.49	c  S st   197     46257      1000     20000         0     10159    100000    387711     96.45   no data
17.53/4.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.93/4.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
17.93/4.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.93/4.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.93/4.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.93/4.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
17.93/4.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.93/4.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
17.93/4.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.32/4.61	c lits-rem:        27  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.09 s
18.32/4.61	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
18.32/4.62	c vivif2 --  cl tried    10152 cl shrink        0 lits rem          0 time: 0.00
18.72/4.74	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.12
18.72/4.74	c calculated reachability. Time: 0.00
18.72/4.74	c  N dy   197     46257      1000     20000         0     10152    100000    386425     96.45   no data
20.33/5.12	c  N dy   222     50412      1000     20000         0     14300    100000    884849     96.59    102.35
21.92/5.53	c  N dy   249     54473      1000     20000         0     18354    100000   1367029     96.67    102.39
23.52/5.92	c  N dy   273     58557      1000     20000         0     12477    100000    552735     96.59    102.34
25.13/6.35	c  N dy   295     63083      1000     20000         0     16997    100000   1083245     96.47    102.01
26.71/6.78	c  N dy   312     67285      1000     20000         0     21192    100000   1570593     96.23    102.30
27.91/7.00	c  S st   325     69388      1000     20000         0     12320    100000    427637     96.26    101.32
27.91/7.06	c  S st   325     69888      1000     20000         0     12820    100000    476918     96.26   no data
27.91/7.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.91/7.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
27.91/7.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.91/7.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.91/7.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.91/7.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
27.91/7.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.91/7.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.31/7.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.71/7.28	c lits-rem:        17  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.18 s
28.71/7.28	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
28.71/7.29	c vivif2 --  cl tried    12817 cl shrink        0 lits rem          0 time: 0.01
29.52/7.43	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
29.52/7.43	c calculated reachability. Time: 0.00
29.52/7.43	c  N dy   325     69888      1000     20000         0     12817    100000    476377     96.26   no data
31.09/7.86	c  N dy   351     74374      1000     20000         0     17297    100000   1003490     96.25    107.25
33.49/8.42	c  N dy   378     79731      1000     20000         0     22647    100000   1636307     96.22    102.55
35.49/8.95	c  N dy   411     84985      1000     20000         0     15913    100000    749620     96.32    102.45
36.69/9.20	c  F st   422     87500      1000     20000         0     18422    100000   1044471     96.23   no data
37.89/9.55	c  N st   427     90799      1000     20000         0     21709    100000   1469930     96.23   no data
40.68/10.21	c  N dy   452     96663      1000     20000         0     14596    100000    480277     96.31    102.33
43.11/10.83	c  N dy   487    102982      1000     20000         0     20906    100000   1228024     96.30    103.28
43.86/11.02	c  S st   493    104832      1000     20000         0     22750    100000   1449418     96.25   no data
43.86/11.09	c  S st   493    105333      1000     20000         0     23250    100000   1502612     96.25   no data
43.86/11.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.26/11.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
44.26/11.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.26/11.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.26/11.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.26/11.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
44.26/11.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.26/11.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
44.26/11.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.44/13.93	c lits-rem:       219  cl-subs:       42  v-elim:      0  v-fix:    0  time:  2.75 s
55.44/13.93	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
55.44/13.95	c vivif2 --  cl tried    23208 cl shrink        0 lits rem          0 time: 0.02
56.28/14.17	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.22
56.28/14.17	c calculated reachability. Time: 0.00
56.28/14.17	c  N dy   493    105333      1000     20000         0     23208    100000   1493078     96.25   no data
59.83/15.01	c  N dy   528    112175      1000     20000         0     16062    100000    540685     96.16    101.73
63.02/15.80	c  N dy   564    119600      1000     20000         0     23471    100000   1418459     96.06    101.49
66.61/16.73	c  N dy   607    127285      1000     20000         0     16171    100000    443316     96.09    102.20
70.20/17.67	c  N dy   656    135523      1000     20000         0     24389    100000   1426187     96.13    103.05
74.99/18.82	c  N dy   705    144429      1000     20000         0     17311    100000    471028     96.09    102.47
78.97/19.88	c  N dy   758    153758      1000     20000         0     26627    100000   1570153     96.08    102.45
81.38/20.43	c  S st   778    157999      1000     20000         0     30859    100000   2071551     96.04     98.58
81.78/20.53	c  S st   778    158506      1000     20000         0     31366    100000   2122720     96.04   no data
81.78/20.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.78/20.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
81.78/20.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.78/20.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.78/20.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.78/20.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
81.78/20.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.78/20.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
82.19/20.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.50/27.74	c lits-rem:       253  cl-subs:       46  v-elim:      0  v-fix:    0  time:  7.09 s
110.50/27.74	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
110.50/27.77	c vivif2 --  cl tried    31320 cl shrink        0 lits rem          0 time: 0.03
111.71/28.05	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.28
111.71/28.05	c calculated reachability. Time: 0.00
111.71/28.05	c  N dy   778    158506      1000     20000         0     31320    100000   2111827     96.04   no data
116.89/29.30	c  N dy   838    168871      1000     20000         0     24696    100000   1236790     96.09    102.31
122.86/30.81	c  N dy   908    179715      1000     20000         0     35525    100000   2537572     96.20    101.45
128.06/32.15	c  N dy   976    191186      1000     20000         0     29013    100000   1646210     96.20    101.95
134.45/33.80	c  N dy  1056    203411      1000     20000         0     22250    100000    723097     96.27    102.76
141.22/35.48	c  N dy  1130    216453      1000     20000         0     35266    100000   2269558     96.26    103.12
148.45/37.27	c  N dy  1206    230311      1000     20000         0     29124    100000   1426622     96.25    103.47
152.42/38.30	c  S st  1245    237761      1000     20000         0     36562    100000   2307582     96.22     83.96
153.19/38.41	c  S st  1245    238268      1000     20000         0     37069    100000   2363065     96.22   no data
153.19/38.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
153.19/38.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
153.19/38.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
153.19/38.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
153.19/38.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.19/38.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
153.19/38.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
153.19/38.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
153.59/38.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
193.50/48.51	c lits-rem:       352  cl-subs:       59  v-elim:      0  v-fix:    0  time:  9.97 s
193.50/48.51	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
193.50/48.54	c vivif2 --  cl tried    37010 cl shrink        0 lits rem          0 time: 0.03
194.69/48.86	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.32
194.69/48.86	c calculated reachability. Time: 0.00
194.69/48.86	c  N dy  1245    238268      1000     20000         0     37010    100000   2348849     96.22   no data
202.67/50.84	c  N dy  1336    253492      1000     20000         0     31233    100000   1576256     96.26    101.82
211.85/53.10	c  N dy  1423    269691      1000     20000         0     25446    100000    770019     96.23    102.08
221.43/55.52	c  N dy  1519    287389      1000     20000         0     43115    100000   2858854     96.17    101.83
231.42/58.04	c  N dy  1617    305997      1000     20000         0     38733    100000   2248056     96.14    101.68
231.42/58.08	c  F st  1619    306252      1000     20000         0     38988    100000   2277850     96.13     95.74
242.57/60.80	c  N dy  1706    325567      1000     20000         0     34304    100000   1610784     96.17    105.36
254.54/63.86	c  N dy  1824    345596      1000     20000         0     29352    100000    908397     96.14    102.19
261.33/65.52	c  S st  1889    357402      1000     20000         0     41137    100000   2311570     96.16     82.75
261.73/65.64	c  S st  1889    357907      1000     20000         0     41642    100000   2364586     96.16   no data
261.73/65.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
261.73/65.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
261.73/65.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
261.73/65.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
261.73/65.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
261.73/65.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
261.73/65.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
261.73/65.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
262.14/65.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
305.62/76.64	c lits-rem:       370  cl-subs:       65  v-elim:      0  v-fix:    0  time: 10.88 s
305.62/76.64	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
305.62/76.67	c vivif2 --  cl tried    41577 cl shrink        0 lits rem          0 time: 0.03
307.21/77.02	c asymm  cl-useful: 0/18721/20000 lits-rem:0 time: 0.35
307.21/77.02	c calculated reachability. Time: 0.00
307.21/77.02	c  N dy  1889    357907      1000     20000         0     41577    100000   2349033     96.16   no data
319.62/80.15	c  N dy  1999    378092      1000     20000         0     35773    100000   1554173     96.11    101.39
332.79/83.49	c  N dy  2115    398161      1000     20000         0     28861    100000    625711     96.14    121.58
345.54/86.62	c  N dy  2235    418210      1000     20000         0     48873    100000   2985596     96.13    101.54
358.71/89.93	c  N dy  2351    438687      1000     20000         0     41372    100000   2006429     96.15    101.45
372.29/93.35	c  N dy  2465    458784      1000     20000         0     32484    100000    831484     96.16    104.28
385.04/96.60	c  N dy  2571    479301      1000     20000         0     52950    100000   3272489     96.15    103.36
398.63/99.91	c  N dy  2694    499402      1000     20000         0     43076    100000   1992661     96.18    102.08
413.35/103.64	c  N dy  2808    519455      1000     20000         0     32149    100000    579619     96.18    109.77
424.13/106.35	c  S st  2907    536860      1000     20000         0     49526    100000   2654549     96.19     96.68
424.54/106.48	c  S st  2907    537361      1000     20000         0     50027    100000   2706988     96.19   no data
424.54/106.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
424.96/106.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
424.96/106.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
424.96/106.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
424.96/106.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
424.96/106.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
424.96/106.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
424.96/106.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
425.31/106.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
488.36/122.47	c lits-rem:       422  cl-subs:       75  v-elim:      0  v-fix:    0  time: 15.84 s
488.36/122.47	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
488.76/122.51	c vivif2 --  cl tried    49952 cl shrink        0 lits rem          0 time: 0.03
488.76/122.55	c asymm  cl-useful: 0/1279/20000 lits-rem:0 time: 0.04
488.76/122.55	c calculated reachability. Time: 0.00
488.76/122.55	c  N dy  2907    537361      1000     20000         0     49952    100000   2688652     96.19   no data
505.12/126.60	c  N dy  3024    557484      1000     20000         0     38090    100000   1171377     96.19    103.24
519.88/130.32	c  N dy  3129    577706      1000     20000         0     58279    100000   3580536     96.19    101.45
534.26/133.97	c  N dy  3234    597757      1000     20000         0     45352    100000   1927215     96.18    107.31
550.20/137.97	c  N dy  3340    617794      1000     20000         0     65350    100000   4305827     96.16    101.87
564.17/141.40	c  N dy  3445    637907      1000     20000         0     51496    100000   2530183     96.13    101.83
580.13/145.42	c  N dy  3551    657939      1000     20000         0     36545    100000    654181     96.13    103.55
593.70/148.81	c  N dy  3663    677989      1000     20000         0     56563    100000   3027297     96.13    102.64
609.65/152.84	c  N dy  3767    698088      1000     20000         0     40693    100000   1041361     96.11    115.62
624.02/156.48	c  N dy  3877    718183      1000     20000         0     60757    100000   3435259     96.12    101.19
640.38/160.55	c  N dy  3999    738189      1000     20000         0     43799    100000   1289773     96.13    101.41
655.54/164.34	c  N dy  4104    758274      1000     20000         0     63846    100000   3689452     96.13    101.30
671.90/168.45	c  N dy  4228    778368      1000     20000         0     45964    100000   1449401     96.15    101.77
687.47/172.37	c  N dy  4350    798455      1000     20000         0     66016    100000   3853094     96.18    101.73
694.25/174.09	c  S st  4387    806041      1000     20000         0     73585    100000   4744252     96.17   no data
695.05/174.28	c  S st  4387    806548      1000     20000         0     74092    100000   4795958     96.17   no data
695.05/174.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
695.45/174.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
695.45/174.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
695.45/174.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
695.45/174.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
695.45/174.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
695.45/174.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
695.45/174.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
696.24/174.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
809.96/203.05	c lits-rem:       595  cl-subs:      115  v-elim:      0  v-fix:    0  time: 28.52 s
809.96/203.06	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
810.36/203.12	c vivif2 --  cl tried    73977 cl shrink        0 lits rem          0 time: 0.06
811.95/203.53	c asymm  cl-useful: 0/12810/20000 lits-rem:0 time: 0.41
811.95/203.53	c calculated reachability. Time: 0.00
811.95/203.53	c  N dy  4387    806548      1000     20000         0     73977    100000   4768239     96.17   no data
827.12/207.38	c  N dy  4505    826629      1000     20000         0     55097    100000   2445435     96.21    102.59
845.07/211.83	c  N dy  4630    846794      1000     20000         0     75228    100000   4836909     96.23    101.68
860.62/215.75	c  N dy  4749    866880      1000     20000         0     55330    100000   2346325     96.24    102.93
878.18/220.16	c  N dy  4854    886977      1000     20000         0     75386    100000   4727254     96.22    105.22
894.17/224.19	c  N dy  4965    907102      1000     20000         0     54567    100000   2129569     96.22    103.47
911.72/228.58	c  N dy  5082    927221      1000     20000         0     74661    100000   4523934     96.23    102.64
928.46/232.79	c  N dy  5193    947355      1000     20000         0     52823    100000   1829148     96.22    102.51
946.02/237.13	c  N dy  5316    967398      1000     20000         0     72833    100000   4220833     96.25    101.92
964.39/241.78	c  N dy  5430    987400      1000     20000         0     49876    100000   1363671     96.26    104.28
981.13/245.93	c  N dy  5555   1007474      1000     20000         0     69924    100000   3757844     96.28    126.96
1002.28/251.27	c  N dy  5665   1027648      1000     20000         0     46136    100000    799487     96.28    101.35
1020.24/255.70	c  N dy  5791   1047747      1000     20000         0     66191    100000   3205526     96.31    101.50
1041.78/261.15	c  N dy  5898   1067858      1000     20000         0     86265    100000   5594079     96.31    101.65
1046.57/262.38	c  F st  5920   1071875      1000     20000         0     45355    100000    597217     96.31     86.03
1059.33/265.55	c  N dy  5981   1087918      1000     20000         0     61369    100000   2543688     96.30    102.22
1079.28/270.56	c  N dy  6103   1107923      1000     20000         0     81334    100000   4930656     96.32    101.90
1098.83/275.43	c  N dy  6218   1127988      1000     20000         0     55448    100000   1683028     96.33    101.99
1116.79/279.92	c  N dy  6332   1147991      1000     20000         0     75416    100000   4059854     96.32    102.28
1139.13/285.56	c  N dy  6459   1168048      1000     20000         0     48517    100000    755325     96.35    101.83
1155.49/289.66	c  N dy  6564   1188288      1000     20000         0     68736    100000   3165880     96.35    103.60
1176.64/294.91	c  N dy  6679   1208291      1000     20000         0     88708    100000   5549926     96.36    104.25
1178.24/295.35	c  S st  6688   1209822      1000     20000         0     90236    100000   5730820     96.35     91.56
1179.04/295.57	c  S st  6688   1210324      1000     20000         0     90738    100000   5787650     96.35   no data
1179.04/295.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1179.45/295.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1179.45/295.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1179.45/295.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1179.45/295.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1179.45/295.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1179.45/295.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1179.45/295.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1180.23/295.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1335.84/334.82	c lits-rem:       836  cl-subs:      166  v-elim:      0  v-fix:    0  time: 38.94 s
1335.84/334.82	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1335.84/334.89	c vivif2 --  cl tried    90572 cl shrink        0 lits rem          0 time: 0.07
1337.45/335.22	c asymm  cl-useful: 0/7190/20000 lits-rem:0 time: 0.33
1337.45/335.23	c calculated reachability. Time: 0.00
1337.45/335.23	c  N dy  6688   1210324      1000     20000         0     90572    100000   5748224     96.35   no data
1355.43/339.77	c  N dy  6813   1230341      1000     20000         0     62630    100000   2318593     96.37    102.51
1374.94/344.63	c  N dy  6922   1250625      1000     20000         0     82884    100000   4736987     96.37    103.19
1396.49/350.02	c  N dy  7040   1270635      1000     20000         0     53928    100000   1177936     96.38    104.75
1414.05/354.43	c  N dy  7167   1290711      1000     20000         0     73974    100000   3582248     96.41    102.39
1435.99/359.96	c  N dy  7288   1310825      1000     20000         0     94055    100000   5991486     96.42    104.20
1454.35/364.53	c  N dy  7399   1330892      1000     20000         0     64181    100000   2299059     96.43    113.82
1473.93/369.49	c  N dy  7516   1350945      1000     20000         0     84206    100000   4697952     96.45    102.79
1497.43/375.37	c  N dy  7643   1370955      1000     20000         0     53260    100000    876089     96.47    101.95
1514.59/379.64	c  N dy  7747   1391170      1000     20000         0     73441    100000   3294501     96.47    103.59
1536.53/385.18	c  N dy  7870   1411222      1000     20000         0     93474    100000   5723480     96.49    104.72
1557.32/390.39	c  N dy  7974   1431235      1000     20000         0     61532    100000   1756817     96.49    102.24
1577.63/395.41	c  N dy  8079   1451453      1000     20000         0     81717    100000   4169876     96.48    102.66
1601.97/401.55	c  N dy  8198   1471524      1000     20000         0    101756    100000   6574789     96.50    103.88
1621.52/406.43	c  N dy  8318   1491548      1000     20000         0     68835    100000   2513430     96.51    109.76
1642.27/411.66	c  N dy  8432   1511871      1000     20000         0     89130    100000   4973537     96.52    103.83
1667.80/418.03	c  N dy  8557   1531953      1000     20000         0     55264    100000    775548     96.55    102.09
1685.36/422.47	c  N dy  8664   1552519      1000     20000         0     75781    100000   3229817     96.55    102.85
1708.91/428.32	c  N dy  8782   1572768      1000     20000         0     95998    100000   5653878     96.56    106.68
1732.05/434.19	c  N dy  8896   1592809      1000     20000         0     61095    100000   1373305     96.57    103.14
1751.60/439.07	c  N dy  9003   1613676      1000     20000         0     81917    100000   3864552     96.57    101.69
1775.14/444.94	c  N dy  9112   1633779      1000     20000         0    101994    100000   6266748     96.57    102.09
1797.49/450.57	c  N dy  9236   1653885      1000     20000         0     66157    100000   1860626     96.58    102.67
1817.44/455.51	c  N dy  9348   1673926      1000     20000         0     86172    100000   4249009     96.58    102.62
1842.97/461.96	c  N dy  9466   1694149      1000     20000         0    106367    100000   6674331     96.59    101.75
1862.12/466.74	c  S st  9558   1710325      1000     20000         0     65612    100000   1699131     96.60    100.09
1862.93/466.92	c  S st  9558   1710827      1000     20000         0     66114    100000   1751205     96.60   no data
1862.93/466.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1862.93/466.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1862.93/466.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1862.93/466.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1862.93/466.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1862.93/466.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1862.93/466.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1863.33/467.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1863.33/467.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1892.85/474.43	c lits-rem:       306  cl-subs:       34  v-elim:      0  v-fix:    0  time:  7.37 s
1892.85/474.43	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1892.85/474.45	c vivif2 --  cl tried    66080 cl shrink        0 lits rem          0 time: 0.02
1894.45/474.87	c asymm  cl-useful: 0/13848/20000 lits-rem:0 time: 0.41
1894.45/474.87	c calculated reachability. Time: 0.00
1894.45/474.87	c  N dy  9558   1710827      1000     20000         0     66080    100000   1743141     96.60   no data
1917.23/480.55	c  N dy  9683   1731544      1000     20000         0     86765    100000   4235347     96.61    101.99
1943.56/487.18	c  N dy  9798   1751815      1000     20000         0    107000    100000   6668255     96.62    102.48
1966.25/492.86	c  N dy  9902   1771893      1000     20000         0     69133    100000   1988282     96.62    103.02
1988.20/498.37	c  N dy 10023   1792658      1000     20000         0     89867    100000   4469763     96.62    101.85
2014.54/504.91	c  N dy 10139   1812804      1000     20000         0    109981    100000   6890250     96.64    103.13
2037.28/510.69	c  N dy 10271   1832838      1000     20000         0     71074    100000   2125143     96.65    103.30
2058.83/516.04	c  N dy 10386   1852953      1000     20000         0     91160    100000   4539122     96.66    102.85
2084.76/522.56	c  N dy 10501   1873067      1000     20000         0    111243    100000   6945953     96.66    102.49
2107.91/528.36	c  N dy 10619   1893277      1000     20000         0     71517    100000   2066489     96.68    102.54
2129.45/533.70	c  N dy 10741   1913308      1000     20000         0     91524    100000   4470612     96.69    102.09
2155.39/540.20	c  N dy 10862   1933467      1000     20000         0    111655    100000   6896878     96.70    101.88
2179.32/546.25	c  N dy 10982   1953497      1000     20000         0     70741    100000   1860518     96.71    105.37
2200.08/551.45	c  N dy 11091   1973518      1000     20000         0     90724    100000   4264550     96.72    117.63
2226.01/557.91	c  N dy 11207   1993634      1000     20000         0    110814    100000   6677744     96.73    104.29
2253.14/564.79	c  N dy 11323   2013678      1000     20000         0     68922    100000   1531462     96.74    102.14
2274.68/570.17	c  N dy 11455   2033760      1000     20000         0     88967    100000   3950601     96.76    102.31
2300.62/576.63	c  N dy 11569   2053825      1000     20000         0    109001    100000   6350562     96.76    102.32
2328.55/583.64	c  N dy 11677   2073841      1000     20000         0     66091    100000   1077416     96.77    101.99
2348.50/588.67	c  N dy 11785   2093914      1000     20000         0     86130    100000   3488130     96.77    103.14
2373.26/594.89	c  N dy 11904   2113962      1000     20000         0    106140    100000   5904840     96.78    103.95
2403.57/602.42	c  N dy 12024   2134056      1000     20000         0    126207    100000   8329483     96.79    108.00
2423.51/607.42	c  N dy 12128   2154065      1000     20000         0     82285    100000   2898156     96.79    104.90
2447.06/613.37	c  N dy 12248   2174085      1000     20000         0    102274    100000   5305018     96.80    102.51
2475.38/620.40	c  N dy 12355   2194459      1000     20000         0    122622    100000   7730518     96.80    102.92
2495.34/625.45	c  S st 12452   2210827      1000     20000         0     74063    100000   1819480     96.80   no data
2496.16/625.64	c  S st 12452   2211328      1000     20000         0     74564    100000   1871465     96.80   no data
2496.16/625.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2496.16/625.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2496.16/625.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2496.16/625.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2496.16/625.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2496.16/625.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2496.16/625.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2496.58/625.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2496.58/625.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2523.67/632.51	c lits-rem:       213  cl-subs:       37  v-elim:      0  v-fix:    0  time:  6.72 s
2523.67/632.51	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2523.67/632.53	c vivif2 --  cl tried    74527 cl shrink        0 lits rem          0 time: 0.02
2524.47/632.76	c asymm  cl-useful: 0/6152/20000 lits-rem:0 time: 0.22
2524.47/632.76	c calculated reachability. Time: 0.00
2524.47/632.76	c  N dy 12452   2211328      1000     20000         0     74527    100000   1862959     96.80   no data
2546.01/638.15	c  N dy 12555   2231416      1000     20000         0     94582    100000   4276694     96.80    101.99
2573.13/644.98	c  N dy 12680   2251584      1000     20000         0    114723    100000   6707498     96.81    102.32
2602.67/652.34	c  N dy 12793   2271688      1000     20000         0     68902    100000   1085147     96.82    102.55
2623.02/657.50	c  N dy 12908   2291693      1000     20000         0     88863    100000   3483909     96.83    111.85
2649.35/664.01	c  N dy 13020   2312328      1000     20000         0    109471    100000   5955948     96.83    104.24
2680.08/671.75	c  N dy 13147   2332478      1000     20000         0    129591    100000   8362035     96.83    102.06
2704.01/677.73	c  N dy 13251   2352519      1000     20000         0     82709    100000   2627127     96.83    102.11
2729.19/684.09	c  N dy 13371   2372552      1000     20000         0    102718    100000   5036573     96.84    104.32
2759.09/691.57	c  N dy 13497   2392743      1000     20000         0    122861    100000   7470747     96.86    103.76
2787.00/698.57	c  N dy 13607   2412846      1000     20000         0     75054    100000   1609798     96.86    103.27
2808.95/704.08	c  N dy 13715   2432911      1000     20000         0     95092    100000   4012153     96.86    102.26
2836.08/710.81	c  N dy 13837   2452941      1000     20000         0    115099    100000   6435028     96.87    107.00
2867.60/718.71	c  N dy 13958   2473011      1000     20000         0    135141    100000   8857128     96.88    102.97
2890.34/724.41	c  N dy 14080   2493059      1000     20000         0     86250    100000   2842268     96.89    103.14
2915.08/730.66	c  N dy 14205   2513114      1000     20000         0    106272    100000   5233056     96.90    102.07
2945.00/738.16	c  N dy 14335   2533117      1000     20000         0    126251    100000   7645532     96.91    109.88
2975.32/745.79	c  N dy 14454   2553174      1000     20000         0     76387    100000   1532195     96.92    103.46
2999.67/751.88	c  N dy 14586   2573239      1000     20000         0     96422    100000   3956335     96.94    102.68
3028.00/758.92	c  N dy 14706   2593661      1000     20000         0    116809    100000   6414720     96.94    102.27
3060.72/767.17	c  N dy 14834   2613762      1000     20000         0    136884    100000   8838400     96.96    103.35
3085.06/773.27	c  N dy 14945   2633809      1000     20000         0     85998    100000   2582167     96.96    102.14
3111.04/779.72	c  N dy 15064   2653908      1000     20000         0    106053    100000   5016192     96.97    106.69
3140.53/787.18	c  N dy 15176   2674064      1000     20000         0    126179    100000   7433837     96.97    102.37
3174.04/795.53	c  N dy 15302   2694753      1000     20000         0     74948    100000   1143226     96.98    102.31
3191.99/800.04	c  S st 15412   2711328      1000     20000         0     91491    100000   3151702     96.99   no data
3192.79/800.25	c  S st 15412   2711834      1000     20000         0     91997    100000   3209655     96.99   no data
3192.79/800.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3193.19/800.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3193.19/800.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3193.19/800.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3193.19/800.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3193.19/800.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3193.19/800.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3193.19/800.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3193.59/800.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3247.45/813.97	c lits-rem:       329  cl-subs:       66  v-elim:      0  v-fix:    0  time: 13.51 s
3247.45/813.97	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3247.85/814.01	c vivif2 --  cl tried    91931 cl shrink        0 lits rem          0 time: 0.04
3249.45/814.42	c asymm  cl-useful: 0/10923/20000 lits-rem:0 time: 0.41
3249.45/814.43	c calculated reachability. Time: 0.00
3249.45/814.43	c  N dy 15412   2711834      1000     20000         0     91931    100000   3194501     96.99   no data
3275.39/820.98	c  N dy 15527   2732105      1000     20000         0    112157    100000   5618459     97.00    103.84
3306.51/828.72	c  N dy 15644   2752201      1000     20000         0    132216    100000   8043446     97.00    102.49
3336.83/836.39	c  N dy 15750   2772549      1000     20000         0     79667    100000   1593353     97.00    103.19
3359.58/842.09	c  N dy 15870   2792603      1000     20000         0     99693    100000   3994507     97.00    104.27
3387.90/849.15	c  N dy 15996   2812637      1000     20000         0    119692    100000   6429702     97.02    102.52
3420.63/857.32	c  N dy 16115   2832672      1000     20000         0    139690    100000   8850585     97.03    102.17
3447.36/864.07	c  N dy 16227   2852675      1000     20000         0     85787    100000   2236252     97.03    116.10
3472.09/870.20	c  N dy 16344   2872767      1000     20000         0    105845    100000   4649948     97.03    105.96
3501.24/877.59	c  N dy 16465   2892836      1000     20000         0    125886    100000   7050335     97.04    102.96
3536.35/886.38	c  N dy 16572   2912861      1000     20000         0    145877    100000   9458488     97.04    102.27
3562.69/892.99	c  N dy 16681   2932940      1000     20000         0     91054    100000   2757488     97.05    102.26
3589.44/899.69	c  N dy 16809   2952983      1000     20000         0    111071    100000   5174097     97.06    103.38
3620.92/907.50	c  N dy 16926   2973073      1000     20000         0    131126    100000   7573962     97.06    102.71
3656.44/916.40	c  N dy 17037   2993132      1000     20000         0    151148    100000   9968817     97.06    125.24
3680.38/922.41	c  N dy 17163   3013771      1000     20000         0     95869    100000   3221718     97.07    103.17
3707.11/929.10	c  N dy 17280   3033775      1000     20000         0    115841    100000   5639722     97.07    113.55
3738.67/937.07	c  N dy 17399   3053927      1000     20000         0    135967    100000   8059448     97.08    102.27
3773.78/945.84	c  N dy 17516   3073959      1000     20000         0     79090    100000   1087403     97.08    102.63
3796.87/951.69	c  N dy 17634   3094273      1000     20000         0     99360    100000   3531803     97.08    104.81
3826.45/959.02	c  N dy 17755   3114334      1000     20000         0    119386    100000   5950326     97.09    103.06
3861.56/967.83	c  N dy 17871   3134620      1000     20000         0    139644    100000   8389208     97.09    102.28
3898.63/977.10	c  N dy 17992   3154717      1000     20000         0     81840    100000   1305217     97.10    102.66
3925.37/983.82	c  N dy 18118   3174757      1000     20000         0    101852    100000   3731172     97.11    102.45
3957.29/991.85	c  N dy 18237   3194821      1000     20000         0    121885    100000   6163417     97.11    102.55
3989.99/1000.00	c  S st 18340   3211835      1000     20000         0    138866    100000   8207890     97.12   no data
3991.19/1000.36	c  S st 18340   3212335      1000     20000         0    139366    100000   8260122     97.12   no data
3991.19/1000.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3991.59/1000.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
3991.59/1000.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3991.59/1000.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3991.59/1000.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3991.59/1000.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3991.59/1000.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3992.00/1000.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3993.23/1000.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4250.15/1065.29	c lits-rem:       784  cl-subs:      242  v-elim:      0  v-fix:    0  time: 64.45 s
4250.15/1065.29	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4250.55/1065.39	c vivif2 --  cl tried   139124 cl shrink        0 lits rem          0 time: 0.10
4252.54/1065.87	c asymm  cl-useful: 0/6731/20000 lits-rem:0 time: 0.47
4252.54/1065.87	c calculated reachability. Time: 0.00
4252.54/1065.87	c  N dy 18340   3212335      1000     20000         0    139124    100000   8202535     97.12   no data
4289.66/1075.19	c  N dy 18464   3232449      1000     20000         0     80336    100000   1017794     97.13    102.59
4312.80/1080.98	c  N dy 18587   3252530      1000     20000         0    100390    100000   3441569     97.14    114.06
4341.12/1088.03	c  N dy 18707   3272596      1000     20000         0    120407    100000   5863599     97.14    102.85
4374.25/1096.38	c  N dy 18833   3292663      1000     20000         0    140447    100000   8297398     97.15    103.23
4412.94/1106.03	c  N dy 18969   3312683      1000     20000         0     80566    100000    935261     97.17    121.62
4436.10/1111.84	c  N dy 19084   3332914      1000     20000         0    100770    100000   3368573     97.17    104.19
4465.22/1119.10	c  N dy 19200   3352981      1000     20000         0    120796    100000   5776571     97.18    105.59
4500.73/1128.04	c  N dy 19325   3373238      1000     20000         0    141011    100000   8198579     97.18    102.87
4541.02/1138.20	c  N dy 19440   3393595      1000     20000         0    161336    100000  10641642     97.19    102.83
4566.96/1144.66	c  N dy 19550   3413757      1000     20000         0    100596    100000   3226129     97.19    102.69
4595.68/1151.85	c  N dy 19633   3433791      1000     20000         0    120594    100000   5612337     97.18    104.97
4628.41/1160.07	c  N dy 19741   3453969      1000     20000         0    140741    100000   8021687     97.18    102.42
4666.71/1169.62	c  N dy 19844   3474163      1000     20000         0    160905    100000  10446174     97.18    102.77
4693.05/1176.24	c  N dy 19961   3494313      1000     20000         0     99158    100000   2948473     97.19    102.52
4722.17/1183.51	c  N dy 20088   3514922      1000     20000         0    119725    100000   5420068     97.19    103.34
4755.29/1191.89	c  N dy 20215   3535122      1000     20000         0    139889    100000   7862503     97.20    103.18
4792.38/1201.13	c  N dy 20325   3555158      1000     20000         0    159879    100000  10269950     97.20    102.44

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366186-1305398274/watcher-3366186-1305398274 -o /tmp/evaluation-result-3366186-1305398274/solver-3366186-1305398274 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366186-1305398274.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: 8.07 8.09 8.01 1/312 13965
/proc/meminfo: memFree=28026768/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 651426249 52396032 352 33554432000 4194304 4580107 140737034630352 18446744073709551615 47589777426354 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 12792 352 302 95 0 7774 0
[pid=13965/tid=13966] ppid=13963 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 651426249 52396032 352 33554432000 4194304 4580107 140737034630352 18446744073709551615 47589777425936 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651426249 52396032 352 33554432000 4194304 4580107 140737034630352 18446744073709551615 47589777426352 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651426249 52396032 352 33554432000 4194304 4580107 140737034630352 18446744073709551615 47589777425949 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.113033 s]
/proc/loadavg: 8.07 8.09 8.01 1/312 13965
/proc/meminfo: memFree=28026768/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=283680 CPUtime=0.41 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 3185 0 0 0 41 0 0 0 25 0 4 0 651426249 290488320 3089 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 70920 3089 358 95 0 65902 0
[pid=13965/tid=13966] ppid=13963 vsize=283680 CPUtime=0.1 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 662 0 0 0 10 0 0 0 18 0 4 0 651426249 290488320 3089 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=283680 CPUtime=0.09 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 648 0 0 0 9 0 0 0 25 0 4 0 651426249 290488320 3089 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=283680 CPUtime=0.1 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 807 0 0 0 10 0 0 0 18 0 4 0 651426249 290488320 3089 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 283680

[startup+0.486618 s]
/proc/loadavg: 8.07 8.09 8.01 1/312 13965
/proc/meminfo: memFree=28026768/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=300224 CPUtime=1.91 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 10004 0 0 0 189 2 0 0 25 0 4 0 651426249 307429376 7322 33554432000 4194304 4580107 140737034630352 18446744073709551615 268272732295 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 81298 8859 378 95 0 76280 0
[pid=13965/tid=13966] ppid=13963 vsize=325192 CPUtime=0.9 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 3829 0 0 0 90 0 0 0 19 0 4 0 651426249 332996608 8859 33554432000 4194304 4580107 140737034630352 18446744073709551615 268272732295 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=325192 CPUtime=0.89 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) D 13963 13965 13843 0 -1 4202560 3618 0 0 0 89 0 0 0 18 0 4 0 651426249 332996608 8859 33554432000 4194304 4580107 140737034630352 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=325192 CPUtime=0.9 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 3059 0 0 0 90 0 0 0 19 0 4 0 651426249 332996608 8360 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 300224

[startup+1.11486 s]
/proc/loadavg: 8.07 8.09 8.01 1/312 13965
/proc/meminfo: memFree=28026768/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=296272 CPUtime=4.43 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 16416 0 0 0 440 3 0 0 25 0 4 0 651426249 303382528 8033 33554432000 4194304 4580107 140737034630352 18446744073709551615 4292952 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 74068 8033 378 95 0 69050 0
[pid=13965/tid=13966] ppid=13963 vsize=296272 CPUtime=1.1 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 4145 0 0 0 110 0 0 0 19 0 4 0 651426249 303382528 8033 33554432000 4194304 4580107 140737034630352 18446744073709551615 4291415 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=296272 CPUtime=1.09 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 4174 0 0 0 109 0 0 0 19 0 4 0 651426249 303382528 8033 33554432000 4194304 4580107 140737034630352 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=296272 CPUtime=1.1 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 3368 0 0 0 110 0 0 0 19 0 4 0 651426249 303382528 8033 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 296272

[startup+1.21484 s]
/proc/loadavg: 8.07 8.09 8.01 1/312 13965
/proc/meminfo: memFree=28026768/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=296272 CPUtime=4.82 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 17059 0 0 0 479 3 0 0 25 0 4 0 651426249 303382528 8676 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 74068 8676 378 95 0 69050 0
[pid=13965/tid=13966] ppid=13963 vsize=296272 CPUtime=1.2 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 4302 0 0 0 120 0 0 0 19 0 4 0 651426249 303382528 8676 33554432000 4194304 4580107 140737034630352 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=296272 CPUtime=1.19 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 4337 0 0 0 119 0 0 0 19 0 4 0 651426249 303382528 8676 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=296272 CPUtime=1.2 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 3538 0 0 0 120 0 0 0 19 0 4 0 651426249 303382528 8677 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 296272

[startup+1.50079 s]
/proc/loadavg: 8.07 8.09 8.01 1/312 13965
/proc/meminfo: memFree=28026768/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=296816 CPUtime=5.97 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 19934 0 0 0 593 4 0 0 25 0 4 0 651426249 303939584 8019 33554432000 4194304 4580107 140737034630352 18446744073709551615 4321126 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 74204 8019 378 95 0 69186 0
[pid=13965/tid=13966] ppid=13963 vsize=296816 CPUtime=1.49 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 5131 0 0 0 148 1 0 0 19 0 4 0 651426249 303939584 8019 33554432000 4194304 4580107 140737034630352 18446744073709551615 4322424 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=296816 CPUtime=1.48 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 5188 0 0 0 147 1 0 0 20 0 4 0 651426249 303939584 8019 33554432000 4194304 4580107 140737034630352 18446744073709551615 4342144 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=296816 CPUtime=1.48 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 3883 0 0 0 148 0 0 0 20 0 4 0 651426249 303939584 8019 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 296816

[startup+3.1115 s]
/proc/loadavg: 7.91 8.05 8.00 9/324 13982
/proc/meminfo: memFree=27836936/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=289596 CPUtime=12.39 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 37315 0 0 0 1231 8 0 0 25 0 4 0 651426249 296546304 17957 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 72399 17957 380 95 0 67381 0
[pid=13965/tid=13966] ppid=13963 vsize=289596 CPUtime=3.1 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 9437 0 0 0 308 2 0 0 25 0 4 0 651426249 296546304 17957 33554432000 4194304 4580107 140737034630352 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=289596 CPUtime=3.07 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 8361 0 0 0 305 2 0 0 25 0 4 0 651426249 296546304 17957 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=289596 CPUtime=3.1 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 7643 0 0 0 309 1 0 0 25 0 4 0 651426249 296546304 17957 33554432000 4194304 4580107 140737034630352 18446744073709551615 4306255 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 289596

[startup+6.30093 s]
/proc/loadavg: 7.91 8.05 8.00 9/324 13982
/proc/meminfo: memFree=27725456/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=298124 CPUtime=25.13 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 58203 0 0 0 2503 10 0 0 25 0 4 0 651426249 305278976 34983 33554432000 4194304 4580107 140737034630352 18446744073709551615 4316702 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 74531 34983 380 95 0 69513 0
[pid=13965/tid=13966] ppid=13963 vsize=298124 CPUtime=6.29 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 13521 0 0 0 627 2 0 0 25 0 4 0 651426249 305278976 34988 33554432000 4194304 4580107 140737034630352 18446744073709551615 4324217 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=298124 CPUtime=6.23 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 14260 0 0 0 621 2 0 0 25 0 4 0 651426249 305278976 34988 33554432000 4194304 4580107 140737034630352 18446744073709551615 4416018 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=298124 CPUtime=6.3 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 14728 0 0 0 628 2 0 0 25 0 4 0 651426249 305278976 34988 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 298124

[startup+12.7008 s]
/proc/loadavg: 7.92 8.05 8.00 9/324 13983
/proc/meminfo: memFree=27596096/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=325200 CPUtime=50.65 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 87607 0 0 0 5050 15 0 0 25 0 4 0 651426249 333004800 54043 33554432000 4194304 4580107 140737034630352 18446744073709551615 4416315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 81300 54043 381 95 0 76282 0
[pid=13965/tid=13966] ppid=13963 vsize=325200 CPUtime=12.68 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 20085 0 0 0 1265 3 0 0 25 0 4 0 651426249 333004800 54043 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=325200 CPUtime=12.57 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 21203 0 0 0 1253 4 0 0 25 0 4 0 651426249 333004800 54043 33554432000 4194304 4580107 140737034630352 18446744073709551615 4416018 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=325200 CPUtime=12.69 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 21954 0 0 0 1266 3 0 0 25 0 4 0 651426249 333004800 54043 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 325200

[startup+25.5005 s]
/proc/loadavg: 7.93 8.05 8.00 9/324 13983
/proc/meminfo: memFree=27405296/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=412188 CPUtime=101.72 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 114770 0 0 0 10150 22 0 0 25 0 4 0 651426249 422080512 70399 33554432000 4194304 4580107 140737034630352 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 103047 70399 381 95 0 98029 0
[pid=13965/tid=13966] ppid=13963 vsize=412188 CPUtime=25.48 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 24669 0 0 0 2543 5 0 0 25 0 4 0 651426249 422080512 70399 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=412188 CPUtime=25.23 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 26775 0 0 0 2518 5 0 0 25 0 4 0 651426249 422080512 70399 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=412188 CPUtime=25.48 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 30914 0 0 0 2544 4 0 0 25 0 4 0 651426249 422080512 70399 33554432000 4194304 4580107 140737034630352 18446744073709551615 4324513 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 412188

[startup+51.101 s]
/proc/loadavg: 7.96 8.04 8.00 9/324 13984
/proc/meminfo: memFree=27161324/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=579544 CPUtime=203.87 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 167881 0 0 0 20351 36 0 0 25 0 4 0 651426249 593453056 81256 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294821 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 144886 81256 381 95 0 139868 0
[pid=13965/tid=13966] ppid=13963 vsize=579544 CPUtime=51.09 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 34005 0 0 0 5101 8 0 0 25 0 4 0 651426249 593453056 81256 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=579544 CPUtime=50.59 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 41477 0 0 0 5051 8 0 0 25 0 4 0 651426249 593453056 81256 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=579544 CPUtime=51.09 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 50049 0 0 0 5099 10 0 0 25 0 4 0 651426249 593453056 81256 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 579544

[startup+102.301 s]
/proc/loadavg: 8.09 8.06 8.01 9/324 13985
/proc/meminfo: memFree=27020440/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=582212 CPUtime=408.16 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 267229 0 0 0 40755 61 0 0 25 0 4 0 651426249 596185088 91370 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 145553 91370 383 95 0 140535 0
[pid=13965/tid=13966] ppid=13963 vsize=582212 CPUtime=102.28 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 48531 0 0 0 10216 12 0 0 25 0 4 0 651426249 596185088 91370 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=582212 CPUtime=101.27 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 64954 0 0 0 10114 13 0 0 25 0 4 0 651426249 596185088 91370 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=582212 CPUtime=102.29 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 84386 0 0 0 10210 19 0 0 25 0 4 0 651426249 596185088 91370 33554432000 4194304 4580107 140737034630352 18446744073709551615 4321100 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.16
Current children cumulated vsize (KiB) 582212

[startup+162.301 s]

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

[pid=13965] ppid=13963 vsize=966924 CPUtime=2562.76 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 1185754 0 0 0 255922 354 0 0 25 0 4 0 651426249 990130176 176565 33554432000 4194304 4580107 140737034630352 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 241731 176565 380 95 0 236713 0
[pid=13965/tid=13966] ppid=13963 vsize=966924 CPUtime=642.27 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 282742 0 0 0 64139 88 0 0 25 0 4 0 651426249 990130176 176565 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=966924 CPUtime=635.87 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 295344 0 0 0 63497 90 0 0 25 0 4 0 651426249 990130176 176565 33554432000 4194304 4580107 140737034630352 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=966924 CPUtime=642.3 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 327694 0 0 0 64135 95 0 0 25 0 4 0 651426249 990130176 176565 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2562.76
Current children cumulated vsize (KiB) 966924

[startup+702.301 s]
/proc/loadavg: 8.11 8.09 8.02 9/324 14001
/proc/meminfo: memFree=26294424/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=1076248 CPUtime=2802.17 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 1273982 0 0 0 279830 387 0 0 25 0 4 0 651426249 1102077952 180532 33554432000 4194304 4580107 140737034630352 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 269062 180532 380 95 0 264044 0
[pid=13965/tid=13966] ppid=13963 vsize=1076248 CPUtime=702.27 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 306245 0 0 0 70130 97 0 0 25 0 4 0 651426249 1102077952 180532 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=1076248 CPUtime=695.28 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 309455 0 0 0 69433 95 0 0 25 0 4 0 651426249 1102077952 180532 33554432000 4194304 4580107 140737034630352 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=1076248 CPUtime=702.29 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 353240 0 0 0 70125 104 0 0 25 0 4 0 651426249 1102077952 180532 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.17
Current children cumulated vsize (KiB) 1076248

[startup+762.3 s]
/proc/loadavg: 8.10 8.09 8.02 9/324 14003
/proc/meminfo: memFree=26188104/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=1103084 CPUtime=3041.57 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 1359724 0 0 0 303739 418 0 0 25 0 4 0 651426249 1129558016 195295 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 275771 195295 380 95 0 270753 0
[pid=13965/tid=13966] ppid=13963 vsize=1103084 CPUtime=762.26 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 327855 0 0 0 76123 103 0 0 25 0 4 0 651426249 1129558016 195295 33554432000 4194304 4580107 140737034630352 18446744073709551615 4416320 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=1103084 CPUtime=754.67 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 330688 0 0 0 75364 103 0 0 25 0 4 0 651426249 1129558016 195295 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=1103084 CPUtime=762.3 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 376181 0 0 0 76116 114 0 0 25 0 4 0 651426249 1129558016 195295 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3041.57
Current children cumulated vsize (KiB) 1103084

[startup+822.301 s]
/proc/loadavg: 8.10 8.08 8.02 9/324 14004
/proc/meminfo: memFree=26241148/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=1064684 CPUtime=3280.97 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 1436682 0 0 0 327653 444 0 0 25 0 4 0 651426249 1090236416 189430 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 266171 189430 380 95 0 261153 0
[pid=13965/tid=13966] ppid=13963 vsize=1064684 CPUtime=822.27 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 348525 0 0 0 82117 110 0 0 25 0 4 0 651426249 1090236416 189430 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=1064684 CPUtime=814.08 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 351327 0 0 0 81297 111 0 0 25 0 4 0 651426249 1090236416 189430 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=1064684 CPUtime=822.3 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 393477 0 0 0 82110 120 0 0 25 0 4 0 651426249 1090236416 189430 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3280.97
Current children cumulated vsize (KiB) 1064684

[startup+882.301 s]
/proc/loadavg: 8.14 8.10 8.03 9/324 14006
/proc/meminfo: memFree=26091196/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=1121244 CPUtime=3520.37 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 1523281 0 0 0 351562 475 0 0 25 0 4 0 651426249 1148153856 194504 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 280311 194504 380 95 0 275293 0
[pid=13965/tid=13966] ppid=13963 vsize=1121244 CPUtime=882.27 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 370757 0 0 0 88110 117 0 0 25 0 4 0 651426249 1148153856 194504 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=1121244 CPUtime=873.48 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 370663 0 0 0 87231 117 0 0 25 0 4 0 651426249 1148153856 194504 33554432000 4194304 4580107 140737034630352 18446744073709551615 4321874 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=1121244 CPUtime=882.3 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 415957 0 0 0 88101 129 0 0 25 0 4 0 651426249 1148153856 194504 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.37
Current children cumulated vsize (KiB) 1121244

[startup+942.3 s]
/proc/loadavg: 8.15 8.11 8.03 9/324 14007
/proc/meminfo: memFree=26061276/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=1123272 CPUtime=3759.78 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 1598752 0 0 0 375472 506 0 0 25 0 4 0 651426249 1150230528 200188 33554432000 4194304 4580107 140737034630352 18446744073709551615 4305975 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 280818 200188 380 95 0 275800 0
[pid=13965/tid=13966] ppid=13963 vsize=1123272 CPUtime=942.26 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 392485 0 0 0 94100 126 0 0 25 0 4 0 651426249 1150230528 200188 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=1123272 CPUtime=932.88 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 380832 0 0 0 93167 121 0 0 25 0 4 0 651426249 1150230528 200188 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=1123272 CPUtime=942.3 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 437770 0 0 0 94092 138 0 0 25 0 4 0 651426249 1150230528 200188 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3759.78
Current children cumulated vsize (KiB) 1123272

[startup+1002.3 s]
/proc/loadavg: 8.14 8.11 8.04 9/324 14009
/proc/meminfo: memFree=25837784/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=1368620 CPUtime=3999.17 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 1706000 0 0 0 399376 541 0 0 25 0 4 0 651426249 1401466880 254566 33554432000 4194304 4580107 140737034630352 18446744073709551615 4451900 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 342155 254566 380 95 0 337137 0
[pid=13965/tid=13966] ppid=13963 vsize=1368620 CPUtime=1002.27 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 421465 0 0 0 100097 130 0 0 25 0 4 0 651426249 1401466880 254566 33554432000 4194304 4580107 140737034630352 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=1368620 CPUtime=992.27 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 397644 0 0 0 99096 131 0 0 25 0 4 0 651426249 1401466880 254566 33554432000 4194304 4580107 140737034630352 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=1368620 CPUtime=1002.3 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 468277 0 0 0 100084 146 0 0 25 0 4 0 651426249 1401466880 254566 33554432000 4194304 4580107 140737034630352 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.17
Current children cumulated vsize (KiB) 1368620

[startup+1062.3 s]
/proc/loadavg: 8.09 8.11 8.04 9/324 14011
/proc/meminfo: memFree=25604352/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=1313600 CPUtime=4238.6 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 1739192 0 0 0 423299 561 0 0 25 0 4 0 651426249 1345126400 243404 33554432000 4194304 4580107 140737034630352 18446744073709551615 4416719 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 328400 243404 380 95 0 323382 0
[pid=13965/tid=13966] ppid=13963 vsize=1313600 CPUtime=1062.27 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 436722 0 0 0 106090 137 0 0 25 0 4 0 651426249 1345126400 243407 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=1313600 CPUtime=1051.68 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 414586 0 0 0 105025 143 0 0 25 0 4 0 651426249 1345126400 243407 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=1313600 CPUtime=1062.31 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 469273 0 0 0 106085 146 0 0 25 0 4 0 651426249 1345126400 243407 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4238.6
Current children cumulated vsize (KiB) 1313600

[startup+1122.3 s]
/proc/loadavg: 8.03 8.08 8.03 9/324 14012
/proc/meminfo: memFree=25537488/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=1329380 CPUtime=4477.98 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 1827940 0 0 0 447206 592 0 0 25 0 4 0 651426249 1361285120 253844 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 332345 253844 380 95 0 327327 0
[pid=13965/tid=13966] ppid=13963 vsize=1329380 CPUtime=1122.27 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 457610 0 0 0 112081 146 0 0 25 0 4 0 651426249 1361285120 253844 33554432000 4194304 4580107 140737034630352 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=1329380 CPUtime=1111.07 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 440218 0 0 0 110957 150 0 0 25 0 4 0 651426249 1361285120 253844 33554432000 4194304 4580107 140737034630352 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=1329380 CPUtime=1122.3 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 490948 0 0 0 112076 154 0 0 25 0 4 0 651426249 1361285120 253844 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4477.98
Current children cumulated vsize (KiB) 1329380

[startup+1182.31 s]
/proc/loadavg: 8.05 8.08 8.03 9/324 14014
/proc/meminfo: memFree=25496148/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=1387172 CPUtime=4717.42 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 1888662 0 0 0 471121 621 0 0 25 0 4 0 651426249 1420464128 258481 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 346793 258481 380 95 0 341775 0
[pid=13965/tid=13966] ppid=13963 vsize=1387172 CPUtime=1182.27 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 476810 0 0 0 118073 154 0 0 25 0 4 0 651426249 1420464128 258481 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=1387172 CPUtime=1170.48 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 440218 0 0 0 116898 150 0 0 25 0 4 0 651426249 1420464128 258481 33554432000 4194304 4580107 140737034630352 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=1387172 CPUtime=1182.31 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 511777 0 0 0 118067 164 0 0 25 0 4 0 651426249 1420464128 258481 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4717.42
Current children cumulated vsize (KiB) 1387172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.03 8.08 8.03 10/324 14014
/proc/meminfo: memFree=25518948/32950928 swapFree=60199044/67111528
[pid=13965] ppid=13963 vsize=1317468 CPUtime=4800.43 cores=1,3,5,7
/proc/13965/stat : 13965 (strangenight2-m) R 13963 13965 13843 0 -1 4202496 1915274 0 0 0 479412 631 0 0 25 0 4 0 651426249 1349087232 250022 33554432000 4194304 4580107 140737034630352 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13965/statm: 329367 250022 380 95 0 324349 0
[pid=13965/tid=13966] ppid=13963 vsize=1317468 CPUtime=1203.09 cores=1,3,5,7
/proc/13965/task/13966/stat : 13966 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 484773 0 0 0 120152 157 0 0 25 0 4 0 651426249 1349087232 250029 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13965/tid=13967] ppid=13963 vsize=1317468 CPUtime=1191.08 cores=1,3,5,7
/proc/13965/task/13967/stat : 13967 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 445457 0 0 0 118956 152 0 0 25 0 4 0 651426249 1349087232 250029 33554432000 4194304 4580107 140737034630352 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=1317468 CPUtime=1203.12 cores=1,3,5,7
/proc/13965/task/13968/stat : 13968 (strangenight2-m) R 13963 13965 13843 0 -1 4202560 519461 0 0 0 120145 167 0 0 25 0 4 0 651426249 1349087232 250029 33554432000 4194304 4580107 140737034630352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.43
Current children cumulated vsize (KiB) 1317468

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.17
CPU time (s): 4800.52
CPU user time (s): 4794.16
CPU system time (s): 6.35703
CPU usage (%): 398.989
Max. virtual memory (cumulated for all children) (KiB): 1401428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.16
system time used= 6.35703
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1915286
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= 1575
involuntary context switches= 32821

runsolver used 3.2865 second user time and 8.78266 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-14 20:37:55
IDJOB=3366186
IDBENCH=82595
IDSOLVER=1844
FILE ID=node122/3366186-1305398274
RUNJOBID= node122-1305397069-13862
PBS_JOBID= 13324448
Free space on /tmp= 73436 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S945664020-055-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366186-1305398274/watcher-3366186-1305398274 -o /tmp/evaluation-result-3366186-1305398274/solver-3366186-1305398274 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366186-1305398274.cnf

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

MD5SUM BENCH= b5db50c2da6442b279ae090cf3223d53
RANDOM SEED=1226904790

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28026924 kB
Buffers:        270504 kB
Cached:        3342072 kB
SwapCached:      50104 kB
Active:         861968 kB
Inactive:      3853188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28026924 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            5864 kB
Writeback:           0 kB
AnonPages:     1063328 kB
Mapped:          13612 kB
Slab:           112800 kB
PageTables:      32040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52524796 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= 73424 MiB
End job on node122 at 2011-05-14 20:58:00