Trace number 3366319

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366319-1305401632.cnf'
0.00/0.01	c -- header says num vars:             60
0.00/0.01	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.38/0.13	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.12
0.38/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.38/0.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.38/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.38/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.15	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.15	c calculated reachability. Time: 0.00
0.38/0.15	c Calc default polars -  time:   0.00 s pos:      24 undec:       1 neg:      35
0.38/0.15	c =========================================================================================
0.38/0.15	c types(t): F = full restart, N = normal restart
0.38/0.15	c types(t): S = simplification begin/end, E = solution found
0.38/0.15	c restart types(rt): st = static, dy = dynamic
0.38/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.15	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.77/0.29	c  N dy    10      5390        60      5340         0      2548     37380     48780     18.18     19.21
1.98/0.58	c  N dy    19     13686        60      5340         0      6141     37380    114376     17.21     18.13
2.77/0.77	c  N dy    59     17721        60      5340         0      9747     37380    192899     17.84     20.87
3.57/0.94	c  N dy    69     21947        60      5340         0      8506     37380    157183     17.77     18.71
3.99/1.10	c  F st    92     25000        60      5340         0     11242     37380    215814     17.92     16.71
4.40/1.17	c  N st    95     26189        60      5340         0      6241     37380    101889     17.92   no data
5.17/1.32	c  S st    98     30001        60      5340         0      9604     37380    173688     17.92   no data
5.17/1.36	c  S st    98     30505        60      5340         0     10075     37380    183781     17.92   no data
5.17/1.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.17/1.36	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.17/1.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.17/1.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.57	c lits-rem:       138  cl-subs:     1143  v-elim:      0  v-fix:    0  time:  0.20 s
7.16/1.80	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.23
7.16/1.80	c calculated reachability. Time: 0.00
7.16/1.80	c  N dy    98     30505        60      5340         0      8932     37380    160187     17.92   no data
7.96/2.01	c  N dy   111     34576        60      5340         0     12568     37380    237875     17.98     20.69
8.80/2.23	c  N dy   131     38615        60      5340         0      9205     37380    154830     18.04     19.34
10.35/2.61	c  N dy   142     45757        60      5340         0     15571     37380    287844     17.93     17.49
10.35/2.61	c  S st   142     45757        60      5340         0     15571     37380    287844     17.93     17.49
10.35/2.66	c  S st   142     46264        60      5340         0      8074     37380    122428     17.93   no data
10.35/2.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/2.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.35/2.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.35/2.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/2.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.35/2.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.35/2.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.35/2.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.70	c lits-rem:         4  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.03 s
10.75/2.70	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.75/2.70	c vivif2 --  cl tried     8060 cl shrink        0 lits rem          0 time: 0.00
11.55/2.92	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
11.55/2.92	c calculated reachability. Time: 0.00
11.55/2.92	c  N dy   142     46264        60      5340         0      8060     37380    122085     17.93   no data
12.35/3.14	c  N dy   171     50501        60      5340         0     11862     37380    204980     18.06     19.06
15.54/3.98	c  N dy   179     65621        60      5340         0     16325     37380    279169     17.52     18.64
16.74/4.28	c  S st   199     69396        60      5340         0      9958     37380    144560     17.56     17.41
17.16/4.31	c  S st   199     69901        60      5340         0     10427     37380    154727     17.56   no data
17.16/4.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.16/4.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.16/4.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.16/4.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.16/4.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
17.16/4.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.16/4.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.16/4.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.39	c lits-rem:        16  cl-subs:      135  v-elim:      0  v-fix:    0  time:  0.06 s
17.16/4.39	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.16/4.39	c vivif2 --  cl tried    10292 cl shrink        0 lits rem          0 time: 0.00
18.33/4.65	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.26
18.33/4.65	c calculated reachability. Time: 0.00
18.33/4.65	c  N dy   199     69901        60      5340         0     10292     37380    151820     17.56   no data
19.53/4.91	c  N dy   221     74396        60      5340         0     14289     37380    237035     17.62     18.55
20.72/5.27	c  N dy   260     79191        60      5340         0     18552     37380    329456     17.73     20.69
22.32/5.62	c  N dy   272     84403        60      5340         0     12547     37380    188889     17.73     18.71
23.12/5.80	c  F st   286     87500        60      5340         0     15292     37380    247080     17.75     16.75
23.91/6.01	c  N st   291     90797        60      5340         0     18185     37380    309669     17.75   no data
25.94/6.51	c  N dy   321     96743        60      5340         0     11970     37380    167404     17.81     18.93
27.51/6.92	c  N dy   363    102975        60      5340         0     17545     37380    287631     17.90     19.55
27.91/7.06	c  S st   371    104852        60      5340         0     19227     37380    323812     17.92   no data
28.31/7.11	c  S st   371    105355        60      5340         0     19680     37380    334007     17.92   no data
28.31/7.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.31/7.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
28.31/7.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.31/7.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.31/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.31/7.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
28.31/7.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.31/7.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
28.31/7.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.90/7.53	c lits-rem:       174  cl-subs:     1757  v-elim:      0  v-fix:    0  time:  0.40 s
29.90/7.53	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.90/7.53	c vivif2 --  cl tried    17923 cl shrink        0 lits rem          0 time: 0.00
31.09/7.89	c asymm  cl-useful: 0/4840/5340 lits-rem:0 time: 0.36
31.09/7.89	c calculated reachability. Time: 0.00
31.09/7.89	c  N dy   371    105355        60      5340         0     17923     37380    294508     17.92   no data
33.49/8.44	c  N dy   394    112128        60      5340         0     23927     37380    420715     17.91     20.69
35.87/9.05	c  N dy   425    121036        60      5340         0     19492     37380    318160     17.92     18.88
39.09/9.85	c  N dy   459    130776        60      5340         0     14864     37380    208219     17.94     18.94
41.47/10.49	c  N dy   476    139973        60      5340         0     23007     37380    376483     17.90     18.89
45.45/11.45	c  N dy   523    150987        60      5340         0     18592     37380    277051     17.94     18.89
47.45/12.00	c  S st   541    158032        60      5340         0     24804     37380    406073     17.91     16.10
47.87/12.07	c  S st   541    158536        60      5340         0     25267     37380    416358     17.91   no data
47.87/12.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.87/12.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.87/12.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.87/12.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.87/12.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.87/12.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.87/12.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.87/12.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
47.87/12.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.05/12.87	c lits-rem:       260  cl-subs:     2940  v-elim:      0  v-fix:    0  time:  0.77 s
51.05/12.87	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
51.05/12.87	c vivif2 --  cl tried    22327 cl shrink        0 lits rem          0 time: 0.00
51.44/12.92	c asymm  cl-useful: 0/500/5340 lits-rem:0 time: 0.05
51.44/12.92	c calculated reachability. Time: 0.00
51.44/12.92	c  N dy   541    158536        60      5340         0     22327     37380    356528     17.91   no data
55.03/13.84	c  N dy   570    168673        60      5340         0     16389     37380    221261     17.92     20.92
59.42/14.90	c  N dy   621    181156        60      5340         0     27547     37380    458712     17.96     18.92
63.40/15.98	c  N dy   650    193468        60      5340         0     22467     37380    335146     17.92     18.88
68.60/17.23	c  N dy   690    206211        60      5340         0     17016     37380    216844     17.91     18.97
73.78/18.55	c  N dy   751    220926        60      5340         0     30091     37380    494669     17.94     19.01
80.16/20.16	c  N dy   790    237556        60      5340         0     27048     37380    409900     17.90     18.97
80.16/20.19	c  S st   792    237805        60      5340         0     27273     37380    414553     17.90     17.14
80.56/20.26	c  S st   792    238307        60      5340         0     27731     37380    424792     17.90   no data
80.56/20.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.56/20.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
80.56/20.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.56/20.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.56/20.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.56/20.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
80.56/20.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.56/20.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
80.56/20.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.15/21.14	c lits-rem:       282  cl-subs:     3084  v-elim:      0  v-fix:    0  time:  0.86 s
84.15/21.14	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
84.15/21.15	c vivif2 --  cl tried    24647 cl shrink        0 lits rem          0 time: 0.00
85.75/21.51	c asymm  cl-useful: 0/3745/5340 lits-rem:0 time: 0.37
85.75/21.52	c calculated reachability. Time: 0.00
85.75/21.52	c  N dy   792    238307        60      5340         0     24647     37380    365298     17.90   no data
92.94/23.30	c  N dy   848    255438        60      5340         0     21417     37380    286150     17.90     19.06
100.12/25.16	c  N dy   971    271770        60      5340         0     35993     37380    603968     17.99     19.10
108.09/27.10	c  N dy  1059    289985        60      5340         0     32731     37380    517726     18.03     19.00
114.48/28.79	c  F st  1075    306251        60      5340         0     26697     37380    373457     17.97     16.25
116.08/29.11	c  N st  1080    309547        60      5340         0     29614     37380    435492     17.97   no data
125.25/31.48	c  N dy  1154    329375        60      5340         0     25959     37380    352190     17.99     19.03
135.24/33.94	c  N dy  1211    350041        60      5340         0     44265     37380    737114     17.99     18.98
138.42/34.75	c  S st  1258    357460        60      5340         0     28715     37380    404073     18.01   no data
138.82/34.82	c  S st  1258    357963        60      5340         0     29179     37380    414262     18.01   no data
138.82/34.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.82/34.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
138.82/34.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.82/34.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.82/34.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.82/34.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
138.82/34.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.82/34.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
138.82/34.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.21/35.43	c lits-rem:       182  cl-subs:     1590  v-elim:      0  v-fix:    0  time:  0.58 s
141.21/35.43	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
141.21/35.43	c vivif2 --  cl tried    27589 cl shrink        0 lits rem          0 time: 0.00
142.01/35.63	c asymm  cl-useful: 0/1595/5340 lits-rem:0 time: 0.20
142.01/35.63	c calculated reachability. Time: 0.00
142.01/35.63	c  N dy  1258    357963        60      5340         0     27589     37380    378786     18.01   no data
164.36/41.29	c  N dy  1359    405278        60      5340         0     46212     37380    733286     17.88     18.83
176.72/44.32	c  N dy  1503    425575        60      5340         0     40557     37380    639856     17.95     18.93
187.10/46.99	c  N dy  1566    445611        60      5340         0     33564     37380    470748     17.94     20.10
200.26/50.27	c  N dy  1692    465686        60      5340         0     25721     37380    295850     17.98     19.46
209.84/52.70	c  N dy  1784    485783        60      5340         0     43604     37380    677482     18.00     19.46
226.60/56.87	c  N dy  1800    520687        60      5340         0     47538     37380    720844     17.88     18.84
235.77/59.19	c  S st  1853    536945        60      5340         0     34704     37380    471089     17.89   no data
236.17/59.29	c  S st  1853    537450        60      5340         0     35165     37380    481604     17.89   no data
236.17/59.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
236.17/59.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
236.17/59.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.17/59.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.17/59.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.17/59.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
236.17/59.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
236.59/59.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
236.59/59.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.75/60.14	c lits-rem:       204  cl-subs:     1812  v-elim:      0  v-fix:    0  time:  0.82 s
239.75/60.14	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
239.75/60.15	c vivif2 --  cl tried    33353 cl shrink        0 lits rem          0 time: 0.01
241.39/60.55	c asymm  cl-useful: 0/3015/5340 lits-rem:0 time: 0.40
241.39/60.55	c calculated reachability. Time: 0.00
241.39/60.55	c  N dy  1853    537450        60      5340         0     33353     37380    441619     17.89   no data
256.52/64.35	c  N dy  1990    561152        60      5340         0     54365     37380    893639     17.92     19.07
269.28/67.59	c  N dy  2072    584332        60      5340         0     46656     37380    708963     17.91     18.87
284.05/71.24	c  N dy  2204    604405        60      5340         0     35367     37380    465399     17.95     21.15
297.62/74.67	c  N dy  2339    624434        60      5340         0     53126     37380    849804     17.99     19.20
311.20/78.01	c  N dy  2446    644469        60      5340         0     40804     37380    571002     18.01     19.48
325.14/81.59	c  N dy  2531    664571        60      5340         0     58626     37380    949072     18.02     19.79
335.92/84.29	c  N dy  2565    684609        60      5340         0     45262     37380    646347     18.00     20.69
357.86/89.73	c  N dy  2651    718336        60      5340         0     43046     37380    581951     17.96     18.97
372.65/93.41	c  N dy  2701    738420        60      5340         0     60771     37380    956363     17.96     19.36
385.82/96.72	c  N dy  2792    758463        60      5340         0     45912     37380    644305     17.97     20.49
403.78/101.29	c  N dy  2879    782807        60      5340         0     33856     37380    377475     17.97     19.03
417.31/104.63	c  N dy  2956    806176        60      5340         0     54552     37380    818775     17.98     17.87
417.31/104.63	c  S st  2956    806176        60      5340         0     54552     37380    818775     17.98     17.87
417.71/104.79	c  S st  2956    806679        60      5340         0     55013     37380    829049     17.98   no data
417.71/104.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
418.11/104.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
418.11/104.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
418.11/104.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
418.11/104.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
418.11/104.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
418.11/104.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
418.11/104.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
418.11/104.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.28/108.19	c lits-rem:       582  cl-subs:     5571  v-elim:      0  v-fix:    0  time:  3.35 s
431.28/108.19	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
431.68/108.20	c vivif2 --  cl tried    49442 cl shrink        0 lits rem          0 time: 0.01
432.48/108.46	c asymm  cl-useful: 0/933/5340 lits-rem:0 time: 0.26
432.48/108.46	c calculated reachability. Time: 0.00
432.48/108.46	c  N dy  2956    806679        60      5340         0     49442     37380    713232     17.98   no data
452.82/113.56	c  N dy  3048    832389        60      5340         0     37960     37380    452877     17.98     19.00
470.77/118.07	c  N dy  3116    861196        60      5340         0     63340     37380    979627     17.95     18.94
487.18/122.13	c  N dy  3205    881384        60      5340         0     46033     37380    617879     17.96     18.97
504.31/126.47	c  N dy  3355    901400        60      5340         0     63842     37380   1006005     18.00     19.48
521.46/130.74	c  N dy  3473    921412        60      5340         0     45396     37380    593237     18.02     20.34
537.81/134.85	c  N dy  3585    941423        60      5340         0     63114     37380    976117     18.04     20.97
557.40/139.78	c  N dy  3649    967368        60      5340         0     48841     37380    648620     18.03     19.27
573.72/143.82	c  N dy  3726    987532        60      5340         0     66617     37380   1027995     18.03     18.98
593.66/148.80	c  N dy  3847   1009826        60      5340         0     48456     37380    637762     18.05     19.11
609.64/152.82	c  N dy  3934   1030179        60      5340         0     66475     37380   1024272     18.06     19.01
626.39/157.09	c  N dy  3944   1054842        60      5340         0     49160     37380    624219     18.01     19.01
639.15/160.26	c  F st  3999   1071875        60      5340         0     64249     37380    944373     18.01     18.13
641.93/160.92	c  N st  4004   1075173        60      5340         0     67161     37380   1008250     18.01   no data
661.09/165.76	c  N dy  4084   1095261        60      5340         0     45201     37380    546139     18.01     20.90
684.26/171.58	c  N dy  4119   1127301        60      5340         0     73106     37380   1122604     17.98     19.06
718.56/180.17	c  N dy  4223   1169797        60      5340         0     70099     37380   1046854     17.95     19.03
741.72/185.91	c  N dy  4374   1189879        60      5340         0     46557     37380    560608     17.97     20.16
758.05/190.09	c  N dy  4456   1209911        60      5340         0     64198     37380    936245     17.98     21.07
758.45/190.12	c  S st  4458   1210019        60      5340         0     64295     37380    938412     17.98   no data
759.28/190.34	c  S st  4458   1210520        60      5340         0     64755     37380    948703     17.98   no data
759.28/190.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
759.28/190.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
759.28/190.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
759.28/190.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
759.28/190.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
759.28/190.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
759.28/190.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
759.63/190.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
759.63/190.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
786.36/197.19	c lits-rem:       638  cl-subs:     6248  v-elim:      0  v-fix:    0  time:  6.76 s
786.36/197.19	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
786.76/197.20	c vivif2 --  cl tried    58507 cl shrink        0 lits rem          0 time: 0.01
788.36/197.67	c asymm  cl-useful: 0/791/5340 lits-rem:0 time: 0.47
788.36/197.67	c calculated reachability. Time: 0.00
788.36/197.67	c  N dy  4458   1210520        60      5340         0     58507     37380    818894     17.98   no data
815.49/204.47	c  N dy  4606   1230584        60      5340         0     76380     37380   1209036     18.00     20.03
836.64/209.70	c  N dy  4702   1251904        60      5340         0     53127     37380    687838     18.01     19.18
854.19/214.14	c  N dy  4803   1271919        60      5340         0     70896     37380   1069568     18.02     18.98
876.14/219.63	c  N dy  4867   1293487        60      5340         0     46739     37380    539653     18.02     19.11
900.08/225.65	c  N dy  4983   1323741        60      5340         0     73378     37380   1101251     18.01     19.06
925.64/232.02	c  N dy  5135   1343782        60      5340         0     47156     37380    544258     18.04     19.17
946.76/237.30	c  N dy  5181   1368778        60      5340         0     69135     37380   1004147     18.02     19.00
984.66/246.85	c  N dy  5261   1409315        60      5340         0     59656     37380    771497     17.98     19.01
1006.21/252.25	c  N dy  5414   1429413        60      5340         0     77537     37380   1163203     18.01     20.67
1041.31/261.07	c  N dy  5423   1475718        60      5340         0     72023     37380   1005658     17.93     19.00
1067.66/267.66	c  N dy  5572   1495773        60      5340         0     89919     37380   1395048     17.95     20.51
1086.80/272.45	c  N dy  5690   1515804        60      5340         0     61104     37380    815220     17.96     19.79
1109.14/278.08	c  N dy  5826   1535871        60      5340         0     78898     37380   1201882     17.97     20.64
1137.47/285.16	c  N dy  5946   1556875        60      5340         0     49902     37380    559813     17.99     18.94
1154.26/289.34	c  N dy  6030   1576939        60      5340         0     67561     37380    935006     17.99     20.99
1184.58/296.91	c  N dy  6035   1612455        60      5340         0     50091     37380    553911     17.94     18.98
1203.31/301.69	c  N dy  6169   1632510        60      5340         0     67858     37380    940833     17.96     19.59
1227.65/307.79	c  N dy  6311   1652582        60      5340         0     85664     37380   1329579     17.98     18.93
1255.97/314.80	c  N dy  6444   1672834        60      5340         0     54264     37380    636666     17.99     18.95
1277.52/320.29	c  N dy  6559   1695717        60      5340         0     74462     37380   1070315     18.00     18.96
1294.29/324.42	c  S st  6598   1710522        60      5340         0     87462     37380   1345182     18.00     15.92
1295.07/324.69	c  S st  6598   1711025        60      5340         0     87920     37380   1355235     18.00   no data
1295.47/324.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1295.47/324.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1295.47/324.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1295.47/324.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1295.47/324.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1295.47/324.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1295.47/324.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1295.47/324.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1295.47/324.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1339.76/335.83	c lits-rem:      1094  cl-subs:    10294  v-elim:      0  v-fix:    0  time: 11.03 s
1339.76/335.83	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1339.76/335.85	c vivif2 --  cl tried    77626 cl shrink        0 lits rem          0 time: 0.02
1341.76/336.35	c asymm  cl-useful: 0/601/5340 lits-rem:0 time: 0.50
1341.76/336.35	c calculated reachability. Time: 0.00
1341.76/336.35	c  N dy  6598   1711025        60      5340         0     77626     37380   1140072     18.00   no data
1383.24/346.77	c  N dy  6718   1731080        60      5340         0     95458     37380   1527305     18.01     20.12
1409.97/353.40	c  N dy  6774   1751114        60      5340         0     63425     37380    823015     18.01     20.35
1432.32/359.08	c  N dy  6835   1771798        60      5340         0     81585     37380   1202194     18.00     18.96
1461.48/366.37	c  N dy  6944   1791856        60      5340         0     99312     37380   1585840     18.01     19.18
1482.59/371.61	c  N dy  7050   1811883        60      5340         0     66196     37380    875242     18.02     19.25
1502.13/376.60	c  N dy  7112   1831931        60      5340         0     83846     37380   1250084     18.02     20.75
1529.27/383.39	c  N dy  7191   1851970        60      5340         0    101437     37380   1624794     18.02     20.26
1551.21/388.86	c  N dy  7323   1871972        60      5340         0     67227     37380    886318     18.04     19.56
1576.75/395.23	c  N dy  7419   1891984        60      5340         0     84972     37380   1269245     18.04     19.65
1610.28/403.69	c  N dy  7562   1912891        60      5340         0    103572     37380   1676207     18.06     19.03
1633.00/409.30	c  N dy  7682   1932958        60      5340         0     68399     37380    901227     18.07     19.81
1651.75/414.08	c  N dy  7706   1954365        60      5340         0     87124     37380   1291829     18.06     19.21
1682.08/421.64	c  N dy  7828   1974467        60      5340         0    104971     37380   1681584     18.07     20.79
1703.62/427.01	c  N dy  7924   1994537        60      5340         0     68821     37380    898729     18.07     19.64
1728.78/433.39	c  N dy  8075   2014559        60      5340         0     86625     37380   1290523     18.09     20.29
1759.51/441.07	c  N dy  8184   2034645        60      5340         0    104419     37380   1675775     18.10     20.08
1784.62/447.31	c  N dy  8284   2054732        60      5340         0     67324     37380    850500     18.10     19.46
1805.77/452.68	c  N dy  8351   2074754        60      5340         0     84936     37380   1225026     18.10     20.11
1840.08/461.27	c  N dy  8443   2100832        60      5340         0    107917     37380   1713807     18.10     19.08
1862.02/466.70	c  N dy  8483   2121602        60      5340         0     70349     37380    890892     18.09     19.09
1885.97/472.78	c  N dy  8574   2141894        60      5340         0     88294     37380   1278881     18.10     19.07
1910.70/478.95	c  N dy  8612   2162225        60      5340         0    106146     37380   1650258     18.09     19.05
1935.84/485.24	c  N dy  8705   2182244        60      5340         0     67473     37380    839872     18.09     19.45
1957.78/490.70	c  N dy  8791   2202549        60      5340         0     85400     37380   1225235     18.10     19.06
1966.96/493.01	c  S st  8796   2211027        60      5340         0     92774     37380   1378970     18.09     17.11
1967.76/493.28	c  S st  8796   2211529        60      5340         0     93223     37380   1389417     18.09   no data
1967.76/493.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1968.15/493.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1968.15/493.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1968.15/493.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1968.15/493.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1968.15/493.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1968.15/493.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1968.15/493.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1968.15/493.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2010.84/504.05	c lits-rem:      1119  cl-subs:    10533  v-elim:      0  v-fix:    0  time: 10.66 s
2010.84/504.05	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2010.84/504.07	c vivif2 --  cl tried    82690 cl shrink        0 lits rem          0 time: 0.02
2012.04/504.38	c asymm  cl-useful: 0/753/5340 lits-rem:0 time: 0.32
2012.04/504.39	c calculated reachability. Time: 0.00
2012.04/504.39	c  N dy  8796   2211529        60      5340         0     82690     37380   1171701     18.09   no data
2041.56/511.79	c  N dy  8876   2231540        60      5340         0    100308     37380   1550313     18.10     21.18
2086.64/523.09	c  N dy  8984   2253132        60      5340         0     62859     37380    734102     18.10     19.06
2115.41/530.22	c  N dy  9110   2275360        60      5340         0     82454     37380   1160036     18.11     19.14
2144.90/537.62	c  N dy  9230   2295404        60      5340         0    100177     37380   1545376     18.12     20.84
2171.24/544.22	c  N dy  9270   2315518        60      5340         0     59931     37380    658844     18.11     19.16
2191.58/549.33	c  N dy  9380   2335541        60      5340         0     77562     37380   1041482     18.12     20.68
2219.50/556.32	c  N dy  9487   2356631        60      5340         0     96179     37380   1444181     18.13     19.16
2256.21/565.58	c  N dy  9637   2376681        60      5340         0    113912     37380   1835483     18.14     20.78
2281.78/571.97	c  N dy  9688   2398591        60      5340         0     74161     37380    940719     18.13     19.11
2308.88/578.70	c  N dy  9805   2418891        60      5340         0     92146     37380   1332066     18.14     19.12
2358.36/591.12	c  N dy  9824   2460049        60      5340         0     68300     37380    806474     18.12     19.21
2381.09/596.81	c  N dy  9911   2480103        60      5340         0     86003     37380   1186273     18.12     19.66
2412.62/604.71	c  N dy 10001   2501446        60      5340         0    104780     37380   1590273     18.13     19.25
2452.12/614.60	c  N dy 10148   2521533        60      5340         0     61897     37380    670753     18.14     21.28
2476.06/620.61	c  N dy 10312   2541555        60      5340         0     79642     37380   1064144     18.15     20.08
2501.64/627.09	c  N dy 10401   2561627        60      5340         0     97262     37380   1443098     18.15     19.67
2533.12/634.97	c  N dy 10483   2581650        60      5340         0    114934     37380   1820050     18.15     19.17
2563.83/642.65	c  N dy 10613   2602271        60      5340         0     71504     37380    871127     18.16     19.14
2590.18/649.28	c  N dy 10748   2622293        60      5340         0     89288     37380   1262679     18.17     19.20
2619.72/656.64	c  N dy 10835   2642370        60      5340         0    106960     37380   1643659     18.17     20.43
2658.41/666.34	c  N dy 10960   2662399        60      5340         0    124690     37380   2031208     18.18     20.40
2694.75/675.42	c  N dy 11059   2694950        60      5340         0     90592     37380   1252509     18.18     19.15
2719.05/681.53	c  S st 11132   2711530        60      5340         0    105209     37380   1566047     18.18     16.90
2720.25/681.86	c  S st 11132   2712030        60      5340         0    105664     37380   1576351     18.18   no data
2720.25/681.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2720.67/681.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2720.67/681.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2720.67/681.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2720.67/681.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2720.67/681.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2720.67/681.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2720.67/681.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2720.67/681.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2774.11/695.36	c lits-rem:      1091  cl-subs:    13403  v-elim:      0  v-fix:    0  time: 13.38 s
2774.11/695.36	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2774.11/695.38	c vivif2 --  cl tried    92261 cl shrink        0 lits rem          0 time: 0.02
2775.70/695.77	c asymm  cl-useful: 0/572/5340 lits-rem:0 time: 0.39
2775.70/695.77	c calculated reachability. Time: 0.00
2775.70/695.78	c  N dy 11132   2712030        60      5340         0     92261     37380   1304548     18.18   no data
2825.58/708.25	c  N dy 11259   2736773        60      5340         0    114091     37380   1778680     18.19     19.18
2875.05/720.64	c  N dy 11391   2758817        60      5340         0     70948     37380    843679     18.19     19.17
2901.02/727.17	c  N dy 11489   2778851        60      5340         0     88601     37380   1225541     18.20     20.27
2934.89/735.66	c  N dy 11540   2803274        60      5340         0    110018     37380   1674755     18.19     19.18
2974.00/745.48	c  N dy 11646   2823354        60      5340         0    127682     37380   2055685     18.20     20.69
2999.54/751.88	c  N dy 11774   2843390        60      5340         0     81498     37380   1062167     18.20     21.08
3084.52/773.14	c  N dy 11871   2917273        60      5340         0     81309     37380   1022597     18.17     19.14
3114.44/780.64	c  N dy 12002   2937281        60      5340         0     98952     37380   1410294     18.18     21.04
3148.35/789.11	c  N dy 12101   2957834        60      5340         0    117041     37380   1801536     18.18     19.15
3184.67/798.25	c  N dy 12171   2977855        60      5340         0     68799     37380    760181     18.18     19.63
3209.40/804.46	c  N dy 12263   2999098        60      5340         0     87470     37380   1163358     18.19     19.15
3240.92/812.30	c  N dy 12374   3019108        60      5340         0    105145     37380   1550935     18.19     19.40
3288.80/824.39	c  N dy 12476   3047715        60      5340         0    130326     37380   2089091     18.19     19.17
3319.92/832.16	c  N dy 12558   3071712        60      5340         0     84559     37380   1086760     18.19     19.33
3354.63/840.81	c  N dy 12687   3094934        60      5340         0    104985     37380   1529610     18.20     19.17
3407.29/854.06	c  N dy 12786   3125583        60      5340         0    131815     37380   2095325     18.20     19.18
3437.22/861.56	c  N dy 12924   3145817        60      5340         0     82068     37380   1033630     18.21     19.17
3458.76/866.92	c  N dy 12949   3165842        60      5340         0     99622     37380   1400789     18.20     19.72
3492.29/875.38	c  N dy 13041   3185930        60      5340         0    117254     37380   1782062     18.20     20.04
3533.37/885.63	c  N dy 13125   3208257        60      5340         0    136816     37380   2200522     18.20     19.20
3539.77/887.20	c  S st 13134   3212031        60      5340         0     71637     37380    792236     18.20     17.53
3540.57/887.41	c  S st 13134   3212538        60      5340         0     72094     37380    802526     18.20   no data
3540.57/887.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3540.57/887.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3540.57/887.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3540.57/887.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3540.57/887.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3540.57/887.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3540.57/887.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3540.57/887.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3540.57/887.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3545.36/888.67	c lits-rem:       108  cl-subs:     1038  v-elim:      0  v-fix:    0  time:  1.18 s
3545.36/888.67	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3545.36/888.68	c vivif2 --  cl tried    71056 cl shrink        0 lits rem          0 time: 0.01
3546.55/888.98	c asymm  cl-useful: 0/722/5340 lits-rem:0 time: 0.30
3546.55/888.98	c calculated reachability. Time: 0.00
3546.55/888.98	c  N dy 13134   3212538        60      5340         0     71056     37380    781010     18.20   no data
3571.29/895.13	c  N dy 13219   3233418        60      5340         0     89384     37380   1173580     18.20     19.17
3605.20/903.68	c  N dy 13366   3253461        60      5340         0    107150     37380   1564221     18.21     19.22
3650.28/914.99	c  N dy 13512   3274988        60      5340         0    126206     37380   1984682     18.22     19.24
3689.39/924.74	c  N dy 13626   3295085        60      5340         0     74359     37380    842987     18.22     21.11
3714.52/931.08	c  N dy 13635   3320588        60      5340         0     96548     37380   1294891     18.21     19.19
3750.84/940.17	c  N dy 13723   3342726        60      5340         0    116024     37380   1713971     18.21     19.27
3791.97/950.47	c  N dy 13781   3363248        60      5340         0    134051     37380   2096226     18.21     19.17
3828.24/959.53	c  N dy 13926   3383275        60      5340         0     81502     37380    992736     18.22     19.64
3858.95/967.24	c  N dy 13971   3408630        60      5340         0    103672     37380   1457145     18.21     19.25
3899.25/977.37	c  N dy 14124   3429678        60      5340         0    122273     37380   1866242     18.22     19.20
3942.75/988.20	c  N dy 14242   3449834        60      5340         0    140052     37380   2253864     18.23     19.24
3974.26/996.10	c  N dy 14349   3471970        60      5340         0     88236     37380   1120440     18.23     19.23
4003.79/1003.57	c  N dy 14386   3496748        60      5340         0    109815     37380   1569514     18.22     19.22
4044.09/1013.65	c  N dy 14535   3516815        60      5340         0    127531     37380   1960820     18.23     20.78
4089.58/1025.05	c  N dy 14622   3538280        60      5340         0     74414     37380    815209     18.23     19.26
4113.92/1031.13	c  N dy 14697   3558370        60      5340         0     92113     37380   1193699     18.23     19.24
4149.02/1039.92	c  N dy 14837   3578941        60      5340         0    110271     37380   1591848     18.24     19.22
4188.52/1049.89	c  N dy 14964   3598948        60      5340         0    127929     37380   1977754     18.24     19.98
4228.02/1059.77	c  N dy 15035   3618987        60      5340         0    145511     37380   2354965     18.24     19.97
4255.16/1066.59	c  N dy 15088   3640343        60      5340         0     91228     37380   1159682     18.24     19.22
4305.47/1079.16	c  N dy 15127   3681408        60      5340         0    126944     37380   1906559     18.23     19.26
4354.89/1091.54	c  N dy 15256   3702531        60      5340         0    145533     37380   2312298     18.23     19.26
4373.26/1096.10	c  S st 15341   3712538        60      5340         0     80780     37380    939268     18.24   no data
4374.06/1096.35	c  S st 15341   3713040        60      5340         0     81229     37380    949412     18.24   no data
4374.06/1096.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4374.06/1096.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4374.06/1096.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4374.06/1096.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4374.06/1096.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4374.06/1096.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4374.06/1096.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4374.46/1096.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4374.46/1096.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4382.03/1098.39	c lits-rem:       165  cl-subs:     1627  v-elim:      0  v-fix:    0  time:  1.95 s
4382.03/1098.39	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4382.43/1098.41	c vivif2 --  cl tried    79602 cl shrink        0 lits rem          0 time: 0.01
4383.63/1098.73	c asymm  cl-useful: 0/625/5340 lits-rem:0 time: 0.32
4383.63/1098.73	c calculated reachability. Time: 0.00
4383.63/1098.73	c  N dy 15341   3713040        60      5340         0     79602     37380    911396     18.24   no data
4429.11/1110.10	c  N dy 15422   3748630        60      5340         0    110775     37380   1568955     18.23     19.20
4435.10/1111.64	c  F st 15450   3751562        60      5340         0    113361     37380   1626293     18.23   no data
4469.41/1120.28	c  N dy 15516   3768716        60      5340         0    128449     37380   1955927     18.24     20.21
4512.10/1130.91	c  N dy 15617   3788777        60      5340         0    146097     37380   2338241     18.24     19.25
4542.04/1138.50	c  N dy 15666   3809932        60      5340         0     90089     37380   1120295     18.24     19.39
4575.14/1146.79	c  N dy 15798   3830135        60      5340         0    107891     37380   1511495     18.24     19.39
4638.19/1162.50	c  N dy 15863   3870539        60      5340         0    142937     37380   2233419     18.23     19.34
4678.87/1172.78	c  N dy 15980   3890577        60      5340         0     85361     37380   1016725     18.23     20.31
4708.41/1180.13	c  N dy 16086   3910653        60      5340         0    102956     37380   1397453     18.24     19.60
4741.12/1188.34	c  N dy 16149   3930685        60      5340         0    120504     37380   1772121     18.24     20.85
4789.79/1200.53	c  N dy 16213   3958538        60      5340         0    144960     37380   2291311     18.23     19.20

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366319-1305401632/watcher-3366319-1305401632 -o /tmp/evaluation-result-3366319-1305401632/solver-3366319-1305401632 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366319-1305401632.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.47 7.98 7.99 6/319 7998
/proc/meminfo: memFree=27337880/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 411 0 0 0 0 0 0 0 21 0 4 0 384354461 52396032 351 33554432000 4194304 4580107 140735418948608 18446744073709551615 46989769111065 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 12792 351 302 95 0 7774 0
[pid=7998/tid=7999] ppid=7996 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 4 0 384354461 52396032 351 33554432000 4194304 4580107 140735418948608 18446744073709551615 46989769111059 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 384354461 52396032 351 33554432000 4194304 4580107 140735418948608 18446744073709551615 46989769111474 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 384354461 52396032 351 33554432000 4194304 4580107 140735418948608 18446744073709551615 46989769111065 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.09907 s]
/proc/loadavg: 7.47 7.98 7.99 6/319 7998
/proc/meminfo: memFree=27337880/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=281820 CPUtime=0.37 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 1297 0 0 0 37 0 0 0 18 0 4 0 384354461 288583680 1210 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 70455 1210 358 95 0 65437 0
[pid=7998/tid=7999] ppid=7996 vsize=281820 CPUtime=0.09 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 194 0 0 0 9 0 0 0 18 0 4 0 384354461 288583680 1210 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=281820 CPUtime=0.08 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 189 0 0 0 8 0 0 0 23 0 4 0 384354461 288583680 1210 33554432000 4194304 4580107 140735418948608 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=281820 CPUtime=0.09 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 315 0 0 0 9 0 0 0 18 0 4 0 384354461 288583680 1210 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 281820

[startup+0.101069 s]
/proc/loadavg: 7.47 7.98 7.99 6/319 7998
/proc/meminfo: memFree=27337880/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=281820 CPUtime=0.38 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 1300 0 0 0 38 0 0 0 18 0 4 0 384354461 288583680 1213 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 70455 1213 358 95 0 65437 0
[pid=7998/tid=7999] ppid=7996 vsize=281820 CPUtime=0.09 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 194 0 0 0 9 0 0 0 18 0 4 0 384354461 288583680 1213 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=281820 CPUtime=0.08 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 190 0 0 0 8 0 0 0 23 0 4 0 384354461 288583680 1213 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=281820 CPUtime=0.09 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 317 0 0 0 9 0 0 0 18 0 4 0 384354461 288583680 1213 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 281820

[startup+0.301035 s]
/proc/loadavg: 7.47 7.98 7.99 6/319 7998
/proc/meminfo: memFree=27337880/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=285132 CPUtime=1.18 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 3445 0 0 0 117 1 0 0 18 0 4 0 384354461 291975168 2521 33554432000 4194304 4580107 140735418948608 18446744073709551615 4322584 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 71283 2521 376 95 0 66265 0
[pid=7998/tid=7999] ppid=7996 vsize=285132 CPUtime=0.29 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 830 0 0 0 29 0 0 0 18 0 4 0 384354461 291975168 2521 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=285132 CPUtime=0.28 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 799 0 0 0 28 0 0 0 23 0 4 0 384354461 291975168 2521 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=285132 CPUtime=0.29 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 618 0 0 0 29 0 0 0 18 0 4 0 384354461 291975168 2521 33554432000 4194304 4580107 140735418948608 18446744073709551615 4321646 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 285132

[startup+0.700966 s]
/proc/loadavg: 7.47 7.98 7.99 6/319 7998
/proc/meminfo: memFree=27337880/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=286264 CPUtime=2.77 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 5376 0 0 0 276 1 0 0 18 0 4 0 384354461 293134336 3270 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 71566 3270 376 95 0 66548 0
[pid=7998/tid=7999] ppid=7996 vsize=286264 CPUtime=0.69 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 1285 0 0 0 69 0 0 0 18 0 4 0 384354461 293134336 3270 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=286264 CPUtime=0.68 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 1261 0 0 0 68 0 0 0 25 0 4 0 384354461 293134336 3270 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=286264 CPUtime=0.69 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 1174 0 0 0 69 0 0 0 18 0 4 0 384354461 293134336 3270 33554432000 4194304 4580107 140735418948608 18446744073709551615 4315906 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286264

[startup+1.50083 s]
/proc/loadavg: 7.47 7.98 7.99 9/323 8002
/proc/meminfo: memFree=27317488/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=287424 CPUtime=5.97 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 9749 0 0 0 595 2 0 0 19 0 4 0 384354461 294322176 5188 33554432000 4194304 4580107 140735418948608 18446744073709551615 4406451 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 71856 5188 378 95 0 66838 0
[pid=7998/tid=7999] ppid=7996 vsize=287424 CPUtime=1.49 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 2118 0 0 0 149 0 0 0 19 0 4 0 384354461 294322176 5188 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=287424 CPUtime=1.47 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 2037 0 0 0 147 0 0 0 25 0 4 0 384354461 294322176 5189 33554432000 4194304 4580107 140735418948608 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=287424 CPUtime=1.49 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 2021 0 0 0 149 0 0 0 20 0 4 0 384354461 294322176 5189 33554432000 4194304 4580107 140735418948608 18446744073709551615 4489516 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) 287424

[startup+3.10055 s]
/proc/loadavg: 7.47 7.98 7.99 9/323 8002
/proc/meminfo: memFree=27282520/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=292208 CPUtime=12.35 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 17357 0 0 0 1233 2 0 0 25 0 4 0 384354461 299220992 9839 33554432000 4194304 4580107 140735418948608 18446744073709551615 4295687 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 73052 9839 378 95 0 68034 0
[pid=7998/tid=7999] ppid=7996 vsize=292208 CPUtime=3.09 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 3951 0 0 0 309 0 0 0 24 0 4 0 384354461 299220992 9839 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=292208 CPUtime=3.05 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 4647 0 0 0 305 0 0 0 25 0 4 0 384354461 299220992 9840 33554432000 4194304 4580107 140735418948608 18446744073709551615 4320689 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=292208 CPUtime=3.08 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 4435 0 0 0 308 0 0 0 25 0 4 0 384354461 299220992 9840 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 292208

[startup+6.30098 s]
/proc/loadavg: 7.51 7.98 7.99 9/323 8002
/proc/meminfo: memFree=27256952/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=306940 CPUtime=25.12 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 25952 0 0 0 2508 4 0 0 25 0 4 0 384354461 314306560 12759 33554432000 4194304 4580107 140735418948608 18446744073709551615 4320696 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 76735 12759 378 95 0 71717 0
[pid=7998/tid=7999] ppid=7996 vsize=306940 CPUtime=6.29 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 6459 0 0 0 628 1 0 0 25 0 4 0 384354461 314306560 12759 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=306940 CPUtime=6.22 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 7052 0 0 0 622 0 0 0 25 0 4 0 384354461 314306560 12759 33554432000 4194304 4580107 140735418948608 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=306940 CPUtime=6.28 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 6353 0 0 0 628 0 0 0 25 0 4 0 384354461 314306560 12759 33554432000 4194304 4580107 140735418948608 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 306940

[startup+12.7009 s]
/proc/loadavg: 7.63 7.99 8.00 9/323 8002
/proc/meminfo: memFree=27220312/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=301852 CPUtime=50.65 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 40728 0 0 0 5058 7 0 0 25 0 4 0 384354461 309096448 16082 33554432000 4194304 4580107 140735418948608 18446744073709551615 4415787 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 75463 16082 378 95 0 70445 0
[pid=7998/tid=7999] ppid=7996 vsize=301852 CPUtime=12.68 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 9723 0 0 0 1267 1 0 0 25 0 4 0 384354461 309096448 16082 33554432000 4194304 4580107 140735418948608 18446744073709551615 4320772 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=301852 CPUtime=12.55 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 9982 0 0 0 1254 1 0 0 25 0 4 0 384354461 309096448 16082 33554432000 4194304 4580107 140735418948608 18446744073709551615 4321137 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=301852 CPUtime=12.68 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 10306 0 0 0 1267 1 0 0 25 0 4 0 384354461 309096448 16082 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 301852

[startup+25.5006 s]
/proc/loadavg: 7.71 7.99 8.00 9/323 8002
/proc/meminfo: memFree=27181624/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=316840 CPUtime=101.71 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 61215 0 0 0 10160 11 0 0 25 0 4 0 384354461 324444160 20280 33554432000 4194304 4580107 140735418948608 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 79210 20280 380 95 0 74192 0
[pid=7998/tid=7999] ppid=7996 vsize=316840 CPUtime=25.49 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 14987 0 0 0 2547 2 0 0 25 0 4 0 384354461 324444160 20280 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=316840 CPUtime=25.22 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 15514 0 0 0 2519 3 0 0 25 0 4 0 384354461 324444160 20280 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=316840 CPUtime=25.49 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 15192 0 0 0 2546 3 0 0 25 0 4 0 384354461 324444160 20280 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 316840

[startup+51.1011 s]
/proc/loadavg: 7.81 7.99 8.00 9/323 8003
/proc/meminfo: memFree=27139884/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=339092 CPUtime=203.86 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 85787 0 0 0 20367 19 0 0 25 0 4 0 384354461 347230208 26162 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 84773 26162 380 95 0 79755 0
[pid=7998/tid=7999] ppid=7996 vsize=339092 CPUtime=51.09 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 18507 0 0 0 5106 3 0 0 25 0 4 0 384354461 347230208 26162 33554432000 4194304 4580107 140735418948608 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=339092 CPUtime=50.57 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 23346 0 0 0 5052 5 0 0 25 0 4 0 384354461 347230208 26162 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=339092 CPUtime=51.09 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 21941 0 0 0 5104 5 0 0 25 0 4 0 384354461 347230208 26162 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 339092

[startup+102.312 s]
/proc/loadavg: 8.09 8.04 8.01 9/323 8004
/proc/meminfo: memFree=27102756/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=320840 CPUtime=408.17 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 128760 0 0 0 40785 32 0 0 25 0 4 0 384354461 328540160 27174 33554432000 4194304 4580107 140735418948608 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 80210 27174 380 95 0 75192 0
[pid=7998/tid=7999] ppid=7996 vsize=320840 CPUtime=102.3 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 26543 0 0 0 10225 5 0 0 25 0 4 0 384354461 328540160 27174 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=320840 CPUtime=101.24 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 34702 0 0 0 10116 8 0 0 25 0 4 0 384354461 328540160 27174 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=320840 CPUtime=102.3 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 35543 0 0 0 10221 9 0 0 25 0 4 0 384354461 328540160 27174 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 320840

[startup+162.301 s]

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

[pid=7998] ppid=7996 vsize=419436 CPUtime=2802.04 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 422415 0 0 0 280065 139 0 0 25 0 4 0 384354461 429502464 63606 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 104859 63606 378 95 0 99841 0
[pid=7998/tid=7999] ppid=7996 vsize=419436 CPUtime=702.3 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 91347 0 0 0 70201 29 0 0 25 0 4 0 384354461 429502464 63606 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=419436 CPUtime=695.12 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 111524 0 0 0 69476 36 0 0 25 0 4 0 384354461 429502464 63606 33554432000 4194304 4580107 140735418948608 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=419436 CPUtime=702.3 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 109921 0 0 0 70193 37 0 0 25 0 4 0 384354461 429502464 63606 33554432000 4194304 4580107 140735418948608 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2802.04
Current children cumulated vsize (KiB) 419436

[startup+762.311 s]
/proc/loadavg: 8.15 8.10 8.03 9/323 8052
/proc/meminfo: memFree=26885180/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=482592 CPUtime=3041.46 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 442119 0 0 0 303999 147 0 0 25 0 4 0 384354461 494174208 71538 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 120648 71538 378 95 0 115630 0
[pid=7998/tid=7999] ppid=7996 vsize=482592 CPUtime=762.31 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 96282 0 0 0 76200 31 0 0 25 0 4 0 384354461 494174208 71538 33554432000 4194304 4580107 140735418948608 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=482592 CPUtime=754.5 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 116837 0 0 0 75412 38 0 0 25 0 4 0 384354461 494174208 71538 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=482592 CPUtime=762.32 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 114286 0 0 0 76193 39 0 0 25 0 4 0 384354461 494174208 71538 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3041.46
Current children cumulated vsize (KiB) 482592

[startup+822.301 s]
/proc/loadavg: 8.15 8.11 8.04 9/323 8053
/proc/meminfo: memFree=26840740/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=442436 CPUtime=3280.82 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 459301 0 0 0 327927 155 0 0 25 0 4 0 384354461 453054464 70923 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 110609 70923 378 95 0 105591 0
[pid=7998/tid=7999] ppid=7996 vsize=442436 CPUtime=822.3 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 99051 0 0 0 82198 32 0 0 25 0 4 0 384354461 453054464 70923 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=442436 CPUtime=813.9 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 122165 0 0 0 81350 40 0 0 25 0 4 0 384354461 453054464 70923 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=442436 CPUtime=822.31 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 118027 0 0 0 82190 41 0 0 25 0 4 0 384354461 453054464 70923 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3280.82
Current children cumulated vsize (KiB) 442436

[startup+882.3 s]
/proc/loadavg: 8.17 8.12 8.04 9/323 8055
/proc/meminfo: memFree=26800388/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=402064 CPUtime=3520.21 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 477324 0 0 0 351858 163 0 0 25 0 4 0 384354461 411713536 73124 33554432000 4194304 4580107 140735418948608 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 100516 73124 378 95 0 95498 0
[pid=7998/tid=7999] ppid=7996 vsize=402064 CPUtime=882.3 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 101594 0 0 0 88197 33 0 0 25 0 4 0 384354461 411713536 73124 33554432000 4194304 4580107 140735418948608 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=402064 CPUtime=873.3 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 127700 0 0 0 87287 43 0 0 25 0 4 0 384354461 411713536 73124 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=402064 CPUtime=882.31 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 122500 0 0 0 88188 43 0 0 25 0 4 0 384354461 411713536 73124 33554432000 4194304 4580107 140735418948608 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3520.21
Current children cumulated vsize (KiB) 402064

[startup+942.301 s]
/proc/loadavg: 8.11 8.11 8.04 9/323 8057
/proc/meminfo: memFree=26796972/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=402940 CPUtime=3759.61 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 495528 0 0 0 375791 170 0 0 25 0 4 0 384354461 412610560 74631 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 100735 74631 378 95 0 95717 0
[pid=7998/tid=7999] ppid=7996 vsize=402940 CPUtime=942.3 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 101649 0 0 0 94197 33 0 0 25 0 4 0 384354461 412610560 74631 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=402940 CPUtime=932.7 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 134741 0 0 0 93225 45 0 0 25 0 4 0 384354461 412610560 74631 33554432000 4194304 4580107 140735418948608 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=402940 CPUtime=942.31 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 128101 0 0 0 94186 45 0 0 25 0 4 0 384354461 412610560 74631 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3759.61
Current children cumulated vsize (KiB) 402940

[startup+1002.3 s]
/proc/loadavg: 8.13 8.12 8.05 9/323 8058
/proc/meminfo: memFree=26773840/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=403164 CPUtime=3999 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 510385 0 0 0 399725 175 0 0 25 0 4 0 384354461 412839936 74967 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 100791 74967 378 95 0 95773 0
[pid=7998/tid=7999] ppid=7996 vsize=403164 CPUtime=1002.3 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 101922 0 0 0 100197 33 0 0 25 0 4 0 384354461 412839936 74967 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=403164 CPUtime=992.1 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 138826 0 0 0 99164 46 0 0 25 0 4 0 384354461 412839936 74967 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=403164 CPUtime=1002.31 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 133529 0 0 0 100184 47 0 0 25 0 4 0 384354461 412839936 74967 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3999
Current children cumulated vsize (KiB) 403164

[startup+1062.3 s]
/proc/loadavg: 8.05 8.09 8.04 9/323 8060
/proc/meminfo: memFree=26785540/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=378012 CPUtime=4238.4 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 526950 0 0 0 423657 183 0 0 25 0 4 0 384354461 387084288 69244 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 94503 69244 378 95 0 89485 0
[pid=7998/tid=7999] ppid=7996 vsize=378012 CPUtime=1062.31 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 104297 0 0 0 106196 35 0 0 25 0 4 0 384354461 387084288 69244 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=378012 CPUtime=1051.5 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 144114 0 0 0 105102 48 0 0 25 0 4 0 384354461 387084288 69244 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=378012 CPUtime=1062.31 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 137566 0 0 0 106182 49 0 0 25 0 4 0 384354461 387084288 69244 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4238.4
Current children cumulated vsize (KiB) 378012

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 8.05 9/323 8061
/proc/meminfo: memFree=26757964/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=378432 CPUtime=4477.8 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 545847 0 0 0 447590 190 0 0 25 0 4 0 384354461 387514368 68006 33554432000 4194304 4580107 140735418948608 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 94608 68006 378 95 0 89590 0
[pid=7998/tid=7999] ppid=7996 vsize=378432 CPUtime=1122.31 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 109078 0 0 0 112194 37 0 0 25 0 4 0 384354461 387514368 68006 33554432000 4194304 4580107 140735418948608 18446744073709551615 4406398 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=378432 CPUtime=1110.9 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 149177 0 0 0 111040 50 0 0 25 0 4 0 384354461 387514368 68006 33554432000 4194304 4580107 140735418948608 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=378432 CPUtime=1122.31 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 142496 0 0 0 112181 50 0 0 25 0 4 0 384354461 387514368 68006 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4477.8
Current children cumulated vsize (KiB) 378432

[startup+1182.3 s]
/proc/loadavg: 8.11 8.10 8.04 9/323 8063
/proc/meminfo: memFree=26734860/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=378688 CPUtime=4717.18 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 563809 0 0 0 471519 199 0 0 25 0 4 0 384354461 387776512 70856 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 94672 70856 378 95 0 89654 0
[pid=7998/tid=7999] ppid=7996 vsize=378688 CPUtime=1182.31 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 113088 0 0 0 118192 39 0 0 25 0 4 0 384354461 387776512 70856 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=378688 CPUtime=1170.31 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 154064 0 0 0 116978 53 0 0 25 0 4 0 384354461 387776512 70856 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=378688 CPUtime=1182.31 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 146427 0 0 0 118179 52 0 0 25 0 4 0 384354461 387776512 70856 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4717.18
Current children cumulated vsize (KiB) 378688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.14 8.11 8.05 9/323 8064
/proc/meminfo: memFree=26727396/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=378812 CPUtime=4800.19 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 569935 0 0 0 479818 201 0 0 25 0 4 0 384354461 387903488 71196 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 94703 71196 378 95 0 89685 0
[pid=7998/tid=7999] ppid=7996 vsize=378812 CPUtime=1203.12 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 115110 0 0 0 120273 39 0 0 25 0 4 0 384354461 387903488 71198 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=378812 CPUtime=1190.89 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 155037 0 0 0 119036 53 0 0 25 0 4 0 384354461 387903488 71198 33554432000 4194304 4580107 140735418948608 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=378812 CPUtime=1203.13 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 148589 0 0 0 120260 53 0 0 25 0 4 0 384354461 387903488 71198 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 378812

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

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

[startup+1203.1 s]
/proc/loadavg: 8.14 8.11 8.05 9/323 8064
/proc/meminfo: memFree=26727396/32951124 swapFree=46575252/67111528
[pid=7998] ppid=7996 vsize=378812 CPUtime=4800.19 cores=0,2,4,6
/proc/7998/stat : 7998 (strangenight2-m) R 7996 7998 7660 0 -1 4202496 569935 0 0 0 479818 201 0 0 25 0 4 0 384354461 387903488 71196 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7998/statm: 94703 71196 378 95 0 89685 0
[pid=7998/tid=7999] ppid=7996 vsize=378812 CPUtime=1203.12 cores=0,2,4,6
/proc/7998/task/7999/stat : 7999 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 115110 0 0 0 120273 39 0 0 25 0 4 0 384354461 387903488 71198 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7998/tid=8000] ppid=7996 vsize=378812 CPUtime=1190.89 cores=0,2,4,6
/proc/7998/task/8000/stat : 8000 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 155037 0 0 0 119036 53 0 0 25 0 4 0 384354461 387903488 71198 33554432000 4194304 4580107 140735418948608 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7998/tid=8001] ppid=7996 vsize=378812 CPUtime=1203.13 cores=0,2,4,6
/proc/7998/task/8001/stat : 8001 (strangenight2-m) R 7996 7998 7660 0 -1 4202560 148589 0 0 0 120260 53 0 0 25 0 4 0 384354461 387903488 71198 33554432000 4194304 4580107 140735418948608 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 378812

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.13
CPU time (s): 4800.25
CPU user time (s): 4798.22
CPU system time (s): 2.03069
CPU usage (%): 398.98
Max. virtual memory (cumulated for all children) (KiB): 495160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.22
system time used= 2.03069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569938
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= 632
involuntary context switches= 22946

runsolver used 3.38348 second user time and 8.70768 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-14 21:33:52
IDJOB=3366319
IDBENCH=82728
IDSOLVER=1844
FILE ID=node107/3366319-1305401632
RUNJOBID= node107-1305401632-7975
PBS_JOBID= 13324475
Free space on /tmp= 73432 MiB

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

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

MD5SUM BENCH= 0d2557a5d8edb4c9702dcfea1e1cd4c5
RANDOM SEED=1770095060

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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:     32951124 kB
MemFree:      27338160 kB
Buffers:        123496 kB
Cached:         922900 kB
SwapCached:       9832 kB
Active:        5266272 kB
Inactive:        67300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27338160 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           10964 kB
Writeback:           0 kB
AnonPages:     4284748 kB
Mapped:          19508 kB
Slab:           146888 kB
PageTables:      69376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65000104 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73424 MiB
End job on node107 at 2011-05-14 21:53:57