Trace number 3173770

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.23 1201.96

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.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-3173770-1304031142.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.00/0.01	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.01	c -- vars added       1000
0.00/0.05	c Parsing time:  0.01 s
0.00/0.05	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.00/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.09
0.00/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.43/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.43/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.43/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.43/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.43/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.43/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.43/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.43/0.15	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.43/0.15	c calculated reachability. Time: 0.00
0.43/0.15	c Calc default polars -  time:   0.00 s pos:     475 undec:      37 neg:     488
0.43/0.15	c =========================================================================================
0.43/0.15	c types(t): F = full restart, N = normal restart
0.43/0.15	c types(t): S = simplification begin/end, E = solution found
0.43/0.15	c restart types(rt): st = static, dy = dynamic
0.43/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.43/0.15	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
1.58/0.41	c  N dy    17      4036      1000     20000         0      4028    100000    499890     96.94    109.74
2.38/0.69	c  N dy    35      8052      1000     20000         0      5537    100000    494882     96.11    101.23
3.57/0.99	c  N dy    58     12143      1000     20000         0      5387    100000    323579     95.99    111.12
5.17/1.30	c  N dy    83     16176      1000     20000         0      9414    100000    805533     96.71    102.63
6.37/1.62	c  N dy   106     20295      1000     20000         0      7916    100000    487140     96.88    102.51
7.57/1.95	c  N dy   125     24380      1000     20000         0     11991    100000    972463     96.76    103.26
7.97/2.00	c  F st   128     25000      1000     20000         0     12608    100000   1041882     96.61   no data
9.56/2.43	c  N dy   134     30001      1000     20000         0     10784    100000    737873     96.61   no data
9.56/2.43	c  S st   134     30001      1000     20000         0     10784    100000    737873     96.61   no data
9.56/2.49	c  S st   134     30503      1000     20000         0     11286    100000    786625     96.61   no data
9.56/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.96/2.50	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.96/2.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.96/2.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.96/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.94	c lits-rem:        30  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.39 s
11.96/3.06	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.12
11.96/3.06	c calculated reachability. Time: 0.00
11.96/3.06	c  N dy   134     30503      1000     20000         0     11234    100000    773710     96.61   no data
13.58/3.44	c  N dy   156     34636      1000     20000         0     15350    100000   1262887     96.59    102.44
14.75/3.77	c  N dy   171     38699      1000     20000         0     11526    100000    658027     96.03    101.27
16.36/4.15	c  N dy   191     42778      1000     20000         0     15599    100000   1145624     96.11    103.58
17.57/4.45	c  S st   209     45755      1000     20000         0      9639    100000    327829     96.09   no data
17.98/4.50	c  S st   209     46256      1000     20000         0     10140    100000    379385     96.09   no data
17.98/4.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.98/4.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
17.98/4.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.98/4.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.98/4.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.98/4.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
17.98/4.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.98/4.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
17.98/4.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.65	c lits-rem:        25  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.11 s
18.35/4.65	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
18.35/4.65	c vivif2 --  cl tried    10136 cl shrink        0 lits rem          0 time: 0.00
18.75/4.79	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
18.75/4.79	c calculated reachability. Time: 0.00
18.75/4.79	c  N dy   209     46256      1000     20000         0     10136    100000    378533     96.09   no data
20.74/5.24	c  N dy   233     51173      1000     20000         0     15046    100000    969127     96.07    102.04
22.37/5.64	c  N dy   256     55245      1000     20000         0     19105    100000   1453745     96.08    103.43
23.95/6.02	c  N dy   280     59394      1000     20000         0     13293    100000    654002     96.09    102.56
25.54/6.41	c  N dy   298     63413      1000     20000         0     17306    100000   1123776     95.92    108.17
27.13/6.84	c  N dy   320     67487      1000     20000         0     21374    100000   1599795     95.85    101.33
27.94/7.04	c  S st   330     69385      1000     20000         0     12302    100000    420648     95.75     96.64
28.34/7.10	c  S st   330     69887      1000     20000         0     12804    100000    471895     95.75   no data
28.34/7.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.34/7.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.34/7.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.34/7.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
28.34/7.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.34/7.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.34/7.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.14/7.32	c lits-rem:        22  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.17 s
29.14/7.32	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
29.14/7.32	c vivif2 --  cl tried    12803 cl shrink        0 lits rem          0 time: 0.01
29.54/7.47	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
29.54/7.47	c calculated reachability. Time: 0.00
29.54/7.47	c  N dy   330     69887      1000     20000         0     12803    100000    471640     95.75   no data
31.53/7.91	c  N dy   353     74457      1000     20000         0     17368    100000   1011973     95.68    101.75
33.53/8.41	c  N dy   377     79366      1000     20000         0     22273    100000   1583362     95.56    100.61
35.92/9.00	c  N dy   411     85099      1000     20000         0     16021    100000    754814     95.68    102.64
36.72/9.24	c  F st   425     87500      1000     20000         0     18420    100000   1037390     95.65     91.84
37.92/9.59	c  N st   430     90799      1000     20000         0     21707    100000   1445185     95.65   no data
40.72/10.27	c  N dy   455     96901      1000     20000         0     14813    100000    498711     95.66    100.89
43.12/10.89	c  N dy   492    103194      1000     20000         0     21097    100000   1244829     95.74    101.68
43.93/11.07	c  S st   504    104830      1000     20000         0     22731    100000   1440180     95.78     85.13
44.34/11.14	c  S st   504    105331      1000     20000         0     23232    100000   1491813     95.78   no data
44.34/11.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.34/11.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
44.34/11.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.34/11.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.34/11.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.34/11.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
44.34/11.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.34/11.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
44.72/11.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.12/14.35	c lits-rem:       140  cl-subs:       31  v-elim:      0  v-fix:    0  time:  3.13 s
57.12/14.36	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
57.12/14.37	c vivif2 --  cl tried    23201 cl shrink        0 lits rem          0 time: 0.02
58.30/14.63	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.26
58.30/14.63	c calculated reachability. Time: 0.00
58.30/14.63	c  N dy   504    105331      1000     20000         0     23201    100000   1484174     95.78   no data
61.51/15.45	c  N dy   544    112122      1000     20000         0     16010    100000    525860     95.81    101.94
64.69/16.24	c  N dy   586    119406      1000     20000         0     23288    100000   1396305     95.89    101.44
68.68/17.24	c  N dy   629    127073      1000     20000         0     15963    100000    418851     95.88    101.86
72.27/18.17	c  N dy   678    135377      1000     20000         0     24243    100000   1404011     95.97    101.83
76.67/19.29	c  N dy   730    144036      1000     20000         0     16922    100000    426544     96.11    103.98
81.06/20.35	c  N dy   785    153277      1000     20000         0     26147    100000   1529581     96.18    114.23
83.48/20.96	c  S st   816    157996      1000     20000         0     30855    100000   2084317     96.18   no data
83.88/21.05	c  S st   816    158501      1000     20000         0     31360    100000   2135912     96.18   no data
83.88/21.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.88/21.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
83.88/21.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.88/21.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.88/21.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.88/21.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
83.88/21.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.26/21.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
84.26/21.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
114.64/28.77	c lits-rem:       377  cl-subs:       49  v-elim:      0  v-fix:    0  time:  7.59 s
114.64/28.77	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
115.01/28.80	c vivif2 --  cl tried    31311 cl shrink        0 lits rem          0 time: 0.03
115.81/29.08	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.28
115.81/29.08	c calculated reachability. Time: 0.00
115.81/29.08	c  N dy   816    158501      1000     20000         0     31311    100000   2124037     96.18   no data
121.01/30.33	c  N dy   874    168719      1000     20000         0     24542    100000   1208702     96.14    101.96
127.01/31.80	c  N dy   933    179616      1000     20000         0     35417    100000   2503971     96.11    103.31
132.59/33.20	c  N dy  1001    191231      1000     20000         0     29046    100000   1644959     96.15    101.75
138.99/34.86	c  N dy  1070    203578      1000     20000         0     22406    100000    741905     96.15    103.20
145.78/36.56	c  N dy  1155    216635      1000     20000         0     35449    100000   2303356     96.26    117.78
152.97/38.37	c  N dy  1233    230625      1000     20000         0     29450    100000   1465188     96.28    102.87
156.96/39.39	c  S st  1279    237753      1000     20000         0     36565    100000   2311309     96.30   no data
157.36/39.49	c  S st  1279    238253      1000     20000         0     37065    100000   2364065     96.30   no data
157.76/39.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
157.76/39.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
157.76/39.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
157.76/39.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.76/39.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.76/39.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
157.76/39.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.76/39.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
158.18/39.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
200.50/50.23	c lits-rem:       302  cl-subs:       59  v-elim:      0  v-fix:    0  time: 10.61 s
200.50/50.23	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
200.50/50.26	c vivif2 --  cl tried    37006 cl shrink        0 lits rem          0 time: 0.03
201.70/50.59	c asymm  cl-useful: 0/19904/20000 lits-rem:0 time: 0.33
201.70/50.59	c calculated reachability. Time: 0.00
201.70/50.59	c  N dy  1279    238253      1000     20000         0     37006    100000   2349579     96.30   no data
210.09/52.61	c  N dy  1370    253735      1000     20000         0     31497    100000   1607567     96.33    102.10
219.28/54.94	c  N dy  1470    270066      1000     20000         0     25845    100000    821493     96.37    102.05
228.89/57.33	c  N dy  1568    287319      1000     20000         0     43061    100000   2870027     96.38    105.84
238.85/59.86	c  N dy  1669    305804      1000     20000         0     38556    100000   2213457     96.35    102.35
239.25/59.93	c  F st  1672    306250      1000     20000         0     39001    100000   2266617     96.35     99.62
250.04/62.69	c  N dy  1752    325326      1000     20000         0     34080    100000   1573150     96.32    101.50
262.42/65.72	c  N dy  1867    345492      1000     20000         0     29247    100000    892465     96.32    103.85
268.81/67.37	c  S st  1933    357380      1000     20000         0     41113    100000   2295544     96.31     93.99
269.21/67.48	c  S st  1933    357885      1000     20000         0     41618    100000   2346785     96.31   no data
269.21/67.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
269.61/67.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
269.61/67.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
269.61/67.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
269.61/67.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
269.61/67.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
269.61/67.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
269.61/67.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
270.01/67.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
314.35/78.78	c lits-rem:       217  cl-subs:       51  v-elim:      0  v-fix:    0  time: 11.17 s
314.35/78.78	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
314.75/78.81	c vivif2 --  cl tried    41567 cl shrink        0 lits rem          0 time: 0.03
315.96/79.17	c asymm  cl-useful: 0/18564/20000 lits-rem:0 time: 0.35
315.96/79.17	c calculated reachability. Time: 0.00
315.96/79.17	c  N dy  1933    357885      1000     20000         0     41567    100000   2334265     96.31   no data
328.74/82.35	c  N dy  2053    377977      1000     20000         0     35673    100000   1550158     96.29    101.73
342.32/85.79	c  N dy  2170    398138      1000     20000         0     28848    100000    620250     96.34    101.74
355.10/88.90	c  N dy  2277    418362      1000     20000         0     49048    100000   3021006     96.35    103.10
367.48/92.09	c  N dy  2384    438511      1000     20000         0     41218    100000   1980073     96.33    101.97
381.46/95.58	c  N dy  2505    458542      1000     20000         0     32253    100000    808309     96.39    102.79
394.65/98.84	c  N dy  2622    478952      1000     20000         0     52627    100000   3237447     96.38    101.48
407.83/102.11	c  N dy  2726    499029      1000     20000         0     42719    100000   1945890     96.38    102.16
422.22/105.75	c  N dy  2831    519046      1000     20000         0     31753    100000    529111     96.38    104.71
433.39/108.53	c  S st  2934    536829      1000     20000         0     49512    100000   2643945     96.38     93.60
433.79/108.67	c  S st  2934    537335      1000     20000         0     50018    100000   2694964     96.38   no data
433.79/108.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
434.19/108.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
434.19/108.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
434.19/108.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
434.19/108.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
434.19/108.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
434.19/108.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
434.19/108.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
434.59/108.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
498.90/124.94	c lits-rem:       332  cl-subs:       60  v-elim:      0  v-fix:    0  time: 16.12 s
498.90/124.94	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
498.90/124.98	c vivif2 --  cl tried    49958 cl shrink        0 lits rem          0 time: 0.04
499.30/125.02	c asymm  cl-useful: 0/1436/20000 lits-rem:0 time: 0.04
499.30/125.02	c calculated reachability. Time: 0.00
499.30/125.02	c  N dy  2934    537335      1000     20000         0     49958    100000   2680252     96.38   no data
515.27/129.09	c  N dy  3048    557772      1000     20000         0     38413    100000   1200360     96.38    101.94
530.46/132.89	c  N dy  3171    577932      1000     20000         0     58529    100000   3600667     96.42    105.31
545.25/136.59	c  N dy  3293    597944      1000     20000         0     45561    100000   1954523     96.45    102.60
561.21/140.58	c  N dy  3393    617948      1000     20000         0     65533    100000   4328626     96.44    102.45
575.20/144.00	c  N dy  3510    638022      1000     20000         0     51642    100000   2572247     96.45    101.98
592.37/148.37	c  N dy  3619    660129      1000     20000         0     38771    100000    917874     96.38    102.41
606.77/151.91	c  N dy  3744    680197      1000     20000         0     58810    100000   3316760     96.41    114.81
622.33/155.88	c  N dy  3852    700246      1000     20000         0     42876    100000   1293727     96.41    102.76
637.53/159.69	c  N dy  3976    720436      1000     20000         0     63029    100000   3698272     96.43    101.72
653.48/163.69	c  N dy  4099    740472      1000     20000         0     46097    100000   1574826     96.47    102.54
669.46/167.64	c  N dy  4218    760737      1000     20000         0     66326    100000   3995837     96.48    101.77
685.04/171.58	c  N dy  4322    780817      1000     20000         0     48439    100000   1748444     96.46    102.19
701.02/175.59	c  N dy  4440    800859      1000     20000         0     68447    100000   4147612     96.48    103.06
706.21/176.80	c  S st  4465    806002      1000     20000         0     73583    100000   4754560     96.46     87.35
706.61/176.98	c  S st  4465    806508      1000     20000         0     74089    100000   4806257     96.46   no data
706.61/176.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
707.01/177.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
707.01/177.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
707.01/177.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
707.01/177.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
707.01/177.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
707.01/177.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
707.42/177.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
707.82/177.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
823.26/206.20	c lits-rem:       653  cl-subs:      103  v-elim:      0  v-fix:    0  time: 28.94 s
823.66/206.20	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
823.66/206.26	c vivif2 --  cl tried    73986 cl shrink        0 lits rem          0 time: 0.06
825.26/206.67	c asymm  cl-useful: 0/12689/20000 lits-rem:0 time: 0.41
825.26/206.67	c calculated reachability. Time: 0.00
825.26/206.67	c  N dy  4465    806508      1000     20000         0     73986    100000   4781412     96.46   no data
840.43/210.43	c  N dy  4563    826688      1000     20000         0     55206    100000   2448653     96.44    101.67
858.40/214.91	c  N dy  4674    846938      1000     20000         0     75414    100000   4868525     96.44    102.05
873.99/218.80	c  N dy  4789    867069      1000     20000         0     55583    100000   2362306     96.43    101.96
891.56/223.25	c  N dy  4902    887130      1000     20000         0     75610    100000   4724368     96.42    102.14
907.93/227.30	c  N dy  5013    907235      1000     20000         0     54744    100000   2166336     96.44    102.18
925.51/231.71	c  N dy  5123    927271      1000     20000         0     74735    100000   4538698     96.43    101.73
942.68/236.03	c  N dy  5241    947476      1000     20000         0     52976    100000   1837691     96.43    101.61
959.86/240.39	c  N dy  5367    967507      1000     20000         0     72973    100000   4231335     96.46    102.82
978.63/245.08	c  N dy  5490    987709      1000     20000         0     50216    100000   1396199     96.48    103.08
996.61/249.54	c  N dy  5613   1007722      1000     20000         0     70201    100000   3777640     96.49    101.61
1018.19/254.95	c  N dy  5704   1028240      1000     20000         0     46755    100000    875028     96.46    101.71
1035.36/259.24	c  N dy  5812   1048263      1000     20000         0     66746    100000   3258346     96.46    103.23
1057.73/264.84	c  N dy  5935   1068391      1000     20000         0     86845    100000   5676056     96.48    102.11
1061.72/265.87	c  F st  5956   1071876      1000     20000         0     45399    100000    608496     96.48   no data
1074.10/268.96	c  N dy  6025   1088407      1000     20000         0     61897    100000   2626881     96.49    105.53
1093.68/273.88	c  N dy  6139   1108497      1000     20000         0     81963    100000   5004706     96.49    104.03
1112.85/278.68	c  N dy  6258   1128536      1000     20000         0     56038    100000   1763419     96.49    110.06
1131.22/283.28	c  N dy  6374   1148541      1000     20000         0     76018    100000   4165726     96.51    102.26
1152.79/288.68	c  N dy  6479   1168568      1000     20000         0     49088    100000    813037     96.50    104.73
1169.57/292.80	c  N dy  6590   1188809      1000     20000         0     69295    100000   3226101     96.50    102.72
1189.94/297.98	c  N dy  6703   1208830      1000     20000         0     89281    100000   5612020     96.51    102.34
1191.17/298.26	c  S st  6710   1209762      1000     20000         0     90213    100000   5724018     96.51   no data
1191.94/298.49	c  S st  6710   1210265      1000     20000         0     90716    100000   5779908     96.51   no data
1192.34/298.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1192.34/298.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1192.34/298.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1192.34/298.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1192.34/298.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1192.34/298.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1192.34/298.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1192.74/298.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1193.54/298.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1350.13/338.00	c lits-rem:       765  cl-subs:      159  v-elim:      0  v-fix:    0  time: 39.20 s
1350.13/338.00	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1350.13/338.07	c vivif2 --  cl tried    90557 cl shrink        0 lits rem          0 time: 0.07
1351.72/338.42	c asymm  cl-useful: 0/7311/20000 lits-rem:0 time: 0.34
1351.72/338.42	c calculated reachability. Time: 0.00
1351.72/338.42	c  N dy  6710   1210265      1000     20000         0     90557    100000   5742284     96.51   no data
1370.10/343.07	c  N dy  6831   1230424      1000     20000         0     62753    100000   2338451     96.52    101.95
1389.67/347.97	c  N dy  6958   1250496      1000     20000         0     82795    100000   4760563     96.55    102.07
1411.64/353.42	c  N dy  7078   1270689      1000     20000         0     54038    100000   1195108     96.57    101.70
1428.81/357.77	c  N dy  7195   1290809      1000     20000         0     74132    100000   3589265     96.57    101.70
1450.41/363.19	c  N dy  7304   1310852      1000     20000         0     94151    100000   5987100     96.57    102.94
1469.56/367.91	c  N dy  7422   1330947      1000     20000         0     64283    100000   2300769     96.58    104.49
1489.13/372.87	c  N dy  7539   1351134      1000     20000         0     84441    100000   4725371     96.59    102.16
1512.70/378.70	c  N dy  7658   1371391      1000     20000         0     53747    100000    935691     96.61    103.77
1529.87/383.03	c  N dy  7762   1391463      1000     20000         0     73793    100000   3347296     96.61    107.33
1552.24/388.65	c  N dy  7880   1411869      1000     20000         0     94170    100000   5786688     96.63    101.84
1573.43/393.93	c  N dy  7994   1432092      1000     20000         0     62428    100000   1865589     96.63    105.05
1593.78/399.10	c  N dy  8097   1452149      1000     20000         0     82450    100000   4257736     96.62    111.65
1618.95/405.39	c  N dy  8224   1472257      1000     20000         0    102532    100000   6683477     96.65    101.77
1638.12/410.15	c  N dy  8336   1492566      1000     20000         0     69897    100000   2626447     96.65    102.66
1659.29/415.42	c  N dy  8453   1512571      1000     20000         0     89873    100000   5029639     96.67    106.83
1684.06/421.63	c  N dy  8565   1532646      1000     20000         0     55996    100000    865353     96.67    103.36
1702.44/426.21	c  N dy  8678   1552680      1000     20000         0     75997    100000   3253415     96.67    101.85
1725.60/432.04	c  N dy  8801   1572738      1000     20000         0     96034    100000   5645824     96.68    106.98
1749.57/438.01	c  N dy  8916   1593008      1000     20000         0     61355    100000   1394548     96.68    101.84
1768.35/442.78	c  N dy  9040   1613013      1000     20000         0     81326    100000   3799696     96.69    102.09
1792.31/448.77	c  N dy  9165   1633202      1000     20000         0    101484    100000   6236045     96.71    101.95
1815.10/454.47	c  N dy  9291   1653282      1000     20000         0     65614    100000   1793191     96.73    104.79
1836.25/459.71	c  N dy  9421   1673340      1000     20000         0     85639    100000   4222769     96.75    103.00
1862.21/466.24	c  N dy  9536   1693347      1000     20000         0    105607    100000   6630076     96.77    108.83
1882.58/471.32	c  S st  9634   1710266      1000     20000         0     65598    100000   1682984     96.77     97.14
1883.38/471.50	c  S st  9634   1710769      1000     20000         0     66101    100000   1735380     96.77   no data
1883.38/471.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1883.38/471.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1883.38/471.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1883.38/471.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1883.38/471.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1883.38/471.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1883.38/471.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1883.38/471.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1883.78/471.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1912.54/478.88	c lits-rem:       238  cl-subs:       37  v-elim:      0  v-fix:    0  time:  7.25 s
1912.54/478.89	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1912.94/478.91	c vivif2 --  cl tried    66064 cl shrink        0 lits rem          0 time: 0.02
1914.55/479.37	c asymm  cl-useful: 0/13811/20000 lits-rem:0 time: 0.46
1914.55/479.37	c calculated reachability. Time: 0.00
1914.55/479.37	c  N dy  9634   1710769      1000     20000         0     66064    100000   1726114     96.77   no data
1936.11/484.71	c  N dy  9758   1731315      1000     20000         0     86567    100000   4193105     96.78    104.48
1961.27/491.08	c  N dy  9873   1751331      1000     20000         0    106548    100000   6567807     96.77    103.65
1984.44/496.89	c  N dy  9984   1771860      1000     20000         0     69145    100000   1998558     96.77    103.11
2005.61/502.16	c  N dy 10096   1791952      1000     20000         0     89204    100000   4391307     96.77    108.34
2031.98/508.73	c  N dy 10212   1812048      1000     20000         0    109260    100000   6800102     96.78    105.81
2055.15/514.54	c  N dy 10326   1832742      1000     20000         0     71032    100000   2110792     96.78    103.19
2075.50/519.67	c  N dy 10421   1852753      1000     20000         0     91008    100000   4516835     96.78    104.84
2101.07/526.06	c  N dy 10537   1872769      1000     20000         0    110996    100000   6913381     96.79    102.86
2123.84/531.79	c  N dy 10647   1892832      1000     20000         0     71119    100000   2011821     96.78    103.80
2145.00/537.00	c  N dy 10754   1912869      1000     20000         0     91121    100000   4406979     96.78    103.26
2170.99/543.53	c  N dy 10874   1932934      1000     20000         0    111143    100000   6811940     96.79    102.59
2194.94/549.59	c  N dy 10976   1953042      1000     20000         0     70319    100000   1807840     96.79    106.10
2216.51/554.90	c  N dy 11097   1973048      1000     20000         0     90295    100000   4223177     96.81    120.81
2241.67/561.26	c  N dy 11194   1993049      1000     20000         0    110249    100000   6620730     96.81    102.36
2269.64/568.21	c  N dy 11314   2013086      1000     20000         0     68361    100000   1460892     96.81    102.53
2290.81/573.53	c  N dy 11434   2033106      1000     20000         0     88345    100000   3861935     96.83    102.04
2316.00/579.87	c  N dy 11553   2053207      1000     20000         0    108414    100000   6256120     96.83    104.04
2344.73/587.06	c  N dy 11664   2073265      1000     20000         0     65540    100000   1018847     96.84    104.72
2365.10/592.16	c  N dy 11785   2093348      1000     20000         0     85585    100000   3422461     96.84    108.87
2389.47/598.26	c  N dy 11884   2113566      1000     20000         0    105773    100000   5835163     96.83    102.76
2418.63/605.58	c  N dy 12005   2133589      1000     20000         0    125770    100000   8239019     96.84    104.06
2439.81/610.80	c  N dy 12108   2153732      1000     20000         0     82000    100000   2864402     96.83    102.21
2463.77/616.81	c  N dy 12225   2173984      1000     20000         0    102222    100000   5287308     96.84    102.96
2492.13/623.93	c  N dy 12336   2194036      1000     20000         0    122234    100000   7685856     96.83    102.01
2513.31/629.27	c  S st 12445   2210770      1000     20000         0     74049    100000   1822405     96.84   no data
2514.10/629.45	c  S st 12445   2211275      1000     20000         0     74553    100000   1875225     96.84   no data
2514.10/629.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2514.50/629.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
2514.50/629.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2514.50/629.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2514.50/629.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2514.50/629.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2514.50/629.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2514.50/629.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2514.90/629.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2542.86/636.66	c lits-rem:       200  cl-subs:       33  v-elim:      0  v-fix:    0  time:  7.06 s
2542.86/636.67	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2542.86/636.69	c vivif2 --  cl tried    74520 cl shrink        0 lits rem          0 time: 0.03
2544.07/636.91	c asymm  cl-useful: 0/6189/20000 lits-rem:0 time: 0.22
2544.07/636.92	c calculated reachability. Time: 0.00
2544.07/636.92	c  N dy 12445   2211275      1000     20000         0     74520    100000   1867152     96.84   no data
2565.63/642.37	c  N dy 12556   2231366      1000     20000         0     94573    100000   4278733     96.84    102.02
2591.99/648.93	c  N dy 12660   2251414      1000     20000         0    114594    100000   6685394     96.84    102.96
2621.56/656.33	c  N dy 12774   2271469      1000     20000         0     68728    100000   1062277     96.85    102.90
2642.32/661.56	c  N dy 12904   2291540      1000     20000         0     88767    100000   3493140     96.86    104.25
2667.51/667.81	c  N dy 13015   2311636      1000     20000         0    108833    100000   5907187     96.87    102.16
2699.84/675.92	c  N dy 13124   2331642      1000     20000         0    128807    100000   8297769     96.86    130.02
2724.23/682.01	c  N dy 13217   2351670      1000     20000         0     81894    100000   2517925     96.86    108.48
2748.18/688.07	c  N dy 13335   2371976      1000     20000         0    102165    100000   4946488     96.86    103.06
2777.35/695.38	c  N dy 13457   2392161      1000     20000         0    122330    100000   7387297     96.87    103.88
2806.49/702.60	c  N dy 13572   2412192      1000     20000         0     74439    100000   1511819     96.87    102.00
2829.07/708.35	c  N dy 13694   2432229      1000     20000         0     94446    100000   3904061     96.88    103.56
2856.63/715.33	c  N dy 13803   2452258      1000     20000         0    114439    100000   6300897     96.89    102.35
2887.96/723.23	c  N dy 13922   2472440      1000     20000         0    134596    100000   8733200     96.90    102.07
2910.73/728.96	c  N dy 14039   2492470      1000     20000         0     85702    100000   2767296     96.90    103.38
2935.50/735.16	c  N dy 14152   2512544      1000     20000         0    105737    100000   5173084     96.91    112.17
2965.08/742.52	c  N dy 14273   2532572      1000     20000         0    125730    100000   7583743     96.92    115.31
2995.83/750.25	c  N dy 14382   2552582      1000     20000         0     75829    100000   1480986     96.92    103.75
3019.38/756.19	c  N dy 14503   2572600      1000     20000         0     95817    100000   3898845     96.93    102.34
3047.34/763.12	c  N dy 14615   2592675      1000     20000         0    115860    100000   6277679     96.92    103.50
3081.30/771.67	c  N dy 14732   2612825      1000     20000         0    135979    100000   8707103     96.93    102.71
3107.27/778.15	c  N dy 14855   2633002      1000     20000         0     85234    100000   2490798     96.94    102.75
3131.63/784.26	c  N dy 14964   2653151      1000     20000         0    105351    100000   4909055     96.94    102.11
3161.19/791.66	c  N dy 15089   2673249      1000     20000         0    125412    100000   7337335     96.95    104.31
3194.74/800.05	c  N dy 15204   2693429      1000     20000         0     73673    100000    986930     96.95    102.27
3214.32/804.92	c  S st 15321   2711276      1000     20000         0     91494    100000   3141890     96.96   no data
3215.11/805.13	c  S st 15321   2711781      1000     20000         0     91999    100000   3196153     96.96   no data
3215.11/805.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3215.11/805.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3215.53/805.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3215.53/805.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3215.53/805.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3215.53/805.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3215.53/805.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3215.53/805.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3215.93/805.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3270.64/819.09	c lits-rem:       215  cl-subs:       29  v-elim:      0  v-fix:    0  time: 13.74 s
3270.64/819.09	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3271.04/819.13	c vivif2 --  cl tried    91970 cl shrink        0 lits rem          0 time: 0.04
3272.66/819.55	c asymm  cl-useful: 0/10836/20000 lits-rem:0 time: 0.42
3272.66/819.55	c calculated reachability. Time: 0.00
3272.66/819.55	c  N dy 15321   2711781      1000     20000         0     91970    100000   3188963     96.96   no data
3299.02/826.19	c  N dy 15435   2732181      1000     20000         0    112334    100000   5636427     96.97    102.86
3328.96/833.67	c  N dy 15533   2752415      1000     20000         0    132529    100000   8060146     96.96    102.80
3359.72/841.37	c  N dy 15662   2772429      1000     20000         0     79637    100000   1593727     96.97    103.08
3382.90/847.13	c  N dy 15785   2792484      1000     20000         0     99667    100000   3997252     96.98    112.41
3410.84/854.17	c  N dy 15899   2812574      1000     20000         0    119731    100000   6413590     96.98    103.06
3444.79/862.63	c  N dy 16027   2832672      1000     20000         0    139802    100000   8845217     96.99    113.40
3472.35/869.53	c  N dy 16142   2852712      1000     20000         0     85919    100000   2239770     97.00    113.67
3496.33/875.59	c  N dy 16256   2872753      1000     20000         0    105924    100000   4655908     97.00    102.65
3527.09/883.23	c  N dy 16366   2892843      1000     20000         0    125982    100000   7080865     97.01    102.77
3562.23/892.04	c  N dy 16472   2912960      1000     20000         0    146073    100000   9503507     97.01    102.97
3587.80/898.40	c  N dy 16595   2933021      1000     20000         0     91222    100000   2777143     97.02    104.43
3612.96/904.77	c  N dy 16701   2953070      1000     20000         0    111229    100000   5177501     97.02    103.00
3643.72/912.42	c  N dy 16809   2973206      1000     20000         0    131339    100000   7593287     97.02    103.78
3679.68/921.49	c  N dy 16934   2993550      1000     20000         0    151645    100000  10031566     97.03    102.39
3702.44/927.19	c  N dy 17050   3013646      1000     20000         0     95824    100000   3211211     97.03    102.53
3729.21/933.86	c  N dy 17159   3033729      1000     20000         0    115880    100000   5617561     97.03    107.99
3761.55/941.90	c  N dy 17282   3053809      1000     20000         0    135930    100000   8028437     97.04    106.15
3796.31/950.68	c  N dy 17398   3073879      1000     20000         0     79092    100000   1086115     97.04    102.92
3819.48/956.41	c  N dy 17516   3093958      1000     20000         0     99138    100000   3502371     97.04    103.01
3848.66/963.77	c  N dy 17630   3114081      1000     20000         0    119222    100000   5917384     97.05    102.79
3884.59/972.76	c  N dy 17752   3134246      1000     20000         0    139343    100000   8354417     97.06    106.02
3924.14/982.68	c  N dy 17880   3154304      1000     20000         0     81504    100000   1266391     97.07    103.54
3950.89/989.33	c  N dy 18003   3174355      1000     20000         0    101521    100000   3682564     97.08    102.50
3983.65/997.53	c  N dy 18124   3194396      1000     20000         0    121537    100000   6086896     97.08    103.15
4016.01/1005.67	c  S st 18226   3211781      1000     20000         0    138895    100000   8168148     97.09   no data
4017.61/1006.02	c  S st 18226   3212284      1000     20000         0    139398    100000   8218317     97.09   no data
4017.61/1006.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4018.01/1006.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
4018.01/1006.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4018.01/1006.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4018.01/1006.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4018.01/1006.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4018.01/1006.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4018.41/1006.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4019.20/1006.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4270.85/1069.46	c lits-rem:       788  cl-subs:      216  v-elim:      0  v-fix:    0  time: 62.96 s
4270.85/1069.46	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4271.25/1069.57	c vivif2 --  cl tried   139182 cl shrink        0 lits rem          0 time: 0.11
4273.25/1070.05	c asymm  cl-useful: 0/6666/20000 lits-rem:0 time: 0.48
4273.25/1070.06	c calculated reachability. Time: 0.00
4273.25/1070.06	c  N dy 18226   3212284      1000     20000         0    139182    100000   8166937     97.09   no data
4310.80/1079.43	c  N dy 18343   3232473      1000     20000         0     80467    100000   1032307     97.09    103.32
4333.97/1085.22	c  N dy 18453   3252499      1000     20000         0    100458    100000   3427585     97.09    112.58
4361.94/1092.29	c  N dy 18576   3272601      1000     20000         0    120521    100000   5853902     97.10    102.30
4394.28/1100.39	c  N dy 18688   3292658      1000     20000         0    140546    100000   8268458     97.10    104.56
4434.23/1110.32	c  N dy 18812   3312682      1000     20000         0     80667    100000    944055     97.11    104.25
4459.02/1116.55	c  N dy 18926   3332741      1000     20000         0    100699    100000   3348161     97.12    102.57
4488.96/1124.06	c  N dy 19037   3352754      1000     20000         0    120671    100000   5741832     97.12    104.75
4524.11/1132.89	c  N dy 19156   3372816      1000     20000         0    140699    100000   8150373     97.12    102.90
4564.87/1143.00	c  N dy 19275   3392996      1000     20000         0    160854    100000  10580730     97.13    102.90
4589.22/1149.16	c  N dy 19388   3413090      1000     20000         0    100049    100000   3162811     97.13    102.71
4617.98/1156.38	c  N dy 19510   3433423      1000     20000         0    120349    100000   5597230     97.13    102.63
4651.13/1164.60	c  N dy 19625   3453525      1000     20000         0    140420    100000   8009266     97.13    106.86
4688.68/1174.04	c  N dy 19740   3473579      1000     20000         0    160445    100000  10429686     97.13    111.24
4715.45/1180.72	c  N dy 19855   3493792      1000     20000         0     98756    100000   2901974     97.14    103.73
4742.21/1187.47	c  N dy 19962   3513944      1000     20000         0    118878    100000   5315313     97.14    103.94
4774.56/1195.59	c  N dy 20080   3534216      1000     20000         0    139114    100000   7765905     97.14    102.62

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173770-1304031142/watcher-3173770-1304031142 -o /tmp/evaluation-result-3173770-1304031142/solver-3173770-1304031142 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173770-1304031142.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.83 8.02 7.43 6/180 9863
/proc/meminfo: memFree=24956320/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 514713842 52441088 348 33554432000 4194304 4627427 140735706247616 18446744073709551615 47639216420776 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 12803 348 299 106 0 7774 0
[pid=9863/tid=9864] ppid=9861 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514713843 52441088 348 33554432000 4194304 4627427 140735706247616 18446744073709551615 47639216420776 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514713843 52441088 348 33554432000 4194304 4627427 140735706247616 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514713843 52441088 348 33554432000 4194304 4627427 140735706247616 18446744073709551615 47639216420786 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.115878 s]
/proc/loadavg: 7.83 8.02 7.43 6/180 9863
/proc/meminfo: memFree=24956320/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=284968 CPUtime=0.43 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 3304 0 0 0 43 0 0 0 25 0 4 0 514713842 291807232 3212 33554432000 4194304 4627427 140735706247616 18446744073709551615 4415675 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 71242 3212 370 106 0 66213 0
[pid=9863/tid=9864] ppid=9861 vsize=284968 CPUtime=0.11 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) D 9861 9863 9633 0 -1 4202560 726 0 0 0 11 0 0 0 25 0 4 0 514713843 291807232 3212 33554432000 4194304 4627427 140735706247616 18446744073709551615 4415910 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=284968 CPUtime=0.1 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 657 0 0 0 10 0 0 0 25 0 4 0 514713843 291807232 3212 33554432000 4194304 4627427 140735706247616 18446744073709551615 4415675 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=284968 CPUtime=0.1 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 830 0 0 0 10 0 0 0 25 0 4 0 514713843 291807232 3212 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 284968

[startup+0.201197 s]
/proc/loadavg: 7.83 8.02 7.43 6/180 9863
/proc/meminfo: memFree=24956320/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=288988 CPUtime=0.78 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 7286 0 0 0 77 1 0 0 25 0 4 0 514713842 295923712 6164 33554432000 4194304 4627427 140735706247616 18446744073709551615 4332735 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 72247 6164 384 106 0 67218 0
[pid=9863/tid=9864] ppid=9861 vsize=288988 CPUtime=0.19 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 1960 0 0 0 19 0 0 0 25 0 4 0 514713843 295923712 6164 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=288988 CPUtime=0.19 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 1921 0 0 0 19 0 0 0 25 0 4 0 514713843 295923712 6164 33554432000 4194304 4627427 140735706247616 18446744073709551615 4330343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=288988 CPUtime=0.19 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 1008 0 0 0 19 0 0 0 25 0 4 0 514713843 295923712 6164 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 288988

[startup+0.301178 s]
/proc/loadavg: 7.83 8.02 7.43 6/180 9863
/proc/meminfo: memFree=24956320/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=288988 CPUtime=1.17 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 8082 0 0 0 116 1 0 0 25 0 4 0 514713842 295923712 6960 33554432000 4194304 4627427 140735706247616 18446744073709551615 4321776 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 72247 6961 384 106 0 67218 0
[pid=9863/tid=9864] ppid=9861 vsize=288988 CPUtime=0.29 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 2153 0 0 0 29 0 0 0 25 0 4 0 514713843 295923712 6961 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=288988 CPUtime=0.29 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 2123 0 0 0 29 0 0 0 25 0 4 0 514713843 295923712 6961 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=288988 CPUtime=0.29 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 1214 0 0 0 29 0 0 0 25 0 4 0 514713843 295923712 6961 33554432000 4194304 4627427 140735706247616 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 288988

[startup+0.7011 s]
/proc/loadavg: 7.83 8.02 7.43 6/180 9863
/proc/meminfo: memFree=24956320/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=294996 CPUtime=2.78 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 12126 0 0 0 276 2 0 0 25 0 4 0 514713842 302075904 7862 33554432000 4194304 4627427 140735706247616 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 73749 7862 385 106 0 68720 0
[pid=9863/tid=9864] ppid=9861 vsize=294996 CPUtime=0.69 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 3150 0 0 0 69 0 0 0 25 0 4 0 514713843 302075904 7863 33554432000 4194304 4627427 140735706247616 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=294996 CPUtime=0.68 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 3119 0 0 0 68 0 0 0 25 0 4 0 514713843 302075904 7864 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=294996 CPUtime=0.69 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 2258 0 0 0 69 0 0 0 25 0 4 0 514713843 302075904 7864 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 294996

[startup+1.50095 s]
/proc/loadavg: 7.83 8.02 7.43 9/184 9867
/proc/meminfo: memFree=24919580/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=296860 CPUtime=5.97 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 19991 0 0 0 593 4 0 0 25 0 4 0 514713842 303984640 7976 33554432000 4194304 4627427 140735706247616 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 74215 7976 385 106 0 69186 0
[pid=9863/tid=9864] ppid=9861 vsize=296860 CPUtime=1.48 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 5173 0 0 0 148 0 0 0 25 0 4 0 514713843 303984640 7976 33554432000 4194304 4627427 140735706247616 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=296860 CPUtime=1.48 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 5199 0 0 0 147 1 0 0 25 0 4 0 514713843 303984640 7978 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=296860 CPUtime=1.48 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 3920 0 0 0 148 0 0 0 25 0 4 0 514713843 303984640 7978 33554432000 4194304 4627427 140735706247616 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 296860

[startup+3.10064 s]
/proc/loadavg: 7.83 8.02 7.43 9/184 9867
/proc/meminfo: memFree=24910156/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=289072 CPUtime=12.37 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 35958 0 0 0 1229 8 0 0 25 0 4 0 514713842 296009728 16611 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309186 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 72268 16611 389 106 0 67239 0
[pid=9863/tid=9864] ppid=9861 vsize=289072 CPUtime=3.09 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 8312 0 0 0 308 1 0 0 25 0 4 0 514713843 296009728 16611 33554432000 4194304 4627427 140735706247616 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=289072 CPUtime=3.07 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 8385 0 0 0 306 1 0 0 25 0 4 0 514713843 296009728 16611 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=289072 CPUtime=3.08 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 7483 0 0 0 307 1 0 0 25 0 4 0 514713843 296009728 16611 33554432000 4194304 4627427 140735706247616 18446744073709551615 4330982 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 289072

[startup+6.30103 s]
/proc/loadavg: 7.92 8.03 7.43 9/184 9867
/proc/meminfo: memFree=24871592/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=298336 CPUtime=25.15 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 57946 0 0 0 2504 11 0 0 25 0 4 0 514713842 305496064 36440 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 74584 36440 389 106 0 69555 0
[pid=9863/tid=9864] ppid=9861 vsize=298336 CPUtime=6.29 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 13544 0 0 0 627 2 0 0 25 0 4 0 514713843 305496064 36440 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=298336 CPUtime=6.25 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 14471 0 0 0 623 2 0 0 25 0 4 0 514713843 305496064 36440 33554432000 4194304 4627427 140735706247616 18446744073709551615 4428398 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=298336 CPUtime=6.28 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 14595 0 0 0 626 2 0 0 25 0 4 0 514713843 305496064 36440 33554432000 4194304 4627427 140735706247616 18446744073709551615 4332320 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 298336

[startup+12.7008 s]
/proc/loadavg: 7.93 8.03 7.44 9/184 9867
/proc/meminfo: memFree=24831488/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=325560 CPUtime=50.71 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 85729 0 0 0 5055 16 0 0 25 0 4 0 514713842 333373440 54865 33554432000 4194304 4627427 140735706247616 18446744073709551615 4427670 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 81390 54865 389 106 0 76361 0
[pid=9863/tid=9864] ppid=9861 vsize=325560 CPUtime=12.69 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 20350 0 0 0 1266 3 0 0 25 0 4 0 514713843 333373440 54865 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=325560 CPUtime=12.62 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 21394 0 0 0 1259 3 0 0 25 0 4 0 514713843 333373440 54865 33554432000 4194304 4627427 140735706247616 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=325560 CPUtime=12.69 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 22426 0 0 0 1265 4 0 0 25 0 4 0 514713843 333373440 54865 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 325560

[startup+25.5004 s]
/proc/loadavg: 8.02 8.05 7.45 9/184 9867
/proc/meminfo: memFree=24687008/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=458788 CPUtime=101.83 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 113812 0 0 0 10161 22 0 0 25 0 4 0 514713842 469798912 62840 33554432000 4194304 4627427 140735706247616 18446744073709551615 4427421 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 114697 62840 389 106 0 109668 0
[pid=9863/tid=9864] ppid=9861 vsize=458788 CPUtime=25.48 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 24795 0 0 0 2545 3 0 0 25 0 4 0 514713843 469798912 62840 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=458788 CPUtime=25.34 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 28137 0 0 0 2530 4 0 0 25 0 4 0 514713843 469798912 62840 33554432000 4194304 4627427 140735706247616 18446744073709551615 4332689 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=458788 CPUtime=25.49 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 32047 0 0 0 2542 7 0 0 25 0 4 0 514713843 469798912 62840 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 458788

[startup+51.1005 s]
/proc/loadavg: 8.14 8.07 7.47 9/184 9868
/proc/meminfo: memFree=24592064/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=711904 CPUtime=204.1 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 164281 0 0 0 20375 35 0 0 25 0 4 0 514713842 728989696 87937 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 177976 87937 389 106 0 172947 0
[pid=9863/tid=9864] ppid=9861 vsize=711904 CPUtime=51.09 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 31464 0 0 0 5103 6 0 0 25 0 4 0 514713843 728989696 87937 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=711904 CPUtime=50.8 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 44013 0 0 0 5073 7 0 0 25 0 4 0 514713843 728989696 87937 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=711904 CPUtime=51.08 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 50557 0 0 0 5097 11 0 0 25 0 4 0 514713843 728989696 87937 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 711904

[startup+102.301 s]
/proc/loadavg: 8.13 8.08 7.50 9/184 9869
/proc/meminfo: memFree=24534696/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=538172 CPUtime=408.64 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 264720 0 0 0 40802 62 0 0 25 0 4 0 514713842 551088128 93465 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 134543 93465 397 106 0 129514 0
[pid=9863/tid=9864] ppid=9861 vsize=538172 CPUtime=102.29 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 46082 0 0 0 10219 10 0 0 25 0 4 0 514713843 551088128 93465 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=538172 CPUtime=101.73 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 67757 0 0 0 10161 12 0 0 25 0 4 0 514713843 551088128 93465 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=538172 CPUtime=102.29 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 84521 0 0 0 10206 23 0 0 25 0 4 0 514713843 551088128 93465 33554432000 4194304 4627427 140735706247616 18446744073709551615 4322040 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 538172

[startup+162.3 s]

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

[pid=9863] ppid=9861 vsize=1020188 CPUtime=2565.63 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 1205890 0 0 0 256223 340 0 0 25 0 4 0 514713842 1044672512 170752 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 255047 170752 389 106 0 250018 0
[pid=9863/tid=9864] ppid=9861 vsize=1020188 CPUtime=642.29 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 278404 0 0 0 64151 78 0 0 25 0 4 0 514713843 1044672512 170752 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=1020188 CPUtime=638.76 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 321357 0 0 0 63790 86 0 0 25 0 4 0 514713843 1044672512 170752 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=1020188 CPUtime=642.27 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 332214 0 0 0 64129 98 0 0 25 0 4 0 514713843 1044672512 170752 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.63
Current children cumulated vsize (KiB) 1020188

[startup+702.3 s]
/proc/loadavg: 8.27 8.16 7.80 9/184 9927
/proc/meminfo: memFree=25325736/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=1022136 CPUtime=2805.29 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 1286802 0 0 0 280160 369 0 0 25 0 4 0 514713842 1046667264 179958 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9863/statm: 255534 179958 389 106 0 250505 0
[pid=9863/tid=9864] ppid=9861 vsize=1022136 CPUtime=702.29 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 301818 0 0 0 70143 86 0 0 25 0 4 0 514713843 1046667264 179958 33554432000 4194304 4627427 140735706247616 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=1022136 CPUtime=698.42 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 333782 0 0 0 69753 89 0 0 25 0 4 0 514713843 1046667264 179958 33554432000 4194304 4627427 140735706247616 18446744073709551615 4428311 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=1022136 CPUtime=702.26 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 355863 0 0 0 70119 107 0 0 25 0 4 0 514713843 1046667264 179958 33554432000 4194304 4627427 140735706247616 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.29
Current children cumulated vsize (KiB) 1022136

[startup+762.301 s]
/proc/loadavg: 8.41 8.23 7.85 9/184 9930
/proc/meminfo: memFree=25247248/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=1048176 CPUtime=3044.17 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 1376894 0 0 0 304019 398 0 0 25 0 4 0 514713842 1073332224 189095 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9863/statm: 262044 189095 389 106 0 257015 0
[pid=9863/tid=9864] ppid=9861 vsize=1048176 CPUtime=762.3 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 324478 0 0 0 76138 92 0 0 25 0 4 0 514713843 1073332224 189095 33554432000 4194304 4627427 140735706247616 18446744073709551615 4427394 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=1048176 CPUtime=758.09 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 356426 0 0 0 75712 97 0 0 25 0 4 0 514713843 1073332224 189095 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=1048176 CPUtime=761.97 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 380282 0 0 0 76083 114 0 0 25 0 4 0 514713843 1073332224 189095 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3044.17
Current children cumulated vsize (KiB) 1048176

[startup+822.301 s]
/proc/loadavg: 8.27 8.22 7.86 9/184 9931
/proc/meminfo: memFree=25158204/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=1170136 CPUtime=3283.82 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 1451379 0 0 0 327958 424 0 0 25 0 4 0 514713842 1198219264 197619 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9863/statm: 292534 197619 389 106 0 287505 0
[pid=9863/tid=9864] ppid=9861 vsize=1170136 CPUtime=822.3 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 343899 0 0 0 82131 99 0 0 25 0 4 0 514713843 1198219264 197619 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=1170136 CPUtime=817.76 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 377584 0 0 0 81672 104 0 0 25 0 4 0 514713843 1198219264 197619 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=1170136 CPUtime=821.97 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 396296 0 0 0 82077 120 0 0 25 0 4 0 514713843 1198219264 197619 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.82
Current children cumulated vsize (KiB) 1170136

[startup+882.307 s]
/proc/loadavg: 8.21 8.21 7.88 10/184 9933
/proc/meminfo: memFree=25108824/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=1106732 CPUtime=3523.51 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 1532818 0 0 0 351899 452 0 0 25 0 4 0 514713842 1133293568 197767 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9863/statm: 276683 197767 389 106 0 271654 0
[pid=9863/tid=9864] ppid=9861 vsize=1106732 CPUtime=882.31 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 366308 0 0 0 88124 107 0 0 25 0 4 0 514713843 1133293568 197767 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=1106732 CPUtime=877.43 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 395151 0 0 0 87634 109 0 0 25 0 4 0 514713843 1133293568 197767 33554432000 4194304 4627427 140735706247616 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=1106732 CPUtime=881.97 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 418478 0 0 0 88070 127 0 0 25 0 4 0 514713843 1133293568 197767 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.51
Current children cumulated vsize (KiB) 1106732

[startup+942.301 s]
/proc/loadavg: 8.18 8.20 7.90 10/184 9935
/proc/meminfo: memFree=25133084/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=1053156 CPUtime=3763.16 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 1608470 0 0 0 375838 478 0 0 25 0 4 0 514713842 1078431744 193011 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9863/statm: 263289 193011 389 106 0 258260 0
[pid=9863/tid=9864] ppid=9861 vsize=1053156 CPUtime=942.3 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 388170 0 0 0 94116 114 0 0 25 0 4 0 514713843 1078431744 193011 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=1053156 CPUtime=937.09 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 407371 0 0 0 93597 112 0 0 25 0 4 0 514713843 1078431744 193011 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=1053156 CPUtime=941.97 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 441443 0 0 0 94062 135 0 0 25 0 4 0 514713843 1078431744 193011 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.16
Current children cumulated vsize (KiB) 1053156

[startup+1002.3 s]
/proc/loadavg: 8.16 8.19 7.91 9/184 9936
/proc/meminfo: memFree=24927828/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=1315116 CPUtime=4002.83 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 1702541 0 0 0 399779 504 0 0 25 0 4 0 514713842 1346678784 241544 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9863/statm: 328779 241544 389 106 0 323750 0
[pid=9863/tid=9864] ppid=9861 vsize=1315116 CPUtime=1002.31 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 417976 0 0 0 100112 119 0 0 25 0 4 0 514713843 1346678784 241544 33554432000 4194304 4627427 140735706247616 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=1315116 CPUtime=996.76 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 424336 0 0 0 99556 120 0 0 25 0 4 0 514713843 1346678784 241544 33554432000 4194304 4627427 140735706247616 18446744073709551615 4333279 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=1315116 CPUtime=1001.97 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 468368 0 0 0 100057 140 0 0 25 0 4 0 514713843 1346678784 241544 33554432000 4194304 4627427 140735706247616 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.83
Current children cumulated vsize (KiB) 1315116

[startup+1062.3 s]
/proc/loadavg: 8.11 8.17 7.92 9/184 9938
/proc/meminfo: memFree=24921588/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=1383360 CPUtime=4242.5 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 1757357 0 0 0 423726 524 0 0 25 0 4 0 514713842 1416560640 241384 33554432000 4194304 4627427 140735706247616 18446744073709551615 4428111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9863/statm: 345840 241384 389 106 0 340811 0
[pid=9863/tid=9864] ppid=9861 vsize=1383360 CPUtime=1062.3 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 432939 0 0 0 106105 125 0 0 25 0 4 0 514713843 1416560640 241384 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=1383360 CPUtime=1056.43 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 445052 0 0 0 105515 128 0 0 25 0 4 0 514713843 1416560640 241384 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=1383360 CPUtime=1061.97 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 476072 0 0 0 106055 142 0 0 25 0 4 0 514713843 1416560640 241384 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.5
Current children cumulated vsize (KiB) 1383360

[startup+1122.3 s]
/proc/loadavg: 8.08 8.15 7.92 9/184 9939
/proc/meminfo: memFree=24909276/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=1314896 CPUtime=4482.16 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 1841178 0 0 0 447661 555 0 0 25 0 4 0 514713842 1346453504 250808 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9863/statm: 328724 250808 403 106 0 323695 0
[pid=9863/tid=9864] ppid=9861 vsize=1314896 CPUtime=1122.31 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 453453 0 0 0 112097 134 0 0 25 0 4 0 514713843 1346453504 250808 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=1314896 CPUtime=1116.09 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 468169 0 0 0 111475 134 0 0 25 0 4 0 514713843 1346453504 250808 33554432000 4194304 4627427 140735706247616 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=1314896 CPUtime=1121.97 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 497293 0 0 0 112047 150 0 0 25 0 4 0 514713843 1346453504 250808 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.16
Current children cumulated vsize (KiB) 1314896

[startup+1182.3 s]
/proc/loadavg: 8.07 8.13 7.93 9/184 9941
/proc/meminfo: memFree=24888800/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=1315840 CPUtime=4721.84 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 1895327 0 0 0 471606 578 0 0 25 0 4 0 514713842 1347420160 254596 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9863/statm: 328960 254596 403 106 0 323931 0
[pid=9863/tid=9864] ppid=9861 vsize=1315840 CPUtime=1182.31 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 472944 0 0 0 118089 142 0 0 25 0 4 0 514713843 1347420160 254597 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=1315840 CPUtime=1175.77 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 468963 0 0 0 117443 134 0 0 25 0 4 0 514713843 1347420160 254597 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=1315840 CPUtime=1181.97 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 517511 0 0 0 118039 158 0 0 25 0 4 0 514713843 1347420160 254597 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309134 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.84
Current children cumulated vsize (KiB) 1315840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.05 8.12 7.93 9/184 9942
/proc/meminfo: memFree=24853940/32950928 swapFree=67111364/67111528
[pid=9863] ppid=9861 vsize=1359124 CPUtime=4800.15 cores=0,2,4,6
/proc/9863/stat : 9863 (strangenight2-m) R 9861 9863 9633 0 -1 4202496 1922809 0 0 0 479427 588 0 0 25 0 4 0 514713842 1391742976 259451 33554432000 4194304 4627427 140735706247616 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9863/statm: 339781 259451 403 106 0 334752 0
[pid=9863/tid=9864] ppid=9861 vsize=1359124 CPUtime=1201.91 cores=0,2,4,6
/proc/9863/task/9864/stat : 9864 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 480430 0 0 0 120047 144 0 0 25 0 4 0 514713843 1391742976 259451 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9863/tid=9865] ppid=9861 vsize=1359124 CPUtime=1195.26 cores=0,2,4,6
/proc/9863/task/9865/stat : 9865 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 476881 0 0 0 119389 137 0 0 25 0 4 0 514713843 1391742976 259451 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9863/tid=9866] ppid=9861 vsize=1359124 CPUtime=1201.58 cores=0,2,4,6
/proc/9863/task/9866/stat : 9866 (strangenight2-m) R 9861 9863 9633 0 -1 4202560 523659 0 0 0 119998 160 0 0 25 0 4 0 514713843 1391742976 259451 33554432000 4194304 4627427 140735706247616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1359124

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.96
CPU time (s): 4800.23
CPU user time (s): 4794.3
CPU system time (s): 5.9271
CPU usage (%): 399.367
Max. virtual memory (cumulated for all children) (KiB): 1396492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.3
system time used= 5.9271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1922812
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= 1571
involuntary context switches= 24526

runsolver used 2.03969 second user time and 4.51331 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 00:52:22
IDJOB=3173770
IDBENCH=82588
IDSOLVER=1586
FILE ID=node127/3173770-1304031142
RUNJOBID= node127-1304028687-9651
PBS_JOBID= 13170325
Free space on /tmp= 71808 MiB

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

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

MD5SUM BENCH= a39a6d2f5fd934fd083663966cc58fff
RANDOM SEED=1840490768

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24956484 kB
Buffers:       1373372 kB
Cached:        4681060 kB
SwapCached:          0 kB
Active:        3094640 kB
Inactive:      4423624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24956484 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6292 kB
Writeback:           0 kB
AnonPages:     1464004 kB
Mapped:          15504 kB
Slab:           409240 kB
PageTables:       7624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1845596 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= 71808 MiB
End job on node127 at 2011-04-29 01:12:26