Trace number 3366536

Some explanations

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

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

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

Solver answer on this benchmark

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

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-3366536-1307653640.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.20/0.12	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.20/0.12	c -- vars added         60
0.20/0.12	c Parsing time:  0.00 s
0.20/0.12	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
3.17/0.81	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
3.17/0.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3.17/0.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.17/0.81	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.81	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.81	c calculated reachability. Time: 0.00
3.17/0.81	c Calc default polars -  time:   0.00 s pos:      28 undec:       2 neg:      30
3.17/0.81	c =========================================================================================
3.17/0.81	c types(t): F = full restart, N = normal restart
3.17/0.81	c types(t): S = simplification begin/end, E = solution found
3.17/0.81	c restart types(rt): st = static, dy = dynamic
3.17/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.81	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
3.17/0.81	c  N dy     8      4476        60      5340         0      3972     37380     85390     18.43     19.44
3.17/0.81	c  N dy    16      9160        60      5340         0      5905     37380    119154     17.77     18.74
3.17/0.81	c  N dy    34     14028        60      5340         0      6488     37380    124736     18.05     19.01
3.17/0.81	c  N dy    36     18323        60      5340         0      5299     37380     91090     17.76     18.78
3.57/0.93	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.16/1.30	c  S st    87     30000        60      5340         0      9603     37380    172342     18.09   no data
5.16/1.33	c  S st    87     30503        60      5340         0     10065     37380    182733     18.09   no data
5.16/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.16/1.33	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.16/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.16/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.54	c lits-rem:       100  cl-subs:     1102  v-elim:      0  v-fix:    0  time:  0.20 s
6.76/1.76	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.76/1.76	c calculated reachability. Time: 0.00
6.76/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.62	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.29	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.75/4.29	c  S st   214     69388        60      5340         0     10005     37380    145257     18.02   no data
17.17/4.33	c  S st   214     69890        60      5340         0     10468     37380    155321     18.02   no data
17.17/4.33	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.34	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.40	c vivif2 --  cl tried    10358 cl shrink        0 lits rem          0 time: 0.00
18.35/4.65	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.26
18.35/4.65	c calculated reachability. Time: 0.00
18.35/4.65	c  N dy   214     69890        60      5340         0     10358     37380    152588     18.02   no data
19.54/4.96	c  N dy   220     75692        60      5340         0     15508     37380    261009     17.98     18.94
21.14/5.33	c  N dy   247     80613        60      5340         0     19943     37380    356595     18.04     19.28
23.14/5.81	c  F st   282     87500        60      5340         0     15379     37380    248729     18.11     17.22
23.14/5.81	c  N st   282     87500        60      5340         0     15379     37380    248729     18.11     17.22
25.14/6.31	c  N dy   289     95025        60      5340         0     22018     37380    389545     18.08     19.14
27.13/6.88	c  N dy   304    103707        60      5340         0     18196     37380    295692     18.02     19.02
27.53/6.97	c  S st   314    104835        60      5340         0     19217     37380    317823     18.04     18.32
27.93/7.03	c  S st   314    105336        60      5340         0     19668     37380    327657     18.04   no data
27.93/7.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.93/7.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.93/7.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.93/7.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.93/7.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.93/7.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.93/7.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.93/7.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.93/7.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.93/7.60	c lits-rem:       344  cl-subs:     2231  v-elim:      0  v-fix:    0  time:  0.55 s
29.93/7.60	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.93/7.60	c vivif2 --  cl tried    17437 cl shrink        0 lits rem          0 time: 0.00
31.53/7.96	c asymm  cl-useful: 0/4818/5340 lits-rem:0 time: 0.36
31.53/7.96	c calculated reachability. Time: 0.00
31.53/7.96	c  N dy   314    105336        60      5340         0     17437     37380    282087     18.04   no data
33.92/8.52	c  N dy   342    112224        60      5340         0     23594     37380    413623     18.06     19.05
35.92/9.08	c  N dy   377    119537        60      5340         0     17802     37380    281568     18.10     19.05
38.72/9.80	c  N dy   405    128405        60      5340         0     25716     37380    450682     18.13     19.11
47.50/11.92	c  N dy   432    158005        60      5340         0     24300     37380    394196     17.90     14.88
47.50/11.92	c  S st   432    158005        60      5340         0     24300     37380    394196     17.90     14.88
47.50/11.98	c  S st   432    158507        60      5340         0     24757     37380    404364     17.90   no data
47.50/11.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.50/11.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.50/11.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.50/11.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.50/11.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.50/11.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.50/11.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.50/11.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
47.93/12.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.50/12.97	c lits-rem:       530  cl-subs:     3188  v-elim:      0  v-fix:    0  time:  0.97 s
51.50/12.97	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
51.50/12.98	c vivif2 --  cl tried    21569 cl shrink        0 lits rem          0 time: 0.00
51.90/13.03	c asymm  cl-useful: 0/522/5340 lits-rem:0 time: 0.05
51.90/13.03	c calculated reachability. Time: 0.00
51.90/13.03	c  N dy   432    158507        60      5340         0     21569     37380    343699     17.90   no data
55.90/14.05	c  N dy   497    168718        60      5340         0     15825     37380    210730     17.96     19.63
59.49/14.94	c  N dy   543    179575        60      5340         0     25515     37380    418453     18.00     20.60
64.29/16.13	c  N dy   603    191634        60      5340         0     20344     37380    296994     18.04     19.08
68.68/17.29	c  N dy   649    203932        60      5340         0     31264     37380    529814     18.06     19.82
73.87/18.51	c  N dy   689    217751        60      5340         0     26774     37380    420305     18.02     19.09
79.46/19.98	c  N dy   731    231660        60      5340         0     21364     37380    296951     18.03     19.63
81.47/20.48	c  S st   738    237762        60      5340         0     26724     37380    408427     18.01     15.41
81.87/20.55	c  S st   738    238264        60      5340         0     27180     37380    418492     18.01   no data
81.87/20.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.87/20.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.87/20.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.87/20.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.87/20.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.87/20.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
81.87/20.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.87/20.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
81.87/20.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.06/21.31	c lits-rem:       314  cl-subs:     2615  v-elim:      0  v-fix:    0  time:  0.73 s
85.06/21.31	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
85.06/21.31	c vivif2 --  cl tried    24565 cl shrink        0 lits rem          0 time: 0.00
86.25/21.67	c asymm  cl-useful: 0/3742/5340 lits-rem:0 time: 0.36
86.25/21.67	c calculated reachability. Time: 0.00
86.25/21.67	c  N dy   738    238264        60      5340         0     24565     37380    365261     18.01   no data
93.45/23.41	c  N dy   796    254007        60      5340         0     20100     37380    258709     18.03     19.03
99.84/25.00	c  N dy   838    270259        60      5340         0     34483     37380    559777     18.01     20.03
113.83/28.52	c  F st   867    306250        60      5340         0     26341     37380    364870     17.85     14.55
113.83/28.52	c  N st   867    306250        60      5340         0     26341     37380    364870     17.85     14.55
121.81/30.59	c  N dy   887    326958        60      5340         0     23474     37380    300557     17.80     18.75
132.18/33.13	c  N dy  1018    347043        60      5340         0     41384     37380    686896     17.87     18.98
136.59/34.28	c  S st  1030    357397        60      5340         0     28422     37380    390214     17.83     14.98
136.99/34.35	c  S st  1030    357900        60      5340         0     28884     37380    400419     17.83   no data
136.99/34.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.99/34.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
136.99/34.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.99/34.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.99/34.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.99/34.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
136.99/34.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.99/34.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
136.99/34.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.78/35.07	c lits-rem:       242  cl-subs:     2173  v-elim:      0  v-fix:    0  time:  0.69 s
139.78/35.07	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
139.78/35.07	c vivif2 --  cl tried    26711 cl shrink        0 lits rem          0 time: 0.00
140.60/35.26	c asymm  cl-useful: 0/1598/5340 lits-rem:0 time: 0.19
140.60/35.27	c calculated reachability. Time: 0.00
140.60/35.27	c  N dy  1030    357900        60      5340         0     26711     37380    359809     17.83   no data
150.97/37.89	c  N dy  1141    377946        60      5340         0     44663     37380    746679     17.88     18.86
160.55/40.25	c  N dy  1225    397999        60      5340         0     39532     37380    620456     17.89     19.44
174.94/43.83	c  N dy  1333    421434        60      5340         0     36397     37380    542409     17.92     19.02
187.32/46.95	c  N dy  1451    441447        60      5340         0     29301     37380    382046     17.96     19.52
198.50/49.72	c  N dy  1529    461611        60      5340         0     47173     37380    759891     17.97     18.94
209.69/52.59	c  N dy  1629    482231        60      5340         0     39801     37380    596880     18.00     19.02
222.47/55.72	c  N dy  1723    502328        60      5340         0     30991     37380    395655     18.02     19.34
233.25/58.42	c  N dy  1784    522387        60      5340         0     48791     37380    773513     18.02     21.31
242.44/60.76	c  S st  1858    536851        60      5340         0     34107     37380    452383     18.05     16.76
242.84/60.85	c  S st  1858    537354        60      5340         0     34571     37380    462486     18.05   no data
242.84/60.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
242.84/60.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
242.84/60.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
242.84/60.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.84/60.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.84/60.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
242.84/60.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
242.84/60.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
242.84/60.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.05/61.65	c lits-rem:       221  cl-subs:     1809  v-elim:      0  v-fix:    0  time:  0.76 s
246.05/61.65	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
246.05/61.65	c vivif2 --  cl tried    32762 cl shrink        0 lits rem          0 time: 0.01
247.63/62.04	c asymm  cl-useful: 0/3148/5340 lits-rem:0 time: 0.39
247.63/62.04	c calculated reachability. Time: 0.00
247.63/62.04	c  N dy  1858    537354        60      5340         0     32762     37380    423944     18.05   no data
260.01/65.13	c  N dy  1950    557392        60      5340         0     50618     37380    803648     18.06     19.47
275.19/68.99	c  N dy  2063    583074        60      5340         0     45049     37380    672813     18.07     19.17
289.18/72.44	c  N dy  2157    603087        60      5340         0     33553     37380    422693     18.08     19.14
303.18/75.95	c  N dy  2204    627740        60      5340         0     55285     37380    875687     18.06     19.06
315.55/79.06	c  N dy  2278    647879        60      5340         0     43007     37380    606433     18.05     19.01
331.12/82.99	c  N dy  2392    668027        60      5340         0     60925     37380    993623     18.08     19.03
347.12/86.94	c  N dy  2502    692595        60      5340         0     51692     37380    789170     18.10     19.07
362.67/90.83	c  N dy  2601    713772        60      5340         0     38571     37380    498782     18.10     19.24
376.27/94.28	c  N dy  2656    734776        60      5340         0     57141     37380    889950     18.09     19.11
391.06/97.91	c  N dy  2731    754808        60      5340         0     42124     37380    561022     18.10     19.38
405.02/101.48	c  N dy  2787    776902        60      5340         0     61625     37380    972918     18.09     19.07
422.19/105.71	c  N dy  2873    802306        60      5340         0     50462     37380    727838     18.08     19.09
424.99/106.41	c  S st  2883    806031        60      5340         0     53763     37380    798290     18.09     17.69
425.39/106.57	c  S st  2883    806537        60      5340         0     54230     37380    808702     18.09   no data
425.39/106.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
425.39/106.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
425.39/106.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
425.39/106.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
425.39/106.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.39/106.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
425.39/106.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
425.81/106.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
425.81/106.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
438.99/109.94	c lits-rem:       590  cl-subs:     5654  v-elim:      0  v-fix:    0  time:  3.31 s
438.99/109.94	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
438.99/109.95	c vivif2 --  cl tried    48576 cl shrink        0 lits rem          0 time: 0.01
440.17/110.21	c asymm  cl-useful: 0/939/5340 lits-rem:0 time: 0.26
440.17/110.21	c calculated reachability. Time: 0.00
440.17/110.21	c  N dy  2883    806537        60      5340         0     48576     37380    694026     18.09   no data
458.15/114.73	c  N dy  2979    828281        60      5340         0     67867     37380   1106896     18.10     19.12
470.53/117.84	c  N dy  3013    849060        60      5340         0     51996     37380    746772     18.08     19.05
490.90/122.96	c  N dy  3165    869559        60      5340         0     70205     37380   1144733     18.11     19.11
503.69/126.16	c  N dy  3245    889608        60      5340         0     52688     37380    755384     18.11     21.51
524.06/131.21	c  N dy  3311    915111        60      5340         0     38913     37380    449293     18.09     19.15
537.24/134.50	c  N dy  3352    935597        60      5340         0     56953     37380    831518     18.08     19.05
558.41/139.80	c  N dy  3477    955686        60      5340         0     37747     37380    418518     18.10     20.04
570.39/142.80	c  N dy  3514    975777        60      5340         0     55418     37380    788478     18.09     20.13
590.37/147.83	c  N dy  3636    995794        60      5340         0     73281     37380   1178502     18.11     19.96
606.37/151.82	c  N dy  3731   1015856        60      5340         0     53078     37380    736173     18.12     21.93
627.52/157.14	c  N dy  3768   1041852        60      5340         0     75928     37380   1211826     18.10     19.09
643.10/161.01	c  N dy  3858   1061912        60      5340         0     54806     37380    763030     18.11     19.28
651.88/163.25	c  F st  3909   1071876        60      5340         0     63644     37380    954116     18.12   no data
662.68/165.93	c  N dy  3953   1082713        60      5340         0     73281     37380   1164990     18.12     19.10
680.24/170.40	c  N dy  4037   1102775        60      5340         0     51190     37380    673523     18.13     19.31
697.83/174.80	c  N dy  4114   1122799        60      5340         0     68932     37380   1054299     18.14     19.17
730.98/183.02	c  N dy  4193   1163861        60      5340         0     64263     37380    926445     18.11     19.14
753.74/188.72	c  N dy  4285   1184102        60      5340         0     82203     37380   1311494     18.12     19.09
773.35/193.63	c  N dy  4376   1206876        60      5340         0     60910     37380    866249     18.12     19.08
776.12/194.35	c  S st  4384   1209805        60      5340         0     63504     37380    921182     18.12   no data
776.92/194.58	c  S st  4384   1210308        60      5340         0     63957     37380    931407     18.12   no data
776.92/194.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
777.34/194.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
777.34/194.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
777.34/194.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
777.34/194.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
777.34/194.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
777.34/194.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
777.34/194.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
777.34/194.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
803.70/201.22	c lits-rem:       712  cl-subs:     5974  v-elim:      0  v-fix:    0  time:  6.57 s
803.70/201.22	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
803.70/201.24	c vivif2 --  cl tried    57983 cl shrink        0 lits rem          0 time: 0.01
805.67/201.70	c asymm  cl-useful: 0/797/5340 lits-rem:0 time: 0.46
805.67/201.70	c calculated reachability. Time: 0.00
805.67/201.70	c  N dy  4384   1210308        60      5340         0     57983     37380    805968     18.12   no data
827.25/207.18	c  N dy  4416   1230458        60      5340         0     75625     37380   1167615     18.10     19.10
848.41/212.43	c  N dy  4489   1250505        60      5340         0     51338     37380    651413     18.11     19.48
867.19/217.17	c  N dy  4607   1270553        60      5340         0     69128     37380   1037584     18.12     21.27
893.95/223.83	c  N dy  4737   1291304        60      5340         0     44392     37380    489477     18.14     19.10
912.34/228.49	c  N dy  4820   1315572        60      5340         0     65785     37380    943460     18.13     19.10
936.70/234.59	c  N dy  4877   1338331        60      5340         0     85858     37380   1365454     18.13     19.15
957.89/239.80	c  N dy  4943   1359634        60      5340         0     60624     37380    825839     18.13     19.23
985.03/246.62	c  N dy  5032   1382711        60      5340         0     81012     37380   1261352     18.13     19.15
1007.00/252.19	c  N dy  5157   1402769        60      5340         0     53803     37380    675421     18.15     20.30
1029.38/257.74	c  N dy  5272   1425156        60      5340         0     73674     37380   1106591     18.16     19.20
1054.56/264.01	c  N dy  5347   1445819        60      5340         0     91832     37380   1493119     18.16     19.46
1071.73/268.34	c  N dy  5433   1465880        60      5340         0     63576     37380    872427     18.16     20.67
1094.48/274.05	c  N dy  5538   1486035        60      5340         0     81484     37380   1261867     18.17     19.16
1114.86/279.15	c  N dy  5564   1506532        60      5340         0     52653     37380    624790     18.16     19.14
1132.83/283.65	c  N dy  5658   1526608        60      5340         0     70425     37380   1008721     18.17     19.30
1155.62/289.34	c  N dy  5731   1546778        60      5340         0     88269     37380   1393005     18.17     19.15
1177.59/294.82	c  N dy  5826   1566834        60      5340         0     58256     37380    738683     18.18     19.56
1200.74/300.61	c  N dy  5949   1588685        60      5340         0     77600     37380   1158710     18.19     19.19
1227.11/307.22	c  N dy  6024   1608806        60      5340         0     95367     37380   1536173     18.19     19.20
1251.08/313.23	c  N dy  6080   1636768        60      5340         0     71352     37380    992884     18.18     19.19
1277.04/319.78	c  N dy  6198   1656848        60      5340         0     89215     37380   1382265     18.19     21.31
1300.23/325.52	c  N dy  6250   1677037        60      5340         0     57493     37380    693677     18.18     19.20
1320.58/330.60	c  N dy  6372   1697063        60      5340         0     75262     37380   1081565     18.20     20.92
1338.96/335.24	c  S st  6440   1710310        60      5340         0     87033     37380   1335666     18.20     18.69
1340.18/335.59	c  S st  6440   1710811        60      5340         0     87481     37380   1345515     18.20   no data
1340.55/335.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1340.55/335.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1340.55/335.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1340.55/335.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1340.55/335.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1340.55/335.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1340.55/335.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1340.55/335.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1340.95/335.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1425.24/356.83	c lits-rem:      1031  cl-subs:    10141  v-elim:      0  v-fix:    0  time: 21.11 s
1425.24/356.83	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1425.24/356.84	c vivif2 --  cl tried    77340 cl shrink        0 lits rem          0 time: 0.02
1426.84/357.26	c asymm  cl-useful: 0/784/5340 lits-rem:0 time: 0.41
1426.84/357.26	c calculated reachability. Time: 0.00
1426.84/357.26	c  N dy  6440   1710811        60      5340         0     77340     37380   1131455     18.20   no data
1459.59/365.44	c  N dy  6546   1730817        60      5340         0     95090     37380   1515611     18.21     19.84
1485.18/371.87	c  N dy  6642   1756002        60      5340         0     67408     37380    901078     18.21     19.28
1528.30/382.66	c  N dy  6645   1807012        60      5340         0     61094     37380    749400     18.15     19.25
1551.46/388.40	c  N dy  6746   1829305        60      5340         0     80734     37380   1169610     18.15     19.23
1581.03/395.88	c  N dy  6840   1849482        60      5340         0     98564     37380   1554211     18.16     19.14
1607.39/402.43	c  N dy  6988   1870571        60      5340         0     65493     37380    852017     18.17     19.28
1636.15/409.61	c  N dy  7102   1895349        60      5340         0     87439     37380   1328322     18.18     19.17
1668.11/417.65	c  N dy  7226   1915681        60      5340         0    105442     37380   1719430     18.19     19.15
1687.68/422.60	c  N dy  7303   1935756        60      5340         0     70287     37380    934442     18.19     19.26
1712.45/428.73	c  N dy  7376   1956885        60      5340         0     88882     37380   1333236     18.19     19.38
1745.60/437.01	c  N dy  7465   1978525        60      5340         0     54200     37380    579966     18.20     19.20
1769.57/443.02	c  N dy  7520   2005618        60      5340         0     77976     37380   1077314     18.19     19.20
1794.34/449.25	c  N dy  7574   2025708        60      5340         0     95641     37380   1452612     18.18     19.26
1825.10/456.93	c  N dy  7659   2045834        60      5340         0     58817     37380    669632     18.19     19.19
1850.25/463.23	c  N dy  7729   2072317        60      5340         0     82028     37380   1157169     18.18     19.57
1873.82/469.18	c  N dy  7758   2093645        60      5340         0    100618     37380   1540652     18.17     19.13
1903.39/476.51	c  N dy  7872   2113738        60      5340         0     63076     37380    756524     18.18     21.01
1927.36/482.53	c  N dy  8011   2133826        60      5340         0     80905     37380   1149284     18.19     19.30
1961.31/491.07	c  N dy  8141   2156820        60      5340         0    101239     37380   1590603     18.20     19.31
2017.63/505.10	c  N dy  8190   2210811        60      5340         0     91754     37380   1314379     18.16     16.79
2017.63/505.10	c  S st  8190   2210811        60      5340         0     91754     37380   1314379     18.16     16.79
2018.43/505.39	c  S st  8190   2211314        60      5340         0     92201     37380   1324493     18.16   no data
2018.83/505.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2018.83/505.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2018.83/505.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2018.83/505.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2018.83/505.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2018.83/505.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2018.83/505.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2018.83/505.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2018.83/505.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2091.93/523.75	c lits-rem:      1225  cl-subs:    13530  v-elim:      0  v-fix:    0  time: 18.25 s
2091.93/523.75	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2091.93/523.77	c vivif2 --  cl tried    78671 cl shrink        0 lits rem          0 time: 0.02
2093.53/524.17	c asymm  cl-useful: 0/632/5340 lits-rem:0 time: 0.40
2093.53/524.17	c calculated reachability. Time: 0.00
2093.53/524.17	c  N dy  8190   2211314        60      5340         0     78671     37380   1074984     18.16   no data
2139.08/535.50	c  N dy  8286   2235516        60      5340         0    100013     37380   1531744     18.17     19.28
2176.22/544.85	c  N dy  8399   2257148        60      5340         0     62918     37380    737820     18.17     19.22
2197.79/550.28	c  N dy  8488   2277280        60      5340         0     80678     37380   1121136     18.18     19.15
2224.96/557.07	c  N dy  8581   2297323        60      5340         0     98435     37380   1505270     18.18     19.16
2262.92/566.50	c  N dy  8685   2318007        60      5340         0     58982     37380    637981     18.19     19.23
2285.67/572.27	c  N dy  8836   2338316        60      5340         0     76971     37380   1034319     18.20     19.33
2313.23/579.19	c  N dy  8934   2358361        60      5340         0     94732     37380   1417665     18.21     19.92
2356.78/590.01	c  N dy  9011   2384933        60      5340         0     59249     37380    630934     18.20     19.30
2387.53/597.76	c  N dy  9078   2416086        60      5340         0     86591     37380   1206450     18.20     19.27
2413.10/604.18	c  N dy  9138   2436163        60      5340         0    104258     37380   1584813     18.19     20.46
2449.45/613.29	c  N dy  9237   2457268        60      5340         0     63083     37380    702991     18.20     19.16
2476.21/619.94	c  N dy  9359   2481365        60      5340         0     84363     37380   1165214     18.20     19.20
2504.20/626.92	c  N dy  9422   2503020        60      5340         0    103403     37380   1570154     18.20     19.39
2537.33/635.27	c  N dy  9494   2523032        60      5340         0    121031     37380   1946485     18.20     20.37
2561.72/641.38	c  N dy  9630   2543106        60      5340         0     78001     37380   1021720     18.21     19.96
2590.46/648.56	c  N dy  9750   2564104        60      5340         0     96541     37380   1425241     18.22     19.18
2644.38/662.03	c  N dy  9827   2603175        60      5340         0     69196     37380    806169     18.20     19.21
2668.35/668.06	c  N dy  9912   2623610        60      5340         0     87262     37380   1198522     18.21     19.21
2698.71/675.68	c  N dy 10004   2643649        60      5340         0    104950     37380   1580954     18.21     19.87
2729.47/683.39	c  N dy 10048   2664562        60      5340         0    123238     37380   1966819     18.21     19.34
2759.83/690.97	c  N dy 10057   2695584        60      5340         0     87661     37380   1175194     18.19     19.18
2781.02/696.24	c  S st 10119   2711315        60      5340         0    101493     37380   1472305     18.19     18.25
2782.20/696.57	c  S st 10119   2711819        60      5340         0    101953     37380   1482823     18.19   no data
2782.20/696.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2782.60/696.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2782.60/696.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2782.60/696.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2782.60/696.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2782.60/696.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2782.60/696.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2782.60/696.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2782.60/696.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2838.14/710.55	c lits-rem:      1018  cl-subs:    12563  v-elim:      0  v-fix:    0  time: 13.86 s
2838.14/710.55	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2838.14/710.57	c vivif2 --  cl tried    89390 cl shrink        0 lits rem          0 time: 0.02
2840.12/711.01	c asymm  cl-useful: 0/577/5340 lits-rem:0 time: 0.44
2840.12/711.01	c calculated reachability. Time: 0.00
2840.12/711.01	c  N dy 10119   2711819        60      5340         0     89390     37380   1242013     18.19   no data
2875.68/719.96	c  N dy 10233   2731858        60      5340         0    107084     37380   1626440     18.19     21.52
2922.80/731.73	c  N dy 10340   2752323        60      5340         0     62667     37380    663996     18.20     19.16
2944.77/737.28	c  N dy 10353   2772815        60      5340         0     80593     37380   1037232     18.19     19.16
2977.93/745.51	c  N dy 10470   2793673        60      5340         0     98976     37380   1437138     18.20     19.28
3009.51/753.50	c  N dy 10533   2813768        60      5340         0    116587     37380   1806309     18.19     19.22
3041.85/761.56	c  N dy 10618   2833833        60      5340         0     70575     37380    822870     18.20     19.46
3065.41/767.48	c  N dy 10692   2853879        60      5340         0     88184     37380   1197706     18.20     19.61
3097.39/775.50	c  N dy 10799   2874174        60      5340         0    106039     37380   1585098     18.20     19.16
3134.92/784.80	c  N dy 10898   2894687        60      5340         0    124141     37380   1977458     18.21     19.21
3167.28/792.90	c  N dy 10990   2917436        60      5340         0     79323     37380    993431     18.21     19.17
3209.62/803.57	c  N dy 11108   2949646        60      5340         0    107615     37380   1596544     18.21     19.21
3252.36/814.29	c  N dy 11212   2972627        60      5340         0    127898     37380   2033937     18.21     19.17
3280.73/821.34	c  N dy 11280   2993775        60      5340         0     80652     37380   1012745     18.21     19.24
3310.68/828.85	c  N dy 11386   3014911        60      5340         0     99269     37380   1414907     18.21     19.18
3347.44/838.03	c  N dy 11497   3035150        60      5340         0    117137     37380   1803669     18.22     19.28
3391.79/849.18	c  N dy 11617   3056742        60      5340         0     69259     37380    756594     18.22     19.24
3416.54/855.39	c  N dy 11723   3076792        60      5340         0     86997     37380   1142918     18.23     19.70
3450.50/863.83	c  N dy 11767   3102638        60      5340         0    109493     37380   1606932     18.22     19.18
3487.25/873.07	c  N dy 11838   3123077        60      5340         0    127357     37380   1989540     18.22     19.18
3520.80/881.41	c  N dy 11921   3143103        60      5340         0     77263     37380    916255     18.22     20.50
3552.76/889.49	c  N dy 12038   3166659        60      5340         0     98137     37380   1367836     18.22     19.24
3588.31/898.32	c  N dy 12160   3186734        60      5340         0    115814     37380   1753038     18.23     19.88
3627.06/908.04	c  N dy 12174   3211819        60      5340         0     69164     37380    737147     18.22     17.16
3627.06/908.04	c  S st 12174   3211819        60      5340         0     69164     37380    737147     18.22     17.16
3627.86/908.24	c  S st 12174   3212323        60      5340         0     69623     37380    747578     18.22   no data
3627.86/908.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3627.86/908.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3627.86/908.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3627.86/908.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3627.86/908.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3627.86/908.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3627.86/908.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3627.86/908.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3628.26/908.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3631.45/909.15	c lits-rem:        20  cl-subs:      283  v-elim:      0  v-fix:    0  time:  0.84 s
3631.45/909.15	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3631.45/909.16	c vivif2 --  cl tried    69340 cl shrink        0 lits rem          0 time: 0.01
3632.65/909.45	c asymm  cl-useful: 0/671/5340 lits-rem:0 time: 0.29
3632.65/909.45	c calculated reachability. Time: 0.00
3632.65/909.45	c  N dy 12174   3212323        60      5340         0     69340     37380    741776     18.22   no data
3653.02/914.59	c  N dy 12190   3232931        60      5340         0     87378     37380   1116583     18.21     19.22
3680.58/921.44	c  N dy 12278   3252954        60      5340         0    105023     37380   1496917     18.21     20.70
3717.36/930.67	c  N dy 12393   3273014        60      5340         0    122729     37380   1884950     18.21     20.39
3764.07/942.38	c  N dy 12500   3294098        60      5340         0     71860     37380    784404     18.22     19.18
3789.64/948.76	c  N dy 12611   3314547        60      5340         0     89882     37380   1175895     18.22     19.40
3819.20/956.10	c  N dy 12667   3334635        60      5340         0    107612     37380   1553650     18.22     19.90
3865.54/967.72	c  N dy 12817   3354658        60      5340         0    125319     37380   1947090     18.23     19.24
3907.08/978.17	c  N dy 12905   3374722        60      5340         0     72538     37380    788945     18.23     19.21
3939.43/986.27	c  N dy 12961   3403730        60      5340         0     97925     37380   1326112     18.23     19.33
3972.58/994.56	c  N dy 13053   3423770        60      5340         0    115487     37380   1703562     18.23     19.21
4012.13/1004.46	c  N dy 13139   3443966        60      5340         0    133226     37380   2084511     18.23     19.31
4050.91/1014.18	c  N dy 13272   3464844        60      5340         0     80503     37380    957975     18.24     19.24
4119.99/1031.45	c  N dy 13294   3520941        60      5340         0    129118     37380   1926922     18.20     19.20
4167.52/1043.37	c  N dy 13440   3540959        60      5340         0     75001     37380    828210     18.21     19.43
4196.68/1050.60	c  N dy 13572   3562843        60      5340         0     94352     37380   1253486     18.21     19.31
4229.44/1058.84	c  N dy 13681   3582928        60      5340         0    112138     37380   1643179     18.22     20.13
4273.78/1069.90	c  N dy 13853   3602940        60      5340         0    129847     37380   2035537     18.23     19.46
4316.92/1080.74	c  N dy 13916   3622982        60      5340         0     74410     37380    798487     18.23     19.19
4344.89/1087.77	c  N dy 14005   3644718        60      5340         0     93504     37380   1208388     18.23     19.30
4380.86/1096.72	c  N dy 14125   3665421        60      5340         0    111772     37380   1607276     18.23     19.28
4423.18/1107.38	c  N dy 14223   3686324        60      5340         0    130210     37380   2004677     18.23     19.31
4474.31/1120.16	c  N dy 14349   3706815        60      5340         0     74321     37380    788299     18.24     19.25
4481.10/1121.86	c  S st 14382   3712324        60      5340         0     79214     37380    895164     18.24   no data
4482.29/1122.10	c  S st 14382   3712827        60      5340         0     79666     37380    905686     18.24   no data
4482.29/1122.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4482.29/1122.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
4482.29/1122.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4482.29/1122.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4482.29/1122.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4482.29/1122.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4482.29/1122.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4482.29/1122.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4482.29/1122.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4489.49/1123.90	c lits-rem:       112  cl-subs:     1400  v-elim:      0  v-fix:    0  time:  1.72 s
4489.49/1123.90	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4489.49/1123.92	c vivif2 --  cl tried    78266 cl shrink        0 lits rem          0 time: 0.01
4490.71/1124.24	c asymm  cl-useful: 0/612/5340 lits-rem:0 time: 0.33
4490.71/1124.25	c calculated reachability. Time: 0.00
4490.71/1124.25	c  N dy 14382   3712827        60      5340         0     78266     37380    875061     18.24   no data
4518.65/1131.22	c  N dy 14445   3735463        60      5340         0     98128     37380   1300420     18.24     19.26
4543.44/1137.42	c  F st 14504   3751562        60      5340         0    112261     37380   1605433     18.24     17.83
4552.60/1139.76	c  N dy 14510   3756764        60      5340         0    116859     37380   1707144     18.24   no data
4593.75/1150.06	c  N dy 14590   3776769        60      5340         0    134357     37380   2081558     18.24     20.44
4653.28/1164.92	c  N dy 14622   3818329        60      5340         0     95804     37380   1212579     18.22     19.23
4695.21/1175.44	c  N dy 14753   3842261        60      5340         0    116964     37380   1675039     18.23     19.34
4740.76/1186.86	c  N dy 14861   3863338        60      5340         0    135540     37380   2079423     18.23     19.20
4787.88/1198.60	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: 977)

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-3366536-1307653640/watcher-3366536-1307653640 -o /tmp/evaluation-result-3366536-1307653640/solver-3366536-1307653640 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366536-1307653640.cnf 

running on 4 cores: 1,3,5,7

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: 1.00 1.00 1.11 2/176 22046
/proc/meminfo: memFree=32048480/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 407 0 1 0 0 0 0 0 17 0 4 0 876964988 52396032 347 33554432000 4194304 4580107 140735974009888 18446744073709551615 270613167089 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 12792 347 299 95 0 7774 0
[pid=22045/tid=22048] ppid=22042 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 4 0 876964988 52396032 347 33554432000 4194304 4580107 140735974009888 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 4 0 876964988 52396032 347 33554432000 4194304 4580107 140735974009888 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 4 0 876964988 52396032 347 33554432000 4194304 4580107 140735974009888 18446744073709551615 270608142568 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0087471 s]
/proc/loadavg: 1.00 1.00 1.11 2/176 22046
/proc/meminfo: memFree=32048480/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=281820 CPUtime=0.2 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 1241 0 1 0 20 0 0 0 18 0 4 0 876964988 288583680 1147 33554432000 4194304 4580107 140735974009888 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 70455 1147 357 95 0 65437 0
[pid=22045/tid=22048] ppid=22042 vsize=281820 CPUtime=0.04 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 188 0 0 0 4 0 0 0 19 0 4 0 876964988 288583680 1147 33554432000 4194304 4580107 140735974009888 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=281820 CPUtime=0.04 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 182 0 0 0 4 0 0 0 18 0 4 0 876964988 288583680 1147 33554432000 4194304 4580107 140735974009888 18446744073709551615 4295731 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=281820 CPUtime=0.04 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 275 0 0 0 4 0 0 0 18 0 4 0 876964988 288583680 1147 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 281820

[startup+0.15655 s]
/proc/loadavg: 1.00 1.00 1.11 2/176 22046
/proc/meminfo: memFree=32048480/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=283480 CPUtime=0.59 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 2679 0 1 0 59 0 0 0 18 0 4 0 876964988 290283520 2216 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 70870 2216 375 95 0 65852 0
[pid=22045/tid=22048] ppid=22042 vsize=283480 CPUtime=0.14 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 592 0 0 0 14 0 0 0 19 0 4 0 876964988 290283520 2216 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=283480 CPUtime=0.14 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 577 0 0 0 14 0 0 0 18 0 4 0 876964988 290283520 2216 33554432000 4194304 4580107 140735974009888 18446744073709551615 4324541 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=283480 CPUtime=0.14 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 504 0 0 0 14 0 0 0 18 0 4 0 876964988 290283520 2216 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 283480

[startup+0.300526 s]
/proc/loadavg: 1.00 1.00 1.11 2/176 22046
/proc/meminfo: memFree=32048480/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=285064 CPUtime=1.17 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 3462 0 1 0 116 1 0 0 18 0 4 0 876964988 291905536 2521 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 71266 2521 376 95 0 66248 0
[pid=22045/tid=22048] ppid=22042 vsize=285064 CPUtime=0.29 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 811 0 0 0 29 0 0 0 19 0 4 0 876964988 291905536 2521 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=285064 CPUtime=0.29 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 794 0 0 0 29 0 0 0 18 0 4 0 876964988 291905536 2521 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=285064 CPUtime=0.29 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 618 0 0 0 29 0 0 0 18 0 4 0 876964988 291905536 2522 33554432000 4194304 4580107 140735974009888 18446744073709551615 4293067 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 285064

[startup+0.700456 s]
/proc/loadavg: 1.00 1.00 1.11 2/176 22046
/proc/meminfo: memFree=32048480/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=286172 CPUtime=2.77 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 5413 0 1 0 276 1 0 0 18 0 4 0 876964988 293040128 3289 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294598 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 71543 3289 376 95 0 66525 0
[pid=22045/tid=22048] ppid=22042 vsize=286172 CPUtime=0.69 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 1262 0 0 0 69 0 0 0 19 0 4 0 876964988 293040128 3289 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=286172 CPUtime=0.69 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 1263 0 0 0 69 0 0 0 18 0 4 0 876964988 293040128 3289 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=286172 CPUtime=0.69 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 1200 0 0 0 69 0 0 0 18 0 4 0 876964988 293040128 3289 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286172

[startup+1.50031 s]
/proc/loadavg: 1.00 1.00 1.11 11/184 22054
/proc/meminfo: memFree=32023044/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=292748 CPUtime=5.96 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 9777 0 1 0 595 1 0 0 20 0 4 0 876964988 299773952 5188 33554432000 4194304 4580107 140735974009888 18446744073709551615 4415767 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 73187 5188 378 95 0 68169 0
[pid=22045/tid=22048] ppid=22042 vsize=292748 CPUtime=1.48 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 2053 0 0 0 148 0 0 0 21 0 4 0 876964988 299773952 5188 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=292748 CPUtime=1.48 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 2054 0 0 0 148 0 0 0 20 0 4 0 876964988 299773952 5188 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=292748 CPUtime=1.49 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 2009 0 0 0 149 0 0 0 20 0 4 0 876964988 299773952 5188 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 292748

[startup+3.10103 s]
/proc/loadavg: 1.56 1.12 1.14 10/184 22054
/proc/meminfo: memFree=31980016/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=301452 CPUtime=12.36 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 17417 0 1 0 1234 2 0 0 25 0 4 0 876964988 308686848 9874 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294612 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 75363 9874 378 95 0 70345 0
[pid=22045/tid=22048] ppid=22042 vsize=301452 CPUtime=3.07 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 3951 0 0 0 307 0 0 0 25 0 4 0 876964988 308686848 9874 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=301452 CPUtime=3.08 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 4712 0 0 0 308 0 0 0 25 0 4 0 876964988 308686848 9874 33554432000 4194304 4580107 140735974009888 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=301452 CPUtime=3.08 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 4462 0 0 0 308 0 0 0 25 0 4 0 876964988 308686848 9874 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 301452

[startup+6.30047 s]
/proc/loadavg: 1.56 1.12 1.14 10/184 22054
/proc/meminfo: memFree=31949880/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=292892 CPUtime=25.14 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 26223 0 1 0 2510 4 0 0 25 0 4 0 876964988 299921408 12836 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 73223 12836 378 95 0 68205 0
[pid=22045/tid=22048] ppid=22042 vsize=292892 CPUtime=6.25 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 6731 0 0 0 625 0 0 0 25 0 4 0 876964988 299921408 12836 33554432000 4194304 4580107 140735974009888 18446744073709551615 4317008 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=292892 CPUtime=6.29 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 7144 0 0 0 628 1 0 0 25 0 4 0 876964988 299921408 12836 33554432000 4194304 4580107 140735974009888 18446744073709551615 4415787 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=292892 CPUtime=6.28 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 6474 0 0 0 628 0 0 0 25 0 4 0 876964988 299921408 12836 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 292892

[startup+12.7003 s]
/proc/loadavg: 2.55 1.34 1.22 10/184 22054
/proc/meminfo: memFree=31900584/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=303512 CPUtime=50.7 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 40003 0 1 0 5064 6 0 0 25 0 4 0 876964988 310796288 16332 33554432000 4194304 4580107 140735974009888 18446744073709551615 4406440 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 75878 16332 378 95 0 70860 0
[pid=22045/tid=22048] ppid=22042 vsize=303512 CPUtime=12.62 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 9423 0 0 0 1261 1 0 0 25 0 4 0 876964988 310796288 16332 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=303512 CPUtime=12.68 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 10119 0 0 0 1267 1 0 0 25 0 4 0 876964988 310796288 16332 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=303512 CPUtime=12.68 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 10351 0 0 0 1267 1 0 0 25 0 4 0 876964988 310796288 16332 33554432000 4194304 4580107 140735974009888 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 303512

[startup+25.5011 s]
/proc/loadavg: 3.39 1.56 1.29 10/184 22054
/proc/meminfo: memFree=31842440/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=295720 CPUtime=101.83 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 59333 0 1 0 10172 11 0 0 25 0 4 0 876964988 302817280 20172 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 73930 20172 378 95 0 68912 0
[pid=22045/tid=22048] ppid=22042 vsize=295720 CPUtime=25.34 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 14445 0 0 0 2532 2 0 0 25 0 4 0 876964988 302817280 20172 33554432000 4194304 4580107 140735974009888 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=295720 CPUtime=25.48 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 15470 0 0 0 2546 2 0 0 25 0 4 0 876964988 302817280 20172 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=295720 CPUtime=25.48 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 15086 0 0 0 2545 3 0 0 25 0 4 0 876964988 302817280 20172 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 295720

[startup+51.1005 s]
/proc/loadavg: 4.96 2.08 1.46 10/184 22055
/proc/meminfo: memFree=31788796/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=299604 CPUtime=204.09 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 89598 0 1 0 20391 18 0 0 25 0 4 0 876964988 306794496 23651 33554432000 4194304 4580107 140735974009888 18446744073709551615 4316661 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 74901 23651 378 95 0 69883 0
[pid=22045/tid=22048] ppid=22042 vsize=299604 CPUtime=50.81 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 21762 0 0 0 5077 4 0 0 25 0 4 0 876964988 306794496 23651 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=299604 CPUtime=51.08 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 23561 0 0 0 5104 4 0 0 25 0 4 0 876964988 306794496 23651 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=299604 CPUtime=51.08 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 22179 0 0 0 5104 4 0 0 25 0 4 0 876964988 306794496 23651 33554432000 4194304 4580107 140735974009888 18446744073709551615 4305310 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 299604

[startup+102.306 s]
/proc/loadavg: 6.84 3.09 1.84 10/184 22056
/proc/meminfo: memFree=31728592/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=323268 CPUtime=408.63 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 133201 0 1 0 40830 33 0 0 25 0 4 0 876964988 331026432 29845 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 80817 29845 378 95 0 75799 0
[pid=22045/tid=22048] ppid=22042 vsize=323268 CPUtime=101.73 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 29840 0 0 0 10167 6 0 0 25 0 4 0 876964988 331026432 29845 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294354 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=323268 CPUtime=102.29 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 34954 0 0 0 10221 8 0 0 25 0 4 0 876964988 331026432 29845 33554432000 4194304 4580107 140735974009888 18446744073709551615 4324379 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=323268 CPUtime=102.29 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 35705 0 0 0 10220 9 0 0 25 0 4 0 876964988 331026432 29845 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 323268

[startup+162.301 s]

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

[pid=22045] ppid=22042 vsize=363708 CPUtime=2805.36 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 407373 0 1 0 280381 155 0 0 25 0 4 0 876964988 372436992 63218 33554432000 4194304 4580107 140735974009888 18446744073709551615 4406440 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 90927 63218 378 95 0 85909 0
[pid=22045/tid=22048] ppid=22042 vsize=363708 CPUtime=698.47 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 96148 0 0 0 69810 37 0 0 25 0 4 0 876964988 372436992 63218 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=363708 CPUtime=702.3 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 111258 0 0 0 70186 44 0 0 25 0 4 0 876964988 372436992 63218 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=363708 CPUtime=702.28 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 107103 0 0 0 70189 39 0 0 25 0 4 0 876964988 372436992 63218 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 363708

[startup+762.307 s]
/proc/loadavg: 8.07 7.55 5.02 10/184 22074
/proc/meminfo: memFree=31252396/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=494892 CPUtime=3045.06 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 425741 0 1 0 304341 165 0 0 25 0 4 0 876964988 506769408 72254 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 123723 72254 378 95 0 118705 0
[pid=22045/tid=22048] ppid=22042 vsize=494892 CPUtime=758.15 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 102378 0 0 0 75775 40 0 0 25 0 4 0 876964988 506769408 72254 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=494892 CPUtime=762.31 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 116539 0 0 0 76183 48 0 0 25 0 4 0 876964988 506769408 72254 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=494892 CPUtime=762.29 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 112424 0 0 0 76188 41 0 0 25 0 4 0 876964988 506769408 72254 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 494892

[startup+822.301 s]
/proc/loadavg: 8.12 7.66 5.21 10/184 22076
/proc/meminfo: memFree=31221432/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=495016 CPUtime=3284.72 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 441338 0 1 0 328297 175 0 0 25 0 4 0 876964988 506896384 82533 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 123754 82533 378 95 0 118736 0
[pid=22045/tid=22048] ppid=22042 vsize=495016 CPUtime=817.82 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 107519 0 0 0 81738 44 0 0 25 0 4 0 876964988 506896384 82533 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=495016 CPUtime=822.3 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 121791 0 0 0 82179 51 0 0 25 0 4 0 876964988 506896384 82533 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=495016 CPUtime=822.29 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 117619 0 0 0 82184 45 0 0 25 0 4 0 876964988 506896384 82533 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 495016

[startup+882.3 s]
/proc/loadavg: 8.13 7.75 5.39 10/184 22077
/proc/meminfo: memFree=31209312/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=503452 CPUtime=3524.39 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 453838 0 1 0 352256 183 0 0 25 0 4 0 876964988 515534848 79752 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 125863 79752 378 95 0 120845 0
[pid=22045/tid=22048] ppid=22042 vsize=503452 CPUtime=877.49 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 110111 0 0 0 87704 45 0 0 25 0 4 0 876964988 515534848 79752 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=503452 CPUtime=882.31 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 127070 0 0 0 88176 55 0 0 25 0 4 0 876964988 515534848 79752 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=503452 CPUtime=882.29 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 120354 0 0 0 88182 47 0 0 25 0 4 0 876964988 515534848 79752 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 503452

[startup+942.301 s]
/proc/loadavg: 8.14 7.81 5.55 10/184 22079
/proc/meminfo: memFree=31202284/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=478360 CPUtime=3764.07 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 465463 0 1 0 376216 191 0 0 25 0 4 0 876964988 489840640 69480 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 119590 69480 378 95 0 114572 0
[pid=22045/tid=22048] ppid=22042 vsize=478360 CPUtime=937.17 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 113708 0 0 0 93669 48 0 0 25 0 4 0 876964988 489840640 69480 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=478360 CPUtime=942.3 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 131255 0 0 0 94172 58 0 0 25 0 4 0 876964988 489840640 69480 33554432000 4194304 4580107 140735974009888 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=478360 CPUtime=942.29 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 123171 0 0 0 94181 48 0 0 25 0 4 0 876964988 489840640 69480 33554432000 4194304 4580107 140735974009888 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 478360

[startup+1002.3 s]
/proc/loadavg: 8.19 7.89 5.73 10/184 22080
/proc/meminfo: memFree=31215688/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=491428 CPUtime=4003.75 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 484234 0 1 0 400173 202 0 0 25 0 4 0 876964988 503222272 74107 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 122857 74107 378 95 0 117839 0
[pid=22045/tid=22048] ppid=22042 vsize=491428 CPUtime=996.85 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 116614 0 0 0 99636 49 0 0 25 0 4 0 876964988 503222272 74107 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=491428 CPUtime=1002.31 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 138136 0 0 0 100170 61 0 0 25 0 4 0 876964988 503222272 74107 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=491428 CPUtime=1002.29 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 128055 0 0 0 100178 51 0 0 25 0 4 0 876964988 503222272 74107 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 491428

[startup+1062.3 s]
/proc/loadavg: 8.12 7.92 5.86 10/184 22082
/proc/meminfo: memFree=31176644/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=491784 CPUtime=4243.42 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 504063 0 1 0 424131 211 0 0 25 0 4 0 876964988 503586816 77524 33554432000 4194304 4580107 140735974009888 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 122946 77524 378 95 0 117928 0
[pid=22045/tid=22048] ppid=22042 vsize=491784 CPUtime=1056.51 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 121628 0 0 0 105601 50 0 0 25 0 4 0 876964988 503586816 77524 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=491784 CPUtime=1062.31 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 142941 0 0 0 106167 64 0 0 25 0 4 0 876964988 503586816 77524 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=491784 CPUtime=1062.28 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 132955 0 0 0 106175 53 0 0 25 0 4 0 876964988 503586816 77524 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 491784

[startup+1122.3 s]
/proc/loadavg: 8.12 7.96 6.01 10/184 22084
/proc/meminfo: memFree=31209636/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=492036 CPUtime=4483.1 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 519092 0 1 0 448089 221 0 0 25 0 4 0 876964988 503844864 75872 33554432000 4194304 4580107 140735974009888 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 123009 75872 378 95 0 117991 0
[pid=22045/tid=22048] ppid=22042 vsize=492036 CPUtime=1116.19 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 124084 0 0 0 111567 52 0 0 25 0 4 0 876964988 503844864 75872 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=492036 CPUtime=1122.31 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 147020 0 0 0 112165 66 0 0 25 0 4 0 876964988 503844864 75872 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=492036 CPUtime=1122.29 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 136763 0 0 0 112173 56 0 0 25 0 4 0 876964988 503844864 75872 33554432000 4194304 4580107 140735974009888 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 492036

[startup+1182.3 s]
/proc/loadavg: 8.09 7.98 6.13 10/184 22085
/proc/meminfo: memFree=31184488/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=492280 CPUtime=4722.78 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 537030 0 1 0 472048 230 0 0 25 0 4 0 876964988 504094720 79011 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 123070 79011 378 95 0 118052 0
[pid=22045/tid=22048] ppid=22042 vsize=492280 CPUtime=1175.86 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 127737 0 0 0 117532 54 0 0 25 0 4 0 876964988 504094720 79011 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=492280 CPUtime=1182.32 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 152529 0 0 0 118163 69 0 0 25 0 4 0 876964988 504094720 79011 33554432000 4194304 4580107 140735974009888 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=492280 CPUtime=1182.29 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 141521 0 0 0 118171 58 0 0 25 0 4 0 876964988 504094720 79011 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 492280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.00 6.18 10/184 22086
/proc/meminfo: memFree=31195128/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=492340 CPUtime=4800.29 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 541239 0 1 0 479796 233 0 0 25 0 4 0 876964988 504156160 74704 33554432000 4194304 4580107 140735974009888 18446744073709551615 4320440 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 123085 74704 378 95 0 118067 0
[pid=22045/tid=22048] ppid=22042 vsize=492340 CPUtime=1195.16 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 128020 0 0 0 119461 55 0 0 25 0 4 0 876964988 504156160 74704 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=492340 CPUtime=1201.72 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 153491 0 0 0 120102 70 0 0 25 0 4 0 876964988 504156160 74704 33554432000 4194304 4580107 140735974009888 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=492340 CPUtime=1201.7 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 142618 0 0 0 120111 59 0 0 25 0 4 0 876964988 504156160 74704 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 492340

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

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

[startup+1201.7 s]
/proc/loadavg: 8.13 8.00 6.18 10/184 22086
/proc/meminfo: memFree=31195128/32951124 swapFree=67052292/67111528
[pid=22045] ppid=22042 vsize=492340 CPUtime=4800.29 cores=1,3,5,7
/proc/22045/stat : 22045 (strangenight2-m) R 22042 22045 21755 0 -1 4202496 541239 0 1 0 479796 233 0 0 25 0 4 0 876964988 504156160 74704 33554432000 4194304 4580107 140735974009888 18446744073709551615 4320440 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22045/statm: 123085 74704 378 95 0 118067 0
[pid=22045/tid=22048] ppid=22042 vsize=492340 CPUtime=1195.16 cores=1,3,5,7
/proc/22045/task/22048/stat : 22048 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 128020 0 0 0 119461 55 0 0 25 0 4 0 876964988 504156160 74704 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22045/tid=22049] ppid=22042 vsize=492340 CPUtime=1201.72 cores=1,3,5,7
/proc/22045/task/22049/stat : 22049 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 153491 0 0 0 120102 70 0 0 25 0 4 0 876964988 504156160 74704 33554432000 4194304 4580107 140735974009888 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22045/tid=22050] ppid=22042 vsize=492340 CPUtime=1201.7 cores=1,3,5,7
/proc/22045/task/22050/stat : 22050 (strangenight2-m) R 22042 22045 21755 0 -1 4202560 142618 0 0 0 120111 59 0 0 25 0 4 0 876964988 504156160 74704 33554432000 4194304 4580107 140735974009888 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 492340

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.33
CPU user time (s): 4797.98
CPU system time (s): 2.35264
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 507320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.98
system time used= 2.35264
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 541240
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 300
involuntary context switches= 38847

runsolver used 1.82872 second user time and 4.75528 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-09 23:07:20
IDJOB=3366536
IDBENCH=82945
IDSOLVER=1844
FILE ID=node108/3366536-1307653640
RUNJOBID= node108-1307653640-22020
PBS_JOBID= 13549416
Free space on /tmp= 74084 MiB

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

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

MD5SUM BENCH= eaa221c6c9f0c0179451b2ef6caad631
RANDOM SEED=661842696

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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:      32049592 kB
Buffers:        226608 kB
Cached:         430932 kB
SwapCached:      25900 kB
Active:         395372 kB
Inactive:       293916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32049592 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           10900 kB
Writeback:           0 kB
AnonPages:       27008 kB
Mapped:           8624 kB
Slab:           148304 kB
PageTables:       4588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188888 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= 74076 MiB
End job on node108 at 2011-06-09 23:27:24