Trace number 3366543

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.14 1202.83

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1982873755-080.SATISFIABLE.cnf
MD5SUM063ddd149f36deba1032de0c40881dff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.095984
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-3366543-1305407124.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.41/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.41/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.41/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.41/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.41/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.41/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.41/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.41/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.41/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.41/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.41/0.14	c calculated reachability. Time: 0.00
0.41/0.14	c Calc default polars -  time:   0.00 s pos:      24 undec:       0 neg:      36
0.41/0.14	c =========================================================================================
0.41/0.14	c types(t): F = full restart, N = normal restart
0.41/0.14	c types(t): S = simplification begin/end, E = solution found
0.41/0.14	c restart types(rt): st = static, dy = dynamic
0.41/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.41/0.14	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.77/0.25	c  N dy     8      4361        60      5340         0      3867     37380     83029     18.23     19.24
1.57/0.41	c  N dy    20      9213        60      5340         0      5974     37380    121438     18.33     19.40
2.37/0.61	c  N dy    26     14218        60      5340         0      6649     37380    127872     18.09     19.06
2.77/0.79	c  N dy    38     18608        60      5340         0      5548     37380     96069     18.07     19.04
3.57/0.98	c  N dy    46     23379        60      5340         0      9767     37380    185612     18.00     18.97
3.97/1.07	c  F st    58     25000        60      5340         0     11206     37380    217016     18.09     16.39
4.80/1.21	c  N st    63     28296        60      5340         0      8111     37380    142551     18.09   no data
4.80/1.29	c  S st    64     30001        60      5340         0      9633     37380    176041     18.09   no data
5.16/1.32	c  S st    64     30505        60      5340         0     10097     37380    186332     18.09   no data
5.16/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.16/1.32	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.16/1.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.16/1.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.52	c lits-rem:       142  cl-subs:     1027  v-elim:      0  v-fix:    0  time:  0.19 s
6.76/1.76	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.23
6.76/1.76	c calculated reachability. Time: 0.00
6.76/1.76	c  N dy    64     30505        60      5340         0      9070     37380    163778     18.09   no data
7.96/2.06	c  N dy    72     36295        60      5340         0      7230     37380    112944     18.04     19.02
8.77/2.26	c  N dy    97     40359        60      5340         0     10856     37380    191597     18.15     19.47
9.95/2.52	c  N dy   100     45103        60      5340         0     15044     37380    278696     18.06     19.03
9.95/2.56	c  S st   106     45759        60      5340         0     15628     37380    291510     18.09     18.98
10.34/2.61	c  S st   106     46262        60      5340         0      8151     37380    124221     18.09   no data
10.34/2.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.34/2.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.34/2.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.34/2.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.34/2.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.34/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.65	c lits-rem:         4  cl-subs:       38  v-elim:      0  v-fix:    0  time:  0.03 s
10.34/2.65	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.34/2.65	c vivif2 --  cl tried     8113 cl shrink        0 lits rem          0 time: 0.00
11.14/2.87	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
11.14/2.87	c calculated reachability. Time: 0.00
11.14/2.87	c  N dy   106     46262        60      5340         0      8113     37380    123332     18.09   no data
12.34/3.15	c  N dy   119     52063        60      5340         0     13296     37380    233453     18.09     19.05
13.58/3.46	c  N dy   146     56609        60      5340         0     17355     37380    320911     18.18     19.16
15.14/3.84	c  N dy   153     64063        60      5340         0     15079     37380    258410     18.03     18.98
16.74/4.23	c  N dy   168     69394        60      5340         0     10078     37380    145768     18.05     16.82
16.74/4.23	c  S st   168     69394        60      5340         0     10078     37380    145768     18.05     16.82
16.74/4.26	c  S st   168     69896        60      5340         0     10535     37380    156022     18.05   no data
16.74/4.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.74/4.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.74/4.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.74/4.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.74/4.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.74/4.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
16.74/4.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.74/4.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.74/4.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.14/4.33	c lits-rem:        24  cl-subs:      123  v-elim:      0  v-fix:    0  time:  0.06 s
17.14/4.34	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.14/4.34	c vivif2 --  cl tried    10412 cl shrink        0 lits rem          0 time: 0.00
17.97/4.59	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
17.97/4.59	c calculated reachability. Time: 0.00
17.97/4.59	c  N dy   168     69896        60      5340         0     10412     37380    153268     18.05   no data
19.13/4.87	c  N dy   191     74892        60      5340         0     14874     37380    248875     18.09     19.12
20.32/5.19	c  N dy   205     79816        60      5340         0     19227     37380    340755     18.09     19.07
21.94/5.53	c  N dy   214     85005        60      5340         0     13159     37380    199903     18.06     19.08
22.36/5.68	c  F st   225     87502        60      5340         0     15387     37380    248176     18.08     17.26
23.12/5.89	c  N st   230     90803        60      5340         0     18351     37380    313107     18.08   no data
25.51/6.41	c  N dy   236     98194        60      5340         0     13312     37380    193162     18.02     19.03
27.10/6.86	c  N dy   266    104845        60      5340         0     19257     37380    320187     18.06     16.84
27.10/6.86	c  S st   266    104845        60      5340         0     19257     37380    320187     18.06     16.84
27.50/6.92	c  S st   266    105351        60      5340         0     19717     37380    330141     18.06   no data
27.50/6.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.50/6.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.50/6.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.50/6.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.50/6.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.50/6.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.50/6.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.50/6.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.50/6.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.10/7.35	c lits-rem:       241  cl-subs:     1978  v-elim:      0  v-fix:    0  time:  0.42 s
29.10/7.36	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.10/7.36	c vivif2 --  cl tried    17739 cl shrink        0 lits rem          0 time: 0.00
30.72/7.71	c asymm  cl-useful: 0/4942/5340 lits-rem:0 time: 0.35
30.72/7.71	c calculated reachability. Time: 0.00
30.72/7.71	c  N dy   266    105351        60      5340         0     17739     37380    288542     18.06   no data
33.10/8.34	c  N dy   286    113071        60      5340         0     24601     37380    435265     18.06     19.03
35.11/8.89	c  N dy   295    121958        60      5340         0     20149     37380    329381     18.01     19.03
38.28/9.62	c  N dy   344    129768        60      5340         0     13840     37380    187575     18.08     19.08
45.87/11.57	c  N dy   362    157205        60      5340         0     23787     37380    374086     17.73     18.75
46.27/11.65	c  S st   370    158028        60      5340         0     24524     37380    390306     17.75     17.74
46.67/11.71	c  S st   370    158532        60      5340         0     24983     37380    400501     17.75   no data
46.67/11.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.67/11.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
46.67/11.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.67/11.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.67/11.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.67/11.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
46.67/11.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.67/11.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
46.67/11.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.65/12.76	c lits-rem:       454  cl-subs:     3724  v-elim:      0  v-fix:    0  time:  1.02 s
50.65/12.76	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.65/12.77	c vivif2 --  cl tried    21259 cl shrink        0 lits rem          0 time: 0.01
52.25/13.12	c asymm  cl-useful: 0/4180/5340 lits-rem:0 time: 0.35
52.25/13.12	c calculated reachability. Time: 0.00
52.25/13.12	c  N dy   370    158532        60      5340         0     21259     37380    332380     17.75   no data
56.25/14.17	c  N dy   444    168680        60      5340         0     15553     37380    203884     17.84     18.94
59.83/15.04	c  N dy   497    179526        60      5340         0     25238     37380    411893     17.88     19.96
65.43/16.42	c  N dy   502    196815        60      5340         0     24577     37380    377248     17.72     18.73
71.00/17.81	c  N dy   589    209474        60      5340         0     19096     37380    260818     17.80     18.78
76.60/19.26	c  N dy   689    223291        60      5340         0     31429     37380    528437     17.90     18.96
82.59/20.74	c  N dy   740    237798        60      5340         0     26565     37380    400433     17.89     16.15
82.59/20.74	c  S st   740    237798        60      5340         0     26565     37380    400433     17.89     16.15
82.99/20.81	c  S st   740    238299        60      5340         0     27023     37380    410398     17.89   no data
82.99/20.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.99/20.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.99/20.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.99/20.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.99/20.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.99/20.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
82.99/20.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.99/20.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
82.99/20.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.17/21.61	c lits-rem:       209  cl-subs:     2814  v-elim:      0  v-fix:    0  time:  0.77 s
86.17/21.61	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
86.17/21.61	c vivif2 --  cl tried    24209 cl shrink        0 lits rem          0 time: 0.00
86.57/21.73	c asymm  cl-useful: 0/1160/5340 lits-rem:0 time: 0.12
86.57/21.74	c calculated reachability. Time: 0.00
86.57/21.74	c  N dy   740    238299        60      5340         0     24209     37380    355098     17.89   no data
93.36/23.44	c  N dy   790    253524        60      5340         0     19238     37380    241213     17.88     18.95
99.35/24.90	c  N dy   820    269771        60      5340         0     33600     37380    536333     17.81     19.26
107.73/27.07	c  N dy   918    289913        60      5340         0     32054     37380    504006     17.85     18.87
115.71/29.06	c  F st  1022    306250        60      5340         0     26261     37380    371034     17.91   no data
116.91/29.38	c  N st  1027    309546        60      5340         0     29190     37380    434742     17.91   no data
128.87/32.34	c  N dy  1095    335989        60      5340         0     31301     37380    461854     17.89     18.85
138.46/34.76	c  N dy  1159    356062        60      5340         0     26935     37380    365689     17.88     19.21
139.26/34.92	c  S st  1171    357449        60      5340         0     28170     37380    392518     17.89   no data
139.26/34.99	c  S st  1171    357952        60      5340         0     28637     37380    403312     17.89   no data
139.26/35.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.66/35.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
139.66/35.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.66/35.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.66/35.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.66/35.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
139.66/35.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.66/35.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
139.66/35.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.65/35.57	c lits-rem:       159  cl-subs:     1535  v-elim:      0  v-fix:    0  time:  0.55 s
141.65/35.57	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
141.65/35.58	c vivif2 --  cl tried    27102 cl shrink        0 lits rem          0 time: 0.00
143.25/35.95	c asymm  cl-useful: 0/3627/5340 lits-rem:0 time: 0.37
143.25/35.95	c calculated reachability. Time: 0.00
143.25/35.95	c  N dy  1171    357952        60      5340         0     27102     37380    370170     17.89   no data
154.06/38.62	c  N dy  1272    377993        60      5340         0     44928     37380    751971     17.92     21.00
164.80/41.30	c  N dy  1351    400137        60      5340         0     41614     37380    665970     17.93     18.89
176.01/44.19	c  N dy  1395    420714        60      5340         0     35863     37380    527763     17.91     18.92
187.94/47.16	c  N dy  1494    440733        60      5340         0     28854     37380    373316     17.94     20.90
199.11/49.99	c  N dy  1615    460760        60      5340         0     46701     37380    758004     17.98     20.93
210.71/52.82	c  N dy  1715    480860        60      5340         0     38756     37380    572551     18.00     20.38
222.27/55.73	c  N dy  1753    502189        60      5340         0     30956     37380    393638     17.96     18.92
233.84/58.62	c  N dy  1867    522238        60      5340         0     48770     37380    775679     17.99     20.31
243.82/61.11	c  S st  1960    536928        60      5340         0     34385     37380    459996     18.02     17.79
244.22/61.20	c  S st  1960    537431        60      5340         0     34838     37380    470213     18.02   no data
244.22/61.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
244.22/61.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
244.22/61.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
244.22/61.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.22/61.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.22/61.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
244.22/61.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.22/61.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
244.22/61.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
247.41/62.01	c lits-rem:       175  cl-subs:     1768  v-elim:      0  v-fix:    0  time:  0.77 s
247.41/62.01	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
247.41/62.01	c vivif2 --  cl tried    33070 cl shrink        0 lits rem          0 time: 0.00
248.21/62.27	c asymm  cl-useful: 0/1713/5340 lits-rem:0 time: 0.26
248.21/62.27	c calculated reachability. Time: 0.00
248.21/62.27	c  N dy  1960    537431        60      5340         0     33070     37380    431918     18.02   no data
261.37/65.51	c  N dy  2057    558290        60      5340         0     51583     37380    829377     18.04     19.04
272.95/68.49	c  N dy  2161    578350        60      5340         0     41083     37380    598340     18.07     19.61
286.52/71.82	c  N dy  2213    599417        60      5340         0     30479     37380    356125     18.06     19.05
298.09/74.72	c  N dy  2319    619455        60      5340         0     48311     37380    740998     18.08     19.23
312.46/78.35	c  N dy  2435    639488        60      5340         0     35982     37380    465419     18.11     19.61
325.28/81.53	c  N dy  2476    661315        60      5340         0     55192     37380    868558     18.09     19.06
338.44/84.89	c  N dy  2528    683847        60      5340         0     44157     37380    628533     18.08     19.06
361.55/90.64	c  N dy  2620    716732        60      5340         0     41321     37380    544804     18.05     19.06
381.51/95.65	c  N dy  2649    750471        60      5340         0     38159     37380    469482     17.96     18.92
395.87/99.27	c  N dy  2779    770549        60      5340         0     55951     37380    854302     17.99     19.71
411.85/103.29	c  N dy  2851    792712        60      5340         0     42024     37380    546277     17.99     18.94
420.62/105.42	c  S st  2883    806146        60      5340         0     53907     37380    797663     17.99     16.41
421.03/105.58	c  S st  2883    806649        60      5340         0     54358     37380    807510     17.99   no data
421.03/105.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
421.03/105.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
421.44/105.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
421.44/105.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
421.44/105.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
421.44/105.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
421.44/105.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
421.44/105.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
421.44/105.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
434.60/108.97	c lits-rem:       579  cl-subs:     5842  v-elim:      0  v-fix:    0  time:  3.33 s
434.60/108.97	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
434.60/108.98	c vivif2 --  cl tried    48516 cl shrink        0 lits rem          0 time: 0.01
435.78/109.20	c asymm  cl-useful: 0/1235/5340 lits-rem:0 time: 0.22
435.78/109.20	c calculated reachability. Time: 0.00
435.78/109.20	c  N dy  2883    806649        60      5340         0     48516     37380    691287     17.99   no data
452.59/113.45	c  N dy  2992    826680        60      5340         0     66337     37380   1072624     18.00     21.35
468.11/117.38	c  N dy  3083    850070        60      5340         0     52970     37380    773267     18.00     18.98
490.07/122.81	c  N dy  3236    871341        60      5340         0     36597     37380    414147     18.04     19.00
503.64/126.29	c  N dy  3368    891380        60      5340         0     54401     37380    802336     18.06     20.82
523.59/131.21	c  N dy  3485    911462        60      5340         0     72268     37380   1189295     18.08     19.09
560.31/140.42	c  N dy  3496    968206        60      5340         0     48421     37380    620379     17.94     18.95
577.87/144.86	c  N dy  3587    989289        60      5340         0     67138     37380   1020234     17.95     18.90
597.46/149.71	c  N dy  3740   1009340        60      5340         0     47134     37380    616731     17.98     18.93
615.02/154.13	c  N dy  3861   1029754        60      5340         0     65317     37380   1010512     18.00     18.96
635.74/159.34	c  N dy  3981   1049771        60      5340         0     44142     37380    535042     18.01     19.49
652.90/163.64	c  F st  4071   1071876        60      5340         0     63651     37380    948754     18.02     17.64
652.90/163.64	c  N st  4071   1071876        60      5340         0     63651     37380    948754     18.02     17.64
676.85/169.62	c  N dy  4145   1097386        60      5340         0     46415     37380    570405     18.02     18.98
694.04/173.91	c  N dy  4262   1117435        60      5340         0     64195     37380    954622     18.04     19.01
725.54/181.84	c  N dy  4368   1155166        60      5340         0     56722     37380    772910     18.02     18.98
743.89/186.46	c  N dy  4435   1175638        60      5340         0     74786     37380   1155998     18.02     19.00
767.04/192.23	c  N dy  4559   1197296        60      5340         0     52558     37380    690546     18.04     18.99
780.21/195.51	c  S st  4623   1209975        60      5340         0     63842     37380    934287     18.05   no data
781.01/195.73	c  S st  4623   1210480        60      5340         0     64299     37380    944670     18.05   no data
781.01/195.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
781.01/195.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
781.01/195.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
781.01/195.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
781.01/195.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
781.01/195.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
781.01/195.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
781.01/195.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
781.42/195.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
803.37/201.36	c lits-rem:       628  cl-subs:     5716  v-elim:      0  v-fix:    0  time:  5.55 s
803.37/201.36	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
803.37/201.37	c vivif2 --  cl tried    58583 cl shrink        0 lits rem          0 time: 0.01
804.94/201.74	c asymm  cl-useful: 0/906/5340 lits-rem:0 time: 0.37
804.94/201.75	c calculated reachability. Time: 0.00
804.94/201.75	c  N dy  4623   1210480        60      5340         0     58583     37380    821266     18.05   no data
827.69/207.42	c  N dy  4693   1230516        60      5340         0     76332     37380   1202764     18.05     21.08
847.26/212.38	c  N dy  4786   1250573        60      5340         0     51903     37380    664679     18.05     20.70
866.41/217.15	c  N dy  4883   1271279        60      5340         0     70172     37380   1055597     18.06     19.08
892.75/223.75	c  N dy  5040   1291324        60      5340         0     44757     37380    502012     18.09     20.32
910.30/228.16	c  N dy  5142   1313595        60      5340         0     64478     37380    923594     18.09     19.08
932.25/233.63	c  N dy  5237   1333611        60      5340         0     82122     37380   1303105     18.10     20.68
962.98/241.34	c  N dy  5301   1365923        60      5340         0     66430     37380    946736     18.09     19.05
989.72/248.04	c  N dy  5435   1385956        60      5340         0     84084     37380   1331504     18.11     19.08
1010.11/253.17	c  N dy  5534   1406514        60      5340         0     57335     37380    751452     18.12     19.16
1028.83/257.87	c  N dy  5572   1427825        60      5340         0     76116     37380   1144689     18.11     19.21
1052.78/263.81	c  N dy  5650   1447923        60      5340         0     47952     37380    540356     18.11     19.07
1080.71/270.89	c  N dy  5653   1486980        60      5340         0     82036     37380   1232040     18.06     19.01
1107.85/277.65	c  N dy  5797   1509581        60      5340         0     55510     37380    693006     18.07     19.11
1127.80/282.67	c  N dy  5864   1531838        60      5340         0     75107     37380   1109436     18.07     19.16
1152.14/288.76	c  N dy  5943   1551903        60      5340         0     92816     37380   1485355     18.07     20.23
1170.10/293.28	c  N dy  6012   1572182        60      5340         0     63120     37380    841870     18.08     19.11
1193.25/299.01	c  N dy  6131   1592484        60      5340         0     81088     37380   1231043     18.09     19.15
1214.40/304.39	c  N dy  6143   1613167        60      5340         0     50704     37380    565918     18.07     19.03
1234.00/309.23	c  N dy  6280   1633589        60      5340         0     68852     37380    962604     18.09     19.09
1259.10/315.51	c  N dy  6391   1653592        60      5340         0     86575     37380   1345114     18.10     19.22
1285.84/322.25	c  N dy  6503   1673995        60      5340         0     55163     37380    653068     18.11     19.12
1303.00/326.55	c  N dy  6559   1694034        60      5340         0     72877     37380   1029347     18.11     19.10
1325.76/332.21	c  S st  6686   1710480        60      5340         0     87450     37380   1349736     18.12   no data
1326.94/332.53	c  S st  6686   1710985        60      5340         0     87902     37380   1360026     18.12   no data
1326.94/332.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1326.94/332.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1326.94/332.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1326.94/332.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1326.94/332.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1326.94/332.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1326.94/332.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1327.34/332.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1327.34/332.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1405.54/352.24	c lits-rem:      1131  cl-subs:     9912  v-elim:      0  v-fix:    0  time: 19.58 s
1405.54/352.24	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1405.54/352.26	c vivif2 --  cl tried    77990 cl shrink        0 lits rem          0 time: 0.02
1407.54/352.77	c asymm  cl-useful: 0/628/5340 lits-rem:0 time: 0.51
1407.54/352.77	c calculated reachability. Time: 0.00
1407.54/352.77	c  N dy  6686   1710985        60      5340         0     77990     37380   1147113     18.12   no data
1441.07/361.19	c  N dy  6799   1731296        60      5340         0     96001     37380   1537974     18.13     19.14
1463.81/366.80	c  N dy  6886   1753442        60      5340         0     65701     37380    871520     18.13     19.11
1484.57/372.09	c  N dy  6941   1774070        60      5340         0     83818     37380   1251423     18.13     19.18
1517.30/380.28	c  N dy  7029   1799408        60      5340         0     55213     37380    630182     18.13     19.12
1535.66/384.80	c  N dy  7104   1819882        60      5340         0     73256     37380   1014312     18.13     19.18
1565.18/392.27	c  N dy  7222   1839903        60      5340         0     91056     37380   1401897     18.14     21.07
1594.71/399.60	c  N dy  7326   1860068        60      5340         0     56985     37380    665338     18.14     19.13
1616.67/405.17	c  N dy  7413   1884263        60      5340         0     78200     37380   1116727     18.14     19.16
1645.81/412.42	c  N dy  7541   1904322        60      5340         0     95949     37380   1503206     18.15     19.34
1674.53/419.63	c  N dy  7672   1924366        60      5340         0     60772     37380    737600     18.17     20.48
1696.88/425.28	c  N dy  7742   1946728        60      5340         0     80447     37380   1152467     18.16     19.13
1728.81/433.23	c  N dy  7831   1970800        60      5340         0    101659     37380   1607247     18.17     19.20
1752.35/439.15	c  N dy  7917   1990820        60      5340         0     65506     37380    823172     18.17     19.18
1776.29/445.20	c  N dy  8009   2013164        60      5340         0     85261     37380   1249855     18.17     19.19
1811.41/453.95	c  N dy  8105   2037425        60      5340         0    106668     37380   1710026     18.18     19.20
1832.56/459.21	c  N dy  8157   2057453        60      5340         0     69515     37380    892642     18.17     20.78
1859.31/465.92	c  N dy  8320   2077532        60      5340         0     87311     37380   1285685     18.19     21.23
1890.03/473.68	c  N dy  8430   2097841        60      5340         0    105266     37380   1676772     18.19     19.17
1914.42/479.73	c  N dy  8475   2119498        60      5340         0     68738     37380    862942     18.19     19.16
1939.53/486.09	c  N dy  8591   2139574        60      5340         0     86523     37380   1250402     18.19     19.25
1973.45/494.52	c  N dy  8722   2161097        60      5340         0    105541     37380   1664170     18.20     19.21
2000.58/501.34	c  N dy  8822   2181135        60      5340         0     66769     37380    824808     18.21     20.97
2023.33/507.04	c  N dy  8918   2201195        60      5340         0     84485     37380   1208812     18.21     20.52
2039.69/511.11	c  S st  8973   2210987        60      5340         0     93170     37380   1398093     18.22   no data
2040.89/511.45	c  S st  8973   2211489        60      5340         0     93625     37380   1408497     18.22   no data
2040.89/511.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2041.30/511.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2041.30/511.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2041.30/511.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2041.30/511.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2041.30/511.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2041.30/511.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2041.30/511.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2041.30/511.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2118.30/530.87	c lits-rem:       961  cl-subs:     9710  v-elim:      0  v-fix:    0  time: 19.30 s
2118.30/530.87	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2118.30/530.89	c vivif2 --  cl tried    83915 cl shrink        0 lits rem          0 time: 0.02
2120.31/531.31	c asymm  cl-useful: 0/602/5340 lits-rem:0 time: 0.42
2120.31/531.31	c calculated reachability. Time: 0.00
2120.31/531.31	c  N dy  8973   2211489        60      5340         0     83915     37380   1199601     18.22   no data
2185.74/547.71	c  N dy  9025   2270113        60      5340         0     78304     37380   1033503     18.18     19.30
2210.09/553.87	c  N dy  9090   2290149        60      5340         0     95841     37380   1406610     18.18     19.98
2246.01/562.84	c  N dy  9220   2310191        60      5340         0    113582     37380   1795635     18.19     19.95
2268.76/568.54	c  N dy  9311   2330314        60      5340         0     73715     37380    955390     18.19     19.23
2295.50/575.23	c  N dy  9434   2350413        60      5340         0     91464     37380   1343391     18.20     20.47
2328.62/583.58	c  N dy  9554   2370459        60      5340         0    109180     37380   1730309     18.21     19.20
2356.56/590.52	c  N dy  9640   2390650        60      5340         0     68123     37380    827294     18.21     19.18
2377.30/595.78	c  N dy  9706   2410675        60      5340         0     85710     37380   1205421     18.21     20.50
2402.05/601.92	c  N dy  9747   2430738        60      5340         0    103296     37380   1569809     18.21     20.52
2434.38/610.02	c  N dy  9831   2450808        60      5340         0     61217     37380    666079     18.21     20.99
2471.93/619.45	c  N dy  9897   2490645        60      5340         0     95914     37380   1386494     18.19     19.25
2545.73/638.00	c  N dy  9964   2552733        60      5340         0     89471     37380   1223504     18.15     19.19
2577.65/645.97	c  N dy 10051   2575636        60      5340         0    109597     37380   1655886     18.15     19.50
2613.18/654.82	c  N dy 10139   2597451        60      5340         0     67619     37380    781642     18.15     19.29
2639.11/661.31	c  N dy 10297   2617530        60      5340         0     85401     37380   1174273     18.17     20.10
2667.45/668.43	c  N dy 10363   2638942        60      5340         0    104231     37380   1576698     18.17     19.14
2706.56/678.25	c  N dy 10485   2658983        60      5340         0    122009     37380   1964704     18.17     21.47
2733.30/684.92	c  N dy 10494   2684565        60      5340         0     81898     37380   1057782     18.16     19.12
2762.03/692.20	c  N dy 10544   2706847        60      5340         0    101376     37380   1466281     18.15     19.17
2770.81/694.35	c  S st 10585   2711491        60      5340         0    105492     37380   1557710     18.16   no data
2772.41/694.71	c  S st 10585   2711994        60      5340         0    105945     37380   1567951     18.16   no data
2772.41/694.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2772.41/694.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2772.41/694.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2772.41/694.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2772.41/694.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2772.41/694.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2772.41/694.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2772.41/694.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2772.81/694.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2841.04/711.95	c lits-rem:      1215  cl-subs:    14591  v-elim:      0  v-fix:    0  time: 17.12 s
2841.04/711.95	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2841.04/711.97	c vivif2 --  cl tried    91354 cl shrink        0 lits rem          0 time: 0.02
2843.04/712.41	c asymm  cl-useful: 0/530/5340 lits-rem:0 time: 0.43
2843.04/712.41	c calculated reachability. Time: 0.00
2843.04/712.41	c  N dy 10585   2711994        60      5340         0     91354     37380   1284533     18.16   no data
2880.94/721.99	c  N dy 10636   2733801        60      5340         0    110429     37380   1681266     18.15     19.21
2931.23/734.54	c  N dy 10782   2755824        60      5340         0     67599     37380    773788     18.16     19.14
2957.57/741.18	c  N dy 10888   2775886        60      5340         0     85318     37380   1159563     18.16     19.48
2989.52/749.18	c  N dy 11027   2795894        60      5340         0    103054     37380   1549267     18.17     19.94
3027.41/758.61	c  N dy 11132   2815906        60      5340         0    120739     37380   1933219     18.18     19.69
3059.76/766.74	c  N dy 11244   2836437        60      5340         0     75052     37380    918614     18.18     19.24
3085.68/773.29	c  N dy 11332   2856975        60      5340         0     93202     37380   1311308     18.19     19.21
3118.00/781.31	c  N dy 11426   2876987        60      5340         0    110882     37380   1693678     18.19     20.11
3159.12/791.67	c  N dy 11566   2897059        60      5340         0    128634     37380   2085805     18.20     19.29
3191.87/799.86	c  N dy 11677   2923026        60      5340         0     86410     37380   1144551     18.20     19.25
3218.97/806.62	c  N dy 11738   2943075        60      5340         0    103964     37380   1517406     18.20     19.65
3257.30/816.26	c  N dy 11871   2963129        60      5340         0    121727     37380   1907684     18.21     20.48
3292.41/825.05	c  N dy 11983   2983140        60      5340         0     73457     37380    863776     18.21     20.17
3315.14/830.76	c  N dy 12025   3005319        60      5340         0     92988     37380   1278379     18.21     19.17
3347.07/838.70	c  N dy 12091   3025403        60      5340         0    110572     37380   1652097     18.21     20.21
3386.58/848.69	c  N dy 12223   3045421        60      5340         0    128249     37380   2040066     18.22     20.65
3417.71/856.49	c  N dy 12260   3068500        60      5340         0     81399     37380   1002205     18.21     19.19
3446.48/863.62	c  N dy 12370   3088511        60      5340         0     99054     37380   1385859     18.21     21.42
3480.77/872.29	c  N dy 12450   3108759        60      5340         0    116892     37380   1770107     18.21     19.29
3520.28/882.17	c  N dy 12542   3128837        60      5340         0    134629     37380   2154196     18.22     19.84
3551.00/889.80	c  N dy 12546   3159298        60      5340         0     93363     37380   1234399     18.20     19.18
3581.73/897.60	c  N dy 12629   3179388        60      5340         0    111050     37380   1615996     18.20     20.32
3618.45/906.70	c  N dy 12725   3199399        60      5340         0    128629     37380   1992453     18.20     20.01
3645.98/913.60	c  S st 12809   3211995        60      5340         0     71326     37380    783930     18.20     15.20
3646.78/913.80	c  S st 12809   3212501        60      5340         0     71783     37380    794166     18.20   no data
3646.78/913.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3646.78/913.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3646.78/913.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3646.78/913.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3646.78/913.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3646.78/913.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3646.78/913.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3646.78/913.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3646.78/913.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3651.57/915.06	c lits-rem:        80  cl-subs:     1080  v-elim:      0  v-fix:    0  time:  1.18 s
3651.57/915.06	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3651.57/915.07	c vivif2 --  cl tried    70703 cl shrink        0 lits rem          0 time: 0.01
3652.80/915.37	c asymm  cl-useful: 0/668/5340 lits-rem:0 time: 0.30
3652.80/915.38	c calculated reachability. Time: 0.00
3652.80/915.38	c  N dy 12809   3212501        60      5340         0     70703     37380    772966     18.20   no data
3677.91/921.63	c  N dy 12867   3232564        60      5340         0     88181     37380   1137991     18.20     20.46
3710.62/929.80	c  N dy 12947   3254656        60      5340         0    107651     37380   1555787     18.20     19.25
3752.92/940.46	c  N dy 13090   3275319        60      5340         0    125987     37380   1958833     18.21     19.21
3790.03/949.71	c  N dy 13172   3295815        60      5340         0     74627     37380    848484     18.21     19.19
3825.15/958.50	c  N dy 13289   3318925        60      5340         0     95082     37380   1292129     18.22     19.19
3854.72/965.95	c  N dy 13344   3339034        60      5340         0    112722     37380   1667008     18.21     19.20
3899.36/977.12	c  N dy 13463   3360024        60      5340         0    131327     37380   2071354     18.22     19.18
3940.06/987.34	c  N dy 13549   3384228        60      5340         0     82118     37380    989487     18.22     19.33
3970.80/995.04	c  N dy 13709   3404285        60      5340         0     99918     37380   1384701     18.23     21.02
3999.14/1002.17	c  N dy 13724   3424466        60      5340         0    117504     37380   1744808     18.22     19.18
4036.65/1011.52	c  N dy 13790   3444515        60      5340         0    135061     37380   2117419     18.22     20.33
4072.97/1020.63	c  N dy 13879   3465450        60      5340         0     82219     37380    985787     18.22     19.23
4104.10/1028.43	c  N dy 13945   3489831        60      5340         0    103678     37380   1443914     18.22     19.28
4138.82/1037.16	c  N dy 14037   3510056        60      5340         0    121503     37380   1830282     18.22     19.22
4189.49/1049.88	c  N dy 14132   3533824        60      5340         0    142426     37380   2280714     18.22     19.23
4236.20/1061.51	c  N dy 14239   3569582        60      5340         0    101592     37380   1384405     18.22     19.29
4263.72/1068.46	c  N dy 14272   3589668        60      5340         0    119192     37380   1751051     18.21     19.64
4302.83/1078.24	c  N dy 14320   3612637        60      5340         0    139232     37380   2173192     18.21     19.22
4335.96/1086.53	c  N dy 14373   3633280        60      5340         0     84536     37380   1015984     18.20     19.21
4366.69/1094.29	c  N dy 14470   3655276        60      5340         0    103850     37380   1432024     18.21     19.25
4401.80/1103.04	c  N dy 14550   3675282        60      5340         0    121360     37380   1801589     18.21     20.04
4467.25/1119.46	c  N dy 14658   3709552        60      5340         0     77696     37380    863585     18.21     19.23
4471.24/1120.48	c  S st 14681   3712502        60      5340         0     80305     37380    921113     18.21     16.85
4472.44/1120.73	c  S st 14681   3713006        60      5340         0     80765     37380    931339     18.21   no data
4472.44/1120.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4472.44/1120.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4472.44/1120.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4472.44/1120.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4472.44/1120.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4472.44/1120.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4472.44/1120.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4472.84/1120.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4472.84/1120.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4480.81/1122.84	c lits-rem:       196  cl-subs:     2096  v-elim:      0  v-fix:    0  time:  2.02 s
4480.81/1122.84	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4480.81/1122.86	c vivif2 --  cl tried    78669 cl shrink        0 lits rem          0 time: 0.01
4482.02/1123.17	c asymm  cl-useful: 0/600/5340 lits-rem:0 time: 0.32
4482.02/1123.18	c calculated reachability. Time: 0.00
4482.02/1123.18	c  N dy 14681   3713006        60      5340         0     78669     37380    889440     18.21   no data
4507.95/1129.66	c  N dy 14748   3733192        60      5340         0     96309     37380   1264916     18.21     19.21
4541.46/1138.09	c  F st 14864   3751563        60      5340         0    112513     37380   1619741     18.21   no data
4545.06/1138.93	c  N st 14868   3753594        60      5340         0    114289     37380   1659382     18.21   no data
4585.36/1149.03	c  N dy 14928   3774991        60      5340         0    133075     37380   2059416     18.21     19.18
4644.03/1163.74	c  N dy 15032   3807891        60      5340         0     87424     37380   1056345     18.21     19.24
4678.75/1172.46	c  N dy 15165   3827972        60      5340         0    105171     37380   1446398     18.21     19.66
4716.26/1181.88	c  N dy 15271   3848055        60      5340         0    122861     37380   1831193     18.22     19.98
4775.73/1196.73	c  N dy 15434   3874532        60      5340         0    146269     37380   2342793     18.22     19.19

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366543-1305407124/watcher-3366543-1305407124 -o /tmp/evaluation-result-3366543-1305407124/solver-3366543-1305407124 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366543-1305407124.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: 8.28 8.18 8.01 5/298 2577
/proc/meminfo: memFree=12674472/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 652312075 52396032 347 33554432000 4194304 4580107 140735817575888 18446744073709551615 208080288753 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 12792 347 299 95 0 7774 0
[pid=2577/tid=2578] ppid=2575 vsize=216312 CPUtime=0 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 58 0 0 0 0 0 0 0 25 0 4 0 652312075 221503488 942 33554432000 4194304 4580107 140735817575888 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=216312 CPUtime=0 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 178 0 0 0 0 0 0 0 25 0 4 0 652312076 221503488 942 33554432000 4194304 4580107 140735817575888 18446744073709551615 208079893537 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=216312 CPUtime=0 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 197 0 0 0 0 0 0 0 25 0 4 0 652312076 221503488 942 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.111768 s]
/proc/loadavg: 8.28 8.18 8.01 5/298 2577
/proc/meminfo: memFree=12674472/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=216880 CPUtime=0.41 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 1328 0 0 0 41 0 0 0 25 0 4 0 652312075 222085120 1248 33554432000 4194304 4580107 140735817575888 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 54220 1248 358 95 0 49202 0
[pid=2577/tid=2578] ppid=2575 vsize=216880 CPUtime=0.1 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 171 0 0 0 10 0 0 0 25 0 4 0 652312075 222085120 1248 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=216880 CPUtime=0.1 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 195 0 0 0 10 0 0 0 25 0 4 0 652312076 222085120 1248 33554432000 4194304 4580107 140735817575888 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=216880 CPUtime=0.1 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 354 0 0 0 10 0 0 0 25 0 4 0 652312076 222085120 1248 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 216880

[startup+0.200753 s]
/proc/loadavg: 8.28 8.18 8.01 5/298 2577
/proc/meminfo: memFree=12674472/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=218792 CPUtime=0.77 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 2797 0 0 0 77 0 0 0 25 0 4 0 652312075 224043008 2423 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 54698 2423 375 95 0 49680 0
[pid=2577/tid=2578] ppid=2575 vsize=218792 CPUtime=0.18 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 594 0 0 0 18 0 0 0 25 0 4 0 652312075 224043008 2423 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=218792 CPUtime=0.19 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 639 0 0 0 19 0 0 0 18 0 4 0 652312076 224043008 2423 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=218792 CPUtime=0.19 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 525 0 0 0 19 0 0 0 25 0 4 0 652312076 224043008 2423 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294704 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 218792

[startup+0.300735 s]
/proc/loadavg: 8.28 8.18 8.01 5/298 2577
/proc/meminfo: memFree=12674472/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=220232 CPUtime=1.17 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 3389 0 0 0 116 1 0 0 25 0 4 0 652312075 225517568 2540 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 55058 2540 376 95 0 50040 0
[pid=2577/tid=2578] ppid=2575 vsize=220232 CPUtime=0.28 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 762 0 0 0 28 0 0 0 25 0 4 0 652312075 225517568 2540 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=220232 CPUtime=0.29 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 817 0 0 0 29 0 0 0 18 0 4 0 652312076 225517568 2540 33554432000 4194304 4580107 140735817575888 18446744073709551615 4487413 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=220232 CPUtime=0.29 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 589 0 0 0 29 0 0 0 25 0 4 0 652312076 225517568 2540 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 220232

[startup+0.700659 s]
/proc/loadavg: 8.28 8.18 8.01 5/298 2577
/proc/meminfo: memFree=12674472/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=221652 CPUtime=2.77 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 5310 0 0 0 276 1 0 0 25 0 4 0 652312075 226971648 3274 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 55413 3274 376 95 0 50395 0
[pid=2577/tid=2578] ppid=2575 vsize=221652 CPUtime=0.68 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 1216 0 0 0 68 0 0 0 25 0 4 0 652312075 226971648 3274 33554432000 4194304 4580107 140735817575888 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=221652 CPUtime=0.69 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 1272 0 0 0 69 0 0 0 18 0 4 0 652312076 226971648 3274 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=221652 CPUtime=0.69 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 1166 0 0 0 69 0 0 0 25 0 4 0 652312076 226971648 3274 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 221652

[startup+1.50051 s]
/proc/loadavg: 8.50 8.23 8.02 9/302 2581
/proc/meminfo: memFree=12671464/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=223120 CPUtime=5.96 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 9654 0 0 0 594 2 0 0 25 0 4 0 652312075 228474880 5143 33554432000 4194304 4580107 140735817575888 18446744073709551615 4415779 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 55780 5143 378 95 0 50762 0
[pid=2577/tid=2578] ppid=2575 vsize=223120 CPUtime=1.47 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 1987 0 0 0 147 0 0 0 25 0 4 0 652312075 228474880 5143 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=223120 CPUtime=1.48 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 2053 0 0 0 148 0 0 0 19 0 4 0 652312076 228474880 5143 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=223120 CPUtime=1.49 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 2008 0 0 0 149 0 0 0 25 0 4 0 652312076 228474880 5143 33554432000 4194304 4580107 140735817575888 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 223120

[startup+3.1002 s]
/proc/loadavg: 8.50 8.23 8.02 9/302 2582
/proc/meminfo: memFree=12653424/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=234900 CPUtime=12.34 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 17061 0 0 0 1231 3 0 0 25 0 4 0 652312075 240537600 9562 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 58725 9562 378 95 0 53707 0
[pid=2577/tid=2578] ppid=2575 vsize=234900 CPUtime=3.06 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 3859 0 0 0 306 0 0 0 25 0 4 0 652312075 240537600 9562 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=234900 CPUtime=3.09 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 4574 0 0 0 308 1 0 0 24 0 4 0 652312076 240537600 9562 33554432000 4194304 4580107 140735817575888 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=234900 CPUtime=3.08 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 4169 0 0 0 308 0 0 0 25 0 4 0 652312076 240537600 9562 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294404 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 234900

[startup+6.3006 s]
/proc/loadavg: 8.46 8.23 8.02 9/302 2582
/proc/meminfo: memFree=12638312/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=250544 CPUtime=25.11 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 25992 0 0 0 2505 6 0 0 25 0 4 0 652312075 256557056 12842 33554432000 4194304 4580107 140735817575888 18446744073709551615 4304880 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 62636 12842 378 95 0 57618 0
[pid=2577/tid=2578] ppid=2575 vsize=250544 CPUtime=6.23 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 6552 0 0 0 622 1 0 0 25 0 4 0 652312075 256557056 12842 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=250544 CPUtime=6.29 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 7034 0 0 0 627 2 0 0 25 0 4 0 652312076 256557056 12842 33554432000 4194304 4580107 140735817575888 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=250544 CPUtime=6.28 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 6136 0 0 0 627 1 0 0 25 0 4 0 652312076 256557056 12842 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 250544

[startup+12.7004 s]
/proc/loadavg: 8.42 8.22 8.02 9/302 2582
/proc/meminfo: memFree=12615636/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=249272 CPUtime=50.65 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 40112 0 0 0 5057 8 0 0 25 0 4 0 652312075 255254528 15935 33554432000 4194304 4580107 140735817575888 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 62318 15935 378 95 0 57300 0
[pid=2577/tid=2578] ppid=2575 vsize=249272 CPUtime=12.56 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 9554 0 0 0 1255 1 0 0 25 0 4 0 652312075 255254528 15935 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=249272 CPUtime=12.69 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 9912 0 0 0 1266 3 0 0 25 0 4 0 652312076 255254528 15935 33554432000 4194304 4580107 140735817575888 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=249272 CPUtime=12.68 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 9755 0 0 0 1267 1 0 0 25 0 4 0 652312076 255254528 15935 33554432000 4194304 4580107 140735817575888 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 249272

[startup+25.5009 s]
/proc/loadavg: 8.41 8.23 8.02 9/302 2582
/proc/meminfo: memFree=12595804/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=245424 CPUtime=101.74 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 58352 0 0 0 10160 14 0 0 25 0 4 0 652312075 251314176 19755 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 61356 19755 378 95 0 56338 0
[pid=2577/tid=2578] ppid=2575 vsize=245424 CPUtime=25.25 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 14991 0 0 0 2522 3 0 0 25 0 4 0 652312075 251314176 19755 33554432000 4194304 4580107 140735817575888 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=245424 CPUtime=25.48 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 15406 0 0 0 2544 4 0 0 25 0 4 0 652312076 251314176 19755 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=245424 CPUtime=25.48 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 14300 0 0 0 2546 2 0 0 25 0 4 0 652312076 251314176 19755 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 245424

[startup+51.1011 s]
/proc/loadavg: 8.27 8.21 8.02 9/302 2583
/proc/meminfo: memFree=12577020/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=275620 CPUtime=203.9 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 87625 0 0 0 20369 21 0 0 25 0 4 0 652312075 282234880 23955 33554432000 4194304 4580107 140735817575888 18446744073709551615 4304880 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 68905 23955 378 95 0 63887 0
[pid=2577/tid=2578] ppid=2575 vsize=275620 CPUtime=50.62 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 23039 0 0 0 5057 5 0 0 25 0 4 0 652312075 282234880 23955 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=275620 CPUtime=51.09 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 23314 0 0 0 5102 7 0 0 25 0 4 0 652312076 282234880 23955 33554432000 4194304 4580107 140735817575888 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=275620 CPUtime=51.07 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 20813 0 0 0 5104 3 0 0 25 0 4 0 652312076 282234880 23955 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 275620

[startup+102.3 s]
/proc/loadavg: 8.19 8.20 8.03 9/302 2615
/proc/meminfo: memFree=12872020/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=286600 CPUtime=408.26 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 121635 0 0 0 40791 35 0 0 25 0 4 0 652312075 293478400 26679 33554432000 4194304 4580107 140735817575888 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 71650 26679 378 95 0 66632 0
[pid=2577/tid=2578] ppid=2575 vsize=286600 CPUtime=101.36 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 27802 0 0 0 10129 7 0 0 25 0 4 0 652312075 293478400 26682 33554432000 4194304 4580107 140735817575888 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=286600 CPUtime=102.3 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 34588 0 0 0 10219 11 0 0 25 0 4 0 652312076 293478400 26682 33554432000 4194304 4580107 140735817575888 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=286600 CPUtime=102.29 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 26288 0 0 0 10224 5 0 0 25 0 4 0 652312076 293478400 26682 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 286600

[startup+162.301 s]

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

[pid=2577] ppid=2575 vsize=348824 CPUtime=2802.74 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 411849 0 0 0 280116 158 0 0 25 0 4 0 652312075 357195776 61994 33554432000 4194304 4580107 140735817575888 18446744073709551615 4406408 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 87206 61994 378 95 0 82188 0
[pid=2577/tid=2578] ppid=2575 vsize=348824 CPUtime=695.78 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 94754 0 0 0 69543 35 0 0 25 0 4 0 652312075 357195776 61994 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=348824 CPUtime=702.32 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 111810 0 0 0 70188 44 0 0 25 0 4 0 652312076 357195776 61994 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=348824 CPUtime=702.3 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 94463 0 0 0 70195 35 0 0 25 0 4 0 652312076 357195776 61994 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2802.74
Current children cumulated vsize (KiB) 348824

[startup+762.301 s]
/proc/loadavg: 8.07 8.10 8.05 9/302 2633
/proc/meminfo: memFree=12435560/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=412696 CPUtime=3042.19 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 428853 0 0 0 304053 166 0 0 25 0 4 0 652312075 422600704 65271 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 103174 65271 378 95 0 98156 0
[pid=2577/tid=2578] ppid=2575 vsize=412696 CPUtime=755.22 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 99832 0 0 0 75484 38 0 0 25 0 4 0 652312075 422600704 65272 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=412696 CPUtime=762.32 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 116781 0 0 0 76186 46 0 0 25 0 4 0 652312076 422600704 65272 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=412696 CPUtime=762.31 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 98059 0 0 0 76194 37 0 0 25 0 4 0 652312076 422600704 65272 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3042.19
Current children cumulated vsize (KiB) 412696

[startup+822.301 s]
/proc/loadavg: 8.06 8.09 8.05 9/302 2634
/proc/meminfo: memFree=12364608/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=437936 CPUtime=3281.63 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 445176 0 0 0 327989 174 0 0 25 0 4 0 652312075 448446464 76275 33554432000 4194304 4580107 140735817575888 18446744073709551615 4304864 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 109484 76275 378 95 0 104466 0
[pid=2577/tid=2578] ppid=2575 vsize=437936 CPUtime=814.66 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 103103 0 0 0 81426 40 0 0 25 0 4 0 652312075 448446464 76275 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=437936 CPUtime=822.32 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 122076 0 0 0 82184 48 0 0 25 0 4 0 652312076 448446464 76275 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=437936 CPUtime=822.3 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 100740 0 0 0 82192 38 0 0 25 0 4 0 652312076 448446464 76275 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3281.63
Current children cumulated vsize (KiB) 437936

[startup+882.312 s]
/proc/loadavg: 8.09 8.10 8.06 9/302 2636
/proc/meminfo: memFree=12397824/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=385808 CPUtime=3521.11 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 453864 0 0 0 351931 180 0 0 25 0 4 0 652312075 395067392 71816 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 96452 71816 378 95 0 91434 0
[pid=2577/tid=2578] ppid=2575 vsize=385808 CPUtime=874.1 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 103394 0 0 0 87370 40 0 0 25 0 4 0 652312075 395067392 71816 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=385808 CPUtime=882.33 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 127481 0 0 0 88181 52 0 0 25 0 4 0 652312076 395067392 71816 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=385808 CPUtime=882.31 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 100964 0 0 0 88192 39 0 0 25 0 4 0 652312076 395067392 71816 33554432000 4194304 4580107 140735817575888 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3521.11
Current children cumulated vsize (KiB) 385808

[startup+942.3 s]
/proc/loadavg: 8.10 8.11 8.06 9/302 2638
/proc/meminfo: memFree=12334936/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=439148 CPUtime=3760.49 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 464411 0 0 0 375862 187 0 0 25 0 4 0 652312075 449687552 74431 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 109787 74431 378 95 0 104769 0
[pid=2577/tid=2578] ppid=2575 vsize=439148 CPUtime=933.51 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 103398 0 0 0 93311 40 0 0 25 0 4 0 652312075 449687552 74431 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=439148 CPUtime=942.32 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 132847 0 0 0 94177 55 0 0 25 0 4 0 652312076 449687552 74431 33554432000 4194304 4580107 140735817575888 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=439148 CPUtime=942.3 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 101092 0 0 0 94191 39 0 0 25 0 4 0 652312076 449687552 74431 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3760.49
Current children cumulated vsize (KiB) 439148

[startup+1002.3 s]
/proc/loadavg: 8.07 8.10 8.06 9/302 2639
/proc/meminfo: memFree=12261896/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=454112 CPUtime=3999.93 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 476177 0 0 0 399800 193 0 0 25 0 4 0 652312075 465010688 77350 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 113528 77350 378 95 0 108510 0
[pid=2577/tid=2578] ppid=2575 vsize=454112 CPUtime=992.94 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 106071 0 0 0 99252 42 0 0 25 0 4 0 652312075 465010688 77350 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=454112 CPUtime=1002.33 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 138428 0 0 0 100176 57 0 0 25 0 4 0 652312076 465010688 77350 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=454112 CPUtime=1002.31 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 101658 0 0 0 100191 40 0 0 25 0 4 0 652312076 465010688 77350 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3999.93
Current children cumulated vsize (KiB) 454112

[startup+1062.3 s]
/proc/loadavg: 8.02 8.08 8.06 9/302 2641
/proc/meminfo: memFree=12287180/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=480404 CPUtime=4239.38 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 488510 0 0 0 423738 200 0 0 25 0 4 0 652312075 491933696 78072 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 120101 78072 378 95 0 115083 0
[pid=2577/tid=2578] ppid=2575 vsize=480404 CPUtime=1052.38 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 108118 0 0 0 105195 43 0 0 25 0 4 0 652312075 491933696 78072 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=480404 CPUtime=1062.33 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 143693 0 0 0 106173 60 0 0 25 0 4 0 652312076 491933696 78072 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=480404 CPUtime=1062.31 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 101658 0 0 0 106191 40 0 0 25 0 4 0 652312076 491933696 78072 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4239.38
Current children cumulated vsize (KiB) 480404

[startup+1122.3 s]
/proc/loadavg: 8.16 8.10 8.06 9/302 2642
/proc/meminfo: memFree=12266704/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=455080 CPUtime=4478.81 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 502960 0 0 0 447674 207 0 0 25 0 4 0 652312075 466001920 72522 33554432000 4194304 4580107 140735817575888 18446744073709551615 4415779 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 113770 72522 378 95 0 108752 0
[pid=2577/tid=2578] ppid=2575 vsize=455080 CPUtime=1111.82 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 112168 0 0 0 111136 46 0 0 25 0 4 0 652312075 466001920 72522 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=455080 CPUtime=1122.33 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 147835 0 0 0 112172 61 0 0 25 0 4 0 652312076 466001920 72522 33554432000 4194304 4580107 140735817575888 18446744073709551615 4305280 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=455080 CPUtime=1122.31 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 102913 0 0 0 112190 41 0 0 25 0 4 0 652312076 466001920 72522 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4478.81
Current children cumulated vsize (KiB) 455080

[startup+1182.3 s]
/proc/loadavg: 8.20 8.11 8.07 9/302 2644
/proc/meminfo: memFree=12259628/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=442148 CPUtime=4718.26 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 517333 0 0 0 471609 217 0 0 25 0 4 0 652312075 452759552 71683 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 110537 71683 378 95 0 105519 0
[pid=2577/tid=2578] ppid=2575 vsize=442148 CPUtime=1171.24 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 112860 0 0 0 117078 46 0 0 25 0 4 0 652312075 452759552 71683 33554432000 4194304 4580107 140735817575888 18446744073709551615 4305571 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=442148 CPUtime=1182.33 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 153739 0 0 0 118169 64 0 0 25 0 4 0 652312076 452759552 71683 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=442148 CPUtime=1182.31 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 106766 0 0 0 118188 43 0 0 25 0 4 0 652312076 452759552 71683 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4718.26
Current children cumulated vsize (KiB) 442148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.14 8.10 8.07 9/302 2645
/proc/meminfo: memFree=12248204/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=442200 CPUtime=4800.08 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 523238 0 0 0 479788 220 0 0 25 0 4 0 652312075 452812800 71842 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 110550 71842 378 95 0 105532 0
[pid=2577/tid=2578] ppid=2575 vsize=442200 CPUtime=1191.55 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 115015 0 0 0 119108 47 0 0 25 0 4 0 652312075 452812800 71842 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=442200 CPUtime=1202.85 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 154713 0 0 0 120220 65 0 0 25 0 4 0 652312076 452812800 71842 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=442200 CPUtime=1202.82 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 107670 0 0 0 120238 44 0 0 25 0 4 0 652312076 452812800 71842 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 442200

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

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

[startup+1202.8 s]
/proc/loadavg: 8.14 8.10 8.07 9/302 2645
/proc/meminfo: memFree=12248204/32950928 swapFree=67083212/67111528
[pid=2577] ppid=2575 vsize=442200 CPUtime=4800.08 cores=1,3,5,7
/proc/2577/stat : 2577 (strangenight2-m) R 2575 2577 2430 0 -1 4202496 523238 0 0 0 479788 220 0 0 25 0 4 0 652312075 452812800 71842 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2577/statm: 110550 71842 378 95 0 105532 0
[pid=2577/tid=2578] ppid=2575 vsize=442200 CPUtime=1191.55 cores=1,3,5,7
/proc/2577/task/2578/stat : 2578 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 115015 0 0 0 119108 47 0 0 25 0 4 0 652312075 452812800 71842 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2577/tid=2579] ppid=2575 vsize=442200 CPUtime=1202.85 cores=1,3,5,7
/proc/2577/task/2579/stat : 2579 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 154713 0 0 0 120220 65 0 0 25 0 4 0 652312076 452812800 71842 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2577/tid=2580] ppid=2575 vsize=442200 CPUtime=1202.82 cores=1,3,5,7
/proc/2577/task/2580/stat : 2580 (strangenight2-m) R 2575 2577 2430 0 -1 4202560 107670 0 0 0 120238 44 0 0 25 0 4 0 652312076 452812800 71842 33554432000 4194304 4580107 140735817575888 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 442200

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.83
CPU time (s): 4800.14
CPU user time (s): 4797.92
CPU system time (s): 2.21466
CPU usage (%): 399.07
Max. virtual memory (cumulated for all children) (KiB): 480404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.92
system time used= 2.21466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 523239
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 359
involuntary context switches= 31425

runsolver used 3.07753 second user time and 8.23975 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 23:05:24
IDJOB=3366543
IDBENCH=82952
IDSOLVER=1844
FILE ID=node127/3366543-1305407124
RUNJOBID= node127-1305405919-2449
PBS_JOBID= 13324505
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= 063ddd149f36deba1032de0c40881dff
RANDOM SEED=1697483654

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12674752 kB
Buffers:        289248 kB
Cached:        3365300 kB
SwapCached:       1620 kB
Active:       17273556 kB
Inactive:      2666212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12674752 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            5488 kB
Writeback:           0 kB
AnonPages:    16283872 kB
Mapped:          26680 kB
Slab:           226040 kB
PageTables:      47728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44855980 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= 73468 MiB
End job on node127 at 2011-05-14 23:25:29