Trace number 3366558

Some explanations

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

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

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

Solver answer on this benchmark

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

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-3366558-1305408009.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.00	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.00	c -- vars added         70
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
0.43/0.14	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
0.43/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.43/0.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.43/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.43/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.43/0.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.43/0.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.43/0.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.43/0.16	c Finding binary XORs  T:     0.00 s  found:       0
0.43/0.16	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.43/0.16	c calculated reachability. Time: 0.00
0.43/0.16	c Calc default polars -  time:   0.00 s pos:      34 undec:       0 neg:      36
0.43/0.16	c =========================================================================================
0.43/0.16	c types(t): F = full restart, N = normal restart
0.43/0.16	c types(t): S = simplification begin/end, E = solution found
0.43/0.16	c restart types(rt): st = static, dy = dynamic
0.43/0.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.43/0.16	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
0.77/0.29	c  N dy     8      4399        70      6230         0      3942     43610     94290     20.00     21.08
1.97/0.50	c  N dy    23     10367        70      6230         0      7101     43610    162437     20.17     21.31
2.36/0.68	c  N dy    33     14866        70      6230         0      7335     43610    157311     20.09     21.29
3.16/0.87	c  N dy    59     18942        70      6230         0      5956     43610    115226     20.41     22.91
3.96/1.07	c  N dy    95     23253        70      6230         0      9854     43610    211064     20.77     22.13
4.39/1.16	c  F st   102     25001        70      6230         0     11457     43610    250212     20.80     19.71
5.16/1.31	c  N st   107     28301        70      6230         0      8270     43610    158515     20.80   no data
5.16/1.38	c  S st   108     30001        70      6230         0      9786     43610    195577     20.80   no data
5.56/1.42	c  S st   108     30504        70      6230         0     10245     43610    206731     20.80   no data
5.56/1.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.56/1.42	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.56/1.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.56/1.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.56/1.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.35/1.63	c lits-rem:       131  cl-subs:      871  v-elim:      0  v-fix:    0  time:  0.20 s
7.15/1.89	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.26
7.15/1.89	c calculated reachability. Time: 0.00
7.15/1.89	c  N dy   108     30504        70      6230         0      9374     43610    184105     20.80   no data
9.54/2.41	c  N dy   117     40624        70      6230         0     11396     43610    217384     20.47     21.56
10.34/2.66	c  N dy   139     44632        70      6230         0     15052     43610    306609     20.58     21.99
15.16/4.05	c  S st   143     45757        70      6230         0     16088     43610    331832     20.59   no data
15.46/4.22	c  S st   143     46262        70      6230         0      8464     43610    138188     20.59   no data
15.46/4.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.46/4.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.46/4.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.46/4.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.46/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.46/4.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
15.46/4.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.46/4.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.46/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.46/4.22	c lits-rem:         3  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.03 s
15.46/4.22	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
15.46/4.22	c vivif2 --  cl tried     8418 cl shrink        0 lits rem          0 time: 0.00
16.07/4.40	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.24
16.07/4.40	c calculated reachability. Time: 0.00
16.07/4.40	c  N dy   143     46262        70      6230         0      8418     43610    136905     20.59   no data
18.66/5.03	c  N dy   152     57752        70      6230         0      9802     43610    159443     20.33     21.45
20.69/5.55	c  N dy   170     66458        70      6230         0     17674     43610    343996     20.21     21.30
21.44/5.76	c  S st   184     69393        70      6230         0     10406     43610    162058     20.26   no data
21.44/5.79	c  S st   184     69895        70      6230         0     10868     43610    173353     20.26   no data
21.44/5.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.84/5.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
21.84/5.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.84/5.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.84/5.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.84/5.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
21.84/5.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.84/5.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
21.84/5.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.84/5.87	c lits-rem:        14  cl-subs:      150  v-elim:      0  v-fix:    0  time:  0.06 s
21.84/5.87	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
21.84/5.87	c vivif2 --  cl tried    10718 cl shrink        0 lits rem          0 time: 0.00
23.04/6.15	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.28
23.04/6.15	c calculated reachability. Time: 0.00
23.04/6.15	c  N dy   184     69895        70      6230         0     10718     43610    169298     20.26   no data
25.08/6.63	c  N dy   200     77865        70      6230         0     17880     43610    340101     20.21     21.36
26.62/7.03	c  N dy   228     82875        70      6230         0     11578     43610    179795     20.26     22.23
27.41/7.29	c  F st   232     87500        70      6230         0     15747     43610    277506     20.22     17.81
27.82/7.36	c  N st   235     88691        70      6230         0     16827     43610    304467     20.22   no data
29.86/7.83	c  N dy   247     94782        70      6230         0     22327     43610    439400     20.24     21.34
31.39/8.26	c  N dy   272    100872        70      6230         0     16095     43610    273674     20.28     21.52
32.59/8.59	c  S st   307    104843        70      6230         0     19718     43610    363067     20.36     21.21
32.99/8.65	c  S st   307    105346        70      6230         0     20178     43610    374420     20.36   no data
32.99/8.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.99/8.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
32.99/8.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.99/8.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.99/8.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.99/8.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
32.99/8.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.99/8.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
32.99/8.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.98/9.11	c lits-rem:       224  cl-subs:     1561  v-elim:      0  v-fix:    0  time:  0.43 s
34.98/9.11	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
34.98/9.12	c vivif2 --  cl tried    18617 cl shrink        0 lits rem          0 time: 0.00
36.18/9.48	c asymm  cl-useful: 0/5355/6230 lits-rem:0 time: 0.36
36.18/9.48	c calculated reachability. Time: 0.00
36.18/9.48	c  N dy   307    105346        70      6230         0     18617     43610    334047     20.36   no data
38.62/10.07	c  N dy   340    112085        70      6230         0     24732     43610    482886     20.41     21.79
40.56/10.56	c  N dy   354    119249        70      6230         0     18570     43610    320033     20.40     22.18
44.15/11.40	c  N dy   377    129313        70      6230         0     14149     43610    204147     20.41     21.49
52.12/13.41	c  N dy   415    156056        70      6230         0     23716     43610    411246     20.15     21.24
52.52/13.58	c  S st   420    158019        70      6230         0     25508     43610    454077     20.15     19.39
52.91/13.65	c  S st   420    158524        70      6230         0     25975     43610    465626     20.15   no data
52.91/13.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.91/13.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
52.91/13.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
52.91/13.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.91/13.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.91/13.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
52.91/13.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
52.91/13.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
52.91/13.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.30/14.79	c lits-rem:       772  cl-subs:     3246  v-elim:      0  v-fix:    0  time:  1.10 s
57.30/14.79	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
57.30/14.79	c vivif2 --  cl tried    22729 cl shrink        0 lits rem          0 time: 0.00
57.70/14.87	c asymm  cl-useful: 0/875/6230 lits-rem:0 time: 0.08
57.70/14.87	c calculated reachability. Time: 0.00
57.70/14.87	c  N dy   420    158524        70      6230         0     22729     43610    395220     20.15   no data
62.08/15.92	c  N dy   481    168714        70      6230         0     16840     43610    243375     20.23     21.30
65.68/16.88	c  N dy   535    179497        70      6230         0     26616     43610    479261     20.28     23.42
70.05/17.92	c  N dy   548    190989        70      6230         0     20764     43610    322807     20.21     22.30
74.43/19.00	c  N dy   580    203187        70      6230         0     31778     43610    583793     20.19     21.29
80.81/20.61	c  N dy   665    219190        70      6230         0     29163     43610    518368     20.26     21.34
86.42/22.07	c  N dy   719    233187        70      6230         0     23744     43610    368950     20.28     22.22
87.98/22.45	c  S st   721    237787        70      6230         0     27907     43610    464688     20.23     18.75
88.38/22.52	c  S st   721    238290        70      6230         0     28374     43610    476159     20.23   no data
88.38/22.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.38/22.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
88.38/22.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
88.38/22.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.38/22.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.38/22.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
88.38/22.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
88.38/22.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
88.38/22.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.56/23.40	c lits-rem:       272  cl-subs:     2456  v-elim:      0  v-fix:    0  time:  0.83 s
91.96/23.40	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
91.96/23.40	c vivif2 --  cl tried    25918 cl shrink        0 lits rem          0 time: 0.00
93.16/23.79	c asymm  cl-useful: 0/4127/6230 lits-rem:0 time: 0.38
93.16/23.79	c calculated reachability. Time: 0.00
93.16/23.79	c  N dy   721    238290        70      6230         0     25918     43610    420642     20.23   no data
100.33/25.56	c  N dy   784    253534        70      6230         0     20880     43610    287831     20.26     23.30
107.51/27.32	c  N dy   882    269791        70      6230         0     35687     43610    649117     20.33     21.41
115.49/29.36	c  N dy   961    287961        70      6230         0     32270     43610    547712     20.38     21.46
124.25/31.58	c  F st  1039    306250        70      6230         0     27966     43610    431497     20.42     19.88
124.65/31.60	c  N st  1040    306500        70      6230         0     28193     43610    437064     20.42   no data
134.21/34.02	c  N dy  1064    327000        70      6230         0     24981     43610    345022     20.37     21.44
144.56/36.60	c  N dy  1165    347495        70      6230         0     43584     43610    795813     20.41     21.53
148.55/37.68	c  S st  1178    357435        70      6230         0     29814     43610    448137     20.39     19.67
148.95/37.76	c  S st  1178    357942        70      6230         0     30277     43610    459677     20.39   no data
148.95/37.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
148.95/37.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
148.95/37.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
148.95/37.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
148.95/37.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
148.95/37.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
148.95/37.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
148.95/37.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
148.95/37.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.18/38.55	c lits-rem:       349  cl-subs:     2037  v-elim:      0  v-fix:    0  time:  0.75 s
152.18/38.55	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
152.18/38.56	c vivif2 --  cl tried    28240 cl shrink        0 lits rem          0 time: 0.00
152.93/38.79	c asymm  cl-useful: 0/2103/6230 lits-rem:0 time: 0.24
153.33/38.80	c calculated reachability. Time: 0.00
153.33/38.80	c  N dy  1178    357942        70      6230         0     28240     43610    412934     20.39   no data
163.31/41.31	c  N dy  1226    378013        70      6230         0     46393     43610    846950     20.37     21.47
174.46/44.53	c  N dy  1334    401503        70      6230         0     44240     43610    787044     20.40     21.63
185.66/47.35	c  N dy  1443    421687        70      6230         0     38227     43610    629562     20.44     21.54
197.58/50.33	c  N dy  1553    441758        70      6230         0     31137     43610    440554     20.48     23.31
209.54/53.32	c  N dy  1618    462804        70      6230         0     50163     43610    901049     20.49     21.64
219.11/55.73	c  N dy  1656    482902        70      6230         0     42061     43610    688605     20.47     21.56
232.26/59.06	c  N dy  1762    503735        70      6230         0     33846     43610    483599     20.50     21.65
249.39/63.34	c  N dy  1811    536913        70      6230         0     35654     43610    505119     20.44     17.15
249.39/63.34	c  S st  1811    536913        70      6230         0     35654     43610    505119     20.44     17.15
249.79/63.42	c  S st  1811    537417        70      6230         0     36118     43610    516839     20.44   no data
249.79/63.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
249.79/63.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
249.79/63.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
249.79/63.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
249.79/63.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
249.79/63.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
249.79/63.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
249.79/63.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
249.79/63.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
253.77/64.47	c lits-rem:       333  cl-subs:     2199  v-elim:      0  v-fix:    0  time:  1.00 s
253.77/64.47	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
253.77/64.48	c vivif2 --  cl tried    33919 cl shrink        0 lits rem          0 time: 0.01
254.57/64.67	c asymm  cl-useful: 0/1755/6230 lits-rem:0 time: 0.20
254.57/64.68	c calculated reachability. Time: 0.00
254.57/64.68	c  N dy  1811    537417        70      6230         0     33919     43610    470420     20.44   no data
268.12/68.04	c  N dy  1865    561264        70      6230         0     55435     43610    984270     20.42     21.53
281.68/71.47	c  N dy  1975    584683        70      6230         0     47915     43610    800201     20.45     21.55
295.68/74.97	c  N dy  2045    605906        70      6230         0     37331     43610    528094     20.46     21.72
309.57/78.44	c  N dy  2127    628059        70      6230         0     57340     43610   1013844     20.47     21.67
321.58/81.48	c  N dy  2203    648066        70      6230         0     44775     43610    695315     20.48     22.33
337.09/85.35	c  N dy  2281    668144        70      6230         0     62915     43610   1135443     20.50     22.32
359.01/90.89	c  N dy  2333    704267        70      6230         0     63635     43610   1116511     20.44     21.55
373.37/94.44	c  N dy  2471    724992        70      6230         0     49963     43610    800277     20.47     21.57
390.50/98.79	c  N dy  2537    745232        70      6230         0     34851     43610    416005     20.48     21.56
402.85/101.86	c  N dy  2611    765252        70      6230         0     52908     43610    847731     20.48     23.53
420.39/106.29	c  N dy  2724    785606        70      6230         0     37078     43610    455336     20.51     21.61
433.93/109.65	c  N dy  2823    805621        70      6230         0     55246     43610    899029     20.53     21.62
434.33/109.77	c  S st  2829    806125        70      6230         0     55704     43610    910537     20.53   no data
435.13/109.92	c  S st  2829    806631        70      6230         0     56175     43610    922415     20.53   no data
435.13/109.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
435.13/109.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
435.13/109.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
435.13/109.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
435.13/109.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
435.13/109.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
435.13/109.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
435.13/109.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
435.13/109.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
449.47/113.59	c lits-rem:       721  cl-subs:     4634  v-elim:      0  v-fix:    0  time:  3.55 s
449.47/113.60	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
449.87/113.61	c vivif2 --  cl tried    51541 cl shrink        0 lits rem          0 time: 0.01
450.67/113.89	c asymm  cl-useful: 0/1080/6230 lits-rem:0 time: 0.28
450.67/113.89	c calculated reachability. Time: 0.00
450.67/113.89	c  N dy  2829    806631        70      6230         0     51541     43610    804635     20.53   no data
474.59/119.89	c  N dy  2921    837786        70      6230         0     44515     43610    617760     20.52     21.68
490.94/123.90	c  N dy  3017    857811        70      6230         0     62641     43610   1058241     20.53     21.74
508.08/128.21	c  N dy  3134    878882        70      6230         0     45683     43610    639475     20.56     21.80
523.67/132.15	c  N dy  3219    898972        70      6230         0     63805     43610   1079208     20.57     23.08
540.37/136.37	c  N dy  3329    919029        70      6230         0     45001     43610    611362     20.59     22.20
555.51/140.18	c  N dy  3407    939203        70      6230         0     63247     43610   1054102     20.59     21.68
576.63/145.46	c  N dy  3476    963815        70      6230         0     47415     43610    644537     20.58     21.74
593.00/149.57	c  N dy  3564    983901        70      6230         0     65519     43610   1083263     20.59     22.55
612.51/154.47	c  N dy  3648   1004975        70      6230         0     45857     43610    603108     20.60     21.72
640.82/161.54	c  N dy  3739   1040930        70      6230         0     78072     43610   1379158     20.58     21.73
657.56/165.73	c  N dy  3844   1063731        70      6230         0     59072     43610    913984     20.60     21.75
665.13/167.65	c  F st  3883   1071876        70      6230         0     66460     43610   1094552     20.60   no data
682.27/171.99	c  N dy  3940   1089458        70      6230         0     41728     43610    475993     20.60     21.69
701.01/176.62	c  N dy  4024   1115787        70      6230         0     65366     43610   1046461     20.60     21.82
724.13/182.44	c  N dy  4089   1139827        70      6230         0     45577     43610    554689     20.60     21.72
738.88/186.10	c  N dy  4151   1159857        70      6230         0     63666     43610    991113     20.60     21.72
762.00/191.95	c  N dy  4247   1180426        70      6230         0     82318     43610   1446908     20.61     21.93
780.34/196.57	c  N dy  4317   1200514        70      6230         0     58045     43610    845046     20.61     21.72
788.69/198.67	c  S st  4325   1209947        70      6230         0     66509     43610   1047617     20.61     19.36
789.50/198.87	c  S st  4325   1210451        70      6230         0     66980     43610   1059478     20.61   no data
789.50/198.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
789.90/198.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
789.90/198.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
789.90/198.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
789.90/198.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
789.90/198.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
789.90/198.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
789.90/198.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
789.90/198.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
817.45/205.88	c lits-rem:       872  cl-subs:     5680  v-elim:      0  v-fix:    0  time:  6.82 s
817.45/205.88	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
817.45/205.89	c vivif2 --  cl tried    61300 cl shrink        0 lits rem          0 time: 0.01
818.99/206.28	c asymm  cl-useful: 0/855/6230 lits-rem:0 time: 0.39
818.99/206.28	c calculated reachability. Time: 0.00
818.99/206.28	c  N dy  4325   1210451        70      6230         0     61300     43610    922747     20.61   no data
854.06/215.09	c  N dy  4363   1252322        70      6230         0     55714     43610    764740     20.56     21.78
871.20/219.37	c  N dy  4430   1272627        70      6230         0     73994     43610   1202781     20.55     21.69
893.13/224.85	c  N dy  4503   1292723        70      6230         0     48275     43610    584599     20.56     21.85
909.52/228.96	c  N dy  4596   1313140        70      6230         0     66614     43610   1032115     20.57     21.76
934.59/235.27	c  N dy  4661   1337179        70      6230         0     88203     43610   1551643     20.57     21.69
958.10/241.13	c  N dy  4742   1360533        70      6230         0     64517     43610    965837     20.57     21.67
985.58/248.03	c  N dy  4812   1386470        70      6230         0     87877     43610   1526742     20.56     21.84
1003.52/252.56	c  N dy  4865   1407074        70      6230         0     60463     43610    846226     20.56     21.67
1039.01/261.42	c  N dy  4898   1449126        70      6230         0     51355     43610    615717     20.52     21.82
1058.60/266.39	c  N dy  5040   1469944        70      6230         0     70194     43610   1081567     20.54     21.71
1082.06/272.25	c  N dy  5143   1490090        70      6230         0     88429     43610   1528411     20.55     21.63
1101.60/277.19	c  N dy  5212   1510099        70      6230         0     58813     43610    787173     20.55     22.43
1124.71/282.99	c  N dy  5320   1534003        70      6230         0     80438     43610   1316606     20.56     21.79
1152.62/289.90	c  N dy  5377   1558125        70      6230         0     53389     43610    638554     20.55     21.65
1170.96/294.55	c  N dy  5445   1579653        70      6230         0     72773     43610   1109347     20.55     21.74
1195.67/300.73	c  N dy  5513   1601991        70      6230         0     92960     43610   1599653     20.56     21.73
1217.19/306.13	c  N dy  5594   1622016        70      6230         0     61404     43610    821031     20.56     22.66
1236.74/311.09	c  N dy  5662   1642094        70      6230         0     79519     43610   1258428     20.56     21.66
1263.04/317.66	c  N dy  5752   1662452        70      6230         0     97858     43610   1706999     20.57     21.72
1284.97/323.10	c  N dy  5759   1689026        70      6230         0     71027     43610   1027852     20.54     21.65
1310.48/329.57	c  N dy  5871   1709049        70      6230         0     89123     43610   1470129     20.55     21.68
1313.26/330.25	c  S st  5885   1710451        70      6230         0     90395     43610   1502158     20.56   no data
1314.86/330.61	c  S st  5885   1710955        70      6230         0     90849     43610   1513497     20.56   no data
1314.86/330.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1314.86/330.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1314.86/330.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1314.86/330.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1314.86/330.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1314.86/330.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1314.86/330.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1314.86/330.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1315.26/330.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1406.92/353.75	c lits-rem:      1704  cl-subs:    10637  v-elim:      0  v-fix:    0  time: 22.70 s
1406.92/353.75	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1406.92/353.77	c vivif2 --  cl tried    80212 cl shrink        0 lits rem          0 time: 0.02
1408.95/354.23	c asymm  cl-useful: 0/670/6230 lits-rem:0 time: 0.44
1408.95/354.24	c calculated reachability. Time: 0.00
1408.95/354.24	c  N dy  5885   1710955        70      6230         0     80212     43610   1265549     20.56   no data
1449.17/364.38	c  N dy  5950   1742709        70      6230         0     58013     43610    715059     20.54     21.76
1469.10/369.36	c  N dy  5999   1766863        70      6230         0     79629     43610   1231741     20.53     21.82
1497.05/376.35	c  N dy  6068   1788259        70      6230         0     98847     43610   1694814     20.54     21.68
1517.32/381.50	c  N dy  6138   1808321        70      6230         0     65123     43610    877468     20.54     22.91
1543.63/388.00	c  N dy  6265   1828339        70      6230         0     83195     43610   1322912     20.55     22.75
1591.06/399.91	c  N dy  6374   1868415        70      6230         0     66168     43610    877563     20.54     21.74
1620.55/407.32	c  N dy  6456   1896788        70      6230         0     91636     43610   1492509     20.54     21.69
1650.52/414.82	c  N dy  6548   1917131        70      6230         0     56171     43610    639018     20.55     21.66
1669.20/419.56	c  N dy  6612   1938239        70      6230         0     75220     43610   1098872     20.54     21.64
1697.50/426.70	c  N dy  6708   1961860        70      6230         0     96445     43610   1617718     20.55     21.66
1728.18/434.37	c  N dy  6833   1982154        70      6230         0     60010     43610    719439     20.56     21.67
1760.47/442.48	c  N dy  6917   2015569        70      6230         0     89852     43610   1438527     20.56     21.68
1787.58/449.25	c  N dy  6983   2035648        70      6230         0    107874     43610   1873459     20.56     24.32
1811.90/455.34	c  N dy  7086   2056175        70      6230         0     70633     43610    961330     20.57     21.65
1834.25/460.94	c  N dy  7162   2076289        70      6230         0     88761     43610   1400501     20.57     21.67
1864.93/468.64	c  N dy  7265   2096476        70      6230         0    106954     43610   1846269     20.58     21.68
1890.02/474.97	c  N dy  7325   2118001        70      6230         0     69619     43610    921205     20.58     21.75
1911.94/480.45	c  N dy  7399   2138093        70      6230         0     87709     43610   1356366     20.58     21.68
1945.02/488.73	c  N dy  7468   2162247        70      6230         0    109483     43610   1883210     20.58     21.67
1970.59/495.17	c  N dy  7570   2182253        70      6230         0     69962     43610    919843     20.58     21.71
1994.85/501.25	c  N dy  7667   2202254        70      6230         0     88039     43610   1363053     20.59     22.49
2005.67/503.97	c  S st  7682   2210958        70      6230         0     95850     43610   1549934     20.59     18.03
2006.81/504.25	c  S st  7682   2211459        70      6230         0     96305     43610   1561431     20.59   no data
2006.81/504.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2007.21/504.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2007.21/504.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2007.21/504.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2007.21/504.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2007.21/504.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2007.21/504.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2007.21/504.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2007.21/504.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2081.72/523.06	c lits-rem:       985  cl-subs:     9090  v-elim:      0  v-fix:    0  time: 18.41 s
2081.72/523.06	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2081.72/523.09	c vivif2 --  cl tried    87215 cl shrink        0 lits rem          0 time: 0.02
2084.16/523.66	c asymm  cl-useful: 0/614/6230 lits-rem:0 time: 0.55
2084.16/523.66	c calculated reachability. Time: 0.00
2084.16/523.66	c  N dy  7682   2211459        70      6230         0     87215     43610   1339243     20.59   no data
2124.76/533.80	c  N dy  7797   2231534        70      6230         0    105283     43610   1782693     20.60     22.87
2152.28/540.73	c  N dy  7864   2251580        70      6230         0     65226     43610    796974     20.60     23.38
2172.26/545.79	c  N dy  7878   2275559        70      6230         0     86627     43610   1303483     20.59     21.67
2202.52/553.35	c  N dy  7968   2296752        70      6230         0    105638     43610   1760962     20.59     21.76
2242.40/563.35	c  N dy  8058   2327984        70      6230         0     74539     43610    999931     20.59     21.69
2266.25/569.34	c  N dy  8133   2348000        70      6230         0     92583     43610   1436986     20.59     23.68
2297.75/577.26	c  N dy  8224   2368027        70      6230         0    110665     43610   1878934     20.60     21.71
2328.05/584.86	c  N dy  8319   2389094        70      6230         0     69476     43610    873043     20.60     21.69
2352.36/590.99	c  N dy  8412   2409794        70      6230         0     88183     43610   1332035     20.61     21.75
2384.25/598.91	c  N dy  8506   2430868        70      6230         0    107173     43610   1794775     20.61     21.77
2418.50/607.53	c  N dy  8593   2451451        70      6230         0     64657     43610    740716     20.61     21.75
2441.63/613.37	c  N dy  8698   2471709        70      6230         0     82911     43610   1188579     20.62     21.73
2473.53/621.32	c  N dy  8834   2492760        70      6230         0    101957     43610   1659537     20.63     21.79
2505.05/629.23	c  N dy  8884   2512812        70      6230         0    119918     43610   2089082     20.63     21.80
2529.73/635.41	c  N dy  8936   2532843        70      6230         0     75770     43610    987360     20.63     21.73
2553.28/641.41	c  N dy  8996   2552875        70      6230         0     93797     43610   1426378     20.63     23.67
2587.92/650.08	c  N dy  9131   2573044        70      6230         0    112043     43610   1877979     20.64     21.75
2623.84/659.07	c  N dy  9220   2594125        70      6230         0     67944     43610    793114     20.64     21.73
2643.73/664.02	c  N dy  9257   2614192        70      6230         0     85946     43610   1224218     20.64     22.70
2672.81/671.36	c  N dy  9352   2634256        70      6230         0    104008     43610   1665944     20.64     23.00
2703.50/679.08	c  N dy  9387   2654394        70      6230         0    121901     43610   2090968     20.64     21.74
2730.60/685.88	c  N dy  9433   2675578        70      6230         0     77097     43610   1000037     20.63     21.76
2758.89/692.95	c  N dy  9540   2696547        70      6230         0     95940     43610   1461364     20.64     21.74
2782.00/698.79	c  S st  9606   2711460        70      6230         0    109323     43610   1785354     20.64     18.27
2783.60/699.16	c  S st  9606   2711966        70      6230         0    109780     43610   1796771     20.64   no data
2783.60/699.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2784.00/699.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
2784.00/699.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2784.00/699.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2784.00/699.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2784.00/699.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2784.00/699.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2784.00/699.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2784.40/699.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2893.20/726.64	c lits-rem:      1111  cl-subs:    11397  v-elim:      0  v-fix:    0  time: 26.94 s
2893.20/726.64	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2893.20/726.67	c vivif2 --  cl tried    98383 cl shrink        0 lits rem          0 time: 0.03
2895.64/727.26	c asymm  cl-useful: 0/569/6230 lits-rem:0 time: 0.56
2895.64/727.26	c calculated reachability. Time: 0.00
2895.64/727.26	c  N dy  9606   2711966        70      6230         0     98383     43610   1522485     20.64   no data
2941.01/738.67	c  N dy  9713   2732049        70      6230         0    116539     43610   1967142     20.65     23.79
2978.92/748.16	c  N dy  9791   2758126        70      6230         0     75784     43610    962491     20.64     21.80
3001.98/753.93	c  N dy  9831   2778624        70      6230         0     94088     43610   1405080     20.64     21.75
3037.45/762.81	c  N dy  9948   2800243        70      6230         0    113606     43610   1887008     20.65     21.78
3130.74/786.22	c  N dy 10012   2877521        70      6230         0    117005     43610   1886732     20.59     21.68
3170.60/796.28	c  N dy 10111   2897599        70      6230         0     69136     43610    781735     20.60     25.19
3196.51/802.74	c  N dy 10210   2919169        70      6230         0     88630     43610   1257286     20.60     21.72
3226.81/810.34	c  N dy 10302   2939202        70      6230         0    106655     43610   1697430     20.61     23.14
3279.82/823.65	c  N dy 10428   2969328        70      6230         0    133777     43610   2359453     20.61     21.72
3305.32/830.00	c  N dy 10486   2990565        70      6230         0     85612     43610   1153523     20.61     21.80
3349.17/841.06	c  N dy 10546   3025397        70      6230         0    116775     43610   1905247     20.60     21.75
3395.04/852.57	c  N dy 10607   3050881        70      6230         0     71544     43610    805891     20.60     21.71
3418.51/858.43	c  N dy 10681   3071002        70      6230         0     89647     43610   1247352     20.60     21.78
3452.79/867.07	c  N dy 10766   3094057        70      6230         0    110384     43610   1752848     20.60     21.69
3503.02/879.60	c  N dy 10841   3123356        70      6230         0    136598     43610   2382477     20.60     21.74
3528.93/886.13	c  N dy 10905   3144228        70      6230         0     86325     43610   1154196     20.60     21.70
3601.87/904.48	c  N dy 10989   3200803        70      6230         0    136746     43610   2352842     20.57     21.92
3621.01/909.23	c  S st 11045   3211967        70      6230         0     76985     43610    916921     20.58   no data
3622.20/909.50	c  S st 11045   3212474        70      6230         0     77452     43610    928889     20.58   no data
3622.20/909.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3622.20/909.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3622.20/909.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3622.20/909.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3622.20/909.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3622.20/909.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3622.20/909.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3622.20/909.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3622.20/909.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3633.35/912.36	c lits-rem:       207  cl-subs:     1752  v-elim:      0  v-fix:    0  time:  2.70 s
3633.35/912.36	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3633.35/912.37	c vivif2 --  cl tried    75700 cl shrink        0 lits rem          0 time: 0.01
3634.96/912.74	c asymm  cl-useful: 0/687/6230 lits-rem:0 time: 0.37
3634.96/912.74	c calculated reachability. Time: 0.00
3634.96/912.74	c  N dy 11045   3212474        70      6230         0     75700     43610    885995     20.58   no data
3664.03/920.09	c  N dy 11166   3233690        70      6230         0     94905     43610   1357833     20.58     21.73
3693.92/927.56	c  N dy 11240   3253727        70      6230         0    112837     43610   1792650     20.58     22.15
3740.17/939.17	c  N dy 11351   3275290        70      6230         0    132227     43610   2266749     20.59     21.69
3785.26/950.50	c  N dy 11428   3303423        70      6230         0     86599     43610   1123890     20.58     21.77
3817.09/958.45	c  N dy 11557   3323450        70      6230         0    104645     43610   1570538     20.59     22.71
3848.59/966.32	c  N dy 11616   3343468        70      6230         0    122542     43610   2006711     20.59     22.22
3892.43/977.32	c  N dy 11730   3363562        70      6230         0    140697     43610   2453854     20.60     22.98
3922.32/984.80	c  N dy 11843   3383666        70      6230         0     87040     43610   1139831     20.60     21.75
3953.41/992.60	c  N dy 11961   3403684        70      6230         0    105005     43610   1580530     20.61     21.77
4060.25/1019.49	c  N dy 12046   3484412        70      6230         0    104001     43610   1491720     20.56     21.65
4095.72/1028.31	c  N dy 12137   3504499        70      6230         0    121976     43610   1932039     20.57     22.96
4137.56/1038.82	c  N dy 12252   3524506        70      6230         0    140036     43610   2378088     20.57     22.45
4173.03/1047.77	c  N dy 12360   3544596        70      6230         0     84806     43610   1058778     20.58     22.13
4215.68/1058.49	c  N dy 12477   3575284        70      6230         0    112325     43610   1720662     20.58     21.78
4254.39/1068.14	c  N dy 12575   3596506        70      6230         0    131401     43610   2184515     20.58     21.68
4304.57/1080.77	c  N dy 12694   3618707        70      6230         0     77015     43610    855024     20.58     21.68
4334.05/1088.14	c  N dy 12784   3641656        70      6230         0     97611     43610   1355554     20.59     21.69
4371.52/1097.55	c  N dy 12888   3665659        70      6230         0    119183     43610   1883996     20.59     21.92
4409.40/1107.05	c  N dy 12920   3689115        70      6230         0    140286     43610   2394110     20.58     21.70
4445.27/1116.09	c  N dy 12985   3710460        70      6230         0     84038     43610   1014931     20.58     21.79
4448.45/1116.84	c  S st 13005   3712474        70      6230         0     85833     43610   1060305     20.58   no data
4449.25/1117.08	c  S st 13005   3712976        70      6230         0     86298     43610   1072340     20.58   no data
4449.25/1117.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4449.65/1117.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4449.65/1117.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4449.65/1117.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4449.65/1117.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4449.65/1117.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4449.65/1117.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4449.65/1117.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4449.65/1117.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4465.62/1121.17	c lits-rem:       199  cl-subs:     2441  v-elim:      0  v-fix:    0  time:  3.92 s
4465.62/1121.17	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4465.62/1121.18	c vivif2 --  cl tried    83857 cl shrink        0 lits rem          0 time: 0.02
4467.18/1121.58	c asymm  cl-useful: 0/798/6230 lits-rem:0 time: 0.39
4467.18/1121.58	c calculated reachability. Time: 0.00
4467.18/1121.58	c  N dy 13005   3712976        70      6230         0     83857     43610   1010673     20.58   no data
4499.91/1129.72	c  N dy 13111   3734108        70      6230         0    102894     43610   1478458     20.59     21.73
4526.22/1136.33	c  F st 13138   3751563        70      6230         0    118485     43610   1846615     20.58     18.40
4531.36/1137.68	c  N st 13143   3754857        70      6230         0    121407     43610   1917633     20.58   no data
4575.16/1148.66	c  N dy 13240   3775044        70      6230         0    139553     43610   2363589     20.59     21.75
4623.39/1160.73	c  N dy 13384   3795124        70      6230         0     81529     43610    943836     20.59     22.75
4650.91/1167.65	c  N dy 13483   3815155        70      6230         0     99554     43610   1383805     20.60     22.67
4686.40/1176.56	c  N dy 13585   3836757        70      6230         0    118945     43610   1858026     20.60     21.71
4734.63/1188.61	c  N dy 13696   3860025        70      6230         0    139829     43610   2370207     20.61     21.73
4783.29/1200.81	c  N dy 13801   3882806        70      6230         0     83122     43610    965041     20.61     21.77

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.13 8.14 8.09 5/401 29068
/proc/meminfo: memFree=23719136/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=208096 CPUtime=0.02 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 1091 0 0 0 2 0 0 0 25 0 4 0 652399514 213090304 1016 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29068/statm: 52024 1016 357 95 0 47006 0
[pid=29068/tid=29069] ppid=29066 vsize=208096 CPUtime=0.01 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 197 0 0 0 1 0 0 0 25 0 4 0 652399514 213090304 1025 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=208096 CPUtime=0 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 53 0 0 0 0 0 0 0 25 0 4 0 652399514 213090304 1025 33554432000 4194304 4580107 140737331935088 18446744073709551615 242970655214 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=208096 CPUtime=0 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 231 0 0 0 0 0 0 0 25 0 4 0 652399514 213090304 1025 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.116153 s]
/proc/loadavg: 8.13 8.14 8.09 5/401 29068
/proc/meminfo: memFree=23719136/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=216428 CPUtime=0.43 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 1421 0 0 0 43 0 0 0 25 0 4 0 652399514 221622272 1346 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29068/statm: 54107 1346 358 95 0 49089 0
[pid=29068/tid=29069] ppid=29066 vsize=216428 CPUtime=0.11 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 211 0 0 0 11 0 0 0 25 0 4 0 652399514 221622272 1346 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=216428 CPUtime=0.1 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 215 0 0 0 10 0 0 0 25 0 4 0 652399514 221622272 1346 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=216428 CPUtime=0.11 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 363 0 0 0 11 0 0 0 25 0 4 0 652399514 221622272 1346 33554432000 4194304 4580107 140737331935088 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 216428

[startup+0.201141 s]
/proc/loadavg: 8.13 8.14 8.09 5/401 29068
/proc/meminfo: memFree=23719136/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=218852 CPUtime=0.77 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 3074 0 0 0 77 0 0 0 25 0 4 0 652399514 224104448 2693 33554432000 4194304 4580107 140737331935088 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29068/statm: 54713 2693 375 95 0 49695 0
[pid=29068/tid=29069] ppid=29066 vsize=218852 CPUtime=0.19 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 743 0 0 0 19 0 0 0 25 0 4 0 652399514 224104448 2693 33554432000 4194304 4580107 140737331935088 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=218852 CPUtime=0.18 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 621 0 0 0 18 0 0 0 25 0 4 0 652399514 224104448 2693 33554432000 4194304 4580107 140737331935088 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=218852 CPUtime=0.19 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 567 0 0 0 19 0 0 0 25 0 4 0 652399514 224104448 2693 33554432000 4194304 4580107 140737331935088 18446744073709551615 4487413 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 218852

[startup+0.301123 s]
/proc/loadavg: 8.13 8.14 8.09 5/401 29068
/proc/meminfo: memFree=23719136/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=218852 CPUtime=1.17 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 3419 0 0 0 117 0 0 0 25 0 4 0 652399514 224104448 3038 33554432000 4194304 4580107 140737331935088 18446744073709551615 4320604 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29068/statm: 54713 3038 376 95 0 49695 0
[pid=29068/tid=29069] ppid=29066 vsize=218852 CPUtime=0.29 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 822 0 0 0 29 0 0 0 25 0 4 0 652399514 224104448 3038 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=218852 CPUtime=0.28 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 705 0 0 0 28 0 0 0 25 0 4 0 652399514 224104448 3038 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=218852 CPUtime=0.29 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 672 0 0 0 29 0 0 0 25 0 4 0 652399514 224104448 3038 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 218852

[startup+0.701055 s]
/proc/loadavg: 8.13 8.14 8.09 5/401 29068
/proc/meminfo: memFree=23719136/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=221224 CPUtime=2.76 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 5717 0 0 0 276 0 0 0 25 0 4 0 652399514 226533376 3444 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29068/statm: 55306 3444 376 95 0 50288 0
[pid=29068/tid=29069] ppid=29066 vsize=221224 CPUtime=0.69 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 1405 0 0 0 69 0 0 0 25 0 4 0 652399514 226533376 3444 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=221224 CPUtime=0.68 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 1277 0 0 0 68 0 0 0 25 0 4 0 652399514 226533376 3444 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=221224 CPUtime=0.69 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 1302 0 0 0 69 0 0 0 25 0 4 0 652399514 226533376 3444 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 221224

[startup+1.50092 s]
/proc/loadavg: 8.12 8.13 8.09 9/405 29072
/proc/meminfo: memFree=23702736/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=228060 CPUtime=5.95 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 10301 0 0 0 594 1 0 0 25 0 4 0 652399514 233533440 5647 33554432000 4194304 4580107 140737331935088 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29068/statm: 57015 5648 378 95 0 51997 0
[pid=29068/tid=29069] ppid=29066 vsize=228060 CPUtime=1.49 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 2300 0 0 0 149 0 0 0 25 0 4 0 652399514 233533440 5648 33554432000 4194304 4580107 140737331935088 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=228060 CPUtime=1.46 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 2154 0 0 0 146 0 0 0 25 0 4 0 652399514 233533440 5648 33554432000 4194304 4580107 140737331935088 18446744073709551615 4324523 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=228060 CPUtime=1.49 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 1959 0 0 0 149 0 0 0 25 0 4 0 652399514 233533440 5648 33554432000 4194304 4580107 140737331935088 18446744073709551615 4325710 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 228060

[startup+3.10064 s]
/proc/loadavg: 8.12 8.13 8.09 9/405 29072
/proc/meminfo: memFree=23682276/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=227732 CPUtime=12.11 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 18157 0 0 0 1206 5 0 0 25 0 4 0 652399514 233197568 10227 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29068/statm: 56933 10227 378 95 0 51915 0
[pid=29068/tid=29069] ppid=29066 vsize=227732 CPUtime=3.09 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 4377 0 0 0 309 0 0 0 25 0 4 0 652399514 233197568 10227 33554432000 4194304 4580107 140737331935088 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=227732 CPUtime=3.05 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 4637 0 0 0 305 0 0 0 25 0 4 0 652399514 233197568 10227 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=227732 CPUtime=3.08 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 4861 0 0 0 308 0 0 0 25 0 4 0 652399514 233197568 10227 33554432000 4194304 4580107 140737331935088 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 227732

[startup+6.30109 s]
/proc/loadavg: 8.12 8.13 8.09 9/405 29072
/proc/meminfo: memFree=23664308/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=220472 CPUtime=23.84 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 26800 0 0 0 2373 11 0 0 25 0 4 0 652399514 225763328 12163 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 55118 12163 378 95 0 50100 0
[pid=29068/tid=29069] ppid=29066 vsize=220472 CPUtime=6.04 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 7164 0 0 0 603 1 0 0 25 0 4 0 652399514 225763328 12163 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=220472 CPUtime=6.01 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 6668 0 0 0 600 1 0 0 25 0 4 0 652399514 225763328 12163 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=220472 CPUtime=6.29 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 7058 0 0 0 628 1 0 0 25 0 4 0 652399514 225763328 12163 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.84
Current children cumulated vsize (KiB) 220472

[startup+12.701 s]
/proc/loadavg: 8.18 8.15 8.09 9/405 29072
/proc/meminfo: memFree=23633984/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=249228 CPUtime=49.34 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 40072 0 0 0 4917 17 0 0 25 0 4 0 652399514 255209472 17470 33554432000 4194304 4580107 140737331935088 18446744073709551615 4305136 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 62307 17470 378 95 0 57289 0
[pid=29068/tid=29069] ppid=29066 vsize=249228 CPUtime=12.43 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 10649 0 0 0 1238 5 0 0 25 0 4 0 652399514 255209472 17470 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=249228 CPUtime=12.39 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 9734 0 0 0 1238 1 0 0 25 0 4 0 652399514 255209472 17470 33554432000 4194304 4580107 140737331935088 18446744073709551615 4302044 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=249228 CPUtime=12.69 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 11406 0 0 0 1267 2 0 0 25 0 4 0 652399514 255209472 17470 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.34
Current children cumulated vsize (KiB) 249228

[startup+25.5008 s]
/proc/loadavg: 8.15 8.14 8.09 9/405 29072
/proc/meminfo: memFree=23619340/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=316024 CPUtime=100.33 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 59733 0 0 0 10008 25 0 0 25 0 4 0 652399514 323608576 24135 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 79006 24135 378 95 0 73988 0
[pid=29068/tid=29069] ppid=29066 vsize=316024 CPUtime=25.22 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 16180 0 0 0 2513 9 0 0 25 0 4 0 652399514 323608576 24135 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=316024 CPUtime=25.17 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 15742 0 0 0 2514 3 0 0 25 0 4 0 652399514 323608576 24135 33554432000 4194304 4580107 140737331935088 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=316024 CPUtime=25.48 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 17145 0 0 0 2545 3 0 0 25 0 4 0 652399514 323608576 24135 33554432000 4194304 4580107 140737331935088 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.33
Current children cumulated vsize (KiB) 316024

[startup+51.1004 s]
/proc/loadavg: 8.10 8.13 8.09 9/405 29104
/proc/meminfo: memFree=24057384/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=329984 CPUtime=200.77 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 85144 0 0 0 20042 35 0 0 25 0 4 0 652399514 337903616 29956 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 82496 29956 378 95 0 77478 0
[pid=29068/tid=29069] ppid=29066 vsize=329984 CPUtime=49.74 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 24986 0 0 0 4962 12 0 0 25 0 4 0 652399514 337903616 29956 33554432000 4194304 4580107 140737331935088 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=329984 CPUtime=50.75 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 22407 0 0 0 5070 5 0 0 25 0 4 0 652399514 337903616 29956 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=329984 CPUtime=50.53 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 24420 0 0 0 5047 6 0 0 25 0 4 0 652399514 337903616 29956 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.77
Current children cumulated vsize (KiB) 329984

[startup+102.301 s]
/proc/loadavg: 8.14 8.14 8.09 9/405 29105
/proc/meminfo: memFree=24003140/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=311044 CPUtime=404.88 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 120077 0 0 0 40440 48 0 0 25 0 4 0 652399514 318509056 31189 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 77761 31189 378 95 0 72743 0
[pid=29068/tid=29069] ppid=29066 vsize=311044 CPUtime=100.95 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 33680 0 0 0 10080 15 0 0 25 0 4 0 652399514 318509056 31190 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=311044 CPUtime=101.9 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 31098 0 0 0 10181 9 0 0 25 0 4 0 652399514 318509056 31190 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=311044 CPUtime=101.75 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 39240 0 0 0 10164 11 0 0 25 0 4 0 652399514 318509056 31190 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 404.88
Current children cumulated vsize (KiB) 311044

[startup+162.3 s]

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

[pid=29068] ppid=29066 vsize=435532 CPUtime=2796.35 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 404566 0 0 0 279472 163 0 0 25 0 4 0 652399514 445984768 72477 33554432000 4194304 4580107 140737331935088 18446744073709551615 4406355 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 108883 72477 378 95 0 103865 0
[pid=29068/tid=29069] ppid=29066 vsize=435532 CPUtime=700.9 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 111387 0 0 0 70045 45 0 0 25 0 4 0 652399514 445984768 72477 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=435532 CPUtime=701.58 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 104300 0 0 0 70122 36 0 0 25 0 4 0 652399514 445984768 72477 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=435532 CPUtime=701.73 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 120621 0 0 0 70136 37 0 0 25 0 4 0 652399514 445984768 72477 33554432000 4194304 4580107 140737331935088 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2796.35
Current children cumulated vsize (KiB) 435532

[startup+762.301 s]
/proc/loadavg: 8.18 8.12 8.09 9/405 29123
/proc/meminfo: memFree=23627096/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=473020 CPUtime=3035.5 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 420915 0 0 0 303379 171 0 0 25 0 4 0 652399514 484372480 72299 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 118255 72299 378 95 0 113237 0
[pid=29068/tid=29069] ppid=29066 vsize=473020 CPUtime=760.89 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 116692 0 0 0 76042 47 0 0 25 0 4 0 652399514 484372480 72299 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=473020 CPUtime=761.57 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 109825 0 0 0 76118 39 0 0 25 0 4 0 652399514 484372480 72299 33554432000 4194304 4580107 140737331935088 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=473020 CPUtime=761.73 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 123746 0 0 0 76135 38 0 0 25 0 4 0 652399514 484372480 72299 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3035.5
Current children cumulated vsize (KiB) 473020

[startup+822.301 s]
/proc/loadavg: 8.18 8.13 8.09 9/405 29125
/proc/meminfo: memFree=23578212/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=485836 CPUtime=3274.64 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 441326 0 0 0 327283 181 0 0 25 0 4 0 652399514 497496064 81553 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 121459 81553 378 95 0 116441 0
[pid=29068/tid=29069] ppid=29066 vsize=485836 CPUtime=820.87 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 122434 0 0 0 82038 49 0 0 25 0 4 0 652399514 497496064 81553 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=485836 CPUtime=821.55 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 115651 0 0 0 82113 42 0 0 25 0 4 0 652399514 497496064 81553 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=485836 CPUtime=821.72 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 129450 0 0 0 82131 41 0 0 25 0 4 0 652399514 497496064 81553 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3274.64
Current children cumulated vsize (KiB) 485836

[startup+882.315 s]
/proc/loadavg: 8.20 8.14 8.10 9/405 29126
/proc/meminfo: memFree=23554268/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=499008 CPUtime=3513.84 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 453954 0 0 0 351195 189 0 0 25 0 4 0 652399514 510984192 80590 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 124752 80590 378 95 0 119734 0
[pid=29068/tid=29069] ppid=29066 vsize=499008 CPUtime=880.88 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 126015 0 0 0 88037 51 0 0 25 0 4 0 652399514 510984192 80590 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=499008 CPUtime=881.55 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 116889 0 0 0 88112 43 0 0 25 0 4 0 652399514 510984192 80590 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=499008 CPUtime=881.73 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 134123 0 0 0 88130 43 0 0 25 0 4 0 652399514 510984192 80590 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3513.84
Current children cumulated vsize (KiB) 499008

[startup+942.301 s]
/proc/loadavg: 8.27 8.17 8.11 9/405 29128
/proc/meminfo: memFree=23535260/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=486052 CPUtime=3752.93 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 469092 0 0 0 375098 195 0 0 25 0 4 0 652399514 497717248 80404 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 121513 80404 378 95 0 116495 0
[pid=29068/tid=29069] ppid=29066 vsize=486052 CPUtime=940.86 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 130723 0 0 0 94034 52 0 0 25 0 4 0 652399514 497717248 80404 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=486052 CPUtime=941.53 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 120724 0 0 0 94109 44 0 0 25 0 4 0 652399514 497717248 80404 33554432000 4194304 4580107 140737331935088 18446744073709551615 4416472 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=486052 CPUtime=941.71 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 140142 0 0 0 94126 45 0 0 25 0 4 0 652399514 497717248 80404 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3752.93
Current children cumulated vsize (KiB) 486052

[startup+1002.3 s]
/proc/loadavg: 8.15 8.16 8.10 9/405 29129
/proc/meminfo: memFree=23516900/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=525456 CPUtime=3992.07 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 479613 0 0 0 399004 203 0 0 25 0 4 0 652399514 538066944 87574 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 131364 87574 378 95 0 126346 0
[pid=29068/tid=29069] ppid=29066 vsize=525456 CPUtime=1000.86 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 133462 0 0 0 100033 53 0 0 25 0 4 0 652399514 538066944 87574 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=525456 CPUtime=1001.52 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 123863 0 0 0 100106 46 0 0 25 0 4 0 652399514 538066944 87574 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=525456 CPUtime=1001.72 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 144785 0 0 0 100123 49 0 0 25 0 4 0 652399514 538066944 87574 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3992.07
Current children cumulated vsize (KiB) 525456

[startup+1062.3 s]
/proc/loadavg: 8.13 8.14 8.10 9/405 29131
/proc/meminfo: memFree=23509308/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=512580 CPUtime=4231.23 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 489962 0 0 0 422913 210 0 0 25 0 4 0 652399514 524881920 85847 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 128145 85847 378 95 0 123127 0
[pid=29068/tid=29069] ppid=29066 vsize=512580 CPUtime=1060.86 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 135335 0 0 0 106031 55 0 0 25 0 4 0 652399514 524881920 85847 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=512580 CPUtime=1061.5 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 126727 0 0 0 106103 47 0 0 25 0 4 0 652399514 524881920 85847 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=512580 CPUtime=1061.71 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 150397 0 0 0 106119 52 0 0 25 0 4 0 652399514 524881920 85847 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4231.23
Current children cumulated vsize (KiB) 512580

[startup+1122.3 s]
/proc/loadavg: 8.05 8.11 8.09 9/405 29133
/proc/meminfo: memFree=23490800/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=512820 CPUtime=4470.37 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 503303 0 0 0 446820 217 0 0 25 0 4 0 652399514 525127680 86956 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 128205 86956 378 95 0 123187 0
[pid=29068/tid=29069] ppid=29066 vsize=512820 CPUtime=1120.85 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 140947 0 0 0 112028 57 0 0 25 0 4 0 652399514 525127680 86956 33554432000 4194304 4580107 140737331935088 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=512820 CPUtime=1121.49 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 129009 0 0 0 112101 48 0 0 25 0 4 0 652399514 525127680 86956 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=512820 CPUtime=1121.71 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 155800 0 0 0 112117 54 0 0 25 0 4 0 652399514 525127680 86956 33554432000 4194304 4580107 140737331935088 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4470.37
Current children cumulated vsize (KiB) 512820

[startup+1182.3 s]
/proc/loadavg: 6.07 7.59 7.91 5/396 29151
/proc/meminfo: memFree=23902024/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=499532 CPUtime=4709.52 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 513165 0 0 0 470725 227 0 0 25 0 4 0 652399514 511520768 87138 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 124883 87138 378 95 0 119865 0
[pid=29068/tid=29069] ppid=29066 vsize=499532 CPUtime=1180.85 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 142611 0 0 0 118027 58 0 0 25 0 4 0 652399514 511520768 87138 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=499532 CPUtime=1181.48 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 132977 0 0 0 118098 50 0 0 25 0 4 0 652399514 511520768 87138 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294487 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=499532 CPUtime=1181.72 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 160029 0 0 0 118115 57 0 0 25 0 4 0 652399514 511520768 87138 33554432000 4194304 4580107 140737331935088 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4709.52
Current children cumulated vsize (KiB) 499532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 5.48 7.36 7.83 5/396 29152
/proc/meminfo: memFree=23890864/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=499576 CPUtime=4800.06 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 519184 0 0 0 479776 230 0 0 25 0 4 0 652399514 511565824 89820 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 124894 89820 378 95 0 119876 0
[pid=29068/tid=29069] ppid=29066 vsize=499576 CPUtime=1203.56 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 143918 0 0 0 120297 59 0 0 25 0 4 0 652399514 511565824 89820 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=499576 CPUtime=1204.19 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 135260 0 0 0 120368 51 0 0 25 0 4 0 652399514 511565824 89820 33554432000 4194304 4580107 140737331935088 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=499576 CPUtime=1204.43 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 162366 0 0 0 120385 58 0 0 25 0 4 0 652399514 511565824 89820 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 499576

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

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

[startup+1205 s]
/proc/loadavg: 5.48 7.36 7.83 5/396 29152
/proc/meminfo: memFree=23890864/32951132 swapFree=67093844/67111528
[pid=29068] ppid=29066 vsize=499576 CPUtime=4800.06 cores=0,2,4,6
/proc/29068/stat : 29068 (strangenight2-m) R 29066 29068 28827 0 -1 4202496 519184 0 0 0 479776 230 0 0 25 0 4 0 652399514 511565824 89820 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29068/statm: 124894 89820 378 95 0 119876 0
[pid=29068/tid=29069] ppid=29066 vsize=499576 CPUtime=1203.56 cores=0,2,4,6
/proc/29068/task/29069/stat : 29069 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 143918 0 0 0 120297 59 0 0 25 0 4 0 652399514 511565824 89820 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29068/tid=29070] ppid=29066 vsize=499576 CPUtime=1204.19 cores=0,2,4,6
/proc/29068/task/29070/stat : 29070 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 135260 0 0 0 120368 51 0 0 25 0 4 0 652399514 511565824 89820 33554432000 4194304 4580107 140737331935088 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29068/tid=29071] ppid=29066 vsize=499576 CPUtime=1204.43 cores=0,2,4,6
/proc/29068/task/29071/stat : 29071 (strangenight2-m) R 29066 29068 28827 0 -1 4202560 162366 0 0 0 120385 58 0 0 25 0 4 0 652399514 511565824 89820 33554432000 4194304 4580107 140737331935088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 499576

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.04
CPU time (s): 4800.12
CPU user time (s): 4797.8
CPU system time (s): 2.32865
CPU usage (%): 398.337
Max. virtual memory (cumulated for all children) (KiB): 525816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.8
system time used= 2.32864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 519185
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 175
involuntary context switches= 22635

runsolver used 4.35834 second user time and 11.3713 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 23:20:09
IDJOB=3366558
IDBENCH=82967
IDSOLVER=1844
FILE ID=node128/3366558-1305408009
RUNJOBID= node128-1305405594-28845
PBS_JOBID= 13324496
Free space on /tmp= 73604 MiB

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

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

MD5SUM BENCH= 451ffe4472cc20e5e3b12a007e082982
RANDOM SEED=618318883

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23719416 kB
Buffers:        266148 kB
Cached:        2892076 kB
SwapCached:       1440 kB
Active:        6851852 kB
Inactive:      2089084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23719416 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            5848 kB
Writeback:           0 kB
AnonPages:     5780512 kB
Mapped:          32356 kB
Slab:           187180 kB
PageTables:      39400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 101419268 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= 73604 MiB
End job on node128 at 2011-05-14 23:40:16