Trace number 3366576

Some explanations

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

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

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

Solver answer on this benchmark

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

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-3366576-1305408852.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.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.38/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.12
0.38/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.38/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.38/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.38/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.14	c calculated reachability. Time: 0.00
0.38/0.14	c Calc default polars -  time:   0.00 s pos:      33 undec:       1 neg:      26
0.38/0.14	c =========================================================================================
0.38/0.14	c types(t): F = full restart, N = normal restart
0.38/0.14	c types(t): S = simplification begin/end, E = solution found
0.38/0.14	c restart types(rt): st = static, dy = dynamic
0.38/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.14	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
1.17/0.35	c  N dy    10      7402        60      5340         0      4347     37380     86422     17.96     18.98
1.98/0.53	c  N dy    24     12446        60      5340         0      5083     37380     95094     17.90     18.89
2.78/0.71	c  N dy    45     16461        60      5340         0      8667     37380    172031     18.11     19.68
3.17/0.89	c  N dy    56     20876        60      5340         0      7583     37380    138869     18.11     19.13
3.99/1.08	c  F st    67     25002        60      5340         0     11273     37380    217302     18.12     18.11
3.99/1.08	c  N st    67     25002        60      5340         0     11273     37380    217302     18.12     18.11
5.16/1.30	c  N dy    73     30000        60      5340         0      9659     37380    175915     18.12   no data
5.16/1.30	c  S st    73     30000        60      5340         0      9659     37380    175915     18.12   no data
5.16/1.33	c  S st    73     30503        60      5340         0     10118     37380    186018     18.12   no data
5.16/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.16/1.33	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.16/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.16/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.54	c lits-rem:       135  cl-subs:      988  v-elim:      0  v-fix:    0  time:  0.20 s
6.76/1.77	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.23
6.76/1.77	c calculated reachability. Time: 0.00
6.76/1.77	c  N dy    73     30503        60      5340         0      9130     37380    164159     18.12   no data
8.80/2.21	c  N dy    82     39771        60      5340         0     10333     37380    176529     17.86     18.95
9.94/2.54	c  N dy    98     45222        60      5340         0     15187     37380    277637     17.86     18.85
9.94/2.58	c  S st   104     45755        60      5340         0     15666     37380    288229     17.89   no data
10.34/2.63	c  S st   104     46255        60      5340         0      8189     37380    125831     17.89   no data
10.34/2.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.34/2.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.34/2.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.34/2.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.34/2.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.34/2.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.67	c lits-rem:        12  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.03 s
10.34/2.67	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.34/2.67	c vivif2 --  cl tried     8143 cl shrink        0 lits rem          0 time: 0.00
11.15/2.88	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.15/2.88	c calculated reachability. Time: 0.00
11.15/2.88	c  N dy   104     46255        60      5340         0      8143     37380    124754     17.89   no data
12.35/3.10	c  N dy   133     50309        60      5340         0     11760     37380    203158     18.02     19.02
13.19/3.35	c  N dy   144     54752        60      5340         0     15695     37380    285810     18.00     18.99
14.33/3.62	c  N dy   163     58820        60      5340         0     10456     37380    163068     18.06     19.96
15.53/3.98	c  N dy   175     65170        60      5340         0     16104     37380    280459     18.01     19.03
16.73/4.27	c  N dy   183     69382        60      5340         0     10069     37380    145293     17.96     16.65
16.73/4.27	c  S st   183     69382        60      5340         0     10069     37380    145293     17.96     16.65
16.73/4.31	c  S st   183     69886        60      5340         0     10534     37380    155568     17.96   no data
16.73/4.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.15/4.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.15/4.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.15/4.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.15/4.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
17.15/4.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.15/4.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.15/4.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.37	c lits-rem:        17  cl-subs:      139  v-elim:      0  v-fix:    0  time:  0.06 s
17.15/4.37	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.15/4.38	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
18.32/4.63	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
18.32/4.63	c calculated reachability. Time: 0.00
18.32/4.63	c  N dy   183     69886        60      5340         0     10395     37380    152657     17.96   no data
19.52/4.90	c  N dy   207     74558        60      5340         0     14575     37380    242550     18.02     18.99
20.73/5.24	c  N dy   234     79419        60      5340         0     18910     37380    336347     18.09     19.10
22.31/5.62	c  N dy   265     84592        60      5340         0     12835     37380    194081     18.15     19.24
22.71/5.79	c  F st   275     87502        60      5340         0     15435     37380    249431     18.16     17.59
23.91/6.00	c  N st   280     90806        60      5340         0     18380     37380    312712     18.16   no data
25.51/6.47	c  N dy   305     96682        60      5340         0     12032     37380    166349     18.22     20.09
27.10/6.85	c  N dy   326    102951        60      5340         0     17606     37380    284348     18.21     19.25
27.50/6.99	c  S st   335    104830        60      5340         0     19265     37380    320008     18.22     18.44
27.90/7.05	c  S st   335    105333        60      5340         0     19727     37380    330506     18.22   no data
27.90/7.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.90/7.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.90/7.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.90/7.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.90/7.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.90/7.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.90/7.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.90/7.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.90/7.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.50/7.49	c lits-rem:       182  cl-subs:     1937  v-elim:      0  v-fix:    0  time:  0.42 s
29.50/7.49	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.50/7.49	c vivif2 --  cl tried    17790 cl shrink        0 lits rem          0 time: 0.00
31.08/7.85	c asymm  cl-useful: 0/4926/5340 lits-rem:0 time: 0.36
31.08/7.85	c calculated reachability. Time: 0.00
31.08/7.85	c  N dy   335    105333        60      5340         0     17790     37380    289132     18.22   no data
33.08/8.34	c  N dy   340    112153        60      5340         0     23798     37380    413142     18.15     19.21
34.70/8.80	c  N dy   345    119619        60      5340         0     18078     37380    282718     18.08     19.04
38.68/9.76	c  N dy   358    132825        60      5340         0     16510     37380    241342     17.97     18.93
41.46/10.44	c  N dy   410    141382        60      5340         0     24126     37380    405827     18.04     20.71
45.04/11.30	c  N dy   475    151179        60      5340         0     18728     37380    281317     18.12     19.14
47.04/11.81	c  S st   488    157999        60      5340         0     24777     37380    407199     18.09   no data
47.04/11.87	c  S st   488    158502        60      5340         0     25237     37380    417424     18.09   no data
47.04/11.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.04/11.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.04/11.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.04/11.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.04/11.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.04/11.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.04/11.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.04/11.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
47.44/11.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.24/12.66	c lits-rem:       242  cl-subs:     2708  v-elim:      0  v-fix:    0  time:  0.76 s
50.24/12.66	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.24/12.66	c vivif2 --  cl tried    22529 cl shrink        0 lits rem          0 time: 0.00
51.83/13.02	c asymm  cl-useful: 0/4176/5340 lits-rem:0 time: 0.36
51.83/13.02	c calculated reachability. Time: 0.00
51.83/13.02	c  N dy   488    158502        60      5340         0     22529     37380    360838     18.09   no data
56.22/14.19	c  N dy   496    172966        60      5340         0     20349     37380    300465     17.99     19.08
65.84/16.54	c  N dy   537    201787        60      5340         0     29954     37380    486324     17.81     18.83
70.97/17.83	c  N dy   608    214876        60      5340         0     24862     37380    383325     17.86     18.85
77.36/19.46	c  N dy   674    228656        60      5340         0     19370     37380    254379     17.90     19.48
80.15/20.14	c  S st   684    237754        60      5340         0     27385     37380    419037     17.86     15.22
80.55/20.21	c  S st   684    238259        60      5340         0     27842     37380    429062     17.86   no data
80.55/20.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.55/20.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
80.55/20.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.55/20.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.55/20.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.55/20.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
80.55/20.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.55/20.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
80.55/20.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.14/21.13	c lits-rem:       287  cl-subs:     2954  v-elim:      0  v-fix:    0  time:  0.89 s
84.14/21.13	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
84.14/21.14	c vivif2 --  cl tried    24888 cl shrink        0 lits rem          0 time: 0.01
84.54/21.27	c asymm  cl-useful: 0/1164/5340 lits-rem:0 time: 0.13
84.54/21.27	c calculated reachability. Time: 0.00
84.54/21.27	c  N dy   684    238259        60      5340         0     24888     37380    370484     17.86   no data
92.51/23.26	c  N dy   750    257277        60      5340         0     23284     37380    321268     17.85     19.08
100.10/25.17	c  N dy   828    274033        60      5340         0     38186     37380    640110     17.88     18.87
107.67/27.09	c  N dy   919    291932        60      5340         0     34728     37380    560189     17.92     18.88
114.10/28.66	c  F st   988    306252        60      5340         0     27076     37380    389995     17.94   no data
116.05/29.17	c  N dy   994    311444        60      5340         0     31667     37380    488369     17.94   no data
124.83/31.35	c  N dy  1033    331369        60      5340         0     28023     37380    395692     17.90     18.89
135.62/34.07	c  N dy  1158    351410        60      5340         0     23671     37380    295464     17.97     19.10
138.00/34.68	c  S st  1197    357389        60      5340         0     28993     37380    411387     17.99   no data
138.40/34.77	c  S st  1197    357892        60      5340         0     29452     37380    421571     17.99   no data
138.40/34.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.40/34.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
138.40/34.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.40/34.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.40/34.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.40/34.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
138.40/34.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.40/34.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
138.40/34.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.18/35.40	c lits-rem:       138  cl-subs:     1603  v-elim:      0  v-fix:    0  time:  0.61 s
141.18/35.41	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
141.18/35.41	c vivif2 --  cl tried    27849 cl shrink        0 lits rem          0 time: 0.01
142.38/35.79	c asymm  cl-useful: 0/3583/5340 lits-rem:0 time: 0.38
142.38/35.79	c calculated reachability. Time: 0.00
142.38/35.79	c  N dy  1197    357892        60      5340         0     27849     37380    385328     17.99   no data
152.75/38.40	c  N dy  1285    377971        60      5340         0     45643     37380    763998     18.01     20.85
168.30/42.29	c  N dy  1364    408971        60      5340         0     26142     37380    326005     17.99     18.96
182.67/45.83	c  N dy  1378    439938        60      5340         0     28628     37380    365834     17.87     18.99
192.66/48.38	c  N dy  1432    460025        60      5340         0     46471     37380    741615     17.87     21.54
204.62/51.32	c  N dy  1552    481086        60      5340         0     39627     37380    596382     17.91     18.98
219.41/55.08	c  N dy  1660    506039        60      5340         0     35130     37380    477520     17.92     18.90
232.15/58.31	c  N dy  1759    526118        60      5340         0     52943     37380    857739     17.95     18.99
238.51/59.81	c  S st  1801    536838        60      5340         0     34997     37380    470608     17.95     17.11
238.91/59.90	c  S st  1801    537340        60      5340         0     35451     37380    480766     17.95   no data
238.91/59.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
238.91/59.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
238.91/59.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
238.91/59.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.91/59.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.91/59.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
238.91/59.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
238.91/59.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
238.91/59.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.10/60.78	c lits-rem:       207  cl-subs:     2114  v-elim:      0  v-fix:    0  time:  0.84 s
242.10/60.78	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
242.10/60.79	c vivif2 --  cl tried    33337 cl shrink        0 lits rem          0 time: 0.01
243.30/61.06	c asymm  cl-useful: 0/1757/5340 lits-rem:0 time: 0.27
243.30/61.06	c calculated reachability. Time: 0.00
243.30/61.06	c  N dy  1801    537340        60      5340         0     33337     37380    436510     17.95   no data
256.06/64.28	c  N dy  1911    557433        60      5340         0     51168     37380    820660     17.99     19.05
268.83/67.48	c  N dy  2032    577452        60      5340         0     40678     37380    587312     18.02     20.28
284.39/71.35	c  N dy  2130    598351        60      5340         0     30005     37380    345286     18.05     19.04
295.15/74.07	c  N dy  2207    618582        60      5340         0     47911     37380    727076     18.05     19.04
311.13/78.06	c  N dy  2308    641204        60      5340         0     37900     37380    503306     18.07     19.13
326.27/81.81	c  N dy  2429    662629        60      5340         0     56934     37380    913138     18.10     19.06
339.44/85.17	c  N dy  2537    682735        60      5340         0     43686     37380    619168     18.11     19.07
356.59/89.42	c  N dy  2623    703823        60      5340         0     62422     37380   1022414     18.13     19.17
368.60/92.42	c  N dy  2641    725007        60      5340         0     49087     37380    705757     18.08     19.08
390.89/98.03	c  N dy  2754    756068        60      5340         0     43774     37380    588926     18.08     19.14
406.45/101.94	c  N dy  2844    777546        60      5340         0     62769     37380    994219     18.08     19.43
420.01/105.30	c  N dy  2886    798043        60      5340         0     47338     37380    658195     18.07     19.16
425.64/106.75	c  S st  2913    806010        60      5340         0     54387     37380    807240     18.07   no data
426.39/106.90	c  S st  2913    806518        60      5340         0     54853     37380    817666     18.07   no data
426.39/106.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
426.39/106.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
426.39/106.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
426.39/106.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
426.39/106.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.39/106.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
426.39/106.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
426.39/106.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
426.39/106.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
440.35/110.41	c lits-rem:       630  cl-subs:     6082  v-elim:      0  v-fix:    0  time:  3.45 s
440.35/110.41	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
440.35/110.43	c vivif2 --  cl tried    48771 cl shrink        0 lits rem          0 time: 0.01
441.15/110.67	c asymm  cl-useful: 0/1216/5340 lits-rem:0 time: 0.24
441.15/110.67	c calculated reachability. Time: 0.00
441.15/110.67	c  N dy  2913    806518        60      5340         0     48771     37380    695557     18.07   no data
459.90/115.35	c  N dy  2980    830027        60      5340         0     35407     37380    399194     18.06     19.04
473.91/118.85	c  N dy  3038    854467        60      5340         0     56965     37380    857602     18.05     19.21
491.46/123.28	c  N dy  3120    874498        60      5340         0     39502     37380    473011     18.06     19.80
503.38/126.21	c  N dy  3145    894574        60      5340         0     57209     37380    844369     18.03     20.77
522.52/131.01	c  N dy  3239    915581        60      5340         0     39695     37380    471668     18.04     18.99
534.92/134.20	c  N dy  3291    935631        60      5340         0     57406     37380    844455     18.03     20.30
557.27/139.78	c  N dy  3370    963546        60      5340         0     44965     37380    567236     18.02     19.05
573.99/143.92	c  N dy  3495    983893        60      5340         0     62979     37380    958353     18.05     19.03
592.73/148.63	c  N dy  3592   1003965        60      5340         0     42790     37380    517878     18.06     19.81
608.69/152.62	c  N dy  3699   1024131        60      5340         0     60686     37380    904942     18.07     19.05
634.22/159.07	c  N dy  3768   1054532        60      5340         0     48479     37380    614950     18.05     19.07
649.00/162.80	c  F st  3875   1071875        60      5340         0     63883     37380    950457     18.07     17.92
652.17/163.56	c  N st  3880   1075179        60      5340         0     66800     37380   1013877     18.07   no data
673.71/168.92	c  N dy  3909   1103088        60      5340         0     51532     37380    672886     18.05     19.00
691.66/173.43	c  N dy  4018   1123289        60      5340         0     69442     37380   1060069     18.06     19.11
716.79/179.76	c  N dy  4127   1151353        60      5340         0     53605     37380    712791     18.06     19.06
737.19/184.86	c  N dy  4245   1171677        60      5340         0     71679     37380   1104203     18.08     19.15
763.50/191.47	c  N dy  4388   1194474        60      5340         0     50415     37380    643157     18.10     19.08
779.81/195.59	c  S st  4491   1209778        60      5340         0     64000     37380    938467     18.11   no data
781.05/195.86	c  S st  4491   1210282        60      5340         0     64446     37380    948441     18.11   no data
781.05/195.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
781.40/195.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
781.40/195.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
781.40/195.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
781.40/195.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
781.40/195.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
781.40/195.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
781.40/195.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
781.40/195.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
812.52/203.71	c lits-rem:       609  cl-subs:     5519  v-elim:      0  v-fix:    0  time:  7.76 s
812.52/203.71	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
812.52/203.73	c vivif2 --  cl tried    58927 cl shrink        0 lits rem          0 time: 0.02
813.72/204.09	c asymm  cl-useful: 0/870/5340 lits-rem:0 time: 0.36
813.72/204.09	c calculated reachability. Time: 0.00
813.72/204.09	c  N dy  4491   1210282        60      5340         0     58927     37380    827598     18.11   no data
836.85/209.87	c  N dy  4610   1230512        60      5340         0     76875     37380   1215111     18.13     19.09
856.00/214.66	c  N dy  4673   1250673        60      5340         0     52346     37380    668218     18.13     19.15
874.35/219.25	c  N dy  4785   1270706        60      5340         0     70072     37380   1051118     18.14     20.01
901.48/226.05	c  N dy  4925   1293318        60      5340         0     46964     37380    548208     18.16     19.45
918.23/230.20	c  N dy  5020   1313376        60      5340         0     64742     37380    931816     18.17     20.77
940.55/235.86	c  N dy  5116   1333773        60      5340         0     82682     37380   1314011     18.17     19.31
963.30/241.53	c  N dy  5179   1353811        60      5340         0     56188     37380    733535     18.17     20.96
980.85/245.95	c  N dy  5191   1373880        60      5340         0     73752     37380   1100725     18.15     20.62
1007.18/252.58	c  N dy  5281   1393919        60      5340         0     46500     37380    518410     18.15     20.80
1027.52/257.60	c  N dy  5365   1419130        60      5340         0     68728     37380    993964     18.15     19.33
1049.46/263.15	c  N dy  5439   1439181        60      5340         0     86437     37380   1371909     18.16     20.48
1071.40/268.61	c  N dy  5568   1459245        60      5340         0     58410     37380    764709     18.17     19.98
1095.34/274.66	c  N dy  5649   1484535        60      5340         0     80632     37380   1236508     18.17     19.16
1118.91/280.51	c  N dy  5703   1504766        60      5340         0     51735     37380    607091     18.16     19.15
1136.82/285.00	c  N dy  5776   1524779        60      5340         0     69366     37380    980616     18.16     19.99
1160.36/290.93	c  N dy  5869   1544785        60      5340         0     87020     37380   1358497     18.17     19.29
1182.69/296.56	c  N dy  5932   1565405        60      5340         0     57601     37380    719990     18.17     19.23
1206.67/302.56	c  N dy  6041   1589154        60      5340         0     78554     37380   1170618     18.17     19.15
1233.35/309.20	c  N dy  6144   1609238        60      5340         0     96290     37380   1554096     18.18     19.81
1252.11/313.97	c  N dy  6229   1631431        60      5340         0     67426     37380    924484     18.18     19.21
1275.24/319.73	c  N dy  6334   1651470        60      5340         0     85117     37380   1308263     18.19     19.22
1302.78/326.66	c  N dy  6459   1671703        60      5340         0     53604     37380    619906     18.21     19.22
1325.49/332.30	c  N dy  6566   1695693        60      5340         0     74824     37380   1075046     18.21     19.27
1344.64/337.11	c  S st  6597   1710283        60      5340         0     87667     37380   1346197     18.21     17.18
1345.84/337.45	c  S st  6597   1710788        60      5340         0     88134     37380   1356860     18.21   no data
1345.84/337.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1346.24/337.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1346.24/337.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1346.24/337.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1346.24/337.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1346.24/337.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1346.24/337.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1346.24/337.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1346.24/337.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1437.96/360.59	c lits-rem:      1128  cl-subs:    10637  v-elim:      0  v-fix:    0  time: 23.02 s
1437.96/360.59	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1438.36/360.61	c vivif2 --  cl tried    77497 cl shrink        0 lits rem          0 time: 0.02
1439.96/361.01	c asymm  cl-useful: 0/639/5340 lits-rem:0 time: 0.40
1439.96/361.01	c calculated reachability. Time: 0.00
1439.96/361.01	c  N dy  6597   1710788        60      5340         0     77497     37380   1135952     18.21   no data
1467.49/367.91	c  N dy  6690   1731069        60      5340         0     95414     37380   1523134     18.21     19.21
1487.46/372.97	c  N dy  6739   1752613        60      5340         0     64646     37380    843888     18.20     19.17
1510.56/378.75	c  N dy  6842   1772772        60      5340         0     82550     37380   1231088     18.21     19.27
1543.67/387.11	c  N dy  6920   1800952        60      5340         0     56398     37380    654511     18.20     19.16
1563.62/392.09	c  N dy  6991   1821793        60      5340         0     74801     37380   1049941     18.20     19.21
1610.69/403.82	c  N dy  7024   1859763        60      5340         0     56145     37380    636628     18.17     19.13
1631.85/409.12	c  N dy  7161   1879815        60      5340         0     73867     37380   1023900     18.18     19.94
1658.59/415.85	c  N dy  7246   1900636        60      5340         0     92179     37380   1417082     18.19     19.24
1711.60/429.14	c  N dy  7255   1957812        60      5340         0     89079     37380   1292332     18.13     19.17
1746.71/437.95	c  N dy  7360   1982569        60      5340         0     57551     37380    652257     18.13     19.31
1766.66/442.95	c  N dy  7465   2002636        60      5340         0     75293     37380   1035873     18.14     20.14
1793.79/449.77	c  N dy  7560   2023670        60      5340         0     93933     37380   1439813     18.14     19.11
1825.34/457.61	c  N dy  7663   2043701        60      5340         0     57151     37380    637682     18.15     19.55
1844.84/462.55	c  N dy  7754   2064013        60      5340         0     75114     37380   1024063     18.15     19.12
1869.96/468.80	c  N dy  7808   2084264        60      5340         0     92889     37380   1400168     18.15     19.11
1905.07/477.69	c  N dy  7914   2105325        60      5340         0     56010     37380    600325     18.16     19.22
1923.42/482.23	c  N dy  7973   2125373        60      5340         0     73635     37380    974504     18.16     20.30
1946.17/487.92	c  N dy  8027   2145421        60      5340         0     91095     37380   1339482     18.15     19.79
1975.68/495.35	c  N dy  8108   2166169        60      5340         0    109304     37380   1726537     18.15     19.41
1996.82/500.61	c  N dy  8162   2186262        60      5340         0     70748     37380    906583     18.16     21.45
2022.79/507.18	c  N dy  8231   2210788        60      5340         0     92288     37380   1359118     18.15     17.04
2022.79/507.18	c  S st  8231   2210788        60      5340         0     92288     37380   1359118     18.15     17.04
2023.94/507.43	c  S st  8231   2211288        60      5340         0     92733     37380   1369181     18.15   no data
2023.94/507.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2023.94/507.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2023.94/507.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2023.94/507.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2023.94/507.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2023.94/507.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2023.94/507.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2024.34/507.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2024.34/507.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2082.58/522.19	c lits-rem:      1123  cl-subs:    11033  v-elim:      0  v-fix:    0  time: 14.65 s
2082.58/522.19	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2082.98/522.21	c vivif2 --  cl tried    81700 cl shrink        0 lits rem          0 time: 0.02
2084.97/522.76	c asymm  cl-useful: 0/640/5340 lits-rem:0 time: 0.55
2084.97/522.76	c calculated reachability. Time: 0.00
2084.97/522.76	c  N dy  8231   2211288        60      5340         0     81700     37380   1147241     18.15   no data
2125.65/532.96	c  N dy  8307   2231806        60      5340         0     99765     37380   1532650     18.15     19.12
2160.76/541.74	c  N dy  8415   2251897        60      5340         0     61038     37380    695594     18.15     19.19
2183.49/547.41	c  N dy  8537   2272035        60      5340         0     78874     37380   1085646     18.16     19.20
2213.81/555.02	c  N dy  8682   2292376        60      5340         0     96909     37380   1482436     18.18     19.19
2246.55/563.26	c  N dy  8774   2312554        60      5340         0    114674     37380   1863754     18.18     19.15
2271.65/569.58	c  N dy  8886   2334460        60      5340         0     76275     37380   1012580     18.19     19.30
2296.37/575.75	c  N dy  8969   2354552        60      5340         0     93988     37380   1391418     18.19     19.42
2333.09/584.97	c  N dy  9122   2374610        60      5340         0    111750     37380   1782898     18.20     19.63
2363.39/592.50	c  N dy  9272   2394639        60      5340         0     70461     37380    874579     18.21     20.25
2386.55/598.38	c  N dy  9367   2414716        60      5340         0     88258     37380   1258662     18.21     19.24
2425.23/608.06	c  N dy  9426   2443271        60      5340         0    113257     37380   1778859     18.20     19.16
2452.37/614.89	c  N dy  9503   2463297        60      5340         0     70973     37380    870194     18.20     21.31
2498.63/626.41	c  N dy  9562   2505707        60      5340         0    108019     37380   1631969     18.18     19.26
2533.73/635.25	c  N dy  9677   2525710        60      5340         0     65010     37380    736914     18.19     19.85
2557.26/641.16	c  N dy  9795   2545756        60      5340         0     82728     37380   1123188     18.19     19.19
2585.97/648.30	c  N dy  9873   2566298        60      5340         0    100877     37380   1512306     18.20     19.21
2626.66/658.50	c  N dy  9983   2590247        60      5340         0    121959     37380   1966868     18.20     19.22
2654.21/665.46	c  N dy 10052   2614720        60      5340         0     81770     37380   1077378     18.20     19.36
2681.72/672.39	c  N dy 10120   2635960        60      5340         0    100584     37380   1481799     18.20     19.29
2716.07/680.93	c  N dy 10234   2656046        60      5340         0    118453     37380   1869901     18.20     19.20
2747.93/688.96	c  N dy 10376   2676056        60      5340         0     73537     37380    902632     18.21     20.30
2775.45/695.85	c  N dy 10509   2696120        60      5340         0     91228     37380   1288617     18.22     19.19
2800.58/702.13	c  S st 10603   2711289        60      5340         0    104604     37380   1580779     18.23     17.13
2802.18/702.53	c  S st 10603   2711790        60      5340         0    105060     37380   1590987     18.23   no data
2802.18/702.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2802.58/702.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2802.58/702.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2802.58/702.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2802.58/702.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2802.58/702.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2802.58/702.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2802.58/702.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2802.58/702.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2881.15/722.32	c lits-rem:       893  cl-subs:    10352  v-elim:      0  v-fix:    0  time: 19.65 s
2881.15/722.32	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2881.15/722.35	c vivif2 --  cl tried    94708 cl shrink        0 lits rem          0 time: 0.03
2883.53/722.90	c asymm  cl-useful: 0/481/5340 lits-rem:0 time: 0.55
2883.53/722.91	c calculated reachability. Time: 0.00
2883.53/722.91	c  N dy 10603   2711790        60      5340         0     94708     37380   1362195     18.23   no data
2923.82/733.06	c  N dy 10705   2731848        60      5340         0    112438     37380   1747906     18.23     19.26
2957.37/741.46	c  N dy 10721   2756851        60      5340         0     71322     37380    836434     18.22     19.21
2982.06/747.61	c  N dy 10736   2782077        60      5340         0     93326     37380   1284911     18.20     19.28
3015.17/755.95	c  N dy 10847   2802215        60      5340         0    111114     37380   1672320     18.20     19.20
3056.26/766.24	c  N dy 10955   2822237        60      5340         0     64908     37380    698952     18.21     19.86
3080.59/772.38	c  N dy 11089   2842726        60      5340         0     83011     37380   1096157     18.22     19.28
3112.90/780.41	c  N dy 11111   2869869        60      5340         0    106603     37380   1580734     18.20     19.17
3152.79/790.42	c  N dy 11220   2890323        60      5340         0    124693     37380   1974025     18.21     19.23
3184.70/798.47	c  N dy 11349   2910778        60      5340         0     77922     37380    971460     18.22     19.18
3213.03/805.50	c  N dy 11469   2930913        60      5340         0     95649     37380   1357420     18.22     19.29
3248.12/814.39	c  N dy 11585   2952032        60      5340         0    114298     37380   1763577     18.23     19.32
3287.61/824.29	c  N dy 11655   2972120        60      5340         0     65963     37380    698304     18.23     20.00
3309.95/829.84	c  N dy 11722   2992885        60      5340         0     84209     37380   1090330     18.23     19.23
3340.66/837.57	c  N dy 11847   3012944        60      5340         0    101893     37380   1477990     18.24     20.59
3380.55/847.51	c  N dy 11895   3038724        60      5340         0    124507     37380   1953943     18.23     19.22
3415.66/856.32	c  N dy 12016   3060217        60      5340         0     76613     37380    923217     18.24     19.21
3436.00/861.46	c  N dy 12036   3080300        60      5340         0     94174     37380   1288286     18.23     21.41
3470.75/870.16	c  N dy 12171   3100354        60      5340         0    111927     37380   1678215     18.24     21.01
3514.20/881.04	c  N dy 12290   3121035        60      5340         0    130186     37380   2077521     18.24     19.46
3567.28/894.35	c  N dy 12399   3160440        60      5340         0     96919     37380   1334038     18.24     19.21
3602.39/903.11	c  N dy 12498   3180729        60      5340         0    114820     37380   1723545     18.24     19.22
3653.80/916.05	c  N dy 12592   3206477        60      5340         0     68886     37380    732397     18.24     19.38
3659.43/917.41	c  S st 12611   3211792        60      5340         0     73578     37380    833658     18.24     18.03
3660.18/917.62	c  S st 12611   3212295        60      5340         0     74031     37380    843957     18.24   no data
3660.18/917.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3660.18/917.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3660.18/917.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3660.18/917.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3660.18/917.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3660.18/917.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3660.18/917.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3660.18/917.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3660.58/917.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3666.57/919.26	c lits-rem:       134  cl-subs:     1471  v-elim:      0  v-fix:    0  time:  1.56 s
3666.57/919.26	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3666.57/919.27	c vivif2 --  cl tried    72560 cl shrink        0 lits rem          0 time: 0.01
3668.20/919.65	c asymm  cl-useful: 0/625/5340 lits-rem:0 time: 0.38
3668.20/919.66	c calculated reachability. Time: 0.00
3668.20/919.66	c  N dy 12611   3212295        60      5340         0     72560     37380    812568     18.24   no data
3694.10/926.20	c  N dy 12703   3232466        60      5340         0     90315     37380   1196843     18.25     19.24
3723.61/933.50	c  N dy 12745   3253528        60      5340         0    108794     37380   1587817     18.24     19.25
3762.30/943.28	c  N dy 12835   3273543        60      5340         0    126475     37380   1971872     18.25     19.59
3804.97/953.96	c  N dy 12941   3296990        60      5340         0     77687     37380    913217     18.25     19.24
3838.89/962.42	c  N dy 13077   3318878        60      5340         0     97021     37380   1336805     18.26     19.36
3876.38/971.89	c  N dy 13203   3338890        60      5340         0    114691     37380   1724085     18.26     20.36
3916.67/981.99	c  N dy 13289   3360241        60      5340         0    133466     37380   2129059     18.26     19.28
3950.57/990.42	c  N dy 13362   3380288        60      5340         0     80616     37380    957669     18.26     19.24
3976.10/996.86	c  N dy 13442   3400383        60      5340         0     98228     37380   1337629     18.26     20.52
4015.58/1006.75	c  N dy 13572   3422806        60      5340         0    118017     37380   1768393     18.27     19.27
4070.64/1020.53	c  N dy 13655   3450686        60      5340         0     71268     37380    755440     18.27     19.29
4097.37/1027.29	c  N dy 13791   3471035        60      5340         0     89285     37380   1150682     18.27     19.32
4129.67/1035.36	c  N dy 13900   3491090        60      5340         0    106984     37380   1535465     18.28     19.87
4165.98/1044.41	c  N dy 13997   3511145        60      5340         0    124631     37380   1918923     18.28     20.61
4215.84/1056.90	c  N dy 14098   3533336        60      5340         0    144137     37380   2340168     18.28     19.28
4250.54/1065.65	c  N dy 14177   3561371        60      5340         0     96542     37380   1281553     18.28     19.32
4281.66/1073.46	c  N dy 14252   3581508        60      5340         0    114261     37380   1660572     18.28     19.36
4323.14/1083.82	c  N dy 14373   3601535        60      5340         0    131839     37380   2046015     18.29     20.71
4371.81/1096.05	c  N dy 14495   3623321        60      5340         0     78050     37380    879437     18.29     19.33
4399.34/1102.93	c  N dy 14522   3649524        60      5340         0    100801     37380   1353161     18.28     19.28
4430.85/1110.87	c  N dy 14607   3669532        60      5340         0    118429     37380   1731283     18.28     20.90
4478.72/1122.88	c  N dy 14666   3695014        60      5340         0    140577     37380   2193955     18.28     19.40
4512.62/1131.37	c  S st 14750   3712298        60      5340         0     82131     37380    961461     18.28     17.34
4513.82/1131.68	c  S st 14750   3712801        60      5340         0     82594     37380    971974     18.28   no data
4513.82/1131.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4514.22/1131.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
4514.22/1131.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4514.22/1131.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4514.22/1131.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4514.22/1131.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4514.22/1131.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4514.22/1131.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4514.22/1131.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4524.98/1134.46	c lits-rem:       217  cl-subs:     2367  v-elim:      0  v-fix:    0  time:  2.67 s
4524.98/1134.46	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4524.98/1134.48	c vivif2 --  cl tried    80227 cl shrink        0 lits rem          0 time: 0.02
4526.58/1134.80	c asymm  cl-useful: 0/585/5340 lits-rem:0 time: 0.32
4526.58/1134.81	c calculated reachability. Time: 0.00
4526.58/1134.81	c  N dy 14750   3712801        60      5340         0     80227     37380    922315     18.28   no data
4561.28/1143.59	c  N dy 14841   3739608        60      5340         0    103704     37380   1420184     18.28     19.28
4586.00/1149.77	c  F st 14917   3751563        60      5340         0    114244     37380   1650374     18.28     18.22
4600.37/1153.36	c  N dy 14948   3759617        60      5340         0    121302     37380   1806261     18.28     20.38
4670.58/1170.92	c  N dy 15036   3796819        60      5340         0     79501     37380    889673     18.28     19.34
4698.51/1177.96	c  N dy 15145   3816868        60      5340         0     97201     37380   1276376     18.28     20.22
4739.58/1188.21	c  N dy 15280   3838421        60      5340         0    116186     37380   1692254     18.29     19.31
4778.68/1198.00	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366576-1305408852/watcher-3366576-1305408852 -o /tmp/evaluation-result-3366576-1305408852/solver-3366576-1305408852 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366576-1305408852.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: 7.41 7.96 8.02 5/352 3671
/proc/meminfo: memFree=26244684/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=182252 CPUtime=0.01 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 473 0 0 0 1 0 0 0 25 0 4 0 652487851 186626048 398 33554432000 4194304 4580107 140736385670784 18446744073709551615 216634515259 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 45803 423 324 95 0 40785 0
[pid=3671/tid=3672] ppid=3669 vsize=281828 CPUtime=0 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 160 0 0 0 0 0 0 0 25 0 4 0 652487851 288591872 944 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=281828 CPUtime=0 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 58 0 0 0 0 0 0 0 25 0 4 0 652487851 288591872 944 33554432000 4194304 4580107 140736385670784 18446744073709551615 216634620398 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=281828 CPUtime=0 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 206 0 0 0 0 0 0 0 25 0 4 0 652487851 288591872 944 33554432000 4194304 4580107 140736385670784 18446744073709551615 4295702 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0728511 s]
/proc/loadavg: 7.41 7.96 8.02 5/352 3671
/proc/meminfo: memFree=26244684/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=281824 CPUtime=0.27 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 1259 0 0 0 27 0 0 0 25 0 4 0 652487851 288587776 1173 33554432000 4194304 4580107 140736385670784 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 70456 1173 358 95 0 65438 0
[pid=3671/tid=3672] ppid=3669 vsize=281824 CPUtime=0.06 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 174 0 0 0 6 0 0 0 25 0 4 0 652487851 288587776 1173 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=281824 CPUtime=0.06 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 173 0 0 0 6 0 0 0 25 0 4 0 652487851 288587776 1173 33554432000 4194304 4580107 140736385670784 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=281824 CPUtime=0.06 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 299 0 0 0 6 0 0 0 18 0 4 0 652487851 288587776 1173 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 281824

[startup+0.100846 s]
/proc/loadavg: 7.41 7.96 8.02 5/352 3671
/proc/meminfo: memFree=26244684/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=281824 CPUtime=0.38 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 1302 0 0 0 38 0 0 0 25 0 4 0 652487851 288587776 1216 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 70456 1216 358 95 0 65438 0
[pid=3671/tid=3672] ppid=3669 vsize=281824 CPUtime=0.09 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 176 0 0 0 9 0 0 0 25 0 4 0 652487851 288587776 1216 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=281824 CPUtime=0.08 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 173 0 0 0 8 0 0 0 25 0 4 0 652487851 288587776 1216 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=281824 CPUtime=0.09 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 337 0 0 0 9 0 0 0 18 0 4 0 652487851 288587776 1216 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 281824

[startup+0.300813 s]
/proc/loadavg: 7.41 7.96 8.02 5/352 3671
/proc/meminfo: memFree=26244684/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=285140 CPUtime=1.17 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 3480 0 0 0 117 0 0 0 25 0 4 0 652487851 291983360 2540 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 71285 2540 376 95 0 66267 0
[pid=3671/tid=3672] ppid=3669 vsize=285140 CPUtime=0.29 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 821 0 0 0 29 0 0 0 25 0 4 0 652487851 291983360 2540 33554432000 4194304 4580107 140736385670784 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=285140 CPUtime=0.28 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 791 0 0 0 28 0 0 0 25 0 4 0 652487851 291983360 2540 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=285140 CPUtime=0.29 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 631 0 0 0 29 0 0 0 18 0 4 0 652487851 291983360 2540 33554432000 4194304 4580107 140736385670784 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 285140

[startup+0.700743 s]
/proc/loadavg: 7.41 7.96 8.02 5/352 3671
/proc/meminfo: memFree=26244684/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=286124 CPUtime=2.78 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 5426 0 0 0 277 1 0 0 25 0 4 0 652487851 292990976 3302 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 71531 3302 376 95 0 66513 0
[pid=3671/tid=3672] ppid=3669 vsize=286124 CPUtime=0.69 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 1270 0 0 0 69 0 0 0 25 0 4 0 652487851 292990976 3302 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=286124 CPUtime=0.68 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 1220 0 0 0 68 0 0 0 25 0 4 0 652487851 292990976 3302 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=286124 CPUtime=0.69 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 1245 0 0 0 69 0 0 0 18 0 4 0 652487851 292990976 3302 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286124

[startup+1.5006 s]
/proc/loadavg: 7.41 7.96 8.02 9/356 3675
/proc/meminfo: memFree=26218992/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=287440 CPUtime=5.96 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 9712 0 0 0 594 2 0 0 25 0 4 0 652487851 294338560 5112 33554432000 4194304 4580107 140736385670784 18446744073709551615 4415779 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 71860 5112 378 95 0 66842 0
[pid=3671/tid=3672] ppid=3669 vsize=287440 CPUtime=1.49 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 2080 0 0 0 149 0 0 0 25 0 4 0 652487851 294338560 5112 33554432000 4194304 4580107 140736385670784 18446744073709551615 4320772 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=287440 CPUtime=1.47 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 1976 0 0 0 147 0 0 0 25 0 4 0 652487851 294338560 5112 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294442 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=287440 CPUtime=1.49 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 2040 0 0 0 149 0 0 0 19 0 4 0 652487851 294338560 5112 33554432000 4194304 4580107 140736385670784 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287440

[startup+3.10032 s]
/proc/loadavg: 7.41 7.96 8.02 9/356 3675
/proc/meminfo: memFree=26194284/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=292496 CPUtime=12.35 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 17283 0 0 0 1232 3 0 0 25 0 4 0 652487851 299515904 9560 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 73124 9560 378 95 0 68106 0
[pid=3671/tid=3672] ppid=3669 vsize=292496 CPUtime=3.09 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 3992 0 0 0 308 1 0 0 25 0 4 0 652487851 299515904 9560 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=292496 CPUtime=3.05 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 4566 0 0 0 305 0 0 0 25 0 4 0 652487851 299515904 9560 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=292496 CPUtime=3.09 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 4295 0 0 0 309 0 0 0 25 0 4 0 652487851 299515904 9560 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 292496

[startup+6.30076 s]
/proc/loadavg: 7.46 7.96 8.02 9/356 3675
/proc/meminfo: memFree=26165020/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=306896 CPUtime=25.11 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 25992 0 0 0 2507 4 0 0 25 0 4 0 652487851 314261504 12588 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 76724 12588 378 95 0 71706 0
[pid=3671/tid=3672] ppid=3669 vsize=306896 CPUtime=6.29 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 6496 0 0 0 628 1 0 0 25 0 4 0 652487851 314261504 12588 33554432000 4194304 4580107 140736385670784 18446744073709551615 4322556 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=306896 CPUtime=6.22 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 6937 0 0 0 622 0 0 0 25 0 4 0 652487851 314261504 12588 33554432000 4194304 4580107 140736385670784 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=306896 CPUtime=6.29 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 6302 0 0 0 628 1 0 0 25 0 4 0 652487851 314261504 12588 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 306896

[startup+12.7006 s]
/proc/loadavg: 7.50 7.96 8.02 9/356 3675
/proc/meminfo: memFree=26131524/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=307764 CPUtime=50.64 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 39487 0 0 0 5057 7 0 0 25 0 4 0 652487851 315150336 16308 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 76941 16308 378 95 0 71923 0
[pid=3671/tid=3672] ppid=3669 vsize=307764 CPUtime=12.68 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 9222 0 0 0 1267 1 0 0 25 0 4 0 652487851 315150336 16308 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=307764 CPUtime=12.55 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 9429 0 0 0 1254 1 0 0 25 0 4 0 652487851 315150336 16308 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=307764 CPUtime=12.68 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 9942 0 0 0 1267 1 0 0 25 0 4 0 652487851 315150336 16308 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 307764

[startup+25.5004 s]
/proc/loadavg: 7.61 7.96 8.01 9/356 3676
/proc/meminfo: memFree=26099932/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=316220 CPUtime=101.69 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 59633 0 0 0 10157 12 0 0 25 0 4 0 652487851 323809280 20603 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 79055 20603 378 95 0 74037 0
[pid=3671/tid=3672] ppid=3669 vsize=316220 CPUtime=25.48 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 14408 0 0 0 2545 3 0 0 25 0 4 0 652487851 323809280 20603 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=316220 CPUtime=25.2 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 14433 0 0 0 2518 2 0 0 25 0 4 0 652487851 323809280 20603 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=316220 CPUtime=25.48 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 14681 0 0 0 2546 2 0 0 25 0 4 0 652487851 323809280 20603 33554432000 4194304 4580107 140736385670784 18446744073709551615 4416448 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 316220

[startup+51.1009 s]
/proc/loadavg: 7.82 7.98 8.02 9/356 3676
/proc/meminfo: memFree=26064760/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=338520 CPUtime=203.82 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 85407 0 0 0 20363 19 0 0 25 0 4 0 652487851 346644480 24982 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 84630 24982 378 95 0 79612 0
[pid=3671/tid=3672] ppid=3669 vsize=338520 CPUtime=51.07 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 17843 0 0 0 5104 3 0 0 25 0 4 0 652487851 346644480 24982 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=338520 CPUtime=50.53 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 22289 0 0 0 5049 4 0 0 25 0 4 0 652487851 346644480 24982 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=338520 CPUtime=51.09 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 21729 0 0 0 5105 4 0 0 25 0 4 0 652487851 346644480 24982 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 338520

[startup+102.313 s]
/proc/loadavg: 7.92 7.98 8.01 9/356 3708
/proc/meminfo: memFree=26048160/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=320332 CPUtime=408.09 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 122596 0 0 0 40778 31 0 0 25 0 4 0 652487851 328019968 27790 33554432000 4194304 4580107 140736385670784 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 80083 27790 378 95 0 75065 0
[pid=3671/tid=3672] ppid=3669 vsize=320332 CPUtime=102.28 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 20474 0 0 0 10223 5 0 0 25 0 4 0 652487851 328019968 27790 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=320332 CPUtime=101.18 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 32837 0 0 0 10110 8 0 0 25 0 4 0 652487851 328019968 27790 33554432000 4194304 4580107 140736385670784 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=320332 CPUtime=102.3 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 34568 0 0 0 10223 7 0 0 25 0 4 0 652487851 328019968 27790 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 320332

[startup+162.3 s]

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

[pid=3671] ppid=3669 vsize=423668 CPUtime=2562.06 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 398623 0 0 0 256083 123 0 0 25 0 4 0 652487851 433836032 59821 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 105917 59821 378 95 0 100899 0
[pid=3671/tid=3672] ppid=3669 vsize=423668 CPUtime=642.19 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 86960 0 0 0 64192 27 0 0 25 0 4 0 652487851 433836032 59822 33554432000 4194304 4580107 140736385670784 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=423668 CPUtime=635.25 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 102041 0 0 0 63493 32 0 0 25 0 4 0 652487851 433836032 59822 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=423668 CPUtime=642.32 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 103370 0 0 0 64201 31 0 0 25 0 4 0 652487851 433836032 59822 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2562.06
Current children cumulated vsize (KiB) 423668

[startup+702.3 s]
/proc/loadavg: 8.08 8.09 8.04 9/356 3724
/proc/meminfo: memFree=25565468/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=428172 CPUtime=2801.38 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 423275 0 0 0 280007 131 0 0 25 0 4 0 652487851 438448128 60592 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 107043 60592 378 95 0 102025 0
[pid=3671/tid=3672] ppid=3669 vsize=428172 CPUtime=702.17 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 93507 0 0 0 70188 29 0 0 25 0 4 0 652487851 438448128 60592 33554432000 4194304 4580107 140736385670784 18446744073709551615 4406370 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=428172 CPUtime=694.59 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 108388 0 0 0 69426 33 0 0 25 0 4 0 652487851 438448128 60592 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=428172 CPUtime=702.3 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 109899 0 0 0 70198 32 0 0 25 0 4 0 652487851 438448128 60592 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2801.38
Current children cumulated vsize (KiB) 428172

[startup+762.313 s]
/proc/loadavg: 8.08 8.09 8.04 9/356 3725
/proc/meminfo: memFree=25564828/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=466732 CPUtime=3040.74 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 440533 0 0 0 303938 136 0 0 25 0 4 0 652487851 477933568 63389 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 116683 63389 378 95 0 111665 0
[pid=3671/tid=3672] ppid=3669 vsize=466732 CPUtime=762.17 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 95841 0 0 0 76187 30 0 0 25 0 4 0 652487851 477933568 63389 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=466732 CPUtime=753.93 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 113183 0 0 0 75357 36 0 0 25 0 4 0 652487851 477933568 63389 33554432000 4194304 4580107 140736385670784 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=466732 CPUtime=762.32 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 115205 0 0 0 76199 33 0 0 25 0 4 0 652487851 477933568 63389 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.74
Current children cumulated vsize (KiB) 466732

[startup+822.3 s]
/proc/loadavg: 8.07 8.08 8.04 9/356 3727
/proc/meminfo: memFree=25482468/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=544952 CPUtime=3280.03 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 456388 0 0 0 327860 143 0 0 25 0 4 0 652487851 558030848 76713 33554432000 4194304 4580107 140736385670784 18446744073709551615 216634170352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 136238 76713 378 95 0 131220 0
[pid=3671/tid=3672] ppid=3669 vsize=544952 CPUtime=822.15 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 98600 0 0 0 82184 31 0 0 25 0 4 0 652487851 558030848 76713 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=544952 CPUtime=813.26 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 115954 0 0 0 81289 37 0 0 25 0 4 0 652487851 558030848 76713 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=544952 CPUtime=822.31 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 120428 0 0 0 82196 35 0 0 25 0 4 0 652487851 558030848 76713 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.03
Current children cumulated vsize (KiB) 544952

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 8.04 9/356 3729
/proc/meminfo: memFree=25506996/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=491748 CPUtime=3519.37 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 470172 0 0 0 351787 150 0 0 25 0 4 0 652487851 503549952 69893 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 122937 69893 378 95 0 117919 0
[pid=3671/tid=3672] ppid=3669 vsize=491748 CPUtime=882.13 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 101205 0 0 0 88182 31 0 0 25 0 4 0 652487851 503549952 69893 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=491748 CPUtime=872.61 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 121282 0 0 0 87222 39 0 0 25 0 4 0 652487851 503549952 69893 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=491748 CPUtime=882.31 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 123460 0 0 0 88194 37 0 0 25 0 4 0 652487851 503549952 69893 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.37
Current children cumulated vsize (KiB) 491748

[startup+942.301 s]
/proc/loadavg: 8.06 8.08 8.04 9/356 3730
/proc/meminfo: memFree=25483908/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=504684 CPUtime=3758.71 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 482201 0 0 0 375717 154 0 0 25 0 4 0 652487851 516796416 71359 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 126171 71359 378 95 0 121153 0
[pid=3671/tid=3672] ppid=3669 vsize=504684 CPUtime=942.12 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 101484 0 0 0 94181 31 0 0 25 0 4 0 652487851 516796416 71359 33554432000 4194304 4580107 140736385670784 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=504684 CPUtime=931.96 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 125860 0 0 0 93155 41 0 0 25 0 4 0 652487851 516796416 71359 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=504684 CPUtime=942.31 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 127869 0 0 0 94192 39 0 0 25 0 4 0 652487851 516796416 71359 33554432000 4194304 4580107 140736385670784 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.71
Current children cumulated vsize (KiB) 504684

[startup+1002.3 s]
/proc/loadavg: 8.14 8.09 8.04 9/356 3732
/proc/meminfo: memFree=25460948/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=493200 CPUtime=3998.03 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 496828 0 0 0 399643 160 0 0 25 0 4 0 652487851 505036800 74077 33554432000 4194304 4580107 140736385670784 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 123300 74077 378 95 0 118282 0
[pid=3671/tid=3672] ppid=3669 vsize=493200 CPUtime=1002.11 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 102192 0 0 0 100179 32 0 0 25 0 4 0 652487851 505036800 74077 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294400 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=493200 CPUtime=991.3 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 132367 0 0 0 99087 43 0 0 25 0 4 0 652487851 505036800 74077 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=493200 CPUtime=1002.31 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 132006 0 0 0 100190 41 0 0 25 0 4 0 652487851 505036800 74077 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.03
Current children cumulated vsize (KiB) 493200

[startup+1062.3 s]
/proc/loadavg: 8.23 8.12 8.05 9/356 3733
/proc/meminfo: memFree=25481020/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=482488 CPUtime=4237.38 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 512607 0 0 0 423571 167 0 0 25 0 4 0 652487851 494067712 67204 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 120622 67204 378 95 0 115604 0
[pid=3671/tid=3672] ppid=3669 vsize=482488 CPUtime=1062.1 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 107069 0 0 0 106176 34 0 0 25 0 4 0 652487851 494067712 67204 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=482488 CPUtime=1050.66 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 137586 0 0 0 105021 45 0 0 25 0 4 0 652487851 494067712 67204 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=482488 CPUtime=1062.31 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 134888 0 0 0 106189 42 0 0 25 0 4 0 652487851 494067712 67204 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.38
Current children cumulated vsize (KiB) 482488

[startup+1122.3 s]
/proc/loadavg: 8.22 8.13 8.06 9/356 3735
/proc/meminfo: memFree=25448860/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=495888 CPUtime=4476.72 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 528462 0 0 0 447499 173 0 0 25 0 4 0 652487851 507789312 71570 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 123972 71570 378 95 0 118954 0
[pid=3671/tid=3672] ppid=3669 vsize=495888 CPUtime=1122.1 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 110870 0 0 0 112175 35 0 0 25 0 4 0 652487851 507789312 71570 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=495888 CPUtime=1110 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 141664 0 0 0 110954 46 0 0 25 0 4 0 652487851 507789312 71570 33554432000 4194304 4580107 140736385670784 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=495888 CPUtime=1122.32 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 140268 0 0 0 112187 45 0 0 25 0 4 0 652487851 507789312 71570 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4476.72
Current children cumulated vsize (KiB) 495888

[startup+1182.3 s]
/proc/loadavg: 8.15 8.12 8.06 9/356 3737
/proc/meminfo: memFree=25430980/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=496224 CPUtime=4716.06 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 544518 0 0 0 471426 180 0 0 25 0 4 0 652487851 508133376 70142 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 124056 70142 378 95 0 119038 0
[pid=3671/tid=3672] ppid=3669 vsize=496224 CPUtime=1182.09 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 115834 0 0 0 118172 37 0 0 25 0 4 0 652487851 508133376 70142 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=496224 CPUtime=1169.35 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 146611 0 0 0 116887 48 0 0 25 0 4 0 652487851 508133376 70142 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=496224 CPUtime=1182.31 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 144423 0 0 0 118184 47 0 0 25 0 4 0 652487851 508133376 70142 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.06
Current children cumulated vsize (KiB) 496224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.11 8.11 8.06 9/356 3737
/proc/meminfo: memFree=25411112/32951124 swapFree=53501236/67111528
[pid=3671] ppid=3669 vsize=483020 CPUtime=4800.28 cores=0,2,4,6
/proc/3671/stat : 3671 (strangenight2-m) R 3669 3671 3413 0 -1 4202496 549959 0 0 0 479846 182 0 0 25 0 4 0 652487851 494612480 72148 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3671/statm: 120755 72148 378 95 0 115737 0
[pid=3671/tid=3672] ppid=3669 vsize=483020 CPUtime=1203.21 cores=0,2,4,6
/proc/3671/task/3672/stat : 3672 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 116711 0 0 0 120284 37 0 0 25 0 4 0 652487851 494612480 72148 33554432000 4194304 4580107 140736385670784 18446744073709551615 4305563 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3671/tid=3673] ppid=3669 vsize=483020 CPUtime=1190.22 cores=0,2,4,6
/proc/3671/task/3673/stat : 3673 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 148013 0 0 0 118974 48 0 0 25 0 4 0 652487851 494612480 72148 33554432000 4194304 4580107 140736385670784 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3671/tid=3674] ppid=3669 vsize=483020 CPUtime=1203.44 cores=0,2,4,6
/proc/3671/task/3674/stat : 3674 (strangenight2-m) R 3669 3671 3413 0 -1 4202560 146712 0 0 0 120296 48 0 0 25 0 4 0 652487851 494612480 72148 33554432000 4194304 4580107 140736385670784 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 483020

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.44
CPU time (s): 4800.35
CPU user time (s): 4798.5
CPU system time (s): 1.84072
CPU usage (%): 398.884
Max. virtual memory (cumulated for all children) (KiB): 557648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.5
system time used= 1.84072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 549960
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= 179
involuntary context switches= 21728

runsolver used 3.74743 second user time and 9.48656 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-14 23:34:12
IDJOB=3366576
IDBENCH=82985
IDSOLVER=1844
FILE ID=node103/3366576-1305408852
RUNJOBID= node103-1305406441-3433
PBS_JOBID= 13324513
Free space on /tmp= 72984 MiB

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

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

MD5SUM BENCH= 14f99f1ef2d8eb11eba1a00a818c14a6
RANDOM SEED=1352897492

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26244716 kB
Buffers:        299528 kB
Cached:        3865500 kB
SwapCached:     340192 kB
Active:        1327512 kB
Inactive:      5109648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26244716 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           11044 kB
Writeback:          32 kB
AnonPages:     1941652 kB
Mapped:          11164 kB
Slab:           151552 kB
PageTables:      53308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78379128 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= 72980 MiB
End job on node103 at 2011-05-14 23:54:18