Trace number 3174127

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.18 1201.63

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1583005701-053.SATISFIABLE.cnf
MD5SUMeaa221c6c9f0c0179451b2ef6caad631
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.283955
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-3174127-1304099089.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.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.38/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.38/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.38/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.38/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.38/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.14	c calculated reachability. Time: 0.00
0.38/0.14	c Calc default polars -  time:   0.00 s pos:      28 undec:       2 neg:      30
0.38/0.14	c =========================================================================================
0.38/0.14	c types(t): F = full restart, N = normal restart
0.38/0.14	c types(t): S = simplification begin/end, E = solution found
0.38/0.14	c restart types(rt): st = static, dy = dynamic
0.38/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.14	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.77/0.25	c  N dy     8      4476        60      5340         0      3972     37380     85390     18.43     19.44
1.57/0.40	c  N dy    16      9160        60      5340         0      5905     37380    119154     17.77     18.74
1.97/0.58	c  N dy    34     14028        60      5340         0      6488     37380    124736     18.05     19.01
2.78/0.76	c  N dy    36     18323        60      5340         0      5299     37380     91090     17.76     18.78
3.58/0.94	c  N dy    58     22368        60      5340         0      8900     37380    167874     17.91     20.62
3.99/1.07	c  F st    81     25000        60      5340         0     11262     37380    219508     18.09   no data
4.39/1.17	c  N st    85     27034        60      5340         0      6997     37380    117912     18.09   no data
5.17/1.30	c  S st    87     30000        60      5340         0      9603     37380    172342     18.09   no data
5.17/1.33	c  S st    87     30503        60      5340         0     10065     37380    182733     18.09   no data
5.17/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.17/1.33	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.17/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.17/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.54	c lits-rem:       100  cl-subs:     1102  v-elim:      0  v-fix:    0  time:  0.20 s
6.77/1.76	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.77/1.76	c calculated reachability. Time: 0.00
6.77/1.76	c  N dy    87     30503        60      5340         0      8963     37380    159530     18.09   no data
8.38/2.14	c  N dy    92     38217        60      5340         0      8812     37380    145451     17.81     18.82
9.16/2.39	c  N dy   108     43300        60      5340         0     13325     37380    241397     17.83     18.79
9.96/2.56	c  S st   127     45756        60      5340         0     15528     37380    288755     17.92     19.26
10.36/2.62	c  S st   127     46259        60      5340         0      8060     37380    122512     17.92   no data
10.36/2.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.36/2.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.36/2.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.36/2.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.36/2.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.66	c lits-rem:        11  cl-subs:       26  v-elim:      0  v-fix:    0  time:  0.03 s
10.36/2.66	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.36/2.66	c vivif2 --  cl tried     8034 cl shrink        0 lits rem          0 time: 0.00
11.16/2.87	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.16/2.87	c calculated reachability. Time: 0.00
11.16/2.87	c  N dy   127     46259        60      5340         0      8034     37380    121883     17.92   no data
11.96/3.04	c  N dy   131     50312        60      5340         0     11669     37380    199507     17.88     19.63
12.77/3.28	c  N dy   146     54326        60      5340         0     15241     37380    274834     17.90     19.01
13.95/3.56	c  N dy   172     58408        60      5340         0     10017     37380    154205     17.99     18.94
15.96/4.04	c  N dy   190     66448        60      5340         0     17117     37380    301683     17.95     18.92
16.76/4.29	c  S st   214     69388        60      5340         0     10005     37380    145257     18.02   no data
17.17/4.32	c  S st   214     69890        60      5340         0     10468     37380    155321     18.02   no data
17.17/4.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.17/4.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.17/4.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.17/4.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.17/4.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.17/4.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
17.17/4.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.17/4.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.17/4.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.17/4.39	c lits-rem:        14  cl-subs:      110  v-elim:      0  v-fix:    0  time:  0.05 s
17.17/4.39	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.17/4.39	c vivif2 --  cl tried    10358 cl shrink        0 lits rem          0 time: 0.00
18.35/4.64	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
18.35/4.64	c calculated reachability. Time: 0.00
18.35/4.64	c  N dy   214     69890        60      5340         0     10358     37380    152588     18.02   no data
19.55/4.95	c  N dy   220     75692        60      5340         0     15508     37380    261009     17.98     18.94
21.15/5.32	c  N dy   247     80613        60      5340         0     19943     37380    356595     18.04     19.28
22.75/5.79	c  F st   282     87500        60      5340         0     15379     37380    248729     18.11     17.22
22.75/5.79	c  N st   282     87500        60      5340         0     15379     37380    248729     18.11     17.22
24.75/6.29	c  N dy   289     95025        60      5340         0     22018     37380    389545     18.08     19.14
27.14/6.86	c  N dy   304    103707        60      5340         0     18196     37380    295692     18.02     19.02
27.54/6.96	c  S st   314    104835        60      5340         0     19217     37380    317823     18.04     18.32
27.94/7.01	c  S st   314    105336        60      5340         0     19668     37380    327657     18.04   no data
27.94/7.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.94/7.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.94/7.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.94/7.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.94/7.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.94/7.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.94/7.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.94/7.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.94/7.58	c lits-rem:       344  cl-subs:     2231  v-elim:      0  v-fix:    0  time:  0.54 s
29.94/7.58	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.94/7.58	c vivif2 --  cl tried    17437 cl shrink        0 lits rem          0 time: 0.00
31.54/7.93	c asymm  cl-useful: 0/4818/5340 lits-rem:0 time: 0.35
31.54/7.93	c calculated reachability. Time: 0.00
31.54/7.94	c  N dy   314    105336        60      5340         0     17437     37380    282087     18.04   no data
33.54/8.49	c  N dy   342    112224        60      5340         0     23594     37380    413623     18.06     19.05
35.93/9.04	c  N dy   377    119537        60      5340         0     17802     37380    281568     18.10     19.05
38.72/9.76	c  N dy   405    128405        60      5340         0     25716     37380    450682     18.13     19.11
47.12/11.87	c  N dy   432    158005        60      5340         0     24300     37380    394196     17.90     14.88
47.12/11.87	c  S st   432    158005        60      5340         0     24300     37380    394196     17.90     14.88
47.52/11.93	c  S st   432    158507        60      5340         0     24757     37380    404364     17.90   no data
47.52/11.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.52/11.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.52/11.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.52/11.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.52/11.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.52/11.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.52/11.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.52/11.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.52/11.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.52/12.92	c lits-rem:       530  cl-subs:     3188  v-elim:      0  v-fix:    0  time:  0.97 s
51.52/12.92	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
51.52/12.93	c vivif2 --  cl tried    21569 cl shrink        0 lits rem          0 time: 0.00
51.52/12.98	c asymm  cl-useful: 0/522/5340 lits-rem:0 time: 0.05
51.52/12.98	c calculated reachability. Time: 0.00
51.52/12.98	c  N dy   432    158507        60      5340         0     21569     37380    343699     17.90   no data
55.91/14.00	c  N dy   497    168718        60      5340         0     15825     37380    210730     17.96     19.63
59.10/14.88	c  N dy   543    179575        60      5340         0     25515     37380    418453     18.00     20.60
63.90/16.06	c  N dy   603    191634        60      5340         0     20344     37380    296994     18.04     19.08
68.70/17.22	c  N dy   649    203932        60      5340         0     31264     37380    529814     18.06     19.82
73.49/18.43	c  N dy   689    217751        60      5340         0     26774     37380    420305     18.02     19.09
79.48/19.91	c  N dy   731    231660        60      5340         0     21364     37380    296951     18.03     19.63
81.47/20.40	c  S st   738    237762        60      5340         0     26724     37380    408427     18.01     15.41
81.47/20.47	c  S st   738    238264        60      5340         0     27180     37380    418492     18.01   no data
81.47/20.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.47/20.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.47/20.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.47/20.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.47/20.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.47/20.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
81.47/20.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.47/20.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.87/20.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.68/21.23	c lits-rem:       314  cl-subs:     2615  v-elim:      0  v-fix:    0  time:  0.73 s
84.68/21.23	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
84.68/21.24	c vivif2 --  cl tried    24565 cl shrink        0 lits rem          0 time: 0.00
85.88/21.59	c asymm  cl-useful: 0/3742/5340 lits-rem:0 time: 0.36
85.88/21.60	c calculated reachability. Time: 0.00
85.88/21.60	c  N dy   738    238264        60      5340         0     24565     37380    365261     18.01   no data
93.07/23.33	c  N dy   796    254007        60      5340         0     20100     37380    258709     18.03     19.03
99.46/24.91	c  N dy   838    270259        60      5340         0     34483     37380    559777     18.01     20.03
113.45/28.41	c  F st   867    306250        60      5340         0     26341     37380    364870     17.85     14.55
113.45/28.41	c  N st   867    306250        60      5340         0     26341     37380    364870     17.85     14.55
121.43/30.48	c  N dy   887    326958        60      5340         0     23474     37380    300557     17.80     18.75
131.44/33.00	c  N dy  1018    347043        60      5340         0     41384     37380    686896     17.87     18.98
136.24/34.16	c  S st  1030    357397        60      5340         0     28422     37380    390214     17.83     14.98
136.61/34.23	c  S st  1030    357900        60      5340         0     28884     37380    400419     17.83   no data
136.61/34.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.61/34.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
136.61/34.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.61/34.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.61/34.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.61/34.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
136.61/34.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.61/34.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
136.61/34.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.42/34.94	c lits-rem:       242  cl-subs:     2173  v-elim:      0  v-fix:    0  time:  0.68 s
139.42/34.94	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
139.42/34.94	c vivif2 --  cl tried    26711 cl shrink        0 lits rem          0 time: 0.00
140.23/35.13	c asymm  cl-useful: 0/1598/5340 lits-rem:0 time: 0.19
140.23/35.14	c calculated reachability. Time: 0.00
140.23/35.14	c  N dy  1030    357900        60      5340         0     26711     37380    359809     17.83   no data
150.60/37.74	c  N dy  1141    377946        60      5340         0     44663     37380    746679     17.88     18.86
159.79/40.09	c  N dy  1225    397999        60      5340         0     39532     37380    620456     17.89     19.44
174.17/43.66	c  N dy  1333    421434        60      5340         0     36397     37380    542409     17.92     19.02
186.55/46.75	c  N dy  1451    441447        60      5340         0     29301     37380    382046     17.96     19.52
197.36/49.50	c  N dy  1529    461611        60      5340         0     47173     37380    759891     17.97     18.94
208.92/52.37	c  N dy  1629    482231        60      5340         0     39801     37380    596880     18.00     19.02
221.72/55.50	c  N dy  1723    502328        60      5340         0     30991     37380    395655     18.02     19.34
232.10/58.18	c  N dy  1784    522387        60      5340         0     48791     37380    773513     18.02     21.31
241.72/60.53	c  S st  1858    536851        60      5340         0     34107     37380    452383     18.05     16.76
242.09/60.62	c  S st  1858    537354        60      5340         0     34571     37380    462486     18.05   no data
242.09/60.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
242.09/60.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
242.09/60.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
242.09/60.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.09/60.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.09/60.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
242.09/60.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
242.09/60.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
242.09/60.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.29/61.40	c lits-rem:       221  cl-subs:     1809  v-elim:      0  v-fix:    0  time:  0.75 s
245.29/61.40	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
245.29/61.41	c vivif2 --  cl tried    32762 cl shrink        0 lits rem          0 time: 0.00
246.88/61.80	c asymm  cl-useful: 0/3148/5340 lits-rem:0 time: 0.39
246.88/61.80	c calculated reachability. Time: 0.00
246.88/61.80	c  N dy  1858    537354        60      5340         0     32762     37380    423944     18.05   no data
258.88/64.87	c  N dy  1950    557392        60      5340         0     50618     37380    803648     18.06     19.47
274.45/68.71	c  N dy  2063    583074        60      5340         0     45049     37380    672813     18.07     19.17
288.04/72.16	c  N dy  2157    603087        60      5340         0     33553     37380    422693     18.08     19.14
302.02/75.64	c  N dy  2204    627740        60      5340         0     55285     37380    875687     18.06     19.06
314.41/78.74	c  N dy  2278    647879        60      5340         0     43007     37380    606433     18.05     19.01
329.99/82.65	c  N dy  2392    668027        60      5340         0     60925     37380    993623     18.08     19.03
345.57/86.58	c  N dy  2502    692595        60      5340         0     51692     37380    789170     18.10     19.07
361.15/90.45	c  N dy  2601    713772        60      5340         0     38571     37380    498782     18.10     19.24
375.13/93.91	c  N dy  2656    734776        60      5340         0     57141     37380    889950     18.09     19.11
389.12/97.49	c  N dy  2731    754808        60      5340         0     42124     37380    561022     18.10     19.38
403.50/101.01	c  N dy  2787    776902        60      5340         0     61625     37380    972918     18.09     19.07
420.27/105.24	c  N dy  2873    802306        60      5340         0     50462     37380    727838     18.08     19.09
423.07/105.93	c  S st  2883    806031        60      5340         0     53763     37380    798290     18.09     17.69
423.47/106.08	c  S st  2883    806537        60      5340         0     54230     37380    808702     18.09   no data
423.47/106.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
423.87/106.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
423.87/106.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
423.87/106.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
423.87/106.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
423.87/106.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
423.87/106.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
423.87/106.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
423.87/106.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
437.06/109.44	c lits-rem:       590  cl-subs:     5654  v-elim:      0  v-fix:    0  time:  3.29 s
437.06/109.44	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
437.06/109.45	c vivif2 --  cl tried    48576 cl shrink        0 lits rem          0 time: 0.01
437.86/109.69	c asymm  cl-useful: 0/939/5340 lits-rem:0 time: 0.24
437.86/109.69	c calculated reachability. Time: 0.00
437.86/109.69	c  N dy  2883    806537        60      5340         0     48576     37380    694026     18.09   no data
455.84/114.19	c  N dy  2979    828281        60      5340         0     67867     37380   1106896     18.10     19.12
468.21/117.20	c  N dy  3013    849060        60      5340         0     51996     37380    746772     18.08     19.05
488.59/122.36	c  N dy  3165    869559        60      5340         0     70205     37380   1144733     18.11     19.11
501.37/125.57	c  N dy  3245    889608        60      5340         0     52688     37380    755384     18.11     21.51
521.75/130.63	c  N dy  3311    915111        60      5340         0     38913     37380    449293     18.09     19.15
534.53/133.89	c  N dy  3352    935597        60      5340         0     56953     37380    831518     18.08     19.05
555.71/139.16	c  N dy  3477    955686        60      5340         0     37747     37380    418518     18.10     20.04
567.69/142.15	c  N dy  3514    975777        60      5340         0     55418     37380    788478     18.09     20.13
587.67/147.15	c  N dy  3636    995794        60      5340         0     73281     37380   1178502     18.11     19.96
603.65/151.13	c  N dy  3731   1015856        60      5340         0     53078     37380    736173     18.12     21.93
624.82/156.41	c  N dy  3768   1041852        60      5340         0     75928     37380   1211826     18.10     19.09
640.01/160.26	c  N dy  3858   1061912        60      5340         0     54806     37380    763030     18.11     19.28
649.21/162.50	c  F st  3909   1071876        60      5340         0     63644     37380    954116     18.12   no data
659.58/165.17	c  N dy  3953   1082713        60      5340         0     73281     37380   1164990     18.12     19.10
677.16/169.59	c  N dy  4037   1102775        60      5340         0     51190     37380    673523     18.13     19.31
694.74/173.97	c  N dy  4114   1122799        60      5340         0     68932     37380   1054299     18.14     19.17
727.50/182.10	c  N dy  4193   1163861        60      5340         0     64263     37380    926445     18.11     19.14
749.87/187.75	c  N dy  4285   1184102        60      5340         0     82203     37380   1311494     18.12     19.09
769.45/192.66	c  N dy  4376   1206876        60      5340         0     60910     37380    866249     18.12     19.08
772.25/193.36	c  S st  4384   1209805        60      5340         0     63504     37380    921182     18.12   no data
773.07/193.59	c  S st  4384   1210308        60      5340         0     63957     37380    931407     18.12   no data
773.07/193.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
773.46/193.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
773.46/193.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
773.46/193.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
773.46/193.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
773.46/193.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
773.46/193.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
773.46/193.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
773.46/193.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
805.80/201.71	c lits-rem:       712  cl-subs:     5974  v-elim:      0  v-fix:    0  time:  8.03 s
805.80/201.71	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
805.80/201.72	c vivif2 --  cl tried    57983 cl shrink        0 lits rem          0 time: 0.01
807.40/202.18	c asymm  cl-useful: 0/797/5340 lits-rem:0 time: 0.46
807.40/202.18	c calculated reachability. Time: 0.00
807.40/202.18	c  N dy  4384   1210308        60      5340         0     57983     37380    805968     18.12   no data
828.97/207.54	c  N dy  4416   1230458        60      5340         0     75625     37380   1167615     18.10     19.10
848.54/212.48	c  N dy  4489   1250505        60      5340         0     51338     37380    651413     18.11     19.48
867.32/217.13	c  N dy  4607   1270553        60      5340         0     69128     37380   1037584     18.12     21.27
893.68/223.79	c  N dy  4737   1291304        60      5340         0     44392     37380    489477     18.14     19.10
912.06/228.36	c  N dy  4820   1315572        60      5340         0     65785     37380    943460     18.13     19.10
936.06/234.31	c  N dy  4877   1338331        60      5340         0     85858     37380   1365454     18.13     19.15
956.41/239.47	c  N dy  4943   1359634        60      5340         0     60624     37380    825839     18.13     19.23
984.39/246.41	c  N dy  5032   1382711        60      5340         0     81012     37380   1261352     18.13     19.15
1006.74/252.00	c  N dy  5157   1402769        60      5340         0     53803     37380    675421     18.15     20.30
1028.33/257.46	c  N dy  5272   1425156        60      5340         0     73674     37380   1106591     18.16     19.20
1053.48/263.71	c  N dy  5347   1445819        60      5340         0     91832     37380   1493119     18.16     19.46
1070.66/268.04	c  N dy  5433   1465880        60      5340         0     63576     37380    872427     18.16     20.67
1093.03/273.67	c  N dy  5538   1486035        60      5340         0     81484     37380   1261867     18.17     19.16
1113.80/278.81	c  N dy  5564   1506532        60      5340         0     52653     37380    624790     18.16     19.14
1131.38/283.24	c  N dy  5658   1526608        60      5340         0     70425     37380   1008721     18.17     19.30
1154.15/288.92	c  N dy  5731   1546778        60      5340         0     88269     37380   1393005     18.17     19.15
1176.12/294.44	c  N dy  5826   1566834        60      5340         0     58256     37380    738683     18.18     19.56
1198.89/300.15	c  N dy  5949   1588685        60      5340         0     77600     37380   1158710     18.19     19.19
1225.26/306.74	c  N dy  6024   1608806        60      5340         0     95367     37380   1536173     18.19     19.20
1249.22/312.73	c  N dy  6080   1636768        60      5340         0     71352     37380    992884     18.18     19.19
1275.19/319.28	c  N dy  6198   1656848        60      5340         0     89215     37380   1382265     18.19     21.31
1297.96/324.98	c  N dy  6250   1677037        60      5340         0     57493     37380    693677     18.18     19.20
1318.36/330.05	c  N dy  6372   1697063        60      5340         0     75262     37380   1081565     18.20     20.92
1336.71/334.69	c  S st  6440   1710310        60      5340         0     87033     37380   1335666     18.20     18.69
1338.31/335.02	c  S st  6440   1710811        60      5340         0     87481     37380   1345515     18.20   no data
1338.31/335.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1338.31/335.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1338.31/335.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1338.31/335.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1338.31/335.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1338.31/335.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1338.31/335.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1338.71/335.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1338.71/335.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1429.38/357.81	c lits-rem:      1031  cl-subs:    10141  v-elim:      0  v-fix:    0  time: 22.66 s
1429.38/357.81	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1429.38/357.83	c vivif2 --  cl tried    77340 cl shrink        0 lits rem          0 time: 0.02
1430.98/358.23	c asymm  cl-useful: 0/784/5340 lits-rem:0 time: 0.40
1430.98/358.23	c calculated reachability. Time: 0.00
1430.98/358.23	c  N dy  6440   1710811        60      5340         0     77340     37380   1131455     18.20   no data
1461.74/365.96	c  N dy  6546   1730817        60      5340         0     95090     37380   1515611     18.21     19.84
1487.31/372.37	c  N dy  6642   1756002        60      5340         0     67408     37380    901078     18.21     19.28
1530.45/383.15	c  N dy  6645   1807012        60      5340         0     61094     37380    749400     18.15     19.25
1553.23/388.80	c  N dy  6746   1829305        60      5340         0     80734     37380   1169610     18.15     19.23
1581.61/395.99	c  N dy  6840   1849482        60      5340         0     98564     37380   1554211     18.16     19.14
1608.76/402.77	c  N dy  6988   1870571        60      5340         0     65493     37380    852017     18.17     19.28
1637.13/409.87	c  N dy  7102   1895349        60      5340         0     87439     37380   1328322     18.18     19.17
1669.08/417.89	c  N dy  7226   1915681        60      5340         0    105442     37380   1719430     18.19     19.15
1689.05/422.83	c  N dy  7303   1935756        60      5340         0     70287     37380    934442     18.19     19.26
1713.02/428.88	c  N dy  7376   1956885        60      5340         0     88882     37380   1333236     18.19     19.38
1746.18/437.18	c  N dy  7465   1978525        60      5340         0     54200     37380    579966     18.20     19.20
1770.15/443.11	c  N dy  7520   2005618        60      5340         0     77976     37380   1077314     18.19     19.20
1794.52/449.24	c  N dy  7574   2025708        60      5340         0     95641     37380   1452612     18.18     19.26
1825.28/456.98	c  N dy  7659   2045834        60      5340         0     58817     37380    669632     18.19     19.19
1850.45/463.22	c  N dy  7729   2072317        60      5340         0     82028     37380   1157169     18.18     19.57
1873.61/469.09	c  N dy  7758   2093645        60      5340         0    100618     37380   1540652     18.17     19.13
1903.18/476.43	c  N dy  7872   2113738        60      5340         0     63076     37380    756524     18.18     21.01
1927.14/482.40	c  N dy  8011   2133826        60      5340         0     80905     37380   1149284     18.19     19.30
1960.70/490.89	c  N dy  8141   2156820        60      5340         0    101239     37380   1590603     18.20     19.31
2016.64/504.87	c  N dy  8190   2210811        60      5340         0     91754     37380   1314379     18.16     16.79
2016.64/504.87	c  S st  8190   2210811        60      5340         0     91754     37380   1314379     18.16     16.79
2017.83/505.15	c  S st  8190   2211314        60      5340         0     92201     37380   1324493     18.16   no data
2017.83/505.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2018.23/505.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2018.23/505.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2018.23/505.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2018.23/505.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2018.23/505.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2018.23/505.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2018.23/505.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2018.23/505.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2092.53/523.85	c lits-rem:      1225  cl-subs:    13530  v-elim:      0  v-fix:    0  time: 18.59 s
2092.53/523.85	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2092.53/523.87	c vivif2 --  cl tried    78671 cl shrink        0 lits rem          0 time: 0.02
2094.92/524.41	c asymm  cl-useful: 0/632/5340 lits-rem:0 time: 0.54
2094.92/524.41	c calculated reachability. Time: 0.00
2094.92/524.41	c  N dy  8190   2211314        60      5340         0     78671     37380   1074984     18.16   no data
2141.66/536.16	c  N dy  8286   2235516        60      5340         0    100013     37380   1531744     18.17     19.28
2177.62/545.14	c  N dy  8399   2257148        60      5340         0     62918     37380    737820     18.17     19.22
2199.18/550.55	c  N dy  8488   2277280        60      5340         0     80678     37380   1121136     18.18     19.15
2225.95/557.28	c  N dy  8581   2297323        60      5340         0     98435     37380   1505270     18.18     19.16
2263.50/566.66	c  N dy  8685   2318007        60      5340         0     58982     37380    637981     18.19     19.23
2286.67/572.45	c  N dy  8836   2338316        60      5340         0     76971     37380   1034319     18.20     19.33
2314.23/579.31	c  N dy  8934   2358361        60      5340         0     94732     37380   1417665     18.21     19.92
2357.38/590.19	c  N dy  9011   2384933        60      5340         0     59249     37380    630934     18.20     19.30
2388.14/597.84	c  N dy  9078   2416086        60      5340         0     86591     37380   1206450     18.20     19.27
2413.30/604.18	c  N dy  9138   2436163        60      5340         0    104258     37380   1584813     18.19     20.46
2450.06/613.32	c  N dy  9237   2457268        60      5340         0     63083     37380    702991     18.20     19.16
2476.42/619.96	c  N dy  9359   2481365        60      5340         0     84363     37380   1165214     18.20     19.20
2503.99/626.83	c  N dy  9422   2503020        60      5340         0    103403     37380   1570154     18.20     19.39
2537.14/635.13	c  N dy  9494   2523032        60      5340         0    121031     37380   1946485     18.20     20.37
2561.53/641.27	c  N dy  9630   2543106        60      5340         0     78001     37380   1021720     18.21     19.96
2590.27/648.40	c  N dy  9750   2564104        60      5340         0     96541     37380   1425241     18.22     19.18
2643.81/661.83	c  N dy  9827   2603175        60      5340         0     69196     37380    806169     18.20     19.21
2667.79/667.86	c  N dy  9912   2623610        60      5340         0     87262     37380   1198522     18.21     19.21
2698.16/675.42	c  N dy 10004   2643649        60      5340         0    104950     37380   1580954     18.21     19.87
2728.52/683.05	c  N dy 10048   2664562        60      5340         0    123238     37380   1966819     18.21     19.34
2758.86/690.69	c  N dy 10057   2695584        60      5340         0     87661     37380   1175194     18.19     19.18
2780.04/695.98	c  S st 10119   2711315        60      5340         0    101493     37380   1472305     18.19     18.25
2781.25/696.30	c  S st 10119   2711819        60      5340         0    101953     37380   1482823     18.19   no data
2781.65/696.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2781.65/696.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2781.65/696.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2781.65/696.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2781.65/696.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2781.65/696.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2781.65/696.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2781.65/696.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2782.03/696.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2835.16/709.73	c lits-rem:      1018  cl-subs:    12563  v-elim:      0  v-fix:    0  time: 13.30 s
2835.16/709.73	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2835.16/709.75	c vivif2 --  cl tried    89390 cl shrink        0 lits rem          0 time: 0.02
2836.75/710.18	c asymm  cl-useful: 0/577/5340 lits-rem:0 time: 0.43
2836.75/710.18	c calculated reachability. Time: 0.00
2836.75/710.18	c  N dy 10119   2711819        60      5340         0     89390     37380   1242013     18.19   no data
2872.70/719.12	c  N dy 10233   2731858        60      5340         0    107084     37380   1626440     18.19     21.52
2924.24/732.07	c  N dy 10340   2752323        60      5340         0     62667     37380    663996     18.20     19.16
2946.61/737.60	c  N dy 10353   2772815        60      5340         0     80593     37380   1037232     18.19     19.16
2976.96/745.24	c  N dy 10470   2793673        60      5340         0     98976     37380   1437138     18.20     19.28
3007.73/752.98	c  N dy 10533   2813768        60      5340         0    116587     37380   1806309     18.19     19.22
3040.90/761.22	c  N dy 10618   2833833        60      5340         0     70575     37380    822870     18.20     19.46
3064.05/767.07	c  N dy 10692   2853879        60      5340         0     88184     37380   1197706     18.20     19.61
3096.00/775.06	c  N dy 10799   2874174        60      5340         0    106039     37380   1585098     18.20     19.16
3132.77/784.28	c  N dy 10898   2894687        60      5340         0    124141     37380   1977458     18.21     19.21
3165.51/792.41	c  N dy 10990   2917436        60      5340         0     79323     37380    993431     18.21     19.17
3207.88/803.04	c  N dy 11108   2949646        60      5340         0    107615     37380   1596544     18.21     19.21
3250.61/813.70	c  N dy 11212   2972627        60      5340         0    127898     37380   2033937     18.21     19.17
3278.96/820.80	c  N dy 11280   2993775        60      5340         0     80652     37380   1012745     18.21     19.24
3308.54/828.27	c  N dy 11386   3014911        60      5340         0     99269     37380   1414907     18.21     19.18
3344.88/837.38	c  N dy 11497   3035150        60      5340         0    117137     37380   1803669     18.22     19.28
3389.62/848.57	c  N dy 11617   3056742        60      5340         0     69259     37380    756594     18.22     19.24
3414.40/854.73	c  N dy 11723   3076792        60      5340         0     86997     37380   1142918     18.23     19.70
3447.54/863.09	c  N dy 11767   3102638        60      5340         0    109493     37380   1606932     18.22     19.18
3484.31/872.22	c  N dy 11838   3123077        60      5340         0    127357     37380   1989540     18.22     19.18
3517.84/880.66	c  N dy 11921   3143103        60      5340         0     77263     37380    916255     18.22     20.50
3549.81/888.64	c  N dy 12038   3166659        60      5340         0     98137     37380   1367836     18.22     19.24
3584.96/897.44	c  N dy 12160   3186734        60      5340         0    115814     37380   1753038     18.23     19.88
3623.70/907.13	c  N dy 12174   3211819        60      5340         0     69164     37380    737147     18.22     17.16
3623.70/907.13	c  S st 12174   3211819        60      5340         0     69164     37380    737147     18.22     17.16
3624.50/907.33	c  S st 12174   3212323        60      5340         0     69623     37380    747578     18.22   no data
3624.50/907.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3624.50/907.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3624.50/907.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3624.50/907.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3624.50/907.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3624.50/907.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3624.50/907.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3624.50/907.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3624.92/907.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3628.10/908.24	c lits-rem:        20  cl-subs:      283  v-elim:      0  v-fix:    0  time:  0.83 s
3628.10/908.24	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3628.10/908.25	c vivif2 --  cl tried    69340 cl shrink        0 lits rem          0 time: 0.01
3629.31/908.54	c asymm  cl-useful: 0/671/5340 lits-rem:0 time: 0.29
3629.31/908.54	c calculated reachability. Time: 0.00
3629.31/908.54	c  N dy 12174   3212323        60      5340         0     69340     37380    741776     18.22   no data
3649.27/913.54	c  N dy 12190   3232931        60      5340         0     87378     37380   1116583     18.21     19.22
3677.23/920.51	c  N dy 12278   3252954        60      5340         0    105023     37380   1496917     18.21     20.70
3713.98/929.71	c  N dy 12393   3273014        60      5340         0    122729     37380   1884950     18.21     20.39
3760.73/941.43	c  N dy 12500   3294098        60      5340         0     71860     37380    784404     18.22     19.18
3786.29/947.88	c  N dy 12611   3314547        60      5340         0     89882     37380   1175895     18.22     19.40
3814.65/954.90	c  N dy 12667   3334635        60      5340         0    107612     37380   1553650     18.22     19.90
3860.19/966.37	c  N dy 12817   3354658        60      5340         0    125319     37380   1947090     18.23     19.24
3903.31/977.11	c  N dy 12905   3374722        60      5340         0     72538     37380    788945     18.23     19.21
3935.67/985.21	c  N dy 12961   3403730        60      5340         0     97925     37380   1326112     18.23     19.33
3968.43/993.49	c  N dy 13053   3423770        60      5340         0    115487     37380   1703562     18.23     19.21
4007.60/1003.26	c  N dy 13139   3443966        60      5340         0    133226     37380   2084511     18.23     19.31
4046.33/1012.99	c  N dy 13272   3464844        60      5340         0     80503     37380    957975     18.24     19.24
4115.04/1030.15	c  N dy 13294   3520941        60      5340         0    129118     37380   1926922     18.20     19.20
4162.56/1042.06	c  N dy 13440   3540959        60      5340         0     75001     37380    828210     18.21     19.43
4191.34/1049.21	c  N dy 13572   3562843        60      5340         0     94352     37380   1253486     18.21     19.31
4224.09/1057.41	c  N dy 13681   3582928        60      5340         0    112138     37380   1643179     18.22     20.13
4268.43/1068.51	c  N dy 13853   3602940        60      5340         0    129847     37380   2035537     18.23     19.46
4311.17/1079.21	c  N dy 13916   3622982        60      5340         0     74410     37380    798487     18.23     19.19
4338.74/1086.19	c  N dy 14005   3644718        60      5340         0     93504     37380   1208388     18.23     19.30
4374.69/1095.10	c  N dy 14125   3665421        60      5340         0    111772     37380   1607276     18.23     19.28
4416.62/1105.67	c  N dy 14223   3686324        60      5340         0    130210     37380   2004677     18.23     19.31
4467.76/1118.49	c  N dy 14349   3706815        60      5340         0     74321     37380    788299     18.24     19.25
4474.55/1120.19	c  S st 14382   3712324        60      5340         0     79214     37380    895164     18.24   no data
4475.75/1120.42	c  S st 14382   3712827        60      5340         0     79666     37380    905686     18.24   no data
4475.75/1120.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4475.75/1120.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
4475.75/1120.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4475.75/1120.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4475.75/1120.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4475.75/1120.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4475.75/1120.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4475.75/1120.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4476.15/1120.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4482.54/1122.15	c lits-rem:       112  cl-subs:     1400  v-elim:      0  v-fix:    0  time:  1.65 s
4482.54/1122.15	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4482.54/1122.17	c vivif2 --  cl tried    78266 cl shrink        0 lits rem          0 time: 0.01
4483.74/1122.49	c asymm  cl-useful: 0/612/5340 lits-rem:0 time: 0.32
4483.74/1122.49	c calculated reachability. Time: 0.00
4483.74/1122.49	c  N dy 14382   3712827        60      5340         0     78266     37380    875061     18.24   no data
4511.70/1129.42	c  N dy 14445   3735463        60      5340         0     98128     37380   1300420     18.24     19.26
4536.47/1135.64	c  F st 14504   3751562        60      5340         0    112261     37380   1605433     18.24     17.83
4544.85/1137.77	c  N dy 14510   3756764        60      5340         0    116859     37380   1707144     18.24   no data
4587.99/1148.54	c  N dy 14590   3776769        60      5340         0    134357     37380   2081558     18.24     20.44
4645.92/1163.04	c  N dy 14622   3818329        60      5340         0     95804     37380   1212579     18.22     19.23
4686.27/1173.19	c  N dy 14753   3842261        60      5340         0    116964     37380   1675039     18.23     19.34
4733.00/1184.89	c  N dy 14861   3863338        60      5340         0    135540     37380   2079423     18.23     19.20
4780.15/1196.65	c  N dy 14976   3883483        60      5340         0     77839     37380    849822     18.24     19.22

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-3174127-1304099089/watcher-3174127-1304099089 -o /tmp/evaluation-result-3174127-1304099089/solver-3174127-1304099089 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174127-1304099089.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: 6.86 7.86 8.00 6/180 3677
/proc/meminfo: memFree=24789344/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 409 0 0 0 0 0 0 0 22 0 4 0 600139374 52441088 348 33554432000 4194304 4627427 140735282328624 18446744073709551615 47831159920562 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 12803 348 299 106 0 7774 0
[pid=3676/tid=3678] ppid=3674 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 600139374 52441088 348 33554432000 4194304 4627427 140735282328624 18446744073709551615 47831159920562 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 600139374 52441088 348 33554432000 4194304 4627427 140735282328624 18446744073709551615 252458122225 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 600139374 52441088 348 33554432000 4194304 4627427 140735282328624 18446744073709551615 252458122225 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0280921 s]
/proc/loadavg: 6.86 7.86 8.00 6/180 3677
/proc/meminfo: memFree=24789344/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=282004 CPUtime=0.09 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 1183 0 0 0 9 0 0 0 24 0 4 0 600139374 288772096 1096 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 70501 1096 362 106 0 65472 0
[pid=3676/tid=3678] ppid=3674 vsize=282004 CPUtime=0.02 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 187 0 0 0 2 0 0 0 24 0 4 0 600139374 288772096 1096 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=282004 CPUtime=0.02 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 152 0 0 0 2 0 0 0 25 0 4 0 600139374 288772096 1096 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=282004 CPUtime=0.02 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 226 0 0 0 2 0 0 0 25 0 4 0 600139374 288772096 1097 33554432000 4194304 4627427 140735282328624 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 282004

[startup+0.101078 s]
/proc/loadavg: 6.86 7.86 8.00 6/180 3677
/proc/meminfo: memFree=24789344/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=282180 CPUtime=0.38 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 1320 0 0 0 38 0 0 0 24 0 4 0 600139374 288952320 1233 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309327 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 70545 1233 364 106 0 65516 0
[pid=3676/tid=3678] ppid=3674 vsize=282180 CPUtime=0.09 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 198 0 0 0 9 0 0 0 24 0 4 0 600139374 288952320 1233 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=282180 CPUtime=0.09 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 163 0 0 0 9 0 0 0 25 0 4 0 600139374 288952320 1233 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=282180 CPUtime=0.09 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 334 0 0 0 9 0 0 0 25 0 4 0 600139374 288952320 1233 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282180

[startup+0.301043 s]
/proc/loadavg: 6.86 7.86 8.00 6/180 3677
/proc/meminfo: memFree=24789344/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=285448 CPUtime=1.17 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 3505 0 0 0 117 0 0 0 25 0 4 0 600139374 292298752 2572 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 71362 2572 384 106 0 66333 0
[pid=3676/tid=3678] ppid=3674 vsize=285448 CPUtime=0.29 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 848 0 0 0 29 0 0 0 25 0 4 0 600139374 292298752 2572 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=285448 CPUtime=0.29 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 817 0 0 0 29 0 0 0 25 0 4 0 600139374 292298752 2572 33554432000 4194304 4627427 140735282328624 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=285448 CPUtime=0.29 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 584 0 0 0 29 0 0 0 25 0 4 0 600139374 292298752 2572 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 285448

[startup+0.700969 s]
/proc/loadavg: 6.86 7.86 8.00 6/180 3677
/proc/meminfo: memFree=24789344/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=286424 CPUtime=2.78 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 5420 0 0 0 277 1 0 0 25 0 4 0 600139374 293298176 3304 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 71606 3304 384 106 0 66577 0
[pid=3676/tid=3678] ppid=3674 vsize=286424 CPUtime=0.69 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 1292 0 0 0 69 0 0 0 25 0 4 0 600139374 293298176 3304 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=286424 CPUtime=0.69 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 1249 0 0 0 69 0 0 0 25 0 4 0 600139374 293298176 3304 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=286424 CPUtime=0.69 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 1150 0 0 0 69 0 0 0 25 0 4 0 600139374 293298176 3304 33554432000 4194304 4627427 140735282328624 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286424

[startup+1.50082 s]
/proc/loadavg: 6.86 7.86 8.00 9/184 3681
/proc/meminfo: memFree=24764884/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=292932 CPUtime=5.97 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 9752 0 0 0 596 1 0 0 25 0 4 0 600139374 299962368 5171 33554432000 4194304 4627427 140735282328624 18446744073709551615 4427856 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 73233 5171 388 106 0 68204 0
[pid=3676/tid=3678] ppid=3674 vsize=292932 CPUtime=1.49 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 2078 0 0 0 149 0 0 0 25 0 4 0 600139374 299962368 5171 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=292932 CPUtime=1.48 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 2042 0 0 0 148 0 0 0 25 0 4 0 600139374 299962368 5171 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=292932 CPUtime=1.49 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 1966 0 0 0 149 0 0 0 25 0 4 0 600139374 299962368 5171 33554432000 4194304 4627427 140735282328624 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 292932

[startup+3.10052 s]
/proc/loadavg: 6.86 7.86 8.00 9/184 3681
/proc/meminfo: memFree=24733196/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=290900 CPUtime=12.36 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 16953 0 0 0 1234 2 0 0 25 0 4 0 600139374 297881600 9881 33554432000 4194304 4627427 140735282328624 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 72725 9881 388 106 0 67696 0
[pid=3676/tid=3678] ppid=3674 vsize=290900 CPUtime=3.09 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 3901 0 0 0 309 0 0 0 25 0 4 0 600139374 297881600 9881 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=290900 CPUtime=3.07 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 4448 0 0 0 307 0 0 0 25 0 4 0 600139374 297881600 9881 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=290900 CPUtime=3.08 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 4075 0 0 0 308 0 0 0 25 0 4 0 600139374 297881600 9881 33554432000 4194304 4627427 140735282328624 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 290900

[startup+6.30093 s]
/proc/loadavg: 6.95 7.86 8.00 9/184 3681
/proc/meminfo: memFree=24685688/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=291472 CPUtime=25.15 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 25398 0 0 0 2511 4 0 0 25 0 4 0 600139374 298467328 13058 33554432000 4194304 4627427 140735282328624 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 72868 13058 388 106 0 67839 0
[pid=3676/tid=3678] ppid=3674 vsize=291472 CPUtime=6.28 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 6586 0 0 0 628 0 0 0 25 0 4 0 600139374 298467328 13058 33554432000 4194304 4627427 140735282328624 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=291472 CPUtime=6.26 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 6679 0 0 0 625 1 0 0 25 0 4 0 600139374 298467328 13058 33554432000 4194304 4627427 140735282328624 18446744073709551615 4467852 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=291472 CPUtime=6.29 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 6018 0 0 0 628 1 0 0 25 0 4 0 600139374 298467328 13058 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 291472

[startup+12.7007 s]
/proc/loadavg: 7.04 7.86 8.00 9/184 3681
/proc/meminfo: memFree=24624116/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=314516 CPUtime=50.72 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 39414 0 0 0 5065 7 0 0 25 0 4 0 600139374 322064384 15899 33554432000 4194304 4627427 140735282328624 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 78629 15899 388 106 0 73600 0
[pid=3676/tid=3678] ppid=3674 vsize=314516 CPUtime=12.69 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 9719 0 0 0 1268 1 0 0 25 0 4 0 600139374 322064384 15899 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=314516 CPUtime=12.63 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 9574 0 0 0 1262 1 0 0 25 0 4 0 600139374 322064384 15899 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=314516 CPUtime=12.68 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 9619 0 0 0 1267 1 0 0 25 0 4 0 600139374 322064384 15899 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 314516

[startup+25.5004 s]
/proc/loadavg: 7.25 7.87 8.00 9/184 3681
/proc/meminfo: memFree=24582544/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=298208 CPUtime=101.85 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 59884 0 0 0 10175 10 0 0 25 0 4 0 600139374 305364992 20533 33554432000 4194304 4627427 140735282328624 18446744073709551615 4506933 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 74552 20533 388 106 0 69523 0
[pid=3676/tid=3678] ppid=3674 vsize=298208 CPUtime=25.49 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 15348 0 0 0 2547 2 0 0 25 0 4 0 600139374 305364992 20533 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=298208 CPUtime=25.36 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 15275 0 0 0 2534 2 0 0 25 0 4 0 600139374 305364992 20533 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=298208 CPUtime=25.48 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 14233 0 0 0 2546 2 0 0 25 0 4 0 600139374 305364992 20533 33554432000 4194304 4627427 140735282328624 18446744073709551615 4467828 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 298208

[startup+51.1006 s]
/proc/loadavg: 7.66 7.91 8.01 9/184 3682
/proc/meminfo: memFree=24536500/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=310720 CPUtime=204.14 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 89385 0 0 0 20397 17 0 0 25 0 4 0 600139374 318177280 24099 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 77680 24099 388 106 0 72651 0
[pid=3676/tid=3678] ppid=3674 vsize=310720 CPUtime=51.09 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 22337 0 0 0 5106 3 0 0 25 0 4 0 600139374 318177280 24099 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=310720 CPUtime=50.85 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 23292 0 0 0 5081 4 0 0 25 0 4 0 600139374 318177280 24099 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=310720 CPUtime=51.08 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 21131 0 0 0 5104 4 0 0 25 0 4 0 600139374 318177280 24099 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.14
Current children cumulated vsize (KiB) 310720

[startup+102.306 s]
/proc/loadavg: 7.85 7.92 8.01 9/184 3683
/proc/meminfo: memFree=24451048/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=335212 CPUtime=408.71 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 134697 0 0 0 40840 31 0 0 25 0 4 0 600139374 343257088 27626 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 83803 27626 388 106 0 78774 0
[pid=3676/tid=3678] ppid=3674 vsize=335212 CPUtime=102.29 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 32756 0 0 0 10222 7 0 0 25 0 4 0 600139374 343257088 27626 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=335212 CPUtime=101.81 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 34602 0 0 0 10173 8 0 0 25 0 4 0 600139374 343257088 27626 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=335212 CPUtime=102.28 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 33717 0 0 0 10221 7 0 0 25 0 4 0 600139374 343257088 27626 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.71
Current children cumulated vsize (KiB) 335212

[startup+162.301 s]

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

[pid=3676] ppid=3674 vsize=401880 CPUtime=2565.92 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 397926 0 0 0 256467 125 0 0 25 0 4 0 600139374 411525120 62878 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 100470 62878 388 106 0 95441 0
[pid=3676/tid=3678] ppid=3674 vsize=401880 CPUtime=642.31 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 98737 0 0 0 64202 29 0 0 25 0 4 0 600139374 411525120 62878 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=401880 CPUtime=639.02 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 102621 0 0 0 63872 30 0 0 25 0 4 0 600139374 411525120 62878 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=401880 CPUtime=642.25 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 94927 0 0 0 64195 30 0 0 25 0 4 0 600139374 411525120 62878 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2565.92
Current children cumulated vsize (KiB) 401880

[startup+702.301 s]
/proc/loadavg: 8.01 8.03 8.01 10/184 3699
/proc/meminfo: memFree=24135404/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=421216 CPUtime=2805.6 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 422870 0 0 0 280423 137 0 0 25 0 4 0 600139374 431325184 63558 33554432000 4194304 4627427 140735282328624 18446744073709551615 4420258 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 105304 63558 388 106 0 100275 0
[pid=3676/tid=3678] ppid=3674 vsize=421216 CPUtime=702.31 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 104834 0 0 0 70199 32 0 0 25 0 4 0 600139374 431325184 63558 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=421216 CPUtime=698.71 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 109276 0 0 0 69838 33 0 0 25 0 4 0 600139374 431325184 63558 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=421216 CPUtime=702.24 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 100284 0 0 0 70192 32 0 0 25 0 4 0 600139374 431325184 63558 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.6
Current children cumulated vsize (KiB) 421216

[startup+762.306 s]
/proc/loadavg: 8.00 8.03 8.01 10/184 3701
/proc/meminfo: memFree=24130428/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=486864 CPUtime=3045.3 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 440267 0 0 0 304387 143 0 0 25 0 4 0 600139374 498548736 69404 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 121716 69404 388 106 0 116687 0
[pid=3676/tid=3678] ppid=3674 vsize=486864 CPUtime=762.32 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 110283 0 0 0 76198 34 0 0 25 0 4 0 600139374 498548736 69404 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=486864 CPUtime=758.39 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 114616 0 0 0 75804 35 0 0 25 0 4 0 600139374 498548736 69404 33554432000 4194304 4627427 140735282328624 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=486864 CPUtime=762.24 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 103495 0 0 0 76191 33 0 0 25 0 4 0 600139374 498548736 69404 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.3
Current children cumulated vsize (KiB) 486864

[startup+822.3 s]
/proc/loadavg: 8.04 8.03 8.01 10/184 3703
/proc/meminfo: memFree=24077096/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=499680 CPUtime=3284.95 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 454009 0 0 0 328346 149 0 0 25 0 4 0 600139374 511672320 75345 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 124920 75345 388 106 0 119891 0
[pid=3676/tid=3678] ppid=3674 vsize=499680 CPUtime=822.32 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 113615 0 0 0 82196 36 0 0 25 0 4 0 600139374 511672320 75345 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=499680 CPUtime=818.07 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 119815 0 0 0 81769 38 0 0 25 0 4 0 600139374 511672320 75345 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=499680 CPUtime=822.23 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 104598 0 0 0 82190 33 0 0 25 0 4 0 600139374 511672320 75345 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.95
Current children cumulated vsize (KiB) 499680

[startup+882.301 s]
/proc/loadavg: 8.05 8.04 8.00 10/184 3704
/proc/meminfo: memFree=24059228/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=473684 CPUtime=3524.63 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 474429 0 0 0 352305 158 0 0 25 0 4 0 600139374 485052416 70808 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 118421 70808 388 106 0 113392 0
[pid=3676/tid=3678] ppid=3674 vsize=473684 CPUtime=882.31 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 118111 0 0 0 88194 37 0 0 25 0 4 0 600139374 485052416 70808 33554432000 4194304 4627427 140735282328624 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=473684 CPUtime=877.74 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 125225 0 0 0 87734 40 0 0 25 0 4 0 600139374 485052416 70808 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=473684 CPUtime=882.23 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 109719 0 0 0 88188 35 0 0 25 0 4 0 600139374 485052416 70808 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.63
Current children cumulated vsize (KiB) 473684

[startup+942.301 s]
/proc/loadavg: 8.10 8.04 8.01 10/184 3706
/proc/meminfo: memFree=24078420/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=473856 CPUtime=3764.32 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 489361 0 0 0 376268 164 0 0 25 0 4 0 600139374 485228544 69704 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 118464 69704 388 106 0 113435 0
[pid=3676/tid=3678] ppid=3674 vsize=473856 CPUtime=942.32 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 120564 0 0 0 94193 39 0 0 25 0 4 0 600139374 485228544 69704 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=473856 CPUtime=937.43 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 129499 0 0 0 93702 41 0 0 25 0 4 0 600139374 485228544 69704 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=473856 CPUtime=942.22 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 112424 0 0 0 94186 36 0 0 25 0 4 0 600139374 485228544 69704 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.32
Current children cumulated vsize (KiB) 473856

[startup+1002.3 s]
/proc/loadavg: 8.07 8.05 8.00 10/184 3716
/proc/meminfo: memFree=23996072/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=486924 CPUtime=4003.98 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 509386 0 0 0 400226 172 0 0 25 0 4 0 600139374 498610176 73129 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 121731 73129 388 106 0 116702 0
[pid=3676/tid=3678] ppid=3674 vsize=486924 CPUtime=1002.31 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 124293 0 0 0 100190 41 0 0 25 0 4 0 600139374 498610176 73129 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=486924 CPUtime=997.11 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 136590 0 0 0 99668 43 0 0 25 0 4 0 600139374 498610176 73129 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=486924 CPUtime=1002.21 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 117347 0 0 0 100183 38 0 0 25 0 4 0 600139374 498610176 73129 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.98
Current children cumulated vsize (KiB) 486924

[startup+1062.3 s]
/proc/loadavg: 8.06 8.05 8.00 10/184 3718
/proc/meminfo: memFree=23971872/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=500240 CPUtime=4243.66 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 526259 0 0 0 424188 178 0 0 25 0 4 0 600139374 512245760 73026 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 125060 73026 388 106 0 120031 0
[pid=3676/tid=3678] ppid=3674 vsize=500240 CPUtime=1062.31 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 127184 0 0 0 106190 41 0 0 25 0 4 0 600139374 512245760 73026 33554432000 4194304 4627427 140735282328624 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=500240 CPUtime=1056.79 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 140423 0 0 0 105634 45 0 0 25 0 4 0 600139374 512245760 73026 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=500240 CPUtime=1062.21 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 122253 0 0 0 106181 40 0 0 25 0 4 0 600139374 512245760 73026 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.66
Current children cumulated vsize (KiB) 500240

[startup+1122.3 s]
/proc/loadavg: 8.02 8.04 8.00 10/184 3720
/proc/meminfo: memFree=23949796/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=500656 CPUtime=4483.34 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 545359 0 0 0 448149 185 0 0 25 0 4 0 600139374 512671744 72276 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 125164 72276 388 106 0 120135 0
[pid=3676/tid=3678] ppid=3674 vsize=500656 CPUtime=1122.32 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 132436 0 0 0 112188 44 0 0 25 0 4 0 600139374 512671744 72276 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=500656 CPUtime=1116.46 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 145678 0 0 0 111600 46 0 0 25 0 4 0 600139374 512671744 72276 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=500656 CPUtime=1122.21 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 126065 0 0 0 112179 42 0 0 25 0 4 0 600139374 512671744 72276 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.34
Current children cumulated vsize (KiB) 500656

[startup+1182.3 s]
/proc/loadavg: 8.07 8.04 8.00 10/184 3721
/proc/meminfo: memFree=23928812/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=487776 CPUtime=4723.02 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 564598 0 0 0 472108 194 0 0 25 0 4 0 600139374 499482624 71151 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 121944 71151 388 106 0 116915 0
[pid=3676/tid=3678] ppid=3674 vsize=487776 CPUtime=1182.32 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 137018 0 0 0 118186 46 0 0 25 0 4 0 600139374 499482624 71151 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=487776 CPUtime=1176.14 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 151401 0 0 0 117565 49 0 0 25 0 4 0 600139374 499482624 71151 33554432000 4194304 4627427 140735282328624 18446744073709551615 4427160 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=487776 CPUtime=1182.21 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 130786 0 0 0 118177 44 0 0 25 0 4 0 600139374 499482624 71151 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309085 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4723.02
Current children cumulated vsize (KiB) 487776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.05 8.04 8.00 9/184 3722
/proc/meminfo: memFree=23943436/32951124 swapFree=67111348/67111528
[pid=3676] ppid=3674 vsize=487836 CPUtime=4800.13 cores=0,2,4,6
/proc/3676/stat : 3676 (strangenight2-m) R 3674 3676 3013 0 -1 4202496 569916 0 0 0 479816 197 0 0 25 0 4 0 600139374 499544064 73252 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 121959 73252 388 106 0 116930 0
[pid=3676/tid=3678] ppid=3674 vsize=487836 CPUtime=1201.62 cores=0,2,4,6
/proc/3676/task/3678/stat : 3678 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 138154 0 0 0 120116 46 0 0 25 0 4 0 600139374 499544064 73252 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3676/tid=3679] ppid=3674 vsize=487836 CPUtime=1195.34 cores=0,2,4,6
/proc/3676/task/3679/stat : 3679 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 152519 0 0 0 119484 50 0 0 25 0 4 0 600139374 499544064 73252 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3676/tid=3680] ppid=3674 vsize=487836 CPUtime=1201.52 cores=0,2,4,6
/proc/3676/task/3680/stat : 3680 (strangenight2-m) R 3674 3676 3013 0 -1 4202560 131924 0 0 0 120107 45 0 0 25 0 4 0 600139374 499544064 73252 33554432000 4194304 4627427 140735282328624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 487836

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.18
CPU user time (s): 4798.19
CPU system time (s): 1.9867
CPU usage (%): 399.473
Max. virtual memory (cumulated for all children) (KiB): 500956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.19
system time used= 1.9867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569917
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= 366
involuntary context switches= 21029

runsolver used 1.87771 second user time and 4.41733 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 19:44:49
IDJOB=3174127
IDBENCH=82945
IDSOLVER=1586
FILE ID=node111/3174127-1304099089
RUNJOBID= node111-1304099089-3654
PBS_JOBID= 13170585
Free space on /tmp= 70896 MiB

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

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

MD5SUM BENCH= eaa221c6c9f0c0179451b2ef6caad631
RANDOM SEED=741939728

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24789508 kB
Buffers:       1282384 kB
Cached:        6326176 kB
SwapCached:        124 kB
Active:        3281608 kB
Inactive:      4391268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24789508 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11796 kB
Writeback:           0 kB
AnonPages:       64156 kB
Mapped:          14872 kB
Slab:           425296 kB
PageTables:       5280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   230488 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= 70888 MiB
End job on node111 at 2011-04-29 20:04:53