Trace number 3174167

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.35 1201.73

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S630613738-050.SATISFIABLE.cnf
MD5SUM14f99f1ef2d8eb11eba1a00a818c14a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.037993
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174167-1304107785.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.00/0.00	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.00	c -- vars added         60
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.41/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.41/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.41/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.41/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.41/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.41/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.41/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.77/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.77/0.85	c Finding binary XORs  T:     0.00 s  found:       0
0.77/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.77/0.85	c calculated reachability. Time: 0.00
0.77/0.85	c Calc default polars -  time:   0.00 s pos:      33 undec:       1 neg:      26
0.77/0.85	c =========================================================================================
0.77/0.85	c types(t): F = full restart, N = normal restart
0.77/0.85	c types(t): S = simplification begin/end, E = solution found
0.77/0.85	c restart types(rt): st = static, dy = dynamic
0.77/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.85	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.77/0.85	c  N dy    10      7402        60      5340         0      4347     37380     86422     17.96     18.98
0.77/0.85	c  N dy    24     12446        60      5340         0      5083     37380     95094     17.90     18.89
0.77/0.85	c  N dy    45     16461        60      5340         0      8667     37380    172031     18.11     19.68
0.77/0.95	c  N dy    56     20876        60      5340         0      7583     37380    138869     18.11     19.13
4.38/1.15	c  F st    67     25002        60      5340         0     11273     37380    217302     18.12     18.11
4.38/1.15	c  N st    67     25002        60      5340         0     11273     37380    217302     18.12     18.11
5.18/1.35	c  N dy    73     30000        60      5340         0      9659     37380    175915     18.12   no data
5.18/1.35	c  S st    73     30000        60      5340         0      9659     37380    175915     18.12   no data
5.18/1.35	c  S st    73     30503        60      5340         0     10118     37380    186018     18.12   no data
5.18/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.18/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.18/1.35	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.18/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.18/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.18/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.18/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.18/1.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.18/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.98/1.53	c lits-rem:       135  cl-subs:      988  v-elim:      0  v-fix:    0  time:  0.20 s
6.79/1.76	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.79/1.76	c calculated reachability. Time: 0.00
6.79/1.76	c  N dy    73     30503        60      5340         0      9130     37380    164159     18.12   no data
8.37/2.19	c  N dy    82     39771        60      5340         0     10333     37380    176529     17.86     18.95
9.97/2.52	c  N dy    98     45222        60      5340         0     15187     37380    277637     17.86     18.85
9.97/2.56	c  S st   104     45755        60      5340         0     15666     37380    288229     17.89   no data
10.37/2.61	c  S st   104     46255        60      5340         0      8189     37380    125831     17.89   no data
10.37/2.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.37/2.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.37/2.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.37/2.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.37/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.37/2.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.37/2.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.37/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.65	c lits-rem:        12  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.03 s
10.37/2.65	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.37/2.66	c vivif2 --  cl tried     8143 cl shrink        0 lits rem          0 time: 0.00
11.18/2.87	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.18/2.87	c calculated reachability. Time: 0.00
11.18/2.87	c  N dy   104     46255        60      5340         0      8143     37380    124754     17.89   no data
11.97/3.08	c  N dy   133     50309        60      5340         0     11760     37380    203158     18.02     19.02
13.17/3.34	c  N dy   144     54752        60      5340         0     15695     37380    285810     18.00     18.99
14.37/3.60	c  N dy   163     58820        60      5340         0     10456     37380    163068     18.06     19.96
15.58/3.96	c  N dy   175     65170        60      5340         0     16104     37380    280459     18.01     19.03
16.76/4.25	c  N dy   183     69382        60      5340         0     10069     37380    145293     17.96     16.65
16.76/4.25	c  S st   183     69382        60      5340         0     10069     37380    145293     17.96     16.65
16.76/4.28	c  S st   183     69886        60      5340         0     10534     37380    155568     17.96   no data
16.76/4.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.76/4.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.76/4.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
16.76/4.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.76/4.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.16/4.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.35	c lits-rem:        17  cl-subs:      139  v-elim:      0  v-fix:    0  time:  0.06 s
17.16/4.35	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.16/4.36	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
18.36/4.61	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
18.36/4.61	c calculated reachability. Time: 0.00
18.36/4.61	c  N dy   183     69886        60      5340         0     10395     37380    152657     17.96   no data
19.16/4.87	c  N dy   207     74558        60      5340         0     14575     37380    242550     18.02     18.99
20.75/5.21	c  N dy   234     79419        60      5340         0     18910     37380    336347     18.09     19.10
21.95/5.59	c  N dy   265     84592        60      5340         0     12835     37380    194081     18.15     19.24
22.75/5.76	c  F st   275     87502        60      5340         0     15435     37380    249431     18.16     17.59
23.55/5.97	c  N st   280     90806        60      5340         0     18380     37380    312712     18.16   no data
25.55/6.43	c  N dy   305     96682        60      5340         0     12032     37380    166349     18.22     20.09
27.15/6.81	c  N dy   326    102951        60      5340         0     17606     37380    284348     18.21     19.25
27.55/6.95	c  S st   335    104830        60      5340         0     19265     37380    320008     18.22     18.44
27.95/7.01	c  S st   335    105333        60      5340         0     19727     37380    330506     18.22   no data
27.95/7.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.95/7.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.95/7.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.95/7.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.95/7.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.95/7.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.95/7.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.95/7.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.95/7.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.45	c lits-rem:       182  cl-subs:     1937  v-elim:      0  v-fix:    0  time:  0.42 s
29.54/7.45	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.54/7.46	c vivif2 --  cl tried    17790 cl shrink        0 lits rem          0 time: 0.00
31.15/7.81	c asymm  cl-useful: 0/4926/5340 lits-rem:0 time: 0.35
31.15/7.81	c calculated reachability. Time: 0.00
31.15/7.81	c  N dy   335    105333        60      5340         0     17790     37380    289132     18.22   no data
32.74/8.29	c  N dy   340    112153        60      5340         0     23798     37380    413142     18.15     19.21
34.74/8.76	c  N dy   345    119619        60      5340         0     18078     37380    282718     18.08     19.04
38.73/9.71	c  N dy   358    132825        60      5340         0     16510     37380    241342     17.97     18.93
41.13/10.39	c  N dy   410    141382        60      5340         0     24126     37380    405827     18.04     20.71
44.72/11.24	c  N dy   475    151179        60      5340         0     18728     37380    281317     18.12     19.14
46.74/11.75	c  S st   488    157999        60      5340         0     24777     37380    407199     18.09   no data
47.12/11.81	c  S st   488    158502        60      5340         0     25237     37380    417424     18.09   no data
47.12/11.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.12/11.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.12/11.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.12/11.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.12/11.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.12/11.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.12/11.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.12/11.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.12/11.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.92/12.59	c lits-rem:       242  cl-subs:     2708  v-elim:      0  v-fix:    0  time:  0.76 s
49.92/12.59	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.32/12.60	c vivif2 --  cl tried    22529 cl shrink        0 lits rem          0 time: 0.00
51.51/12.95	c asymm  cl-useful: 0/4176/5340 lits-rem:0 time: 0.35
51.51/12.95	c calculated reachability. Time: 0.00
51.51/12.95	c  N dy   488    158502        60      5340         0     22529     37380    360838     18.09   no data
56.30/14.11	c  N dy   496    172966        60      5340         0     20349     37380    300465     17.99     19.08
65.50/16.44	c  N dy   537    201787        60      5340         0     29954     37380    486324     17.81     18.83
70.69/17.71	c  N dy   608    214876        60      5340         0     24862     37380    383325     17.86     18.85
77.10/19.32	c  N dy   674    228656        60      5340         0     19370     37380    254379     17.90     19.48
79.47/19.99	c  S st   684    237754        60      5340         0     27385     37380    419037     17.86     15.22
79.88/20.06	c  S st   684    238259        60      5340         0     27842     37380    429062     17.86   no data
79.88/20.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.88/20.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
79.88/20.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.88/20.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.88/20.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.88/20.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
79.88/20.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.88/20.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
79.88/20.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.48/20.97	c lits-rem:       287  cl-subs:     2954  v-elim:      0  v-fix:    0  time:  0.88 s
83.48/20.97	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
83.48/20.98	c vivif2 --  cl tried    24888 cl shrink        0 lits rem          0 time: 0.00
84.28/21.10	c asymm  cl-useful: 0/1164/5340 lits-rem:0 time: 0.12
84.28/21.10	c calculated reachability. Time: 0.00
84.28/21.10	c  N dy   684    238259        60      5340         0     24888     37380    370484     17.86   no data
91.86/23.08	c  N dy   750    257277        60      5340         0     23284     37380    321268     17.85     19.08
99.48/24.96	c  N dy   828    274033        60      5340         0     38186     37380    640110     17.88     18.87
107.04/26.87	c  N dy   919    291932        60      5340         0     34728     37380    560189     17.92     18.88
113.44/28.43	c  F st   988    306252        60      5340         0     27076     37380    389995     17.94   no data
115.44/28.93	c  N dy   994    311444        60      5340         0     31667     37380    488369     17.94   no data
124.22/31.10	c  N dy  1033    331369        60      5340         0     28023     37380    395692     17.90     18.89
134.62/33.80	c  N dy  1158    351410        60      5340         0     23671     37380    295464     17.97     19.10
137.40/34.40	c  S st  1197    357389        60      5340         0     28993     37380    411387     17.99   no data
137.40/34.48	c  S st  1197    357892        60      5340         0     29452     37380    421571     17.99   no data
137.40/34.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.40/34.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
137.40/34.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.40/34.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.40/34.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.40/34.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
137.40/34.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.80/34.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
137.80/34.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.20/35.12	c lits-rem:       138  cl-subs:     1603  v-elim:      0  v-fix:    0  time:  0.61 s
140.20/35.12	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
140.20/35.13	c vivif2 --  cl tried    27849 cl shrink        0 lits rem          0 time: 0.00
141.80/35.50	c asymm  cl-useful: 0/3583/5340 lits-rem:0 time: 0.38
141.80/35.50	c calculated reachability. Time: 0.00
141.80/35.50	c  N dy  1197    357892        60      5340         0     27849     37380    385328     17.99   no data
151.80/38.09	c  N dy  1285    377971        60      5340         0     45643     37380    763998     18.01     20.85
167.37/41.95	c  N dy  1364    408971        60      5340         0     26142     37380    326005     17.99     18.96
181.34/45.47	c  N dy  1378    439938        60      5340         0     28628     37380    365834     17.87     18.99
191.35/47.99	c  N dy  1432    460025        60      5340         0     46471     37380    741615     17.87     21.54
203.32/50.90	c  N dy  1552    481086        60      5340         0     39627     37380    596382     17.91     18.98
218.12/54.62	c  N dy  1660    506039        60      5340         0     35130     37380    477520     17.92     18.90
230.90/57.80	c  N dy  1759    526118        60      5340         0     52943     37380    857739     17.95     18.99
236.88/59.30	c  S st  1801    536838        60      5340         0     34997     37380    470608     17.95     17.11
237.28/59.40	c  S st  1801    537340        60      5340         0     35451     37380    480766     17.95   no data
237.28/59.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
237.28/59.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
237.28/59.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
237.28/59.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
237.28/59.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.28/59.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
237.28/59.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.28/59.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
237.28/59.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.47/60.27	c lits-rem:       207  cl-subs:     2114  v-elim:      0  v-fix:    0  time:  0.84 s
240.47/60.28	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
240.47/60.28	c vivif2 --  cl tried    33337 cl shrink        0 lits rem          0 time: 0.01
241.67/60.55	c asymm  cl-useful: 0/1757/5340 lits-rem:0 time: 0.27
241.67/60.55	c calculated reachability. Time: 0.00
241.67/60.55	c  N dy  1801    537340        60      5340         0     33337     37380    436510     17.95   no data
254.45/63.73	c  N dy  1911    557433        60      5340         0     51168     37380    820660     17.99     19.05
267.24/66.91	c  N dy  2032    577452        60      5340         0     40678     37380    587312     18.02     20.28
282.42/70.76	c  N dy  2130    598351        60      5340         0     30005     37380    345286     18.05     19.04
293.21/73.45	c  N dy  2207    618582        60      5340         0     47911     37380    727076     18.05     19.04
308.79/77.39	c  N dy  2308    641204        60      5340         0     37900     37380    503306     18.07     19.13
323.58/81.09	c  N dy  2429    662629        60      5340         0     56934     37380    913138     18.10     19.06
337.13/84.44	c  N dy  2537    682735        60      5340         0     43686     37380    619168     18.11     19.07
353.94/88.63	c  N dy  2623    703823        60      5340         0     62422     37380   1022414     18.13     19.17
365.51/91.59	c  N dy  2641    725007        60      5340         0     49087     37380    705757     18.08     19.08
387.88/97.17	c  N dy  2754    756068        60      5340         0     43774     37380    588926     18.08     19.14
403.46/101.05	c  N dy  2844    777546        60      5340         0     62769     37380    994219     18.08     19.43
416.64/104.39	c  N dy  2886    798043        60      5340         0     47338     37380    658195     18.07     19.16
422.63/105.82	c  S st  2913    806010        60      5340         0     54387     37380    807240     18.07   no data
423.03/105.96	c  S st  2913    806518        60      5340         0     54853     37380    817666     18.07   no data
423.03/105.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
423.03/105.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
423.03/105.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
423.03/105.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
423.03/105.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
423.03/105.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
423.03/105.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
423.43/106.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
423.43/106.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
437.02/109.46	c lits-rem:       630  cl-subs:     6082  v-elim:      0  v-fix:    0  time:  3.43 s
437.02/109.46	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
437.02/109.47	c vivif2 --  cl tried    48771 cl shrink        0 lits rem          0 time: 0.01
438.21/109.71	c asymm  cl-useful: 0/1216/5340 lits-rem:0 time: 0.24
438.21/109.71	c calculated reachability. Time: 0.00
438.21/109.71	c  N dy  2913    806518        60      5340         0     48771     37380    695557     18.07   no data
456.59/114.34	c  N dy  2980    830027        60      5340         0     35407     37380    399194     18.06     19.04
470.17/117.79	c  N dy  3038    854467        60      5340         0     56965     37380    857602     18.05     19.21
488.15/122.23	c  N dy  3120    874498        60      5340         0     39502     37380    473011     18.06     19.80
499.35/125.10	c  N dy  3145    894574        60      5340         0     57209     37380    844369     18.03     20.77
518.50/129.89	c  N dy  3239    915581        60      5340         0     39695     37380    471668     18.04     18.99
531.28/133.04	c  N dy  3291    935631        60      5340         0     57406     37380    844455     18.03     20.30
553.25/138.59	c  N dy  3370    963546        60      5340         0     44965     37380    567236     18.02     19.05
569.66/142.67	c  N dy  3495    983893        60      5340         0     62979     37380    958353     18.05     19.03
588.42/147.36	c  N dy  3592   1003965        60      5340         0     42790     37380    517878     18.06     19.81
604.41/151.33	c  N dy  3699   1024131        60      5340         0     60686     37380    904942     18.07     19.05
629.96/157.76	c  N dy  3768   1054532        60      5340         0     48479     37380    614950     18.05     19.07
644.73/161.48	c  F st  3875   1071875        60      5340         0     63883     37380    950457     18.07     17.92
647.93/162.24	c  N st  3880   1075179        60      5340         0     66800     37380   1013877     18.07   no data
669.10/167.57	c  N dy  3909   1103088        60      5340         0     51532     37380    672886     18.05     19.00
687.08/172.03	c  N dy  4018   1123289        60      5340         0     69442     37380   1060069     18.06     19.11
712.24/178.31	c  N dy  4127   1151353        60      5340         0     53605     37380    712791     18.06     19.06
732.24/183.39	c  N dy  4245   1171677        60      5340         0     71679     37380   1104203     18.08     19.15
757.78/189.78	c  N dy  4388   1194474        60      5340         0     50415     37380    643157     18.10     19.08
774.16/193.82	c  S st  4491   1209778        60      5340         0     64000     37380    938467     18.11   no data
774.96/194.09	c  S st  4491   1210282        60      5340         0     64446     37380    948441     18.11   no data
775.36/194.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
775.36/194.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
775.36/194.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
775.36/194.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
775.36/194.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
775.36/194.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
775.36/194.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
775.36/194.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
775.36/194.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
808.92/202.51	c lits-rem:       609  cl-subs:     5519  v-elim:      0  v-fix:    0  time:  8.33 s
808.92/202.51	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
808.92/202.52	c vivif2 --  cl tried    58927 cl shrink        0 lits rem          0 time: 0.01
810.12/202.89	c asymm  cl-useful: 0/870/5340 lits-rem:0 time: 0.37
810.12/202.89	c calculated reachability. Time: 0.00
810.12/202.89	c  N dy  4491   1210282        60      5340         0     58927     37380    827598     18.11   no data
833.31/208.64	c  N dy  4610   1230512        60      5340         0     76875     37380   1215111     18.13     19.09
852.45/213.40	c  N dy  4673   1250673        60      5340         0     52346     37380    668218     18.13     19.15
870.43/217.98	c  N dy  4785   1270706        60      5340         0     70072     37380   1051118     18.14     20.01
897.59/224.71	c  N dy  4925   1293318        60      5340         0     46964     37380    548208     18.16     19.45
913.58/228.79	c  N dy  5020   1313376        60      5340         0     64742     37380    931816     18.17     20.77
936.74/234.58	c  N dy  5116   1333773        60      5340         0     82682     37380   1314011     18.17     19.31
959.91/240.32	c  N dy  5179   1353811        60      5340         0     56188     37380    733535     18.17     20.96
977.09/244.66	c  N dy  5191   1373880        60      5340         0     73752     37380   1100725     18.15     20.62
1002.65/251.04	c  N dy  5281   1393919        60      5340         0     46500     37380    518410     18.15     20.80
1022.25/255.99	c  N dy  5365   1419130        60      5340         0     68728     37380    993964     18.15     19.33
1044.59/261.52	c  N dy  5439   1439181        60      5340         0     86437     37380   1371909     18.16     20.48
1066.19/266.97	c  N dy  5568   1459245        60      5340         0     58410     37380    764709     18.17     19.98
1090.13/272.93	c  N dy  5649   1484535        60      5340         0     80632     37380   1236508     18.17     19.16
1113.70/278.81	c  N dy  5703   1504766        60      5340         0     51735     37380    607091     18.16     19.15
1131.28/283.23	c  N dy  5776   1524779        60      5340         0     69366     37380    980616     18.16     19.99
1154.85/289.11	c  N dy  5869   1544785        60      5340         0     87020     37380   1358497     18.17     19.29
1177.22/294.76	c  N dy  5932   1565405        60      5340         0     57601     37380    719990     18.17     19.23
1201.19/300.70	c  N dy  6041   1589154        60      5340         0     78554     37380   1170618     18.17     19.15
1227.54/307.33	c  N dy  6144   1609238        60      5340         0     96290     37380   1554096     18.18     19.81
1246.33/312.07	c  N dy  6229   1631431        60      5340         0     67426     37380    924484     18.18     19.21
1269.08/317.79	c  N dy  6334   1651470        60      5340         0     85117     37380   1308263     18.19     19.22
1297.05/324.71	c  N dy  6459   1671703        60      5340         0     53604     37380    619906     18.21     19.22
1319.02/330.27	c  N dy  6566   1695693        60      5340         0     74824     37380   1075046     18.21     19.27
1336.59/334.69	c  S st  6597   1710283        60      5340         0     87667     37380   1346197     18.21     17.18
1338.21/335.02	c  S st  6597   1710788        60      5340         0     88134     37380   1356860     18.21   no data
1338.21/335.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1338.21/335.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1338.21/335.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1338.21/335.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1338.21/335.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1338.21/335.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1338.21/335.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1338.61/335.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1338.61/335.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1434.88/359.25	c lits-rem:      1128  cl-subs:    10637  v-elim:      0  v-fix:    0  time: 24.10 s
1434.88/359.25	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1434.88/359.27	c vivif2 --  cl tried    77497 cl shrink        0 lits rem          0 time: 0.02
1436.46/359.67	c asymm  cl-useful: 0/639/5340 lits-rem:0 time: 0.41
1436.46/359.68	c calculated reachability. Time: 0.00
1436.46/359.68	c  N dy  6597   1710788        60      5340         0     77497     37380   1135952     18.21   no data
1464.42/366.62	c  N dy  6690   1731069        60      5340         0     95414     37380   1523134     18.21     19.21
1484.39/371.63	c  N dy  6739   1752613        60      5340         0     64646     37380    843888     18.20     19.17
1507.16/377.34	c  N dy  6842   1772772        60      5340         0     82550     37380   1231088     18.21     19.27
1540.33/385.69	c  N dy  6920   1800952        60      5340         0     56398     37380    654511     18.20     19.16
1560.29/390.63	c  N dy  6991   1821793        60      5340         0     74801     37380   1049941     18.20     19.21
1607.02/402.33	c  N dy  7024   1859763        60      5340         0     56145     37380    636628     18.17     19.13
1627.80/407.59	c  N dy  7161   1879815        60      5340         0     73867     37380   1023900     18.18     19.94
1654.58/414.21	c  N dy  7246   1900636        60      5340         0     92179     37380   1417082     18.19     19.24
1707.31/427.48	c  N dy  7255   1957812        60      5340         0     89079     37380   1292332     18.13     19.17
1742.46/436.25	c  N dy  7360   1982569        60      5340         0     57551     37380    652257     18.13     19.31
1762.41/441.24	c  N dy  7465   2002636        60      5340         0     75293     37380   1035873     18.14     20.14
1789.57/448.01	c  N dy  7560   2023670        60      5340         0     93933     37380   1439813     18.14     19.11
1820.73/455.81	c  N dy  7663   2043701        60      5340         0     57151     37380    637682     18.15     19.55
1840.31/460.72	c  N dy  7754   2064013        60      5340         0     75114     37380   1024063     18.15     19.12
1864.67/466.88	c  N dy  7808   2084264        60      5340         0     92889     37380   1400168     18.15     19.11
1900.23/475.71	c  N dy  7914   2105325        60      5340         0     56010     37380    600325     18.16     19.22
1918.22/480.25	c  N dy  7973   2125373        60      5340         0     73635     37380    974504     18.16     20.30
1940.59/485.88	c  N dy  8027   2145421        60      5340         0     91095     37380   1339482     18.15     19.79
1969.73/493.18	c  N dy  8108   2166169        60      5340         0    109304     37380   1726537     18.15     19.41
1990.91/498.46	c  N dy  8162   2186262        60      5340         0     70748     37380    906583     18.16     21.45
2017.27/505.02	c  N dy  8231   2210788        60      5340         0     92288     37380   1359118     18.15     17.04
2017.27/505.02	c  S st  8231   2210788        60      5340         0     92288     37380   1359118     18.15     17.04
2018.07/505.27	c  S st  8231   2211288        60      5340         0     92733     37380   1369181     18.15   no data
2018.07/505.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2018.47/505.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2018.47/505.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2018.47/505.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2018.47/505.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2018.47/505.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2018.47/505.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2018.47/505.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2018.47/505.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2069.60/518.18	c lits-rem:      1123  cl-subs:    11033  v-elim:      0  v-fix:    0  time: 12.80 s
2069.60/518.18	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2070.00/518.20	c vivif2 --  cl tried    81700 cl shrink        0 lits rem          0 time: 0.02
2071.60/518.63	c asymm  cl-useful: 0/640/5340 lits-rem:0 time: 0.43
2071.60/518.63	c calculated reachability. Time: 0.00
2071.60/518.63	c  N dy  8231   2211288        60      5340         0     81700     37380   1147241     18.15   no data
2110.74/528.44	c  N dy  8307   2231806        60      5340         0     99765     37380   1532650     18.15     19.12
2149.08/538.05	c  N dy  8415   2251897        60      5340         0     61038     37380    695594     18.15     19.19
2171.45/543.66	c  N dy  8537   2272035        60      5340         0     78874     37380   1085646     18.16     19.20
2201.82/551.23	c  N dy  8682   2292376        60      5340         0     96909     37380   1482436     18.18     19.19
2234.18/559.37	c  N dy  8774   2312554        60      5340         0    114674     37380   1863754     18.18     19.15
2259.74/565.72	c  N dy  8886   2334460        60      5340         0     76275     37380   1012580     18.19     19.30
2284.49/571.92	c  N dy  8969   2354552        60      5340         0     93988     37380   1391418     18.19     19.42
2320.45/580.94	c  N dy  9122   2374610        60      5340         0    111750     37380   1782898     18.20     19.63
2350.41/588.45	c  N dy  9272   2394639        60      5340         0     70461     37380    874579     18.21     20.25
2373.98/594.30	c  N dy  9367   2414716        60      5340         0     88258     37380   1258662     18.21     19.24
2411.93/603.87	c  N dy  9426   2443271        60      5340         0    113257     37380   1778859     18.20     19.16
2439.49/610.71	c  N dy  9503   2463297        60      5340         0     70973     37380    870194     18.20     21.31
2484.63/622.10	c  N dy  9562   2505707        60      5340         0    108019     37380   1631969     18.18     19.26
2520.20/630.93	c  N dy  9677   2525710        60      5340         0     65010     37380    736914     18.19     19.85
2543.35/636.77	c  N dy  9795   2545756        60      5340         0     82728     37380   1123188     18.19     19.19
2571.71/643.83	c  N dy  9873   2566298        60      5340         0    100877     37380   1512306     18.20     19.21
2612.06/653.91	c  N dy  9983   2590247        60      5340         0    121959     37380   1966868     18.20     19.22
2639.62/660.86	c  N dy 10052   2614720        60      5340         0     81770     37380   1077378     18.20     19.36
2667.19/667.73	c  N dy 10120   2635960        60      5340         0    100584     37380   1481799     18.20     19.29
2700.75/676.18	c  N dy 10234   2656046        60      5340         0    118453     37380   1869901     18.20     19.20
2732.69/684.19	c  N dy 10376   2676056        60      5340         0     73537     37380    902632     18.21     20.30
2760.26/691.09	c  N dy 10509   2696120        60      5340         0     91228     37380   1288617     18.22     19.19
2783.84/696.96	c  S st 10603   2711289        60      5340         0    104604     37380   1580779     18.23     17.13
2785.42/697.30	c  S st 10603   2711790        60      5340         0    105060     37380   1590987     18.23   no data
2785.42/697.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2785.42/697.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2785.42/697.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2785.42/697.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2785.42/697.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2785.42/697.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2785.42/697.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2785.42/697.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2785.82/697.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2859.72/715.96	c lits-rem:       893  cl-subs:    10352  v-elim:      0  v-fix:    0  time: 18.53 s
2859.72/715.96	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2859.72/715.98	c vivif2 --  cl tried    94708 cl shrink        0 lits rem          0 time: 0.02
2861.72/716.41	c asymm  cl-useful: 0/481/5340 lits-rem:0 time: 0.43
2861.72/716.41	c calculated reachability. Time: 0.00
2861.72/716.41	c  N dy 10603   2711790        60      5340         0     94708     37380   1362195     18.23   no data
2901.26/726.36	c  N dy 10705   2731848        60      5340         0    112438     37380   1747906     18.23     19.26
2938.03/735.55	c  N dy 10721   2756851        60      5340         0     71322     37380    836434     18.22     19.21
2961.98/741.59	c  N dy 10736   2782077        60      5340         0     93326     37380   1284911     18.20     19.28
2995.53/749.91	c  N dy 10847   2802215        60      5340         0    111114     37380   1672320     18.20     19.20
3036.27/760.11	c  N dy 10955   2822237        60      5340         0     64908     37380    698952     18.21     19.86
3060.66/766.24	c  N dy 11089   2842726        60      5340         0     83011     37380   1096157     18.22     19.28
3092.60/774.22	c  N dy 11111   2869869        60      5340         0    106603     37380   1580734     18.20     19.17
3131.75/784.07	c  N dy 11220   2890323        60      5340         0    124693     37380   1974025     18.21     19.23
3164.11/792.15	c  N dy 11349   2910778        60      5340         0     77922     37380    971460     18.22     19.18
3192.07/799.11	c  N dy 11469   2930913        60      5340         0     95649     37380   1357420     18.22     19.29
3227.22/807.91	c  N dy 11585   2952032        60      5340         0    114298     37380   1763577     18.23     19.32
3266.37/817.75	c  N dy 11655   2972120        60      5340         0     65963     37380    698304     18.23     20.00
3288.34/823.27	c  N dy 11722   2992885        60      5340         0     84209     37380   1090330     18.23     19.23
3319.10/830.97	c  N dy 11847   3012944        60      5340         0    101893     37380   1477990     18.24     20.59
3358.25/840.79	c  N dy 11895   3038724        60      5340         0    124507     37380   1953943     18.23     19.22
3393.80/849.60	c  N dy 12016   3060217        60      5340         0     76613     37380    923217     18.24     19.21
3413.77/854.69	c  N dy 12036   3080300        60      5340         0     94174     37380   1288286     18.23     21.41
3448.52/863.35	c  N dy 12171   3100354        60      5340         0    111927     37380   1678215     18.24     21.01
3491.68/874.11	c  N dy 12290   3121035        60      5340         0    130186     37380   2077521     18.24     19.46
3544.78/887.40	c  N dy 12399   3160440        60      5340         0     96919     37380   1334038     18.24     19.21
3579.56/896.18	c  N dy 12498   3180729        60      5340         0    114820     37380   1723545     18.24     19.22
3631.08/909.05	c  N dy 12592   3206477        60      5340         0     68886     37380    732397     18.24     19.38
3636.69/910.42	c  S st 12611   3211792        60      5340         0     73578     37380    833658     18.24     18.03
3637.47/910.63	c  S st 12611   3212295        60      5340         0     74031     37380    843957     18.24   no data
3637.47/910.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3637.47/910.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3637.47/910.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3637.47/910.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3637.47/910.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3637.47/910.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3637.47/910.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3637.47/910.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3637.87/910.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3643.86/912.21	c lits-rem:       134  cl-subs:     1471  v-elim:      0  v-fix:    0  time:  1.50 s
3643.86/912.21	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3643.86/912.23	c vivif2 --  cl tried    72560 cl shrink        0 lits rem          0 time: 0.01
3645.07/912.53	c asymm  cl-useful: 0/625/5340 lits-rem:0 time: 0.30
3645.07/912.53	c calculated reachability. Time: 0.00
3645.07/912.53	c  N dy 12611   3212295        60      5340         0     72560     37380    812568     18.24   no data
3671.02/919.03	c  N dy 12703   3232466        60      5340         0     90315     37380   1196843     18.25     19.24
3699.78/926.25	c  N dy 12745   3253528        60      5340         0    108794     37380   1587817     18.24     19.25
3738.52/935.92	c  N dy 12835   3273543        60      5340         0    126475     37380   1971872     18.25     19.59
3780.87/946.59	c  N dy 12941   3296990        60      5340         0     77687     37380    913217     18.25     19.24
3816.02/955.33	c  N dy 13077   3318878        60      5340         0     97021     37380   1336805     18.26     19.36
3852.37/964.43	c  N dy 13203   3338890        60      5340         0    114691     37380   1724085     18.26     20.36
3892.32/974.43	c  N dy 13289   3360241        60      5340         0    133466     37380   2129059     18.26     19.28
3925.87/982.86	c  N dy 13362   3380288        60      5340         0     80616     37380    957669     18.26     19.24
3951.44/989.21	c  N dy 13442   3400383        60      5340         0     98228     37380   1337629     18.26     20.52
3990.58/999.09	c  N dy 13572   3422806        60      5340         0    118017     37380   1768393     18.27     19.27
4045.71/1012.82	c  N dy 13655   3450686        60      5340         0     71268     37380    755440     18.27     19.29
4072.08/1019.46	c  N dy 13791   3471035        60      5340         0     89285     37380   1150682     18.27     19.32
4104.43/1027.51	c  N dy 13900   3491090        60      5340         0    106984     37380   1535465     18.28     19.87
4139.98/1036.48	c  N dy 13997   3511145        60      5340         0    124631     37380   1918923     18.28     20.61
4189.52/1048.86	c  N dy 14098   3533336        60      5340         0    144137     37380   2340168     18.28     19.28
4224.67/1057.61	c  N dy 14177   3561371        60      5340         0     96542     37380   1281553     18.28     19.32
4255.84/1065.43	c  N dy 14252   3581508        60      5340         0    114261     37380   1660572     18.28     19.36
4296.56/1075.67	c  N dy 14373   3601535        60      5340         0    131839     37380   2046015     18.29     20.71
4345.70/1087.92	c  N dy 14495   3623321        60      5340         0     78050     37380    879437     18.29     19.33
4372.46/1094.69	c  N dy 14522   3649524        60      5340         0    100801     37380   1353161     18.28     19.28
4404.42/1102.61	c  N dy 14607   3669532        60      5340         0    118429     37380   1731283     18.28     20.90
4451.55/1114.49	c  N dy 14666   3695014        60      5340         0    140577     37380   2193955     18.28     19.40
4484.73/1122.75	c  S st 14750   3712298        60      5340         0     82131     37380    961461     18.28     17.34
4485.91/1123.00	c  S st 14750   3712801        60      5340         0     82594     37380    971974     18.28   no data
4485.91/1123.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4485.91/1123.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4485.91/1123.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4485.91/1123.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4485.91/1123.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4485.91/1123.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4485.91/1123.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4485.91/1123.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4486.30/1123.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4495.90/1125.59	c lits-rem:       217  cl-subs:     2367  v-elim:      0  v-fix:    0  time:  2.49 s
4495.90/1125.59	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4496.30/1125.61	c vivif2 --  cl tried    80227 cl shrink        0 lits rem          0 time: 0.02
4497.52/1126.00	c asymm  cl-useful: 0/585/5340 lits-rem:0 time: 0.39
4497.52/1126.00	c calculated reachability. Time: 0.00
4497.52/1126.00	c  N dy 14750   3712801        60      5340         0     80227     37380    922315     18.28   no data
4534.25/1135.13	c  N dy 14841   3739608        60      5340         0    103704     37380   1420184     18.28     19.28
4556.22/1140.62	c  F st 14917   3751563        60      5340         0    114244     37380   1650374     18.28     18.22
4570.60/1144.26	c  N dy 14948   3759617        60      5340         0    121302     37380   1806261     18.28     20.38
4642.52/1162.26	c  N dy 15036   3796819        60      5340         0     79501     37380    889673     18.28     19.34
4670.06/1169.16	c  N dy 15145   3816868        60      5340         0     97201     37380   1276376     18.28     20.22
4711.21/1179.42	c  N dy 15280   3838421        60      5340         0    116186     37380   1692254     18.29     19.31
4749.55/1189.09	c  N dy 15368   3858514        60      5340         0    133930     37380   2076486     18.29     20.62

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.09 8.04 7.27 7/180 3389
/proc/meminfo: memFree=29379136/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=182292 CPUtime=0 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) D 3387 3389 3239 0 -1 4202496 482 0 0 0 0 0 0 0 25 0 4 0 601009186 186667008 405 33554432000 4194304 4627427 140737132284208 18446744073709551615 251367589978 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 45575 415 329 106 0 40546 0
[pid=3389/tid=3390] ppid=3387 vsize=207868 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 68 0 0 0 0 0 0 0 25 0 4 0 601009186 212856832 628 33554432000 4194304 4627427 140737132284208 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=207868 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 54 0 0 0 0 0 0 0 25 0 4 0 601009186 212856832 629 33554432000 4194304 4627427 140737132284208 18446744073709551615 251367651822 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=207868 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 85 0 0 0 0 0 0 0 25 0 4 0 601009187 212856832 632 33554432000 4194304 4627427 140737132284208 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.107204 s]
/proc/loadavg: 8.09 8.04 7.27 7/180 3389
/proc/meminfo: memFree=29379136/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=281864 CPUtime=0.41 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 1315 0 0 0 41 0 0 0 18 0 4 0 601009186 288628736 1235 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309170 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 70466 1235 364 106 0 65437 0
[pid=3389/tid=3390] ppid=3387 vsize=281864 CPUtime=0.1 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 180 0 0 0 10 0 0 0 18 0 4 0 601009186 288628736 1235 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=281864 CPUtime=0.1 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 179 0 0 0 10 0 0 0 25 0 4 0 601009186 288628736 1235 33554432000 4194304 4627427 140737132284208 18446744073709551615 4299718 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=281864 CPUtime=0.1 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 330 0 0 0 10 0 0 0 18 0 4 0 601009187 288628736 1235 33554432000 4194304 4627427 140737132284208 18446744073709551615 4334754 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 281864

[startup+0.200189 s]
/proc/loadavg: 8.09 8.04 7.27 7/180 3389
/proc/meminfo: memFree=29379136/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=283528 CPUtime=0.77 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 2856 0 0 0 77 0 0 0 18 0 4 0 601009186 290332672 2397 33554432000 4194304 4627427 140737132284208 18446744073709551615 4333558 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 70882 2398 384 106 0 65853 0
[pid=3389/tid=3390] ppid=3387 vsize=283528 CPUtime=0.19 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 614 0 0 0 19 0 0 0 18 0 4 0 601009186 290332672 2398 33554432000 4194304 4627427 140737132284208 18446744073709551615 4325228 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=283528 CPUtime=0.19 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 619 0 0 0 19 0 0 0 25 0 4 0 601009186 290332672 2398 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=283528 CPUtime=0.19 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 547 0 0 0 19 0 0 0 18 0 4 0 601009187 290332672 2398 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283528

[startup+0.954049 s]
/proc/loadavg: 8.09 8.04 7.27 7/180 3389
/proc/meminfo: memFree=29379136/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=286624 CPUtime=3.8 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 6547 0 0 0 379 1 0 0 19 0 4 0 601009186 293502976 3589 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 71656 3589 385 106 0 66627 0
[pid=3389/tid=3390] ppid=3387 vsize=286624 CPUtime=0.94 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 1571 0 0 0 94 0 0 0 19 0 4 0 601009186 293502976 3589 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=286624 CPUtime=0.94 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 1552 0 0 0 94 0 0 0 25 0 4 0 601009186 293502976 3589 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=286624 CPUtime=0.94 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 1402 0 0 0 94 0 0 0 19 0 4 0 601009187 293502976 3589 33554432000 4194304 4627427 140737132284208 18446744073709551615 4333399 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 286624

[startup+1.00104 s]
/proc/loadavg: 8.09 8.04 7.27 7/180 3389
/proc/meminfo: memFree=29379136/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=286624 CPUtime=3.98 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 6680 0 0 0 397 1 0 0 19 0 4 0 601009186 293502976 3722 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 71656 3722 385 106 0 66627 0
[pid=3389/tid=3390] ppid=3387 vsize=286624 CPUtime=0.99 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 1598 0 0 0 99 0 0 0 19 0 4 0 601009186 293502976 3722 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=286624 CPUtime=0.99 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 1581 0 0 0 99 0 0 0 25 0 4 0 601009186 293502976 3722 33554432000 4194304 4627427 140737132284208 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=286624 CPUtime=0.99 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 1455 0 0 0 99 0 0 0 19 0 4 0 601009187 293502976 3722 33554432000 4194304 4627427 140737132284208 18446744073709551615 4330298 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 286624

[startup+1.50095 s]
/proc/loadavg: 8.09 8.04 7.27 7/180 3389
/proc/meminfo: memFree=29379136/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=287460 CPUtime=5.98 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 9811 0 0 0 597 1 0 0 20 0 4 0 601009186 294359040 5212 33554432000 4194304 4627427 140737132284208 18446744073709551615 4427152 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 71865 5212 388 106 0 66836 0
[pid=3389/tid=3390] ppid=3387 vsize=287460 CPUtime=1.49 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 2081 0 0 0 149 0 0 0 20 0 4 0 601009186 294359040 5212 33554432000 4194304 4627427 140737132284208 18446744073709551615 4330851 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=287460 CPUtime=1.49 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 2000 0 0 0 149 0 0 0 25 0 4 0 601009186 294359040 5212 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=287460 CPUtime=1.49 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 2056 0 0 0 149 0 0 0 20 0 4 0 601009187 294359040 5212 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 287460

[startup+3.10065 s]
/proc/loadavg: 8.08 8.04 7.27 9/184 3393
/proc/meminfo: memFree=29307624/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=292572 CPUtime=12.37 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 17577 0 0 0 1234 3 0 0 25 0 4 0 601009186 299593728 9824 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309247 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 73143 9824 388 106 0 68114 0
[pid=3389/tid=3390] ppid=3387 vsize=292572 CPUtime=3.09 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 3967 0 0 0 309 0 0 0 25 0 4 0 601009186 299593728 9824 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=292572 CPUtime=3.07 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 4548 0 0 0 307 0 0 0 25 0 4 0 601009186 299593728 9824 33554432000 4194304 4627427 140737132284208 18446744073709551615 4333347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=292572 CPUtime=3.09 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 4548 0 0 0 309 0 0 0 25 0 4 0 601009187 299593728 9824 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 292572

[startup+6.30106 s]
/proc/loadavg: 8.08 8.04 7.27 9/184 3393
/proc/meminfo: memFree=29289032/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=307156 CPUtime=25.15 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 26096 0 0 0 2511 4 0 0 25 0 4 0 601009186 314527744 12680 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 76789 12680 388 106 0 71760 0
[pid=3389/tid=3390] ppid=3387 vsize=307156 CPUtime=6.29 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 6503 0 0 0 628 1 0 0 25 0 4 0 601009186 314527744 12680 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=307156 CPUtime=6.26 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 6767 0 0 0 625 1 0 0 25 0 4 0 601009186 314527744 12681 33554432000 4194304 4627427 140737132284208 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=307156 CPUtime=6.29 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 6500 0 0 0 629 0 0 0 25 0 4 0 601009187 314527744 12681 33554432000 4194304 4627427 140737132284208 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 307156

[startup+12.7009 s]
/proc/loadavg: 8.15 8.05 7.28 9/184 3393
/proc/meminfo: memFree=29263840/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=308084 CPUtime=50.74 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 40236 0 0 0 5068 6 0 0 25 0 4 0 601009186 315478016 16123 33554432000 4194304 4627427 140737132284208 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 77021 16123 388 106 0 71992 0
[pid=3389/tid=3390] ppid=3387 vsize=308084 CPUtime=12.7 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 9235 0 0 0 1269 1 0 0 25 0 4 0 601009186 315478016 16123 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=308084 CPUtime=12.62 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 9643 0 0 0 1261 1 0 0 25 0 4 0 601009186 315478016 16123 33554432000 4194304 4627427 140737132284208 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=308084 CPUtime=12.68 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 10414 0 0 0 1268 0 0 0 25 0 4 0 601009187 315478016 16123 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 308084

[startup+25.5005 s]
/proc/loadavg: 8.13 8.05 7.29 9/184 3393
/proc/meminfo: memFree=29232244/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=316376 CPUtime=101.85 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 60861 0 0 0 10176 9 0 0 25 0 4 0 601009186 323969024 21155 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309138 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 79094 21155 388 106 0 74065 0
[pid=3389/tid=3390] ppid=3387 vsize=316376 CPUtime=25.48 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 14424 0 0 0 2547 1 0 0 25 0 4 0 601009186 323969024 21155 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=316376 CPUtime=25.36 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 14693 0 0 0 2534 2 0 0 25 0 4 0 601009186 323969024 21155 33554432000 4194304 4627427 140737132284208 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=316376 CPUtime=25.49 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 15453 0 0 0 2547 2 0 0 25 0 4 0 601009187 323969024 21155 33554432000 4194304 4627427 140737132284208 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 316376

[startup+51.1008 s]
/proc/loadavg: 8.15 8.06 7.31 9/184 3394
/proc/meminfo: memFree=29196520/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=338672 CPUtime=204.12 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 86562 0 0 0 20397 15 0 0 25 0 4 0 601009186 346800128 25379 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 84668 25379 388 106 0 79639 0
[pid=3389/tid=3390] ppid=3387 vsize=338672 CPUtime=51.08 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 17926 0 0 0 5106 2 0 0 25 0 4 0 601009186 346800128 25379 33554432000 4194304 4627427 140737132284208 18446744073709551615 4299749 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=338672 CPUtime=50.83 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 22489 0 0 0 5079 4 0 0 25 0 4 0 601009186 346800128 25379 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=338672 CPUtime=51.08 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 22556 0 0 0 5105 3 0 0 25 0 4 0 601009187 346800128 25379 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 338672

[startup+102.3 s]
/proc/loadavg: 8.18 8.08 7.36 9/184 3458
/proc/meminfo: memFree=29223672/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=331668 CPUtime=408.65 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 123421 0 0 0 40837 28 0 0 25 0 4 0 601009186 339628032 29569 33554432000 4194304 4627427 140737132284208 18446744073709551615 4324341 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 82917 29569 388 106 0 77888 0
[pid=3389/tid=3390] ppid=3387 vsize=331668 CPUtime=102.28 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 20838 0 0 0 10225 3 0 0 25 0 4 0 601009186 339628032 29569 33554432000 4194304 4627427 140737132284208 18446744073709551615 4326776 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=331668 CPUtime=101.76 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 32510 0 0 0 10170 6 0 0 25 0 4 0 601009186 339628032 29569 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=331668 CPUtime=102.28 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 35213 0 0 0 10221 7 0 0 25 0 4 0 601009187 339628032 29569 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 331668

[startup+162.3 s]

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

[pid=3389] ppid=3387 vsize=427364 CPUtime=2565.72 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 397251 0 0 0 256448 124 0 0 25 0 4 0 601009186 437620736 59639 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 106841 59639 388 106 0 101812 0
[pid=3389/tid=3390] ppid=3387 vsize=427364 CPUtime=642.24 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 86419 0 0 0 64199 25 0 0 25 0 4 0 601009186 437620736 59639 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=427364 CPUtime=638.85 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 101470 0 0 0 63857 28 0 0 25 0 4 0 601009186 437620736 59639 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=427364 CPUtime=642.29 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 103211 0 0 0 64195 34 0 0 25 0 4 0 601009187 437620736 59639 33554432000 4194304 4627427 140737132284208 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 427364

[startup+702.3 s]
/proc/loadavg: 8.09 8.06 7.68 9/184 3476
/proc/meminfo: memFree=28891704/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=430540 CPUtime=2805.39 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 422062 0 0 0 280407 132 0 0 25 0 4 0 601009186 440872960 62928 33554432000 4194304 4627427 140737132284208 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 107635 62928 388 106 0 102606 0
[pid=3389/tid=3390] ppid=3387 vsize=430540 CPUtime=702.24 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 92539 0 0 0 70197 27 0 0 25 0 4 0 601009186 440872960 62928 33554432000 4194304 4627427 140737132284208 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=430540 CPUtime=698.53 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 107072 0 0 0 69822 31 0 0 25 0 4 0 601009186 440872960 62928 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=430540 CPUtime=702.29 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 109666 0 0 0 70193 36 0 0 25 0 4 0 601009187 440872960 62928 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 430540

[startup+762.3 s]
/proc/loadavg: 8.18 8.10 7.71 9/184 3478
/proc/meminfo: memFree=28880232/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=468676 CPUtime=3045.06 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 439226 0 0 0 304366 140 0 0 25 0 4 0 601009186 479924224 65632 33554432000 4194304 4627427 140737132284208 18446744073709551615 4327427 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 117169 65632 388 106 0 112140 0
[pid=3389/tid=3390] ppid=3387 vsize=468676 CPUtime=762.24 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 94966 0 0 0 76196 28 0 0 25 0 4 0 601009186 479924224 65632 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=468676 CPUtime=758.2 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 111944 0 0 0 75786 34 0 0 25 0 4 0 601009186 479924224 65632 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=468676 CPUtime=762.3 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 115152 0 0 0 76191 39 0 0 25 0 4 0 601009187 479924224 65632 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 468676

[startup+822.3 s]
/proc/loadavg: 8.14 8.09 7.73 9/184 3479
/proc/meminfo: memFree=28840232/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=481356 CPUtime=3284.76 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 454449 0 0 0 328330 146 0 0 25 0 4 0 601009186 492908544 68255 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309119 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 120339 68255 388 106 0 115310 0
[pid=3389/tid=3390] ppid=3387 vsize=481356 CPUtime=822.24 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 97690 0 0 0 82195 29 0 0 25 0 4 0 601009186 492908544 68255 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=481356 CPUtime=817.88 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 117375 0 0 0 81752 36 0 0 25 0 4 0 601009186 492908544 68255 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=481356 CPUtime=822.3 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 118291 0 0 0 82190 40 0 0 25 0 4 0 601009187 492908544 68255 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.76
Current children cumulated vsize (KiB) 481356

[startup+882.301 s]
/proc/loadavg: 8.12 8.09 7.75 9/184 3481
/proc/meminfo: memFree=28817348/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=506452 CPUtime=3524.42 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 470956 0 0 0 352288 154 0 0 25 0 4 0 601009186 518606848 74171 33554432000 4194304 4627427 140737132284208 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 126613 74171 388 106 0 121584 0
[pid=3389/tid=3390] ppid=3387 vsize=506452 CPUtime=882.23 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 100278 0 0 0 88193 30 0 0 25 0 4 0 601009186 518606848 74171 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=506452 CPUtime=877.56 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 122637 0 0 0 87718 38 0 0 25 0 4 0 601009186 518606848 74171 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=506452 CPUtime=882.3 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 122989 0 0 0 88187 43 0 0 25 0 4 0 601009187 518606848 74171 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 506452

[startup+942.307 s]
/proc/loadavg: 8.10 8.09 7.77 9/184 3482
/proc/meminfo: memFree=28824116/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=506680 CPUtime=3764.11 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 483158 0 0 0 376251 160 0 0 25 0 4 0 601009186 518840320 70494 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 126670 70494 388 106 0 121641 0
[pid=3389/tid=3390] ppid=3387 vsize=506680 CPUtime=942.23 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 100576 0 0 0 94193 30 0 0 25 0 4 0 601009186 518840320 70494 33554432000 4194304 4627427 140737132284208 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=506680 CPUtime=937.23 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 128087 0 0 0 93683 40 0 0 25 0 4 0 601009186 518840320 70494 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=506680 CPUtime=942.31 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 127993 0 0 0 94185 46 0 0 25 0 4 0 601009187 518840320 70494 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.11
Current children cumulated vsize (KiB) 506680

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 7.79 9/184 3484
/proc/meminfo: memFree=28791816/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=508128 CPUtime=4003.77 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 499887 0 0 0 400210 167 0 0 25 0 4 0 601009186 520323072 78069 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 127032 78069 388 106 0 122003 0
[pid=3389/tid=3390] ppid=3387 vsize=508128 CPUtime=1002.23 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 101294 0 0 0 100192 31 0 0 25 0 4 0 601009186 520323072 78069 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=508128 CPUtime=996.9 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 133981 0 0 0 99648 42 0 0 25 0 4 0 601009186 520323072 78069 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=508128 CPUtime=1002.31 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 132825 0 0 0 100183 48 0 0 25 0 4 0 601009187 520323072 78069 33554432000 4194304 4627427 140737132284208 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 508128

[startup+1062.3 s]
/proc/loadavg: 8.14 8.10 7.81 9/184 3486
/proc/meminfo: memFree=28823612/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=497528 CPUtime=4243.44 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 516549 0 0 0 424170 174 0 0 25 0 4 0 601009186 509468672 69777 33554432000 4194304 4627427 140737132284208 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 124382 69777 388 106 0 119353 0
[pid=3389/tid=3390] ppid=3387 vsize=497528 CPUtime=1062.22 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 103667 0 0 0 106190 32 0 0 25 0 4 0 601009186 509468672 69777 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=497528 CPUtime=1056.57 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 138957 0 0 0 105613 44 0 0 25 0 4 0 601009186 509468672 69777 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=497528 CPUtime=1062.31 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 137058 0 0 0 106181 50 0 0 25 0 4 0 601009187 509468672 69777 33554432000 4194304 4627427 140737132284208 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.44
Current children cumulated vsize (KiB) 497528

[startup+1122.3 s]
/proc/loadavg: 8.16 8.10 7.83 9/184 3487
/proc/meminfo: memFree=28816476/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=497920 CPUtime=4483.11 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 535291 0 0 0 448129 182 0 0 25 0 4 0 601009186 509870080 68963 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 124480 68963 388 106 0 119451 0
[pid=3389/tid=3390] ppid=3387 vsize=497920 CPUtime=1122.22 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 108526 0 0 0 112188 34 0 0 25 0 4 0 601009186 509870080 68963 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=497920 CPUtime=1116.25 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 142756 0 0 0 111580 45 0 0 25 0 4 0 601009186 509870080 68963 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=497920 CPUtime=1122.3 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 142218 0 0 0 112178 52 0 0 25 0 4 0 601009187 509870080 68963 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 497920

[startup+1182.3 s]
/proc/loadavg: 8.12 8.10 7.84 9/184 3489
/proc/meminfo: memFree=28801420/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=484960 CPUtime=4722.79 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 553867 0 0 0 472088 191 0 0 25 0 4 0 601009186 496599040 69256 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 121240 69256 388 106 0 116211 0
[pid=3389/tid=3390] ppid=3387 vsize=484960 CPUtime=1182.21 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 112466 0 0 0 118185 36 0 0 25 0 4 0 601009186 496599040 69256 33554432000 4194304 4627427 140737132284208 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=484960 CPUtime=1175.92 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 148539 0 0 0 117545 47 0 0 25 0 4 0 601009186 496599040 69256 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=484960 CPUtime=1182.3 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 147191 0 0 0 118176 54 0 0 25 0 4 0 601009187 496599040 69256 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 484960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.09 7.84 9/184 3490
/proc/meminfo: memFree=28814028/32950928 swapFree=67111352/67111528
[pid=3389] ppid=3387 vsize=485024 CPUtime=4800.3 cores=0,2,4,6
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 3239 0 -1 4202496 558629 0 0 0 479837 193 0 0 25 0 4 0 601009186 496664576 71139 33554432000 4194304 4627427 140737132284208 18446744073709551615 4324280 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3389/statm: 121256 71139 388 106 0 116227 0
[pid=3389/tid=3390] ppid=3387 vsize=485024 CPUtime=1201.62 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 114389 0 0 0 120125 37 0 0 25 0 4 0 601009186 496664576 71139 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=485024 CPUtime=1195.23 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 149523 0 0 0 119475 48 0 0 25 0 4 0 601009186 496664576 71139 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=485024 CPUtime=1201.71 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 3239 0 -1 4202560 148329 0 0 0 120116 55 0 0 25 0 4 0 601009187 496664576 71139 33554432000 4194304 4627427 140737132284208 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 485024

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.35
CPU user time (s): 4798.4
CPU system time (s): 1.9467
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 521260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.4
system time used= 1.9467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 558629
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= 267
involuntary context switches= 20886

runsolver used 1.9737 second user time and 4.56431 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 22:09:45
IDJOB=3174167
IDBENCH=82985
IDSOLVER=1586
FILE ID=node113/3174167-1304107785
RUNJOBID= node113-1304106581-3257
PBS_JOBID= 13170664
Free space on /tmp= 71160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S630613738-050.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174167-1304107785/watcher-3174167-1304107785 -o /tmp/evaluation-result-3174167-1304107785/solver-3174167-1304107785 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174167-1304107785.cnf

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

MD5SUM BENCH= 14f99f1ef2d8eb11eba1a00a818c14a6
RANDOM SEED=669889960

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29379540 kB
Buffers:        716236 kB
Cached:        2270604 kB
SwapCached:         12 kB
Active:         159916 kB
Inactive:      2894136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29379540 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           11268 kB
Writeback:           0 kB
AnonPages:       66384 kB
Mapped:          15068 kB
Slab:           452804 kB
PageTables:       4260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   275208 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= 71156 MiB
End job on node113 at 2011-04-29 22:29:49