Trace number 3174149

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S2045410966-069.SATISFIABLE.cnf
MD5SUM451ffe4472cc20e5e3b12a007e082982
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.077987
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

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-3174149-1304104308.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.01	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.01	c -- vars added         70
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
3.16/0.80	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
3.16/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.16/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.16/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.16/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.16/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3.16/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.16/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.16/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.16/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.16/0.80	c calculated reachability. Time: 0.00
3.16/0.80	c Calc default polars -  time:   0.00 s pos:      34 undec:       0 neg:      36
3.16/0.80	c =========================================================================================
3.16/0.80	c types(t): F = full restart, N = normal restart
3.16/0.80	c types(t): S = simplification begin/end, E = solution found
3.16/0.80	c restart types(rt): st = static, dy = dynamic
3.16/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.80	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
3.16/0.80	c  N dy     8      4399        70      6230         0      3942     43610     94290     20.00     21.08
3.16/0.80	c  N dy    23     10367        70      6230         0      7101     43610    162437     20.17     21.31
3.16/0.80	c  N dy    33     14866        70      6230         0      7335     43610    157311     20.09     21.29
3.56/0.90	c  N dy    59     18942        70      6230         0      5956     43610    115226     20.41     22.91
3.97/1.08	c  N dy    95     23253        70      6230         0      9854     43610    211064     20.77     22.13
4.37/1.17	c  F st   102     25001        70      6230         0     11457     43610    250212     20.80     19.71
5.16/1.32	c  N st   107     28301        70      6230         0      8270     43610    158515     20.80   no data
5.16/1.39	c  S st   108     30001        70      6230         0      9786     43610    195577     20.80   no data
5.56/1.43	c  S st   108     30504        70      6230         0     10245     43610    206731     20.80   no data
5.56/1.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.56/1.43	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.56/1.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.56/1.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.56/1.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.64	c lits-rem:       131  cl-subs:      871  v-elim:      0  v-fix:    0  time:  0.20 s
7.55/1.90	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.26
7.55/1.90	c calculated reachability. Time: 0.00
7.55/1.90	c  N dy   108     30504        70      6230         0      9374     43610    184105     20.80   no data
9.54/2.43	c  N dy   117     40624        70      6230         0     11396     43610    217384     20.47     21.56
10.34/2.68	c  N dy   139     44632        70      6230         0     15052     43610    306609     20.58     21.99
10.75/2.74	c  S st   143     45757        70      6230         0     16088     43610    331832     20.59   no data
10.75/2.79	c  S st   143     46262        70      6230         0      8464     43610    138188     20.59   no data
10.75/2.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.15/2.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.15/2.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.15/2.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.15/2.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
11.15/2.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.15/2.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.15/2.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.84	c lits-rem:         3  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.04 s
11.15/2.84	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
11.15/2.84	c vivif2 --  cl tried     8418 cl shrink        0 lits rem          0 time: 0.00
11.95/3.08	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.24
11.95/3.08	c calculated reachability. Time: 0.00
11.95/3.08	c  N dy   143     46262        70      6230         0      8418     43610    136905     20.59   no data
14.75/3.70	c  N dy   152     57752        70      6230         0      9802     43610    159443     20.33     21.45
16.34/4.20	c  N dy   170     66458        70      6230         0     17674     43610    343996     20.21     21.30
17.56/4.42	c  S st   184     69393        70      6230         0     10406     43610    162058     20.26   no data
17.56/4.46	c  S st   184     69895        70      6230         0     10868     43610    173353     20.26   no data
17.56/4.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.56/4.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.56/4.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.56/4.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.56/4.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.56/4.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.56/4.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.56/4.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.56/4.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.94/4.54	c lits-rem:        14  cl-subs:      150  v-elim:      0  v-fix:    0  time:  0.06 s
17.94/4.54	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
17.94/4.54	c vivif2 --  cl tried    10718 cl shrink        0 lits rem          0 time: 0.00
19.14/4.83	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.29
19.54/4.99	c calculated reachability. Time: 0.00
19.54/4.99	c  N dy   184     69895        70      6230         0     10718     43610    169298     20.26   no data
20.73/5.29	c  N dy   200     77865        70      6230         0     17880     43610    340101     20.21     21.36
22.33/5.69	c  N dy   228     82875        70      6230         0     11578     43610    179795     20.26     22.23
23.53/5.94	c  F st   232     87500        70      6230         0     15747     43610    277506     20.22     17.81
23.93/6.01	c  N st   235     88691        70      6230         0     16827     43610    304467     20.22   no data
25.54/6.47	c  N dy   247     94782        70      6230         0     22327     43610    439400     20.24     21.34
27.53/6.91	c  N dy   272    100872        70      6230         0     16095     43610    273674     20.28     21.52
28.73/7.22	c  S st   307    104843        70      6230         0     19718     43610    363067     20.36     21.21
28.73/7.28	c  S st   307    105346        70      6230         0     20178     43610    374420     20.36   no data
28.73/7.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.73/7.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.73/7.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.73/7.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.73/7.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.73/7.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
28.73/7.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.73/7.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.13/7.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.75/7.72	c lits-rem:       224  cl-subs:     1561  v-elim:      0  v-fix:    0  time:  0.42 s
30.75/7.72	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
30.75/7.73	c vivif2 --  cl tried    18617 cl shrink        0 lits rem          0 time: 0.00
32.33/8.10	c asymm  cl-useful: 0/5355/6230 lits-rem:0 time: 0.37
32.33/8.10	c calculated reachability. Time: 0.00
32.33/8.10	c  N dy   307    105346        70      6230         0     18617     43610    334047     20.36   no data
34.32/8.68	c  N dy   340    112085        70      6230         0     24732     43610    482886     20.41     21.79
36.32/9.17	c  N dy   354    119249        70      6230         0     18570     43610    320033     20.40     22.18
39.92/10.03	c  N dy   377    129313        70      6230         0     14149     43610    204147     20.41     21.49
47.92/12.01	c  N dy   415    156056        70      6230         0     23716     43610    411246     20.15     21.24
48.32/12.18	c  S st   420    158019        70      6230         0     25508     43610    454077     20.15     19.39
48.70/12.25	c  S st   420    158524        70      6230         0     25975     43610    465626     20.15   no data
48.70/12.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.70/12.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
48.70/12.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.70/12.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.70/12.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.70/12.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
48.70/12.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.70/12.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
48.70/12.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.09/13.38	c lits-rem:       772  cl-subs:     3246  v-elim:      0  v-fix:    0  time:  1.10 s
53.09/13.39	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
53.09/13.39	c vivif2 --  cl tried    22729 cl shrink        0 lits rem          0 time: 0.00
53.49/13.47	c asymm  cl-useful: 0/875/6230 lits-rem:0 time: 0.08
53.49/13.47	c calculated reachability. Time: 0.00
53.49/13.47	c  N dy   420    158524        70      6230         0     22729     43610    395220     20.15   no data
57.88/14.51	c  N dy   481    168714        70      6230         0     16840     43610    243375     20.23     21.30
61.51/15.40	c  N dy   535    179497        70      6230         0     26616     43610    479261     20.28     23.42
65.51/16.46	c  N dy   548    190989        70      6230         0     20764     43610    322807     20.21     22.30
69.89/17.54	c  N dy   580    203187        70      6230         0     31778     43610    583793     20.19     21.29
75.87/19.05	c  N dy   665    219190        70      6230         0     29163     43610    518368     20.26     21.34
81.86/20.58	c  N dy   719    233187        70      6230         0     23744     43610    368950     20.28     22.22
83.48/20.96	c  S st   721    237787        70      6230         0     27907     43610    464688     20.23     18.75
83.86/21.03	c  S st   721    238290        70      6230         0     28374     43610    476159     20.23   no data
83.86/21.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.86/21.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
83.86/21.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.86/21.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.86/21.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.86/21.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
83.86/21.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.86/21.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.86/21.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.05/21.89	c lits-rem:       272  cl-subs:     2456  v-elim:      0  v-fix:    0  time:  0.83 s
87.05/21.89	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
87.47/21.90	c vivif2 --  cl tried    25918 cl shrink        0 lits rem          0 time: 0.01
88.65/22.28	c asymm  cl-useful: 0/4127/6230 lits-rem:0 time: 0.38
88.65/22.28	c calculated reachability. Time: 0.00
88.65/22.28	c  N dy   721    238290        70      6230         0     25918     43610    420642     20.23   no data
95.85/24.01	c  N dy   784    253534        70      6230         0     20880     43610    287831     20.26     23.30
102.63/25.76	c  N dy   882    269791        70      6230         0     35687     43610    649117     20.33     21.41
110.62/27.78	c  N dy   961    287961        70      6230         0     32270     43610    547712     20.38     21.46
119.41/29.97	c  F st  1039    306250        70      6230         0     27966     43610    431497     20.42     19.88
119.81/30.00	c  N st  1040    306500        70      6230         0     28193     43610    437064     20.42   no data
129.00/32.39	c  N dy  1064    327000        70      6230         0     24981     43610    345022     20.37     21.44
139.39/34.93	c  N dy  1165    347495        70      6230         0     43584     43610    795813     20.41     21.53
143.79/36.00	c  S st  1178    357435        70      6230         0     29814     43610    448137     20.39     19.67
143.79/36.08	c  S st  1178    357942        70      6230         0     30277     43610    459677     20.39   no data
143.79/36.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.79/36.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
143.79/36.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.79/36.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.79/36.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.79/36.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
143.79/36.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
144.19/36.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
144.19/36.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.98/36.87	c lits-rem:       349  cl-subs:     2037  v-elim:      0  v-fix:    0  time:  0.76 s
146.98/36.87	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
146.98/36.88	c vivif2 --  cl tried    28240 cl shrink        0 lits rem          0 time: 0.00
148.18/37.12	c asymm  cl-useful: 0/2103/6230 lits-rem:0 time: 0.24
148.18/37.12	c calculated reachability. Time: 0.00
148.18/37.12	c  N dy  1178    357942        70      6230         0     28240     43610    412934     20.39   no data
157.78/39.55	c  N dy  1226    378013        70      6230         0     46393     43610    846950     20.37     21.47
170.96/42.83	c  N dy  1334    401503        70      6230         0     44240     43610    787044     20.40     21.63
182.13/45.69	c  N dy  1443    421687        70      6230         0     38227     43610    629562     20.44     21.54
194.11/48.66	c  N dy  1553    441758        70      6230         0     31137     43610    440554     20.48     23.31
205.70/51.59	c  N dy  1618    462804        70      6230         0     50163     43610    901049     20.49     21.64
215.69/54.00	c  N dy  1656    482902        70      6230         0     42061     43610    688605     20.47     21.56
228.50/57.28	c  N dy  1762    503735        70      6230         0     33846     43610    483599     20.50     21.65
245.67/61.50	c  N dy  1811    536913        70      6230         0     35654     43610    505119     20.44     17.15
245.67/61.50	c  S st  1811    536913        70      6230         0     35654     43610    505119     20.44     17.15
245.67/61.59	c  S st  1811    537417        70      6230         0     36118     43610    516839     20.44   no data
245.67/61.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
246.08/61.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
246.08/61.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
246.08/61.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
246.08/61.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.08/61.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
246.08/61.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
246.08/61.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
246.08/61.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.07/62.64	c lits-rem:       333  cl-subs:     2199  v-elim:      0  v-fix:    0  time:  1.00 s
250.07/62.64	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
250.07/62.64	c vivif2 --  cl tried    33919 cl shrink        0 lits rem          0 time: 0.01
250.85/62.85	c asymm  cl-useful: 0/1755/6230 lits-rem:0 time: 0.21
250.85/62.85	c calculated reachability. Time: 0.00
250.85/62.85	c  N dy  1811    537417        70      6230         0     33919     43610    470420     20.44   no data
264.04/66.16	c  N dy  1865    561264        70      6230         0     55435     43610    984270     20.42     21.53
277.62/69.57	c  N dy  1975    584683        70      6230         0     47915     43610    800201     20.45     21.55
291.60/73.02	c  N dy  2045    605906        70      6230         0     37331     43610    528094     20.46     21.72
305.19/76.41	c  N dy  2127    628059        70      6230         0     57340     43610   1013844     20.47     21.67
317.17/79.44	c  N dy  2203    648066        70      6230         0     44775     43610    695315     20.48     22.33
332.34/83.23	c  N dy  2281    668144        70      6230         0     62915     43610   1135443     20.50     22.32
353.92/88.69	c  N dy  2333    704267        70      6230         0     63635     43610   1116511     20.44     21.55
368.31/92.22	c  N dy  2471    724992        70      6230         0     49963     43610    800277     20.47     21.57
385.49/96.51	c  N dy  2537    745232        70      6230         0     34851     43610    416005     20.48     21.56
397.47/99.52	c  N dy  2611    765252        70      6230         0     52908     43610    847731     20.48     23.53
415.05/103.91	c  N dy  2724    785606        70      6230         0     37078     43610    455336     20.51     21.61
428.23/107.25	c  N dy  2823    805621        70      6230         0     55246     43610    899029     20.53     21.62
428.63/107.37	c  S st  2829    806125        70      6230         0     55704     43610    910537     20.53   no data
429.43/107.51	c  S st  2829    806631        70      6230         0     56175     43610    922415     20.53   no data
429.43/107.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
429.43/107.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
429.43/107.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
429.43/107.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
429.43/107.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
429.43/107.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
429.43/107.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
429.43/107.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
429.43/107.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
443.43/111.08	c lits-rem:       721  cl-subs:     4634  v-elim:      0  v-fix:    0  time:  3.49 s
443.43/111.09	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
443.43/111.10	c vivif2 --  cl tried    51541 cl shrink        0 lits rem          0 time: 0.01
444.61/111.37	c asymm  cl-useful: 0/1080/6230 lits-rem:0 time: 0.27
444.61/111.37	c calculated reachability. Time: 0.00
444.61/111.37	c  N dy  2829    806631        70      6230         0     51541     43610    804635     20.53   no data
468.19/117.22	c  N dy  2921    837786        70      6230         0     44515     43610    617760     20.52     21.68
484.56/121.32	c  N dy  3017    857811        70      6230         0     62641     43610   1058241     20.53     21.74
501.35/125.59	c  N dy  3134    878882        70      6230         0     45683     43610    639475     20.56     21.80
516.93/129.41	c  N dy  3219    898972        70      6230         0     63805     43610   1079208     20.57     23.08
533.70/133.65	c  N dy  3329    919029        70      6230         0     45001     43610    611362     20.59     22.20
548.48/137.35	c  N dy  3407    939203        70      6230         0     63247     43610   1054102     20.59     21.68
569.25/142.58	c  N dy  3476    963815        70      6230         0     47415     43610    644537     20.58     21.74
585.63/146.64	c  N dy  3564    983901        70      6230         0     65519     43610   1083263     20.59     22.55
605.21/151.51	c  N dy  3648   1004975        70      6230         0     45857     43610    603108     20.60     21.72
632.80/158.46	c  N dy  3739   1040930        70      6230         0     78072     43610   1379158     20.58     21.73
649.56/162.64	c  N dy  3844   1063731        70      6230         0     59072     43610    913984     20.60     21.75
657.14/164.50	c  F st  3883   1071876        70      6230         0     66460     43610   1094552     20.60   no data
674.33/168.81	c  N dy  3940   1089458        70      6230         0     41728     43610    475993     20.60     21.69
692.30/173.36	c  N dy  4024   1115787        70      6230         0     65366     43610   1046461     20.60     21.82
715.48/179.14	c  N dy  4089   1139827        70      6230         0     45577     43610    554689     20.60     21.72
729.85/182.75	c  N dy  4151   1159857        70      6230         0     63666     43610    991113     20.60     21.72
751.45/188.14	c  N dy  4247   1180426        70      6230         0     82318     43610   1446908     20.61     21.93
769.40/192.66	c  N dy  4317   1200514        70      6230         0     58045     43610    845046     20.61     21.72
777.81/194.76	c  S st  4325   1209947        70      6230         0     66509     43610   1047617     20.61     19.36
778.59/194.99	c  S st  4325   1210451        70      6230         0     66980     43610   1059478     20.61   no data
778.59/195.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
778.99/195.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
778.99/195.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
778.99/195.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
778.99/195.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
778.99/195.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
778.99/195.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
778.99/195.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
778.99/195.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
809.35/202.61	c lits-rem:       872  cl-subs:     5680  v-elim:      0  v-fix:    0  time:  7.49 s
809.35/202.61	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
809.35/202.63	c vivif2 --  cl tried    61300 cl shrink        0 lits rem          0 time: 0.01
810.95/203.01	c asymm  cl-useful: 0/855/6230 lits-rem:0 time: 0.38
810.95/203.01	c calculated reachability. Time: 0.00
810.95/203.01	c  N dy  4325   1210451        70      6230         0     61300     43610    922747     20.61   no data
846.50/211.91	c  N dy  4363   1252322        70      6230         0     55714     43610    764740     20.56     21.78
863.27/216.15	c  N dy  4430   1272627        70      6230         0     73994     43610   1202781     20.55     21.69
885.25/221.63	c  N dy  4503   1292723        70      6230         0     48275     43610    584599     20.56     21.85
901.22/225.66	c  N dy  4596   1313140        70      6230         0     66614     43610   1032115     20.57     21.76
924.79/231.58	c  N dy  4661   1337179        70      6230         0     88203     43610   1551643     20.57     21.69
947.57/237.20	c  N dy  4742   1360533        70      6230         0     64517     43610    965837     20.57     21.67
976.32/244.44	c  N dy  4812   1386470        70      6230         0     87877     43610   1526742     20.56     21.84
994.29/248.95	c  N dy  4865   1407074        70      6230         0     60463     43610    846226     20.56     21.67
1029.46/257.70	c  N dy  4898   1449126        70      6230         0     51355     43610    615717     20.52     21.82
1048.63/262.58	c  N dy  5040   1469944        70      6230         0     70194     43610   1081567     20.54     21.71
1071.81/268.39	c  N dy  5143   1490090        70      6230         0     88429     43610   1528411     20.55     21.63
1091.37/273.28	c  N dy  5212   1510099        70      6230         0     58813     43610    787173     20.55     22.43
1114.54/279.03	c  N dy  5320   1534003        70      6230         0     80438     43610   1316606     20.56     21.79
1141.71/285.82	c  N dy  5377   1558125        70      6230         0     53389     43610    638554     20.55     21.65
1160.10/290.41	c  N dy  5445   1579653        70      6230         0     72773     43610   1109347     20.55     21.74
1184.45/296.55	c  N dy  5513   1601991        70      6230         0     92960     43610   1599653     20.56     21.73
1205.62/301.88	c  N dy  5594   1622016        70      6230         0     61404     43610    821031     20.56     22.66
1225.20/306.73	c  N dy  5662   1642094        70      6230         0     79519     43610   1258428     20.56     21.66
1251.17/313.28	c  N dy  5752   1662452        70      6230         0     97858     43610   1706999     20.57     21.72
1272.73/318.63	c  N dy  5759   1689026        70      6230         0     71027     43610   1027852     20.54     21.65
1297.11/324.73	c  N dy  5871   1709049        70      6230         0     89123     43610   1470129     20.55     21.68
1299.11/325.28	c  S st  5885   1710451        70      6230         0     90395     43610   1502158     20.56   no data
1300.32/325.58	c  S st  5885   1710955        70      6230         0     90849     43610   1513497     20.56   no data
1300.32/325.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1300.72/325.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1300.72/325.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1300.72/325.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1300.72/325.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1300.72/325.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1300.72/325.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1300.72/325.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1300.72/325.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1383.81/346.49	c lits-rem:      1704  cl-subs:    10637  v-elim:      0  v-fix:    0  time: 20.68 s
1383.81/346.49	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1384.21/346.51	c vivif2 --  cl tried    80212 cl shrink        0 lits rem          0 time: 0.02
1386.19/347.05	c asymm  cl-useful: 0/670/6230 lits-rem:0 time: 0.54
1386.19/347.06	c calculated reachability. Time: 0.00
1386.19/347.06	c  N dy  5885   1710955        70      6230         0     80212     43610   1265549     20.56   no data
1432.14/358.56	c  N dy  5950   1742709        70      6230         0     58013     43610    715059     20.54     21.76
1452.90/363.77	c  N dy  5999   1766863        70      6230         0     79629     43610   1231741     20.53     21.82
1480.06/370.59	c  N dy  6068   1788259        70      6230         0     98847     43610   1694814     20.54     21.68
1500.84/375.77	c  N dy  6138   1808321        70      6230         0     65123     43610    877468     20.54     22.91
1523.21/381.39	c  N dy  6265   1828339        70      6230         0     83195     43610   1322912     20.55     22.75
1573.16/393.89	c  N dy  6374   1868415        70      6230         0     66168     43610    877563     20.54     21.74
1602.30/401.17	c  N dy  6456   1896788        70      6230         0     91636     43610   1492509     20.54     21.69
1632.26/408.61	c  N dy  6548   1917131        70      6230         0     56171     43610    639018     20.55     21.66
1651.04/413.34	c  N dy  6612   1938239        70      6230         0     75220     43610   1098872     20.54     21.64
1678.99/420.33	c  N dy  6708   1961860        70      6230         0     96445     43610   1617718     20.55     21.66
1708.98/427.88	c  N dy  6833   1982154        70      6230         0     60010     43610    719439     20.56     21.67
1740.92/435.89	c  N dy  6917   2015569        70      6230         0     89852     43610   1438527     20.56     21.68
1767.68/442.50	c  N dy  6983   2035648        70      6230         0    107874     43610   1873459     20.56     24.32
1791.65/448.59	c  N dy  7086   2056175        70      6230         0     70633     43610    961330     20.57     21.65
1814.02/454.17	c  N dy  7162   2076289        70      6230         0     88761     43610   1400501     20.57     21.67
1843.98/461.65	c  N dy  7265   2096476        70      6230         0    106954     43610   1846269     20.58     21.68
1869.55/468.03	c  N dy  7325   2118001        70      6230         0     69619     43610    921205     20.58     21.75
1891.12/473.42	c  N dy  7399   2138093        70      6230         0     87709     43610   1356366     20.58     21.68
1923.48/481.50	c  N dy  7468   2162247        70      6230         0    109483     43610   1883210     20.58     21.67
1949.05/487.95	c  N dy  7570   2182253        70      6230         0     69962     43610    919843     20.58     21.71
1973.03/493.92	c  N dy  7667   2202254        70      6230         0     88039     43610   1363053     20.59     22.49
1983.80/496.61	c  S st  7682   2210958        70      6230         0     95850     43610   1549934     20.59     18.03
1984.60/496.89	c  S st  7682   2211459        70      6230         0     96305     43610   1561431     20.59   no data
1985.00/496.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1985.00/496.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1985.00/496.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1985.00/496.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1985.00/496.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1985.00/496.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1985.00/496.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1985.00/496.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1985.40/497.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2024.95/506.96	c lits-rem:       985  cl-subs:     9090  v-elim:      0  v-fix:    0  time:  9.89 s
2024.95/506.96	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2024.95/506.98	c vivif2 --  cl tried    87215 cl shrink        0 lits rem          0 time: 0.02
2026.54/507.34	c asymm  cl-useful: 0/614/6230 lits-rem:0 time: 0.36
2026.54/507.35	c calculated reachability. Time: 0.00
2026.54/507.35	c  N dy  7682   2211459        70      6230         0     87215     43610   1339243     20.59   no data
2069.71/518.19	c  N dy  7797   2231534        70      6230         0    105283     43610   1782693     20.60     22.87
2108.04/527.72	c  N dy  7864   2251580        70      6230         0     65226     43610    796974     20.60     23.38
2130.00/533.20	c  N dy  7878   2275559        70      6230         0     86627     43610   1303483     20.59     21.67
2159.56/540.61	c  N dy  7968   2296752        70      6230         0    105638     43610   1760962     20.59     21.76
2197.92/550.26	c  N dy  8058   2327984        70      6230         0     74539     43610    999931     20.59     21.69
2222.69/556.46	c  N dy  8133   2348000        70      6230         0     92583     43610   1436986     20.59     23.68
2253.86/564.30	c  N dy  8224   2368027        70      6230         0    110665     43610   1878934     20.60     21.71
2283.81/571.78	c  N dy  8319   2389094        70      6230         0     69476     43610    873043     20.60     21.69
2308.57/577.93	c  N dy  8412   2409794        70      6230         0     88183     43610   1332035     20.61     21.75
2339.73/585.78	c  N dy  8506   2430868        70      6230         0    107173     43610   1794775     20.61     21.77
2374.08/594.30	c  N dy  8593   2451451        70      6230         0     64657     43610    740716     20.61     21.75
2397.25/600.11	c  N dy  8698   2471709        70      6230         0     82911     43610   1188579     20.62     21.73
2428.42/607.93	c  N dy  8834   2492760        70      6230         0    101957     43610   1659537     20.63     21.79
2459.58/615.75	c  N dy  8884   2512812        70      6230         0    119918     43610   2089082     20.63     21.80
2484.34/621.94	c  N dy  8936   2532843        70      6230         0     75770     43610    987360     20.63     21.73
2507.91/627.82	c  N dy  8996   2552875        70      6230         0     93797     43610   1426378     20.63     23.67
2541.86/636.35	c  N dy  9131   2573044        70      6230         0    112043     43610   1877979     20.64     21.75
2577.82/645.30	c  N dy  9220   2594125        70      6230         0     67944     43610    793114     20.64     21.73
2597.39/650.21	c  N dy  9257   2614192        70      6230         0     85946     43610   1224218     20.64     22.70
2625.75/657.38	c  N dy  9352   2634256        70      6230         0    104008     43610   1665944     20.64     23.00
2656.11/664.95	c  N dy  9387   2654394        70      6230         0    121901     43610   2090968     20.64     21.74
2683.28/671.77	c  N dy  9433   2675578        70      6230         0     77097     43610   1000037     20.63     21.76
2710.86/678.69	c  N dy  9540   2696547        70      6230         0     95940     43610   1461364     20.64     21.74
2734.01/684.42	c  S st  9606   2711460        70      6230         0    109323     43610   1785354     20.64     18.27
2735.21/684.77	c  S st  9606   2711966        70      6230         0    109780     43610   1796771     20.64   no data
2735.21/684.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2735.61/684.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2735.61/684.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2735.61/684.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2735.61/684.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2735.61/684.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2735.61/684.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2735.61/684.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2736.01/684.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2793.13/699.28	c lits-rem:      1111  cl-subs:    11397  v-elim:      0  v-fix:    0  time: 14.29 s
2793.13/699.28	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2793.53/699.30	c vivif2 --  cl tried    98383 cl shrink        0 lits rem          0 time: 0.02
2795.13/699.76	c asymm  cl-useful: 0/569/6230 lits-rem:0 time: 0.44
2795.13/699.76	c calculated reachability. Time: 0.00
2795.13/699.76	c  N dy  9606   2711966        70      6230         0     98383     43610   1522485     20.64   no data
2839.47/710.87	c  N dy  9713   2732049        70      6230         0    116539     43610   1967142     20.65     23.79
2891.42/723.86	c  N dy  9791   2758126        70      6230         0     75784     43610    962491     20.64     21.80
2919.36/730.81	c  N dy  9831   2778624        70      6230         0     94088     43610   1405080     20.64     21.75
2955.71/739.95	c  N dy  9948   2800243        70      6230         0    113606     43610   1887008     20.65     21.78
3048.00/763.08	c  N dy 10012   2877521        70      6230         0    117005     43610   1886732     20.59     21.68
3087.93/773.08	c  N dy 10111   2897599        70      6230         0     69136     43610    781735     20.60     25.19
3113.50/779.40	c  N dy 10210   2919169        70      6230         0     88630     43610   1257286     20.60     21.72
3143.46/786.92	c  N dy 10302   2939202        70      6230         0    106655     43610   1697430     20.61     23.14
3196.19/800.10	c  N dy 10428   2969328        70      6230         0    133777     43610   2359453     20.61     21.72
3221.36/806.48	c  N dy 10486   2990565        70      6230         0     85612     43610   1153523     20.61     21.80
3264.93/817.37	c  N dy 10546   3025397        70      6230         0    116775     43610   1905247     20.60     21.75
3310.44/828.78	c  N dy 10607   3050881        70      6230         0     71544     43610    805891     20.60     21.71
3333.61/834.54	c  N dy 10681   3071002        70      6230         0     89647     43610   1247352     20.60     21.78
3367.56/843.03	c  N dy 10766   3094057        70      6230         0    110384     43610   1752848     20.60     21.69
3417.09/855.45	c  N dy 10841   3123356        70      6230         0    136598     43610   2382477     20.60     21.74
3443.07/861.96	c  N dy 10905   3144228        70      6230         0     86325     43610   1154196     20.60     21.70
3515.76/880.19	c  N dy 10989   3200803        70      6230         0    136746     43610   2352842     20.57     21.92
3534.15/884.77	c  S st 11045   3211967        70      6230         0     76985     43610    916921     20.58   no data
3534.95/884.99	c  S st 11045   3212474        70      6230         0     77452     43610    928889     20.58   no data
3534.95/884.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3535.35/885.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3535.35/885.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3535.35/885.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3535.35/885.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3535.35/885.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3535.35/885.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3535.35/885.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3535.35/885.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3543.33/887.05	c lits-rem:       207  cl-subs:     1752  v-elim:      0  v-fix:    0  time:  1.96 s
3543.33/887.05	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3543.33/887.06	c vivif2 --  cl tried    75700 cl shrink        0 lits rem          0 time: 0.01
3544.53/887.35	c asymm  cl-useful: 0/687/6230 lits-rem:0 time: 0.29
3544.53/887.36	c calculated reachability. Time: 0.00
3544.53/887.36	c  N dy 11045   3212474        70      6230         0     75700     43610    885995     20.58   no data
3572.89/894.44	c  N dy 11166   3233690        70      6230         0     94905     43610   1357833     20.58     21.73
3603.64/902.12	c  N dy 11240   3253727        70      6230         0    112837     43610   1792650     20.58     22.15
3646.39/912.83	c  N dy 11351   3275290        70      6230         0    132227     43610   2266749     20.59     21.69
3688.34/923.33	c  N dy 11428   3303423        70      6230         0     86599     43610   1123890     20.58     21.77
3725.48/932.69	c  N dy 11557   3323450        70      6230         0    104645     43610   1570538     20.59     22.71
3758.24/940.86	c  N dy 11616   3343468        70      6230         0    122542     43610   2006711     20.59     22.22
3802.18/951.85	c  N dy 11730   3363562        70      6230         0    140697     43610   2453854     20.60     22.98
3832.53/959.48	c  N dy 11843   3383666        70      6230         0     87040     43610   1139831     20.60     21.75
3862.89/967.00	c  N dy 11961   3403684        70      6230         0    105005     43610   1580530     20.61     21.77
3969.55/993.73	c  N dy 12046   3484412        70      6230         0    104001     43610   1491720     20.56     21.65
4003.90/1002.30	c  N dy 12137   3504499        70      6230         0    121976     43610   1932039     20.57     22.96
4045.05/1012.65	c  N dy 12252   3524506        70      6230         0    140036     43610   2378088     20.57     22.45
4081.00/1021.66	c  N dy 12360   3544596        70      6230         0     84806     43610   1058778     20.58     22.13
4122.54/1032.01	c  N dy 12477   3575284        70      6230         0    112325     43610   1720662     20.58     21.78
4160.10/1041.42	c  N dy 12575   3596506        70      6230         0    131401     43610   2184515     20.58     21.68
4211.23/1054.22	c  N dy 12694   3618707        70      6230         0     77015     43610    855024     20.58     21.68
4240.01/1061.48	c  N dy 12784   3641656        70      6230         0     97611     43610   1355554     20.59     21.69
4276.75/1070.63	c  N dy 12888   3665659        70      6230         0    119183     43610   1883996     20.59     21.92
4313.90/1079.97	c  N dy 12920   3689115        70      6230         0    140286     43610   2394110     20.58     21.70
4350.28/1089.02	c  N dy 12985   3710460        70      6230         0     84038     43610   1014931     20.58     21.79
4353.05/1089.74	c  S st 13005   3712474        70      6230         0     85833     43610   1060305     20.58   no data
4353.85/1089.98	c  S st 13005   3712976        70      6230         0     86298     43610   1072340     20.58   no data
4353.85/1089.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4354.27/1090.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4354.27/1090.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4354.27/1090.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4354.27/1090.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4354.27/1090.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4354.27/1090.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4354.27/1090.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4354.27/1090.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4365.43/1092.88	c lits-rem:       199  cl-subs:     2441  v-elim:      0  v-fix:    0  time:  2.79 s
4365.43/1092.89	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4365.83/1092.90	c vivif2 --  cl tried    83857 cl shrink        0 lits rem          0 time: 0.02
4367.03/1093.23	c asymm  cl-useful: 0/798/6230 lits-rem:0 time: 0.32
4367.03/1093.23	c calculated reachability. Time: 0.00
4367.03/1093.23	c  N dy 13005   3712976        70      6230         0     83857     43610   1010673     20.58   no data
4397.79/1100.92	c  N dy 13111   3734108        70      6230         0    102894     43610   1478458     20.59     21.73
4423.36/1107.38	c  F st 13138   3751563        70      6230         0    118485     43610   1846615     20.58     18.40
4428.96/1108.78	c  N st 13143   3754857        70      6230         0    121407     43610   1917633     20.58   no data
4472.91/1119.77	c  N dy 13240   3775044        70      6230         0    139553     43610   2363589     20.59     21.75
4520.43/1131.67	c  N dy 13384   3795124        70      6230         0     81529     43610    943836     20.59     22.75
4548.01/1138.54	c  N dy 13483   3815155        70      6230         0     99554     43610   1383805     20.60     22.67
4583.53/1147.41	c  N dy 13585   3836757        70      6230         0    118945     43610   1858026     20.60     21.71
4633.47/1159.93	c  N dy 13696   3860025        70      6230         0    139829     43610   2370207     20.61     21.73
4682.20/1172.13	c  N dy 13801   3882806        70      6230         0     83122     43610    965041     20.61     21.77
4705.37/1177.93	c  N dy 13832   3902889        70      6230         0    101005     43610   1392833     20.61     23.71
4741.72/1187.08	c  N dy 13955   3922942        70      6230         0    119075     43610   1838704     20.61     22.30
4788.86/1198.83	c  N dy 13959   3955625        70      6230         0    148140     43610   2521947     20.59     21.71

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174149-1304104308/watcher-3174149-1304104308 -o /tmp/evaluation-result-3174149-1304104308/solver-3174149-1304104308 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174149-1304104308.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.75 3.95 5.70 2/171 9655
/proc/meminfo: memFree=30994164/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=20396 CPUtime=0 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4194304 178 0 1 0 0 0 0 0 22 0 1 0 522030474 20885504 133 33554432000 4194304 4627427 140735891075440 18446744073709551615 210642184085 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9655/statm: 5099 146 122 106 0 57 0

[startup+0.045202 s]
/proc/loadavg: 1.75 3.95 5.70 2/171 9655
/proc/meminfo: memFree=30994164/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=216756 CPUtime=0.14 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 1310 0 1 0 14 0 0 0 23 0 4 0 522030474 221958144 1230 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309220 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 54189 1230 362 106 0 49160 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 216756

[startup+0.100192 s]
/proc/loadavg: 1.75 3.95 5.70 2/171 9655
/proc/meminfo: memFree=30994164/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=216756 CPUtime=0.36 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 1413 0 1 0 36 0 0 0 23 0 4 0 522030474 221958144 1333 33554432000 4194304 4627427 140735891075440 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 54189 1333 364 106 0 49160 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 216756

[startup+0.30016 s]
/proc/loadavg: 1.75 3.95 5.70 2/171 9655
/proc/meminfo: memFree=30994164/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=220948 CPUtime=1.15 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 3438 0 1 0 115 0 0 0 23 0 4 0 522030474 226250752 3074 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 55237 3074 384 106 0 50208 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 220948

[startup+0.700093 s]
/proc/loadavg: 1.75 3.95 5.70 2/171 9655
/proc/meminfo: memFree=30994164/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=223320 CPUtime=2.76 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 5670 0 1 0 275 1 0 0 25 0 4 0 522030474 228679680 3414 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 55830 3414 384 106 0 50801 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 223320

[startup+1.50096 s]
/proc/loadavg: 1.75 3.95 5.70 9/182 9667
/proc/meminfo: memFree=30966168/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=230380 CPUtime=5.96 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 10238 0 1 0 594 2 0 0 25 0 4 0 522030474 235909120 5601 33554432000 4194304 4627427 140735891075440 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 57595 5601 388 106 0 52566 0
[pid=9655/tid=9657] ppid=9653 vsize=230380 CPUtime=1.48 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 2110 0 0 0 148 0 0 0 25 0 4 0 522030474 235909120 5601 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=230380 CPUtime=1.48 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 2288 0 0 0 148 0 0 0 25 0 4 0 522030474 235909120 5601 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=230380 CPUtime=1.48 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 1961 0 0 0 148 0 0 0 20 0 4 0 522030474 235909120 5601 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 230380

[startup+3.10069 s]
/proc/loadavg: 1.75 3.95 5.70 9/182 9667
/proc/meminfo: memFree=30942400/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=243480 CPUtime=12.35 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 18504 0 1 0 1232 3 0 0 25 0 4 0 522030474 249323520 10462 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 60870 10462 388 106 0 55841 0
[pid=9655/tid=9657] ppid=9653 vsize=243480 CPUtime=3.08 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 3993 0 0 0 308 0 0 0 25 0 4 0 522030474 249323520 10462 33554432000 4194304 4627427 140735891075440 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=243480 CPUtime=3.08 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 5077 0 0 0 308 0 0 0 25 0 4 0 522030474 249323520 10462 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=243480 CPUtime=3.09 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 4895 0 0 0 308 1 0 0 25 0 4 0 522030474 249323520 10462 33554432000 4194304 4627427 140735891075440 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 243480

[startup+6.30116 s]
/proc/loadavg: 2.25 4.02 5.71 10/182 9667
/proc/meminfo: memFree=30890932/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=242256 CPUtime=25.14 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 27683 0 1 0 2510 4 0 0 25 0 4 0 522030474 248070144 13370 33554432000 4194304 4627427 140735891075440 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 60564 13370 388 106 0 55535 0
[pid=9655/tid=9657] ppid=9653 vsize=242256 CPUtime=6.28 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 6368 0 0 0 628 0 0 0 25 0 4 0 522030474 248070144 13370 33554432000 4194304 4627427 140735891075440 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=242256 CPUtime=6.29 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 7798 0 0 0 628 1 0 0 25 0 4 0 522030474 248070144 13370 33554432000 4194304 4627427 140735891075440 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=242256 CPUtime=6.29 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 7094 0 0 0 628 1 0 0 25 0 4 0 522030474 248070144 13370 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 242256

[startup+12.7011 s]
/proc/loadavg: 2.71 4.08 5.73 9/182 9667
/proc/meminfo: memFree=30842028/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=261764 CPUtime=50.7 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 42080 0 1 0 5064 6 0 0 25 0 4 0 522030474 268046336 19248 33554432000 4194304 4627427 140735891075440 18446744073709551615 4420258 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 65441 19249 388 106 0 60412 0
[pid=9655/tid=9657] ppid=9653 vsize=261764 CPUtime=12.68 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 10155 0 0 0 1267 1 0 0 25 0 4 0 522030474 268046336 19249 33554432000 4194304 4627427 140735891075440 18446744073709551615 4330343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=261764 CPUtime=12.68 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 10663 0 0 0 1267 1 0 0 25 0 4 0 522030474 268046336 19250 33554432000 4194304 4627427 140735891075440 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=261764 CPUtime=12.68 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 11559 0 0 0 1267 1 0 0 25 0 4 0 522030474 268046336 19250 33554432000 4194304 4627427 140735891075440 18446744073709551615 4333052 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 261764

[startup+25.5009 s]
/proc/loadavg: 3.96 4.29 5.77 9/182 9667
/proc/meminfo: memFree=30787264/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=280516 CPUtime=101.83 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 62181 0 1 0 10172 11 0 0 25 0 4 0 522030474 287248384 23146 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 70129 23146 388 106 0 65100 0
[pid=9655/tid=9657] ppid=9653 vsize=280516 CPUtime=25.47 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 14296 0 0 0 2546 1 0 0 25 0 4 0 522030474 287248384 23146 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=280516 CPUtime=25.48 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 16774 0 0 0 2545 3 0 0 25 0 4 0 522030474 287248384 23146 33554432000 4194304 4627427 140735891075440 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=280516 CPUtime=25.48 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 17164 0 0 0 2546 2 0 0 25 0 4 0 522030474 287248384 23146 33554432000 4194304 4627427 140735891075440 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 280516

[startup+51.1006 s]
/proc/loadavg: 5.34 4.59 5.83 9/182 9668
/proc/meminfo: memFree=30736544/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=292184 CPUtime=204.11 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 86534 0 1 0 20392 19 0 0 25 0 4 0 522030474 299196416 30201 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 73046 30201 388 106 0 68017 0
[pid=9655/tid=9657] ppid=9653 vsize=292184 CPUtime=51.08 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 17979 0 0 0 5105 3 0 0 25 0 4 0 522030474 299196416 30201 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=292184 CPUtime=51.08 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 25800 0 0 0 5103 5 0 0 25 0 4 0 522030474 299196416 30201 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=292184 CPUtime=51.08 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 24559 0 0 0 5103 5 0 0 25 0 4 0 522030474 299196416 30201 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 292184

[startup+102.306 s]
/proc/loadavg: 6.96 5.14 5.95 9/182 9669
/proc/meminfo: memFree=30675380/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=301088 CPUtime=408.68 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 124235 0 1 0 40838 30 0 0 25 0 4 0 522030474 308314112 36742 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 75272 36742 388 106 0 70243 0
[pid=9655/tid=9657] ppid=9653 vsize=301088 CPUtime=102.28 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 24798 0 0 0 10224 4 0 0 25 0 4 0 522030474 308314112 36742 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=301088 CPUtime=102.29 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 38363 0 0 0 10219 10 0 0 25 0 4 0 522030474 308314112 36742 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=301088 CPUtime=102.29 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 39427 0 0 0 10220 9 0 0 25 0 4 0 522030474 308314112 36742 33554432000 4194304 4627427 140735891075440 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.68
Current children cumulated vsize (KiB) 301088

[startup+162.301 s]
/proc/loadavg: 7.61 5.66 6.07 9/182 9671
/proc/meminfo: memFree=30630216/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=326208 CPUtime=648.36 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 153606 0 1 0 64795 41 0 0 25 0 4 0 522030474 334036992 43196 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309234 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 81552 43196 388 106 0 76523 0
[pid=9655/tid=9657] ppid=9653 vsize=326208 CPUtime=162.28 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 27244 0 0 0 16223 5 0 0 25 0 4 0 522030474 334036992 43196 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=326208 CPUtime=162.29 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 50367 0 0 0 16214 15 0 0 25 0 4 0 522030474 334036992 43196 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=326208 CPUtime=162.28 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 50794 0 0 0 16215 13 0 0 25 0 4 0 522030474 334036992 43196 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 648.36
Current children cumulated vsize (KiB) 326208

[startup+222.301 s]
/proc/loadavg: 7.91 6.10 6.20 9/182 9673
/proc/meminfo: memFree=30562228/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=326500 CPUtime=888.04 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 192970 0 1 0 88748 56 0 0 25 0 4 0 522030474 334336000 45519 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 81625 45519 388 106 0 76596 0
[pid=9655/tid=9657] ppid=9653 vsize=326500 CPUtime=222.28 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 36223 0 0 0 22220 8 0 0 25 0 4 0 522030474 334336000 45519 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=326500 CPUtime=222.28 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 60241 0 0 0 22209 19 0 0 25 0 4 0 522030474 334336000 45519 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=326500 CPUtime=222.28 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 63933 0 0 0 22210 18 0 0 25 0 4 0 522030474 334336000 45519 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 888.04
Current children cumulated vsize (KiB) 326500

[startup+282.301 s]

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

[pid=9655] ppid=9653 vsize=392452 CPUtime=2565.85 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 373025 0 1 0 256449 136 0 0 25 0 4 0 522030474 401870848 75877 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 98113 75877 388 106 0 93084 0
[pid=9655/tid=9657] ppid=9653 vsize=392452 CPUtime=642.29 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 74169 0 0 0 64203 26 0 0 25 0 4 0 522030474 401870848 75877 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=392452 CPUtime=642.29 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 115586 0 0 0 64185 44 0 0 25 0 4 0 522030474 401870848 75877 33554432000 4194304 4627427 140735891075440 18446744073709551615 4326315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=392452 CPUtime=642.29 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 113598 0 0 0 64191 38 0 0 25 0 4 0 522030474 401870848 75877 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.85
Current children cumulated vsize (KiB) 392452

[startup+702.301 s]
/proc/loadavg: 8.14 7.70 6.95 9/182 9685
/proc/meminfo: memFree=30287004/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=432844 CPUtime=2805.51 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 389871 0 1 0 280408 143 0 0 25 0 4 0 522030474 443232256 74049 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 108211 74049 388 106 0 103182 0
[pid=9655/tid=9657] ppid=9653 vsize=432844 CPUtime=702.29 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 77249 0 0 0 70201 28 0 0 25 0 4 0 522030474 443232256 74049 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=432844 CPUtime=702.29 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 121366 0 0 0 70182 47 0 0 25 0 4 0 522030474 443232256 74049 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=432844 CPUtime=702.29 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 121523 0 0 0 70187 42 0 0 25 0 4 0 522030474 443232256 74049 33554432000 4194304 4627427 140735891075440 18446744073709551615 4420161 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.51
Current children cumulated vsize (KiB) 432844

[startup+762.306 s]
/proc/loadavg: 8.12 7.77 7.02 9/182 9687
/proc/meminfo: memFree=30235524/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=454056 CPUtime=3045.22 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 407481 0 1 0 304370 152 0 0 25 0 4 0 522030474 464953344 81875 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 113514 81875 388 106 0 108485 0
[pid=9655/tid=9657] ppid=9653 vsize=454056 CPUtime=762.29 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 81150 0 0 0 76200 29 0 0 25 0 4 0 522030474 464953344 81875 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=454056 CPUtime=762.3 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 127166 0 0 0 76180 50 0 0 25 0 4 0 522030474 464953344 81875 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=454056 CPUtime=762.29 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 126295 0 0 0 76185 44 0 0 25 0 4 0 522030474 464953344 81875 33554432000 4194304 4627427 140735891075440 18446744073709551615 4333279 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.22
Current children cumulated vsize (KiB) 454056

[startup+822.301 s]
/proc/loadavg: 8.10 7.82 7.08 9/182 9689
/proc/meminfo: memFree=30208468/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=463560 CPUtime=3284.88 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 420779 0 1 0 328330 158 0 0 25 0 4 0 522030474 474685440 83907 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 115890 83907 388 106 0 110861 0
[pid=9655/tid=9657] ppid=9653 vsize=463560 CPUtime=822.29 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 82168 0 0 0 82200 29 0 0 25 0 4 0 522030474 474685440 83907 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=463560 CPUtime=822.29 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 133272 0 0 0 82175 54 0 0 25 0 4 0 522030474 474685440 83907 33554432000 4194304 4627427 140735891075440 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=463560 CPUtime=822.29 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 130351 0 0 0 82184 45 0 0 25 0 4 0 522030474 474685440 83907 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.88
Current children cumulated vsize (KiB) 463560

[startup+882.301 s]
/proc/loadavg: 8.15 7.88 7.15 9/182 9690
/proc/meminfo: memFree=30227652/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=453456 CPUtime=3524.55 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 436436 0 1 0 352290 165 0 0 25 0 4 0 522030474 464338944 76359 33554432000 4194304 4627427 140735891075440 18446744073709551615 4324344 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 113364 76359 388 106 0 108335 0
[pid=9655/tid=9657] ppid=9653 vsize=453456 CPUtime=882.29 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 82168 0 0 0 88199 30 0 0 25 0 4 0 522030474 464338944 76359 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=453456 CPUtime=882.29 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 140540 0 0 0 88172 57 0 0 25 0 4 0 522030474 464338944 76359 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309130 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=453456 CPUtime=882.28 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 135628 0 0 0 88181 47 0 0 25 0 4 0 522030474 464338944 76359 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.55
Current children cumulated vsize (KiB) 453456

[startup+942.301 s]
/proc/loadavg: 8.16 7.93 7.21 9/182 9691
/proc/meminfo: memFree=30183596/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=464452 CPUtime=3764.23 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 455647 0 1 0 376249 174 0 0 25 0 4 0 522030474 475598848 83191 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 116113 83191 388 106 0 111084 0
[pid=9655/tid=9657] ppid=9653 vsize=464452 CPUtime=942.29 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 87194 0 0 0 94197 32 0 0 25 0 4 0 522030474 475598848 83191 33554432000 4194304 4627427 140735891075440 18446744073709551615 4333184 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=464452 CPUtime=942.29 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 146176 0 0 0 94170 59 0 0 25 0 4 0 522030474 475598848 83191 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=464452 CPUtime=942.28 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 141774 0 0 0 94178 50 0 0 25 0 4 0 522030474 475598848 83191 33554432000 4194304 4627427 140735891075440 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.23
Current children cumulated vsize (KiB) 464452

[startup+1002.3 s]
/proc/loadavg: 8.10 7.96 7.26 9/182 9693
/proc/meminfo: memFree=30194588/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=490872 CPUtime=4003.9 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 472839 0 1 0 400207 183 0 0 25 0 4 0 522030474 502652928 85088 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 122718 85088 388 106 0 117689 0
[pid=9655/tid=9657] ppid=9653 vsize=490872 CPUtime=1002.29 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 92856 0 0 0 100194 35 0 0 25 0 4 0 522030474 502652928 85088 33554432000 4194304 4627427 140735891075440 18446744073709551615 4305848 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=490872 CPUtime=1002.3 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 152097 0 0 0 100168 62 0 0 25 0 4 0 522030474 502652928 85088 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=490872 CPUtime=1002.29 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 147383 0 0 0 100176 53 0 0 25 0 4 0 522030474 502652928 85088 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.9
Current children cumulated vsize (KiB) 490872

[startup+1062.3 s]
/proc/loadavg: 8.04 7.96 7.30 9/182 9695
/proc/meminfo: memFree=30214124/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=465436 CPUtime=4243.59 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 493671 0 1 0 424167 192 0 0 25 0 4 0 522030474 476606464 78574 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 116359 78575 388 106 0 111330 0
[pid=9655/tid=9657] ppid=9653 vsize=465436 CPUtime=1062.29 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 98556 0 0 0 106191 38 0 0 25 0 4 0 522030474 476606464 78575 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=465436 CPUtime=1062.3 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 158055 0 0 0 106165 65 0 0 25 0 4 0 522030474 476606464 78575 33554432000 4194304 4627427 140735891075440 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=465436 CPUtime=1062.29 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 151683 0 0 0 106174 55 0 0 25 0 4 0 522030474 476606464 78575 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.59
Current children cumulated vsize (KiB) 465436

[startup+1122.3 s]
/proc/loadavg: 8.10 8.00 7.36 9/182 9697
/proc/meminfo: memFree=30147740/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=465728 CPUtime=4483.27 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 512501 0 1 0 448123 204 0 0 25 0 4 0 522030474 476905472 81709 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 116432 81709 388 106 0 111403 0
[pid=9655/tid=9657] ppid=9653 vsize=465728 CPUtime=1122.3 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 103064 0 0 0 112189 41 0 0 25 0 4 0 522030474 476905472 81709 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=465728 CPUtime=1122.29 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 162535 0 0 0 112161 68 0 0 25 0 4 0 522030474 476905472 81709 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=465728 CPUtime=1122.29 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 157202 0 0 0 112171 58 0 0 25 0 4 0 522030474 476905472 81709 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.27
Current children cumulated vsize (KiB) 465728

[startup+1182.3 s]
/proc/loadavg: 8.08 8.01 7.40 9/182 9698
/proc/meminfo: memFree=30134304/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=466080 CPUtime=4722.95 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 529214 0 1 0 472081 214 0 0 25 0 4 0 522030474 477265920 84795 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 116520 84795 388 106 0 111491 0
[pid=9655/tid=9657] ppid=9653 vsize=466080 CPUtime=1182.29 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 108371 0 0 0 118185 44 0 0 25 0 4 0 522030474 477265920 84795 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=466080 CPUtime=1182.29 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 167441 0 0 0 118158 71 0 0 25 0 4 0 522030474 477265920 84795 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=466080 CPUtime=1182.29 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 161388 0 0 0 118169 60 0 0 25 0 4 0 522030474 477265920 84795 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.95
Current children cumulated vsize (KiB) 466080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.14 8.03 7.42 9/182 9699
/proc/meminfo: memFree=30126848/32951132 swapFree=67080208/67111528
[pid=9655] ppid=9653 vsize=479592 CPUtime=4800.07 cores=1,3,5,7
/proc/9655/stat : 9655 (strangenight2-m) R 9653 9655 9622 0 -1 4202496 535800 0 1 0 479789 218 0 0 25 0 4 0 522030474 491102208 84771 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9655/statm: 119898 84771 388 106 0 114869 0
[pid=9655/tid=9657] ppid=9653 vsize=479592 CPUtime=1201.6 cores=1,3,5,7
/proc/9655/task/9657/stat : 9657 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 109357 0 0 0 120115 45 0 0 25 0 4 0 522030474 491102208 84771 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9655/tid=9658] ppid=9653 vsize=479592 CPUtime=1201.6 cores=1,3,5,7
/proc/9655/task/9658/stat : 9658 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 169671 0 0 0 120088 72 0 0 25 0 4 0 522030474 491102208 84771 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9655/tid=9659] ppid=9653 vsize=479592 CPUtime=1201.59 cores=1,3,5,7
/proc/9655/task/9659/stat : 9659 (strangenight2-m) R 9653 9655 9622 0 -1 4202560 163660 0 0 0 120098 61 0 0 25 0 4 0 522030474 491102208 84771 33554432000 4194304 4627427 140735891075440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 479592

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.63
CPU time (s): 4800.11
CPU user time (s): 4797.92
CPU system time (s): 2.19567
CPU usage (%): 399.468
Max. virtual memory (cumulated for all children) (KiB): 493072

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

runsolver used 1.75373 second user time and 4.53331 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 21:11:49
IDJOB=3174149
IDBENCH=82967
IDSOLVER=1586
FILE ID=node129/3174149-1304104308
RUNJOBID= node129-1304104308-9641
PBS_JOBID= 13170649
Free space on /tmp= 66372 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S2045410966-069.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174149-1304104308/watcher-3174149-1304104308 -o /tmp/evaluation-result-3174149-1304104308/solver-3174149-1304104308 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174149-1304104308.cnf

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

MD5SUM BENCH= 451ffe4472cc20e5e3b12a007e082982
RANDOM SEED=1560981795

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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:     32951132 kB
MemFree:      30997600 kB
Buffers:        359352 kB
Cached:        1165244 kB
SwapCached:       5192 kB
Active:          78288 kB
Inactive:      1484736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30997600 kB
SwapTotal:    67111528 kB
SwapFree:     67080208 kB
Dirty:            6400 kB
Writeback:           0 kB
AnonPages:       35380 kB
Mapped:          12428 kB
Slab:           323916 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   184792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node129 at 2011-04-29 21:31:52