Trace number 3173910

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.31 1201.63

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173910-1304073223.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	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.05	c Parsing time:  0.00 s
0.00/0.05	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.20/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.20/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.20/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.20/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.20/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.20/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.20/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.20/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.20/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.20/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.20/0.14	c calculated reachability. Time: 0.00
0.20/0.14	c Calc default polars -  time:   0.00 s pos:      24 undec:       1 neg:      35
0.20/0.14	c =========================================================================================
0.20/0.14	c types(t): F = full restart, N = normal restart
0.20/0.14	c types(t): S = simplification begin/end, E = solution found
0.20/0.14	c restart types(rt): st = static, dy = dynamic
0.20/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.20/0.14	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.97/0.57	c  N dy    19     13686        60      5340         0      6141     37380    114376     17.21     18.13
2.78/0.76	c  N dy    59     17721        60      5340         0      9747     37380    192899     17.84     20.87
3.58/0.93	c  N dy    69     21947        60      5340         0      8506     37380    157183     17.77     18.71
3.99/1.08	c  F st    92     25000        60      5340         0     11242     37380    215814     17.92     16.71
4.39/1.16	c  N st    95     26189        60      5340         0      6241     37380    101889     17.92   no data
5.17/1.31	c  S st    98     30001        60      5340         0      9604     37380    173688     17.92   no data
5.17/1.35	c  S st    98     30505        60      5340         0     10075     37380    183781     17.92   no data
5.17/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.17/1.35	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.17/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.17/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.56	c lits-rem:       138  cl-subs:     1143  v-elim:      0  v-fix:    0  time:  0.20 s
6.77/1.79	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.23
6.77/1.79	c calculated reachability. Time: 0.00
6.77/1.79	c  N dy    98     30505        60      5340         0      8932     37380    160187     17.92   no data
7.97/2.00	c  N dy   111     34576        60      5340         0     12568     37380    237875     17.98     20.69
8.79/2.22	c  N dy   131     38615        60      5340         0      9205     37380    154830     18.04     19.34
9.96/2.59	c  N dy   142     45757        60      5340         0     15571     37380    287844     17.93     17.49
9.96/2.59	c  S st   142     45757        60      5340         0     15571     37380    287844     17.93     17.49
10.36/2.65	c  S st   142     46264        60      5340         0      8074     37380    122428     17.93   no data
10.36/2.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.36/2.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.36/2.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.36/2.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.36/2.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.69	c lits-rem:         4  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.03 s
10.36/2.69	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.36/2.69	c vivif2 --  cl tried     8060 cl shrink        0 lits rem          0 time: 0.00
11.56/2.91	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.56/2.91	c calculated reachability. Time: 0.00
11.56/2.91	c  N dy   142     46264        60      5340         0      8060     37380    122085     17.93   no data
12.36/3.12	c  N dy   171     50501        60      5340         0     11862     37380    204980     18.06     19.06
15.56/3.96	c  N dy   179     65621        60      5340         0     16325     37380    279169     17.52     18.64
16.75/4.26	c  S st   199     69396        60      5340         0      9958     37380    144560     17.56     17.41
16.75/4.29	c  S st   199     69901        60      5340         0     10427     37380    154727     17.56   no data
16.75/4.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.75/4.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.75/4.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.75/4.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.75/4.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
16.75/4.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.16/4.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.16/4.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.37	c lits-rem:        16  cl-subs:      135  v-elim:      0  v-fix:    0  time:  0.06 s
17.16/4.37	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.16/4.37	c vivif2 --  cl tried    10292 cl shrink        0 lits rem          0 time: 0.00
18.34/4.63	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.26
18.34/4.63	c calculated reachability. Time: 0.00
18.34/4.63	c  N dy   199     69901        60      5340         0     10292     37380    151820     17.56   no data
19.14/4.88	c  N dy   221     74396        60      5340         0     14289     37380    237035     17.62     18.55
20.74/5.24	c  N dy   260     79191        60      5340         0     18552     37380    329456     17.73     20.69
21.96/5.59	c  N dy   272     84403        60      5340         0     12547     37380    188889     17.73     18.71
22.75/5.78	c  F st   286     87500        60      5340         0     15292     37380    247080     17.75     16.75
23.55/5.99	c  N st   291     90797        60      5340         0     18185     37380    309669     17.75   no data
25.55/6.48	c  N dy   321     96743        60      5340         0     11970     37380    167404     17.81     18.93
27.14/6.89	c  N dy   363    102975        60      5340         0     17545     37380    287631     17.90     19.55
27.94/7.02	c  S st   371    104852        60      5340         0     19227     37380    323812     17.92   no data
27.94/7.07	c  S st   371    105355        60      5340         0     19680     37380    334007     17.92   no data
27.94/7.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.94/7.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.94/7.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.94/7.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.94/7.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.94/7.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.94/7.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.94/7.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.50	c lits-rem:       174  cl-subs:     1757  v-elim:      0  v-fix:    0  time:  0.40 s
29.54/7.50	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.94/7.50	c vivif2 --  cl tried    17923 cl shrink        0 lits rem          0 time: 0.00
31.13/7.85	c asymm  cl-useful: 0/4840/5340 lits-rem:0 time: 0.35
31.13/7.86	c calculated reachability. Time: 0.00
31.13/7.86	c  N dy   371    105355        60      5340         0     17923     37380    294508     17.92   no data
33.54/8.40	c  N dy   394    112128        60      5340         0     23927     37380    420715     17.91     20.69
35.93/9.01	c  N dy   425    121036        60      5340         0     19492     37380    318160     17.92     18.88
39.14/9.82	c  N dy   459    130776        60      5340         0     14864     37380    208219     17.94     18.94
41.52/10.44	c  N dy   476    139973        60      5340         0     23007     37380    376483     17.90     18.89
45.51/11.40	c  N dy   523    150987        60      5340         0     18592     37380    277051     17.94     18.89
47.52/11.95	c  S st   541    158032        60      5340         0     24804     37380    406073     17.91     16.10
47.93/12.02	c  S st   541    158536        60      5340         0     25267     37380    416358     17.91   no data
47.93/12.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.93/12.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.93/12.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.93/12.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.93/12.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.93/12.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.93/12.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.93/12.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.93/12.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.12/12.82	c lits-rem:       260  cl-subs:     2940  v-elim:      0  v-fix:    0  time:  0.77 s
51.12/12.82	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
51.12/12.82	c vivif2 --  cl tried    22327 cl shrink        0 lits rem          0 time: 0.01
51.12/12.87	c asymm  cl-useful: 0/500/5340 lits-rem:0 time: 0.05
51.12/12.87	c calculated reachability. Time: 0.00
51.12/12.87	c  N dy   541    158536        60      5340         0     22327     37380    356528     17.91   no data
54.71/13.79	c  N dy   570    168673        60      5340         0     16389     37380    221261     17.92     20.92
59.10/14.83	c  N dy   621    181156        60      5340         0     27547     37380    458712     17.96     18.92
63.49/15.93	c  N dy   650    193468        60      5340         0     22467     37380    335146     17.92     18.88
68.29/17.16	c  N dy   690    206211        60      5340         0     17016     37380    216844     17.91     18.97
73.48/18.47	c  N dy   751    220926        60      5340         0     30091     37380    494669     17.94     19.01
79.87/20.08	c  N dy   790    237556        60      5340         0     27048     37380    409900     17.90     18.97
80.27/20.10	c  S st   792    237805        60      5340         0     27273     37380    414553     17.90     17.14
80.27/20.17	c  S st   792    238307        60      5340         0     27731     37380    424792     17.90   no data
80.27/20.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.27/20.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
80.27/20.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.27/20.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.27/20.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.27/20.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
80.27/20.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.27/20.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
80.67/20.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.86/21.06	c lits-rem:       282  cl-subs:     3084  v-elim:      0  v-fix:    0  time:  0.86 s
83.86/21.06	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
83.86/21.07	c vivif2 --  cl tried    24647 cl shrink        0 lits rem          0 time: 0.00
85.46/21.42	c asymm  cl-useful: 0/3745/5340 lits-rem:0 time: 0.36
85.46/21.43	c calculated reachability. Time: 0.00
85.46/21.43	c  N dy   792    238307        60      5340         0     24647     37380    365298     17.90   no data
92.65/23.20	c  N dy   848    255438        60      5340         0     21417     37380    286150     17.90     19.06
99.84/25.04	c  N dy   971    271770        60      5340         0     35993     37380    603968     17.99     19.10
107.43/26.98	c  N dy  1059    289985        60      5340         0     32731     37380    517726     18.03     19.00
114.25/28.67	c  F st  1075    306251        60      5340         0     26697     37380    373457     17.97     16.25
115.42/28.98	c  N st  1080    309547        60      5340         0     29614     37380    435492     17.97   no data
125.01/31.35	c  N dy  1154    329375        60      5340         0     25959     37380    352190     17.99     19.03
134.60/33.78	c  N dy  1211    350041        60      5340         0     44265     37380    737114     17.99     18.98
138.20/34.60	c  S st  1258    357460        60      5340         0     28715     37380    404073     18.01   no data
138.20/34.67	c  S st  1258    357963        60      5340         0     29179     37380    414262     18.01   no data
138.20/34.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.20/34.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
138.20/34.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.20/34.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.20/34.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.20/34.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
138.20/34.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.20/34.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
138.59/34.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.61/35.28	c lits-rem:       182  cl-subs:     1590  v-elim:      0  v-fix:    0  time:  0.58 s
140.61/35.28	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
140.61/35.29	c vivif2 --  cl tried    27589 cl shrink        0 lits rem          0 time: 0.00
141.39/35.48	c asymm  cl-useful: 0/1595/5340 lits-rem:0 time: 0.19
141.39/35.48	c calculated reachability. Time: 0.00
141.39/35.48	c  N dy  1258    357963        60      5340         0     27589     37380    378786     18.01   no data
164.16/41.16	c  N dy  1359    405278        60      5340         0     46212     37380    733286     17.88     18.83
176.13/44.11	c  N dy  1503    425575        60      5340         0     40557     37380    639856     17.95     18.93
186.52/46.76	c  N dy  1566    445611        60      5340         0     33564     37380    470748     17.94     20.10
199.71/50.02	c  N dy  1692    465686        60      5340         0     25721     37380    295850     17.98     19.46
209.30/52.44	c  N dy  1784    485783        60      5340         0     43604     37380    677482     18.00     19.46
226.08/56.60	c  N dy  1800    520687        60      5340         0     47538     37380    720844     17.88     18.84
235.26/58.92	c  S st  1853    536945        60      5340         0     34704     37380    471089     17.89   no data
235.66/59.01	c  S st  1853    537450        60      5340         0     35165     37380    481604     17.89   no data
235.66/59.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
235.66/59.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
235.66/59.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
235.66/59.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
235.66/59.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
235.66/59.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
235.66/59.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
235.66/59.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
235.66/59.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.86/59.86	c lits-rem:       204  cl-subs:     1812  v-elim:      0  v-fix:    0  time:  0.81 s
238.86/59.86	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
238.86/59.87	c vivif2 --  cl tried    33353 cl shrink        0 lits rem          0 time: 0.01
240.46/60.27	c asymm  cl-useful: 0/3015/5340 lits-rem:0 time: 0.41
240.46/60.28	c calculated reachability. Time: 0.00
240.46/60.28	c  N dy  1853    537450        60      5340         0     33353     37380    441619     17.89   no data
255.64/64.03	c  N dy  1990    561152        60      5340         0     54365     37380    893639     17.92     19.07
268.42/67.28	c  N dy  2072    584332        60      5340         0     46656     37380    708963     17.91     18.87
283.20/70.91	c  N dy  2204    604405        60      5340         0     35367     37380    465399     17.95     21.15
296.78/74.31	c  N dy  2339    624434        60      5340         0     53126     37380    849804     17.99     19.20
309.97/77.67	c  N dy  2446    644469        60      5340         0     40804     37380    571002     18.01     19.48
324.35/81.20	c  N dy  2531    664571        60      5340         0     58626     37380    949072     18.02     19.79
335.14/83.91	c  N dy  2565    684609        60      5340         0     45262     37380    646347     18.00     20.69
356.30/89.29	c  N dy  2651    718336        60      5340         0     43046     37380    581951     17.96     18.97
371.09/92.94	c  N dy  2701    738420        60      5340         0     60771     37380    956363     17.96     19.36
384.27/96.27	c  N dy  2792    758463        60      5340         0     45912     37380    644305     17.97     20.49
402.64/100.82	c  N dy  2879    782807        60      5340         0     33856     37380    377475     17.97     19.03
415.83/104.17	c  N dy  2956    806176        60      5340         0     54552     37380    818775     17.98     17.87
415.83/104.17	c  S st  2956    806176        60      5340         0     54552     37380    818775     17.98     17.87
416.63/104.32	c  S st  2956    806679        60      5340         0     55013     37380    829049     17.98   no data
416.63/104.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
416.63/104.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
416.63/104.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
416.63/104.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
416.63/104.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
416.63/104.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
416.63/104.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
416.63/104.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
416.63/104.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.22/107.74	c lits-rem:       582  cl-subs:     5571  v-elim:      0  v-fix:    0  time:  3.36 s
430.22/107.74	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
430.22/107.75	c vivif2 --  cl tried    49442 cl shrink        0 lits rem          0 time: 0.01
431.41/108.01	c asymm  cl-useful: 0/933/5340 lits-rem:0 time: 0.25
431.41/108.01	c calculated reachability. Time: 0.00
431.41/108.01	c  N dy  2956    806679        60      5340         0     49442     37380    713232     17.98   no data
451.78/113.12	c  N dy  3048    832389        60      5340         0     37960     37380    452877     17.98     19.00
469.77/117.66	c  N dy  3116    861196        60      5340         0     63340     37380    979627     17.95     18.94
485.73/121.67	c  N dy  3205    881384        60      5340         0     46033     37380    617879     17.96     18.97
503.31/126.02	c  N dy  3355    901400        60      5340         0     63842     37380   1006005     18.00     19.48
520.08/130.27	c  N dy  3473    921412        60      5340         0     45396     37380    593237     18.02     20.34
536.46/134.38	c  N dy  3585    941423        60      5340         0     63114     37380    976117     18.04     20.97
556.44/139.30	c  N dy  3649    967368        60      5340         0     48841     37380    648620     18.03     19.27
572.42/143.32	c  N dy  3726    987532        60      5340         0     66617     37380   1027995     18.03     18.98
591.99/148.29	c  N dy  3847   1009826        60      5340         0     48456     37380    637762     18.05     19.11
607.97/152.27	c  N dy  3934   1030179        60      5340         0     66475     37380   1024272     18.06     19.01
625.15/156.59	c  N dy  3944   1054842        60      5340         0     49160     37380    624219     18.01     19.01
637.93/159.72	c  F st  3999   1071875        60      5340         0     64249     37380    944373     18.01     18.13
640.32/160.36	c  N st  4004   1075173        60      5340         0     67161     37380   1008250     18.01   no data
659.89/165.20	c  N dy  4084   1095261        60      5340         0     45201     37380    546139     18.01     20.90
682.67/170.96	c  N dy  4119   1127301        60      5340         0     73106     37380   1122604     17.98     19.06
717.02/179.57	c  N dy  4223   1169797        60      5340         0     70099     37380   1046854     17.95     19.03
739.79/185.29	c  N dy  4374   1189879        60      5340         0     46557     37380    560608     17.97     20.16
756.16/189.38	c  N dy  4456   1209911        60      5340         0     64198     37380    936245     17.98     21.07
756.56/189.42	c  S st  4458   1210019        60      5340         0     64295     37380    938412     17.98   no data
757.36/189.64	c  S st  4458   1210520        60      5340         0     64755     37380    948703     17.98   no data
757.36/189.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
757.36/189.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
757.36/189.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
757.36/189.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
757.36/189.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
757.36/189.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
757.36/189.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
757.76/189.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
757.76/189.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
785.73/196.71	c lits-rem:       638  cl-subs:     6248  v-elim:      0  v-fix:    0  time:  6.98 s
785.73/196.71	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
785.73/196.72	c vivif2 --  cl tried    58507 cl shrink        0 lits rem          0 time: 0.01
787.32/197.17	c asymm  cl-useful: 0/791/5340 lits-rem:0 time: 0.45
787.32/197.18	c calculated reachability. Time: 0.00
787.32/197.18	c  N dy  4458   1210520        60      5340         0     58507     37380    818894     17.98   no data
814.88/204.09	c  N dy  4606   1230584        60      5340         0     76380     37380   1209036     18.00     20.03
835.66/209.24	c  N dy  4702   1251904        60      5340         0     53127     37380    687838     18.01     19.18
853.24/213.68	c  N dy  4803   1271919        60      5340         0     70896     37380   1069568     18.02     18.98
875.60/219.22	c  N dy  4867   1293487        60      5340         0     46739     37380    539653     18.02     19.11
899.57/225.23	c  N dy  4983   1323741        60      5340         0     73378     37380   1101251     18.01     19.06
927.93/232.32	c  N dy  5135   1343782        60      5340         0     47156     37380    544258     18.04     19.17
949.12/237.61	c  N dy  5181   1368778        60      5340         0     69135     37380   1004147     18.02     19.00
984.28/246.43	c  N dy  5261   1409315        60      5340         0     59656     37380    771497     17.98     19.01
1005.84/251.84	c  N dy  5414   1429413        60      5340         0     77537     37380   1163203     18.01     20.67
1040.99/260.62	c  N dy  5423   1475718        60      5340         0     72023     37380   1005658     17.93     19.00
1066.94/267.20	c  N dy  5572   1495773        60      5340         0     89919     37380   1395048     17.95     20.51
1086.51/272.02	c  N dy  5690   1515804        60      5340         0     61104     37380    815220     17.96     19.79
1108.88/277.61	c  N dy  5826   1535871        60      5340         0     78898     37380   1201882     17.97     20.64
1137.24/284.75	c  N dy  5946   1556875        60      5340         0     49902     37380    559813     17.99     18.94
1153.62/288.88	c  N dy  6030   1576939        60      5340         0     67561     37380    935006     17.99     20.99
1184.38/296.54	c  N dy  6035   1612455        60      5340         0     50091     37380    553911     17.94     18.98
1203.57/301.31	c  N dy  6169   1632510        60      5340         0     67858     37380    940833     17.96     19.59
1227.91/307.41	c  N dy  6311   1652582        60      5340         0     85664     37380   1329579     17.98     18.93
1255.88/314.49	c  N dy  6444   1672834        60      5340         0     54264     37380    636666     17.99     18.95
1277.85/319.93	c  N dy  6559   1695717        60      5340         0     74462     37380   1070315     18.00     18.96
1294.62/324.13	c  S st  6598   1710522        60      5340         0     87462     37380   1345182     18.00     15.92
1295.42/324.39	c  S st  6598   1711025        60      5340         0     87920     37380   1355235     18.00   no data
1295.83/324.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1295.83/324.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1295.83/324.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1295.83/324.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1295.83/324.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1295.83/324.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1295.83/324.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1295.83/324.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1296.24/324.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1343.36/336.36	c lits-rem:      1094  cl-subs:    10294  v-elim:      0  v-fix:    0  time: 11.79 s
1343.36/336.36	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1343.36/336.38	c vivif2 --  cl tried    77626 cl shrink        0 lits rem          0 time: 0.02
1345.76/336.92	c asymm  cl-useful: 0/601/5340 lits-rem:0 time: 0.53
1345.76/336.92	c calculated reachability. Time: 0.00
1345.76/336.92	c  N dy  6598   1711025        60      5340         0     77626     37380   1140072     18.00   no data
1387.30/347.31	c  N dy  6718   1731080        60      5340         0     95458     37380   1527305     18.01     20.12
1413.66/353.96	c  N dy  6774   1751114        60      5340         0     63425     37380    823015     18.01     20.35
1435.63/359.40	c  N dy  6835   1771798        60      5340         0     81585     37380   1202194     18.00     18.96
1464.39/366.67	c  N dy  6944   1791856        60      5340         0     99312     37380   1585840     18.01     19.18
1485.96/372.02	c  N dy  7050   1811883        60      5340         0     66196     37380    875242     18.02     19.25
1505.94/377.02	c  N dy  7112   1831931        60      5340         0     83846     37380   1250084     18.02     20.75
1532.70/383.76	c  N dy  7191   1851970        60      5340         0    101437     37380   1624794     18.02     20.26
1558.67/390.21	c  N dy  7323   1871972        60      5340         0     67227     37380    886318     18.04     19.56
1581.85/396.06	c  N dy  7419   1891984        60      5340         0     84972     37380   1269245     18.04     19.65
1613.78/404.09	c  N dy  7562   1912891        60      5340         0    103572     37380   1676207     18.06     19.03
1636.55/409.77	c  N dy  7682   1932958        60      5340         0     68399     37380    901227     18.07     19.81
1655.73/414.51	c  N dy  7706   1954365        60      5340         0     87124     37380   1291829     18.06     19.21
1686.09/422.11	c  N dy  7828   1974467        60      5340         0    104971     37380   1681584     18.07     20.79
1707.26/427.49	c  N dy  7924   1994537        60      5340         0     68821     37380    898729     18.07     19.64
1733.22/433.95	c  N dy  8075   2014559        60      5340         0     86625     37380   1290523     18.09     20.29
1763.98/441.65	c  N dy  8184   2034645        60      5340         0    104419     37380   1675775     18.10     20.08
1789.14/447.97	c  N dy  8284   2054732        60      5340         0     67324     37380    850500     18.10     19.46
1810.33/453.29	c  N dy  8351   2074754        60      5340         0     84936     37380   1225026     18.10     20.11
1844.67/461.89	c  N dy  8443   2100832        60      5340         0    107917     37380   1713807     18.10     19.08
1867.06/467.42	c  N dy  8483   2121602        60      5340         0     70349     37380    890892     18.09     19.09
1891.40/473.50	c  N dy  8574   2141894        60      5340         0     88294     37380   1278881     18.10     19.07
1915.79/479.69	c  N dy  8612   2162225        60      5340         0    106146     37380   1650258     18.09     19.05
1941.34/486.02	c  N dy  8705   2182244        60      5340         0     67473     37380    839872     18.09     19.45
1963.31/491.54	c  N dy  8791   2202549        60      5340         0     85400     37380   1225235     18.10     19.06
1972.50/493.83	c  S st  8796   2211027        60      5340         0     92774     37380   1378970     18.09     17.11
1973.29/494.09	c  S st  8796   2211529        60      5340         0     93223     37380   1389417     18.09   no data
1973.69/494.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1973.69/494.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1973.69/494.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1973.69/494.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1973.69/494.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1973.69/494.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1973.69/494.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1973.69/494.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1974.09/494.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2016.45/504.81	c lits-rem:      1119  cl-subs:    10533  v-elim:      0  v-fix:    0  time: 10.54 s
2016.45/504.81	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2016.45/504.82	c vivif2 --  cl tried    82690 cl shrink        0 lits rem          0 time: 0.02
2017.63/505.15	c asymm  cl-useful: 0/753/5340 lits-rem:0 time: 0.32
2017.63/505.15	c calculated reachability. Time: 0.00
2017.63/505.15	c  N dy  8796   2211529        60      5340         0     82690     37380   1171701     18.09   no data
2049.18/513.06	c  N dy  8876   2231540        60      5340         0    100308     37380   1550313     18.10     21.18
2093.93/524.23	c  N dy  8984   2253132        60      5340         0     62859     37380    734102     18.10     19.06
2121.09/531.00	c  N dy  9110   2275360        60      5340         0     82454     37380   1160036     18.11     19.14
2150.64/538.43	c  N dy  9230   2295404        60      5340         0    100177     37380   1545376     18.12     20.84
2177.41/545.14	c  N dy  9270   2315518        60      5340         0     59931     37380    658844     18.11     19.16
2198.58/550.49	c  N dy  9380   2335541        60      5340         0     77562     37380   1041482     18.12     20.68
2226.54/557.44	c  N dy  9487   2356631        60      5340         0     96179     37380   1444181     18.13     19.16
2262.51/566.48	c  N dy  9637   2376681        60      5340         0    113912     37380   1835483     18.14     20.78
2288.46/572.96	c  N dy  9688   2398591        60      5340         0     74161     37380    940719     18.13     19.11
2315.23/579.68	c  N dy  9805   2418891        60      5340         0     92146     37380   1332066     18.14     19.12
2365.55/592.21	c  N dy  9824   2460049        60      5340         0     68300     37380    806474     18.12     19.21
2388.32/597.96	c  N dy  9911   2480103        60      5340         0     86003     37380   1186273     18.12     19.66
2419.48/605.75	c  N dy 10001   2501446        60      5340         0    104780     37380   1590273     18.13     19.25
2459.43/615.72	c  N dy 10148   2521533        60      5340         0     61897     37380    670753     18.14     21.28
2483.39/621.77	c  N dy 10312   2541555        60      5340         0     79642     37380   1064144     18.15     20.08
2509.35/628.22	c  N dy 10401   2561627        60      5340         0     97262     37380   1443098     18.15     19.67
2540.91/636.12	c  N dy 10483   2581650        60      5340         0    114934     37380   1820050     18.15     19.17
2572.07/643.93	c  N dy 10613   2602271        60      5340         0     71504     37380    871127     18.16     19.14
2598.43/650.52	c  N dy 10748   2622293        60      5340         0     89288     37380   1262679     18.17     19.20
2627.20/657.79	c  N dy 10835   2642370        60      5340         0    106960     37380   1643659     18.17     20.43
2666.34/667.58	c  N dy 10960   2662399        60      5340         0    124690     37380   2031208     18.18     20.40
2703.09/676.71	c  N dy 11059   2694950        60      5340         0     90592     37380   1252509     18.18     19.15
2727.07/682.78	c  S st 11132   2711530        60      5340         0    105209     37380   1566047     18.18     16.90
2728.69/683.11	c  S st 11132   2712030        60      5340         0    105664     37380   1576351     18.18   no data
2728.69/683.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2728.69/683.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2728.69/683.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2728.69/683.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2728.69/683.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2728.69/683.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2728.69/683.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2729.06/683.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2729.06/683.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2787.40/697.87	c lits-rem:      1091  cl-subs:    13403  v-elim:      0  v-fix:    0  time: 14.56 s
2787.40/697.87	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2787.40/697.89	c vivif2 --  cl tried    92261 cl shrink        0 lits rem          0 time: 0.02
2789.40/698.32	c asymm  cl-useful: 0/572/5340 lits-rem:0 time: 0.42
2789.40/698.32	c calculated reachability. Time: 0.00
2789.40/698.32	c  N dy 11132   2712030        60      5340         0     92261     37380   1304548     18.18   no data
2843.71/711.96	c  N dy 11259   2736773        60      5340         0    114091     37380   1778680     18.19     19.18
2890.87/723.72	c  N dy 11391   2758817        60      5340         0     70948     37380    843679     18.19     19.17
2915.22/729.83	c  N dy 11489   2778851        60      5340         0     88601     37380   1225541     18.20     20.27
2949.59/738.40	c  N dy 11540   2803274        60      5340         0    110018     37380   1674755     18.19     19.18
2988.34/748.13	c  N dy 11646   2823354        60      5340         0    127682     37380   2055685     18.20     20.69
3013.52/754.44	c  N dy 11774   2843390        60      5340         0     81498     37380   1062167     18.20     21.08
3098.21/775.67	c  N dy 11871   2917273        60      5340         0     81309     37380   1022597     18.17     19.14
3128.20/783.18	c  N dy 12002   2937281        60      5340         0     98952     37380   1410294     18.18     21.04
3162.14/791.68	c  N dy 12101   2957834        60      5340         0    117041     37380   1801536     18.18     19.15
3198.52/800.76	c  N dy 12171   2977855        60      5340         0     68799     37380    760181     18.18     19.63
3222.87/806.83	c  N dy 12263   2999098        60      5340         0     87470     37380   1163358     18.19     19.15
3254.04/814.63	c  N dy 12374   3019108        60      5340         0    105145     37380   1550935     18.19     19.40
3301.99/826.64	c  N dy 12476   3047715        60      5340         0    130326     37380   2089091     18.19     19.17
3333.55/834.50	c  N dy 12558   3071712        60      5340         0     84559     37380   1086760     18.19     19.33
3368.31/843.24	c  N dy 12687   3094934        60      5340         0    104985     37380   1529610     18.20     19.17
3421.05/856.41	c  N dy 12786   3125583        60      5340         0    131815     37380   2095325     18.20     19.18
3451.42/864.06	c  N dy 12924   3145817        60      5340         0     82068     37380   1033630     18.21     19.17
3472.99/869.42	c  N dy 12949   3165842        60      5340         0     99622     37380   1400789     18.20     19.72
3506.58/877.83	c  N dy 13041   3185930        60      5340         0    117254     37380   1782062     18.20     20.04
3546.91/887.97	c  N dy 13125   3208257        60      5340         0    136816     37380   2200522     18.20     19.20
3553.70/889.62	c  S st 13134   3212031        60      5340         0     71637     37380    792236     18.20     17.53
3554.51/889.83	c  S st 13134   3212538        60      5340         0     72094     37380    802526     18.20   no data
3554.51/889.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3554.51/889.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3554.51/889.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3554.51/889.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3554.51/889.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3554.51/889.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3554.51/889.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3554.51/889.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3554.92/889.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3559.32/891.07	c lits-rem:       108  cl-subs:     1038  v-elim:      0  v-fix:    0  time:  1.16 s
3559.32/891.08	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3559.32/891.09	c vivif2 --  cl tried    71056 cl shrink        0 lits rem          0 time: 0.01
3560.50/891.38	c asymm  cl-useful: 0/722/5340 lits-rem:0 time: 0.30
3560.50/891.39	c calculated reachability. Time: 0.00
3560.50/891.39	c  N dy 13134   3212538        60      5340         0     71056     37380    781010     18.20   no data
3585.28/897.53	c  N dy 13219   3233418        60      5340         0     89384     37380   1173580     18.20     19.17
3619.63/906.12	c  N dy 13366   3253461        60      5340         0    107150     37380   1564221     18.21     19.22
3662.78/916.91	c  N dy 13512   3274988        60      5340         0    126206     37380   1984682     18.22     19.24
3706.32/927.87	c  N dy 13626   3295085        60      5340         0     74359     37380    842987     18.22     21.11
3733.09/934.59	c  N dy 13635   3320588        60      5340         0     96548     37380   1294891     18.21     19.19
3769.05/943.51	c  N dy 13723   3342726        60      5340         0    116024     37380   1713971     18.21     19.27
3806.21/952.81	c  N dy 13781   3363248        60      5340         0    134051     37380   2096226     18.21     19.17
3842.16/961.80	c  N dy 13926   3383275        60      5340         0     81502     37380    992736     18.22     19.64
3872.52/969.41	c  N dy 13971   3408630        60      5340         0    103672     37380   1457145     18.21     19.25
3913.66/979.71	c  N dy 14124   3429678        60      5340         0    122273     37380   1866242     18.22     19.20
3956.81/990.52	c  N dy 14242   3449834        60      5340         0    140052     37380   2253864     18.23     19.24
3988.38/998.49	c  N dy 14349   3471970        60      5340         0     88236     37380   1120440     18.23     19.23
4017.95/1005.86	c  N dy 14386   3496748        60      5340         0    109815     37380   1569514     18.22     19.22
4058.30/1015.99	c  N dy 14535   3516815        60      5340         0    127531     37380   1960820     18.23     20.78
4104.27/1027.42	c  N dy 14622   3538280        60      5340         0     74414     37380    815209     18.23     19.26
4128.22/1033.47	c  N dy 14697   3558370        60      5340         0     92113     37380   1193699     18.23     19.24
4163.38/1042.25	c  N dy 14837   3578941        60      5340         0    110271     37380   1591848     18.24     19.22
4203.33/1052.29	c  N dy 14964   3598948        60      5340         0    127929     37380   1977754     18.24     19.98
4242.49/1062.07	c  N dy 15035   3618987        60      5340         0    145511     37380   2354965     18.24     19.97
4270.06/1068.91	c  N dy 15088   3640343        60      5340         0     91228     37380   1159682     18.24     19.22
4320.00/1081.47	c  N dy 15127   3681408        60      5340         0    126944     37380   1906559     18.23     19.26
4369.55/1093.85	c  N dy 15256   3702531        60      5340         0    145533     37380   2312298     18.23     19.26
4387.92/1098.49	c  S st 15341   3712538        60      5340         0     80780     37380    939268     18.24   no data
4389.12/1098.74	c  S st 15341   3713040        60      5340         0     81229     37380    949412     18.24   no data
4389.12/1098.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4389.12/1098.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4389.12/1098.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4389.12/1098.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4389.12/1098.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4389.12/1098.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4389.12/1098.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4389.53/1098.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4389.53/1098.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4397.11/1100.77	c lits-rem:       165  cl-subs:     1627  v-elim:      0  v-fix:    0  time:  1.93 s
4397.11/1100.77	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4397.11/1100.79	c vivif2 --  cl tried    79602 cl shrink        0 lits rem          0 time: 0.01
4398.73/1101.12	c asymm  cl-useful: 0/625/5340 lits-rem:0 time: 0.32
4398.73/1101.12	c calculated reachability. Time: 0.00
4398.73/1101.12	c  N dy 15341   3713040        60      5340         0     79602     37380    911396     18.24   no data
4443.85/1112.44	c  N dy 15422   3748630        60      5340         0    110775     37380   1568955     18.23     19.20
4449.86/1113.95	c  F st 15450   3751562        60      5340         0    113361     37380   1626293     18.23   no data
4483.81/1122.41	c  N dy 15516   3768716        60      5340         0    128449     37380   1955927     18.24     20.21
4524.97/1132.74	c  N dy 15617   3788777        60      5340         0    146097     37380   2338241     18.24     19.25
4557.71/1140.95	c  N dy 15666   3809932        60      5340         0     90089     37380   1120295     18.24     19.39
4593.68/1149.91	c  N dy 15798   3830135        60      5340         0    107891     37380   1511495     18.24     19.39
4656.00/1165.59	c  N dy 15863   3870539        60      5340         0    142937     37380   2233419     18.23     19.34
4695.16/1175.33	c  N dy 15980   3890577        60      5340         0     85361     37380   1016725     18.23     20.31
4724.33/1182.69	c  N dy 16086   3910653        60      5340         0    102956     37380   1397453     18.24     19.60
4757.09/1190.83	c  N dy 16149   3930685        60      5340         0    120504     37380   1772121     18.24     20.85

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173910-1304073223/watcher-3173910-1304073223 -o /tmp/evaluation-result-3173910-1304073223/solver-3173910-1304073223 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173910-1304073223.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.45 7.98 8.00 9/180 2972
/proc/meminfo: memFree=27122816/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 518920859 52441088 347 33554432000 4194304 4627427 140733528737824 18446744073709551615 47892007073714 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2972/statm: 12803 347 299 106 0 7774 0
[pid=2972/tid=2973] ppid=2970 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 518920859 52441088 347 33554432000 4194304 4627427 140733528737824 18446744073709551615 47892007073704 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518920859 52441088 347 33554432000 4194304 4627427 140733528737824 18446744073709551615 47892007073704 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518920860 52441088 347 33554432000 4194304 4627427 140733528737824 18446744073709551615 210204703729 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.057076 s]
/proc/loadavg: 7.45 7.98 8.00 9/180 2972
/proc/meminfo: memFree=27122816/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=281864 CPUtime=0.2 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 1238 0 0 0 20 0 0 0 25 0 4 0 518920859 288628736 1151 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2972/statm: 70466 1151 362 106 0 65437 0
[pid=2972/tid=2973] ppid=2970 vsize=281864 CPUtime=0.05 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 199 0 0 0 5 0 0 0 25 0 4 0 518920859 288628736 1151 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=281864 CPUtime=0.05 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 186 0 0 0 5 0 0 0 25 0 4 0 518920859 288628736 1151 33554432000 4194304 4627427 140733528737824 18446744073709551615 4523290 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=281864 CPUtime=0.04 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 254 0 0 0 4 0 0 0 25 0 4 0 518920860 288628736 1151 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 281864

[startup+0.151715 s]
/proc/loadavg: 7.45 7.98 8.00 9/180 2972
/proc/meminfo: memFree=27122816/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=291764 CPUtime=0.57 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 2662 0 0 0 57 0 0 0 25 0 4 0 518920859 298766336 2375 33554432000 4194304 4627427 140733528737824 18446744073709551615 4305869 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2972/statm: 72941 2375 384 106 0 67912 0
[pid=2972/tid=2973] ppid=2970 vsize=291764 CPUtime=0.14 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 591 0 0 0 14 0 0 0 25 0 4 0 518920859 298766336 2375 33554432000 4194304 4627427 140733528737824 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=291764 CPUtime=0.14 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 578 0 0 0 14 0 0 0 25 0 4 0 518920859 298766336 2375 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=291764 CPUtime=0.14 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 479 0 0 0 14 0 0 0 25 0 4 0 518920860 298766336 2375 33554432000 4194304 4627427 140733528737824 18446744073709551615 210204690567 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 291764

[startup+0.301018 s]
/proc/loadavg: 7.45 7.98 8.00 9/180 2972
/proc/meminfo: memFree=27122816/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=285148 CPUtime=1.17 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 3478 0 0 0 117 0 0 0 25 0 4 0 518920859 291991552 2553 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2972/statm: 71287 2553 384 106 0 66258 0
[pid=2972/tid=2973] ppid=2970 vsize=285148 CPUtime=0.29 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 822 0 0 0 29 0 0 0 25 0 4 0 518920859 291991552 2553 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=285148 CPUtime=0.29 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 806 0 0 0 29 0 0 0 25 0 4 0 518920859 291991552 2553 33554432000 4194304 4627427 140733528737824 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=285148 CPUtime=0.29 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 614 0 0 0 29 0 0 0 25 0 4 0 518920860 291991552 2553 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 285148

[startup+0.700952 s]
/proc/loadavg: 7.45 7.98 8.00 9/180 2972
/proc/meminfo: memFree=27122816/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=286284 CPUtime=2.78 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 5397 0 0 0 277 1 0 0 25 0 4 0 518920859 293154816 3290 33554432000 4194304 4627427 140733528737824 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2972/statm: 71571 3290 384 106 0 66542 0
[pid=2972/tid=2973] ppid=2970 vsize=286284 CPUtime=0.69 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 1280 0 0 0 69 0 0 0 25 0 4 0 518920859 293154816 3290 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=286284 CPUtime=0.69 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 1260 0 0 0 69 0 0 0 25 0 4 0 518920859 293154816 3290 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=286284 CPUtime=0.69 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 1167 0 0 0 69 0 0 0 25 0 4 0 518920860 293154816 3290 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286284

[startup+1.50082 s]
/proc/loadavg: 7.45 7.98 8.00 9/184 2977
/proc/meminfo: memFree=27100388/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=292460 CPUtime=5.96 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 9770 0 0 0 595 1 0 0 25 0 4 0 518920859 299479040 5208 33554432000 4194304 4627427 140733528737824 18446744073709551615 4427861 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2972/statm: 73115 5208 388 106 0 68086 0
[pid=2972/tid=2973] ppid=2970 vsize=292460 CPUtime=1.49 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 2105 0 0 0 149 0 0 0 25 0 4 0 518920859 299479040 5208 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=292460 CPUtime=1.48 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 2038 0 0 0 148 0 0 0 25 0 4 0 518920859 299479040 5208 33554432000 4194304 4627427 140733528737824 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=292460 CPUtime=1.48 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 2006 0 0 0 148 0 0 0 25 0 4 0 518920860 299479040 5208 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 292460

[startup+3.10055 s]
/proc/loadavg: 7.45 7.98 8.00 9/184 2977
/proc/meminfo: memFree=27065544/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=301596 CPUtime=12.36 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 17432 0 0 0 1233 3 0 0 25 0 4 0 518920859 308834304 10150 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2972/statm: 75399 10150 388 106 0 70370 0
[pid=2972/tid=2973] ppid=2970 vsize=301596 CPUtime=3.08 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 3973 0 0 0 308 0 0 0 25 0 4 0 518920859 308834304 10150 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=301596 CPUtime=3.08 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 4678 0 0 0 308 0 0 0 25 0 4 0 518920859 308834304 10150 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=301596 CPUtime=3.07 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 4452 0 0 0 307 0 0 0 25 0 4 0 518920860 308834304 10150 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 301596

[startup+6.30102 s]
/proc/loadavg: 7.50 7.98 8.00 9/184 2977
/proc/meminfo: memFree=27039008/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=293036 CPUtime=25.15 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 26139 0 0 0 2511 4 0 0 25 0 4 0 518920859 300068864 12949 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2972/statm: 73259 12949 388 106 0 68230 0
[pid=2972/tid=2973] ppid=2970 vsize=293036 CPUtime=6.29 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 6852 0 0 0 628 1 0 0 25 0 4 0 518920859 300068864 12949 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=293036 CPUtime=6.28 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 6997 0 0 0 628 0 0 0 25 0 4 0 518920859 300068864 12949 33554432000 4194304 4627427 140733528737824 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=293036 CPUtime=6.26 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 6367 0 0 0 625 1 0 0 25 0 4 0 518920860 300068864 12949 33554432000 4194304 4627427 140733528737824 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 293036

[startup+12.701 s]
/proc/loadavg: 7.54 7.98 8.00 9/184 2978
/proc/meminfo: memFree=27009264/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=303812 CPUtime=50.72 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 40525 0 0 0 5065 7 0 0 25 0 4 0 518920859 311103488 15987 33554432000 4194304 4627427 140733528737824 18446744073709551615 4427152 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2972/statm: 75953 15987 388 106 0 70924 0
[pid=2972/tid=2973] ppid=2970 vsize=303812 CPUtime=12.68 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 10270 0 0 0 1267 1 0 0 25 0 4 0 518920859 311103488 15987 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=303812 CPUtime=12.68 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 9959 0 0 0 1267 1 0 0 25 0 4 0 518920859 311103488 15987 33554432000 4194304 4627427 140733528737824 18446744073709551615 4332749 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=303812 CPUtime=12.62 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 10157 0 0 0 1261 1 0 0 25 0 4 0 518920860 311103488 15987 33554432000 4194304 4627427 140733528737824 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 303812

[startup+25.5008 s]
/proc/loadavg: 7.79 8.02 8.01 9/184 2978
/proc/meminfo: memFree=26968076/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=295464 CPUtime=101.84 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 60920 0 0 0 10174 10 0 0 25 0 4 0 518920859 302555136 20152 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2972/statm: 73866 20152 388 106 0 68837 0
[pid=2972/tid=2973] ppid=2970 vsize=295464 CPUtime=25.48 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 16154 0 0 0 2546 2 0 0 25 0 4 0 518920859 302555136 20152 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=295464 CPUtime=25.48 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 15412 0 0 0 2546 2 0 0 25 0 4 0 518920859 302555136 20152 33554432000 4194304 4627427 140733528737824 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=295464 CPUtime=25.36 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 15096 0 0 0 2534 2 0 0 25 0 4 0 518920860 302555136 20152 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 295464

[startup+51.1005 s]
/proc/loadavg: 7.86 8.01 8.00 9/184 2978
/proc/meminfo: memFree=26932100/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=298820 CPUtime=204.11 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 89553 0 0 0 20394 17 0 0 25 0 4 0 518920859 305991680 24703 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2972/statm: 74705 24703 388 106 0 69676 0
[pid=2972/tid=2973] ppid=2970 vsize=298820 CPUtime=51.09 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 22069 0 0 0 5105 4 0 0 25 0 4 0 518920859 305991680 24703 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=298820 CPUtime=51.08 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 23596 0 0 0 5104 4 0 0 25 0 4 0 518920859 305991680 24703 33554432000 4194304 4627427 140733528737824 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=298820 CPUtime=50.83 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 21915 0 0 0 5079 4 0 0 25 0 4 0 518920860 305991680 24703 33554432000 4194304 4627427 140733528737824 18446744073709551615 4338468 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 298820

[startup+102.307 s]
/proc/loadavg: 8.00 8.02 8.00 9/184 2981
/proc/meminfo: memFree=26893640/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=313480 CPUtime=408.66 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 136721 0 0 0 40837 29 0 0 25 0 4 0 518920859 321003520 26555 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2972/statm: 78370 26555 388 106 0 73341 0
[pid=2972/tid=2973] ppid=2970 vsize=313480 CPUtime=102.29 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 32842 0 0 0 10222 7 0 0 25 0 4 0 518920859 321003520 26555 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=313480 CPUtime=102.29 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 34979 0 0 0 10222 7 0 0 25 0 4 0 518920859 321003520 26555 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=313480 CPUtime=101.76 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 35357 0 0 0 10170 6 0 0 25 0 4 0 518920860 321003520 26555 33554432000 4194304 4627427 140733528737824 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 313480

[startup+162.301 s]

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

[pid=2972] ppid=2970 vsize=364232 CPUtime=2565.69 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 402004 0 0 0 256444 125 0 0 25 0 4 0 518920859 372973568 62682 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2972/statm: 91058 62682 388 106 0 86029 0
[pid=2972/tid=2973] ppid=2970 vsize=364232 CPUtime=642.29 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 100124 0 0 0 64200 29 0 0 25 0 4 0 518920859 372973568 62682 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=364232 CPUtime=642.24 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 105107 0 0 0 64192 32 0 0 25 0 4 0 518920859 372973568 62682 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=364232 CPUtime=640.83 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 98429 0 0 0 64052 31 0 0 25 0 4 0 518920860 372973568 62682 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.69
Current children cumulated vsize (KiB) 364232

[startup+702.301 s]
/proc/loadavg: 6.33 7.60 7.86 5/175 3014
/proc/meminfo: memFree=26869724/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=427316 CPUtime=2805.38 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 422021 0 0 0 280404 134 0 0 25 0 4 0 518920859 437571584 66258 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2972/statm: 106829 66258 388 106 0 101800 0
[pid=2972/tid=2973] ppid=2970 vsize=427316 CPUtime=702.29 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 107459 0 0 0 70197 32 0 0 25 0 4 0 518920859 437571584 66258 33554432000 4194304 4627427 140733528737824 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=427316 CPUtime=702.23 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 111351 0 0 0 70188 35 0 0 25 0 4 0 518920859 437571584 66258 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=427316 CPUtime=700.83 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 102862 0 0 0 70050 33 0 0 25 0 4 0 518920860 437571584 66258 33554432000 4194304 4627427 140733528737824 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 427316

[startup+762.307 s]
/proc/loadavg: 4.92 6.95 7.62 5/175 3016
/proc/meminfo: memFree=26842184/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=490748 CPUtime=3045.1 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 435329 0 0 0 304369 141 0 0 25 0 4 0 518920859 502525952 73162 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309119 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2972/statm: 122687 73162 388 106 0 117658 0
[pid=2972/tid=2973] ppid=2970 vsize=490748 CPUtime=762.3 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 110632 0 0 0 76196 34 0 0 25 0 4 0 518920859 502525952 73162 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=490748 CPUtime=762.23 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 115170 0 0 0 76185 38 0 0 25 0 4 0 518920859 502525952 73162 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=490748 CPUtime=760.84 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 106634 0 0 0 76049 35 0 0 25 0 4 0 518920860 502525952 73162 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.1
Current children cumulated vsize (KiB) 490748

[startup+822.301 s]
/proc/loadavg: 4.40 6.43 7.39 5/175 3017
/proc/meminfo: memFree=26848492/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=490892 CPUtime=3284.8 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 450870 0 0 0 328332 148 0 0 25 0 4 0 518920859 502673408 71275 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2972/statm: 122723 71275 388 106 0 117694 0
[pid=2972/tid=2973] ppid=2970 vsize=490892 CPUtime=822.3 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 115653 0 0 0 82194 36 0 0 25 0 4 0 518920859 502673408 71275 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=490892 CPUtime=822.22 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 121604 0 0 0 82182 40 0 0 25 0 4 0 518920859 502673408 71275 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=490892 CPUtime=820.83 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 110711 0 0 0 82045 38 0 0 25 0 4 0 518920860 502673408 71275 33554432000 4194304 4627427 140733528737824 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.8
Current children cumulated vsize (KiB) 490892

[startup+882.301 s]
/proc/loadavg: 4.14 5.99 7.18 5/175 3018
/proc/meminfo: memFree=26815988/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=491000 CPUtime=3524.53 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 464426 0 0 0 352298 155 0 0 25 0 4 0 518920859 502784000 79666 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2972/statm: 122750 79666 388 106 0 117721 0
[pid=2972/tid=2973] ppid=2970 vsize=491000 CPUtime=882.29 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 120005 0 0 0 88191 38 0 0 25 0 4 0 518920859 502784000 79666 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=491000 CPUtime=882.23 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 126844 0 0 0 88180 43 0 0 25 0 4 0 518920859 502784000 79666 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=491000 CPUtime=880.83 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 114609 0 0 0 88043 40 0 0 25 0 4 0 518920860 502784000 79666 33554432000 4194304 4627427 140733528737824 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.53
Current children cumulated vsize (KiB) 491000

[startup+942.301 s]
/proc/loadavg: 4.05 5.62 6.98 5/175 3020
/proc/meminfo: memFree=26832228/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=491064 CPUtime=3764.25 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 474049 0 0 0 376265 160 0 0 25 0 4 0 518920859 502849536 75478 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2972/statm: 122766 75478 388 106 0 117737 0
[pid=2972/tid=2973] ppid=2970 vsize=491064 CPUtime=942.3 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 122579 0 0 0 94190 40 0 0 25 0 4 0 518920859 502849536 75478 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=491064 CPUtime=942.22 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 132276 0 0 0 94178 44 0 0 25 0 4 0 518920859 502849536 75478 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=491064 CPUtime=940.83 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 116094 0 0 0 94042 41 0 0 25 0 4 0 518920860 502849536 75478 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.25
Current children cumulated vsize (KiB) 491064

[startup+1002.3 s]
/proc/loadavg: 4.07 5.34 6.79 5/175 3023
/proc/meminfo: memFree=26834456/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=504196 CPUtime=4003.96 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 489796 0 0 0 400228 168 0 0 25 0 4 0 518920859 516296704 74983 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2972/statm: 126049 74983 388 106 0 121020 0
[pid=2972/tid=2973] ppid=2970 vsize=504196 CPUtime=1002.3 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 127499 0 0 0 100188 42 0 0 25 0 4 0 518920859 516296704 74983 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=504196 CPUtime=1002.22 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 137921 0 0 0 100175 47 0 0 25 0 4 0 518920859 516296704 74983 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=504196 CPUtime=1000.83 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 121262 0 0 0 100039 44 0 0 25 0 4 0 518920860 516296704 74983 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.96
Current children cumulated vsize (KiB) 504196

[startup+1062.3 s]
/proc/loadavg: 4.03 5.09 6.62 5/175 3025
/proc/meminfo: memFree=26833052/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=517460 CPUtime=4243.69 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 504231 0 0 0 424193 176 0 0 25 0 4 0 518920859 529879040 75516 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2972/statm: 129365 75516 388 106 0 124336 0
[pid=2972/tid=2973] ppid=2970 vsize=517460 CPUtime=1062.3 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 131502 0 0 0 106186 44 0 0 25 0 4 0 518920859 529879040 75516 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=517460 CPUtime=1062.23 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 143171 0 0 0 106173 50 0 0 25 0 4 0 518920859 529879040 75516 33554432000 4194304 4627427 140733528737824 18446744073709551615 4332933 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=517460 CPUtime=1060.83 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 126361 0 0 0 106036 47 0 0 25 0 4 0 518920860 529879040 75516 33554432000 4194304 4627427 140733528737824 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.69
Current children cumulated vsize (KiB) 517460

[startup+1122.3 s]
/proc/loadavg: 4.06 4.91 6.45 5/175 3026
/proc/meminfo: memFree=26828332/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=517704 CPUtime=4483.41 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 516751 0 0 0 448159 182 0 0 25 0 4 0 518920859 530128896 76625 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309119 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2972/statm: 129426 76625 388 106 0 124397 0
[pid=2972/tid=2973] ppid=2970 vsize=517704 CPUtime=1122.3 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 136257 0 0 0 112184 46 0 0 25 0 4 0 518920859 530128896 76625 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=517704 CPUtime=1122.22 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 147197 0 0 0 112171 51 0 0 25 0 4 0 518920859 530128896 76625 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=517704 CPUtime=1120.84 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 130051 0 0 0 112034 50 0 0 25 0 4 0 518920860 530128896 76625 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.41
Current children cumulated vsize (KiB) 517704

[startup+1182.3 s]
/proc/loadavg: 4.06 4.75 6.30 5/175 3027
/proc/meminfo: memFree=26830188/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=504704 CPUtime=4723.13 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 531467 0 0 0 472124 189 0 0 25 0 4 0 518920859 516816896 76059 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2972/statm: 126176 76059 388 106 0 121147 0
[pid=2972/tid=2973] ppid=2970 vsize=504704 CPUtime=1182.3 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 140323 0 0 0 118182 48 0 0 25 0 4 0 518920859 516816896 76059 33554432000 4194304 4627427 140733528737824 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=504704 CPUtime=1182.23 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 153097 0 0 0 118169 54 0 0 25 0 4 0 518920859 516816896 76059 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=504704 CPUtime=1180.84 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 134744 0 0 0 118032 52 0 0 25 0 4 0 518920860 516816896 76059 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4723.13
Current children cumulated vsize (KiB) 504704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.12 4.72 6.26 5/175 3028
/proc/meminfo: memFree=26826092/32951124 swapFree=67088964/67111528
[pid=2972] ppid=2970 vsize=491444 CPUtime=4800.25 cores=0,2,4,6
/proc/2972/stat : 2972 (strangenight2-m) R 2970 2972 2397 0 -1 4202496 535361 0 0 0 479834 191 0 0 25 0 4 0 518920859 503238656 77068 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2972/statm: 122861 77068 388 106 0 117832 0
[pid=2972/tid=2973] ppid=2970 vsize=491444 CPUtime=1201.61 cores=0,2,4,6
/proc/2972/task/2973/stat : 2973 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 142310 0 0 0 120112 49 0 0 25 0 4 0 518920859 503238656 77069 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2972/tid=2975] ppid=2970 vsize=491444 CPUtime=1201.54 cores=0,2,4,6
/proc/2972/task/2975/stat : 2975 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 154153 0 0 0 120099 55 0 0 25 0 4 0 518920859 503238656 77069 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2972/tid=2976] ppid=2970 vsize=491444 CPUtime=1200.14 cores=0,2,4,6
/proc/2972/task/2976/stat : 2976 (strangenight2-m) R 2970 2972 2397 0 -1 4202560 135596 0 0 0 119962 52 0 0 25 0 4 0 518920860 503238656 77069 33554432000 4194304 4627427 140733528737824 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 491444

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.63
CPU time (s): 4800.31
CPU user time (s): 4798.37
CPU system time (s): 1.93171
CPU usage (%): 399.483
Max. virtual memory (cumulated for all children) (KiB): 530908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.37
system time used= 1.93171
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 535364
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= 456
involuntary context switches= 20123

runsolver used 1.80672 second user time and 4.32734 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 12:33:44
IDJOB=3173910
IDBENCH=82728
IDSOLVER=1586
FILE ID=node130/3173910-1304073223
RUNJOBID= node130-1304072019-2842
PBS_JOBID= 13170469
Free space on /tmp= 71988 MiB

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

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

MD5SUM BENCH= 0d2557a5d8edb4c9702dcfea1e1cd4c5
RANDOM SEED=182440709

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27123096 kB
Buffers:       1164276 kB
Cached:        4140488 kB
SwapCached:      22432 kB
Active:         492136 kB
Inactive:      4904536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27123096 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:           11292 kB
Writeback:           0 kB
AnonPages:       69324 kB
Mapped:          15596 kB
Slab:           368696 kB
PageTables:       4240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   280020 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= 71988 MiB
End job on node130 at 2011-04-29 12:53:47