Trace number 3366684

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.41 1203.13

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S708803296-021.UNKNOWN.cnf
MD5SUM6dcea24e0d40e217adec300bb8ded029
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.967
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366684-1305412056.cnf'
0.00/0.01	c -- header says num vars:             50
0.00/0.01	c -- header says num clauses:        4450
0.00/0.01	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.00/0.01	c -- vars added         50
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        50      4450         0         0     31150         0   no data   no data
0.39/0.10	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.09
0.39/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.39/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.39/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.39/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.39/0.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
0.39/0.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.39/0.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.39/0.12	c Finding binary XORs  T:     0.00 s  found:       0
0.39/0.12	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.39/0.12	c calculated reachability. Time: 0.00
0.39/0.12	c Calc default polars -  time:   0.00 s pos:      21 undec:       2 neg:      27
0.39/0.12	c =========================================================================================
0.39/0.12	c types(t): F = full restart, N = normal restart
0.39/0.12	c types(t): S = simplification begin/end, E = solution found
0.39/0.12	c restart types(rt): st = static, dy = dynamic
0.39/0.12	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.39/0.12	c  B st     0         0        50      4450         0         0     31150         0   no data   no data
0.76/0.22	c  N dy     9      4388        50      4450         0      3798     31150     70163     15.44     16.26
1.16/0.35	c  N dy    18      8412        50      4450         0      5128     31150     88861     15.33     16.25
3.56/0.92	c  N dy    38     23814        50      4450         0      9844     31150    159341     14.77     15.71
3.56/0.99	c  F st    48     25002        50      4450         0     10891     31150    178571     14.85   no data
4.37/1.14	c  N st    53     28303        50      4450         0      7906     31150    124046     14.85   no data
4.79/1.21	c  S st    54     30001        50      4450         0      9353     31150    149902     14.85   no data
4.79/1.24	c  S st    54     30506        50      4450         0      9804     31150    158754     14.85   no data
4.79/1.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.79/1.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.79/1.25	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
4.79/1.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.79/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.79/1.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4.79/1.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.79/1.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.79/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.44	c lits-rem:       176  cl-subs:     1461  v-elim:      0  v-fix:    0  time:  0.19 s
6.35/1.64	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.19
6.35/1.64	c calculated reachability. Time: 0.00
6.35/1.64	c  N dy    54     30506        50      4450         0      8343     31150    134102     14.85   no data
7.14/1.84	c  N dy    83     34593        50      4450         0     11929     31150    199550     15.03     16.03
7.95/2.07	c  N dy   123     38644        50      4450         0      8681     31150    132004     15.28     17.91
9.18/2.34	c  N dy   162     43286        50      4450         0     12741     31150    208749     15.49     16.34
9.94/2.50	c  S st   183     45760        50      4450         0     14916     31150    249971     15.58   no data
9.94/2.54	c  S st   183     46261        50      4450         0     15366     31150    258608     15.58   no data
9.94/2.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.94/2.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.94/2.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.94/2.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.94/2.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.14/2.87	c lits-rem:       202  cl-subs:     2015  v-elim:      0  v-fix:    0  time:  0.31 s
11.14/2.87	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.14/2.87	c vivif2 --  cl tried    13351 cl shrink        0 lits rem          0 time: 0.00
12.34/3.15	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.28
12.34/3.15	c calculated reachability. Time: 0.00
12.34/3.15	c  N dy   183     46261        50      4450         0     13351     31150    219470     15.58   no data
15.53/3.93	c  N dy   198     61228        50      4450         0     10054     31150    139100     15.20     16.26
17.13/4.35	c  N dy   224     68548        50      4450         0     16428     31150    254747     15.20     16.11
17.54/4.42	c  S st   233     69391        50      4450         0     17178     31150    268979     15.23   no data
17.54/4.47	c  S st   233     69898        50      4450         0     17628     31150    277535     15.23   no data
17.54/4.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.54/4.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
17.54/4.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.54/4.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.54/4.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.54/4.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
17.54/4.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.54/4.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.54/4.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.51/4.96	c lits-rem:       295  cl-subs:     2945  v-elim:      0  v-fix:    0  time:  0.47 s
19.51/4.96	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.51/4.96	c vivif2 --  cl tried    14683 cl shrink        0 lits rem          0 time: 0.00
20.72/5.27	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.30
20.72/5.27	c calculated reachability. Time: 0.00
20.72/5.27	c  N dy   233     69898        50      4450         0     14683     31150    228783     15.23   no data
21.94/5.59	c  N dy   261     74371        50      4450         0     18577     31150    300922     15.30     16.56
23.10/5.86	c  N dy   283     79160        50      4450         0     13395     31150    196765     15.33     17.64
25.10/6.38	c  N dy   301     87140        50      4450         0     20257     31150    318034     15.29     16.10
25.50/6.43	c  F st   305     87500        50      4450         0     10331     31150    135279     15.30   no data
26.74/6.72	c  N dy   311     92697        50      4450         0     14810     31150    217541     15.30   no data
28.30/7.18	c  N dy   351     98626        50      4450         0     19962     31150    313637     15.38     16.93
30.30/7.67	c  S st   403    104848        50      4450         0     14216     31150    200215     15.47     14.68
30.71/7.73	c  S st   403    105349        50      4450         0     14659     31150    208938     15.47   no data
30.71/7.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.71/7.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
30.71/7.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.71/7.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.71/7.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.71/7.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
30.71/7.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.71/7.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.71/7.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.49/7.90	c lits-rem:        81  cl-subs:      806  v-elim:      0  v-fix:    0  time:  0.16 s
31.49/7.90	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
31.49/7.90	c vivif2 --  cl tried    13853 cl shrink        0 lits rem          0 time: 0.00
32.69/8.21	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.31
32.69/8.21	c calculated reachability. Time: 0.00
32.69/8.21	c  N dy   403    105349        50      4450         0     13853     31150    193268     15.47   no data
34.68/8.72	c  N dy   411    113361        50      4450         0     20725     31150    313428     15.38     16.31
37.07/9.30	c  N dy   446    120875        50      4450         0     15208     31150    208928     15.42     16.25
40.67/10.26	c  N dy   456    133929        50      4450         0     13458     31150    168339     15.23     16.12
43.46/10.91	c  N dy   538    142485        50      4450         0     20932     31150    309448     15.35     17.00
47.85/12.04	c  N dy   591    155717        50      4450         0     18621     31150    254697     15.37     16.20
48.68/12.22	c  S st   606    158024        50      4450         0     20648     31150    292698     15.39     15.26
48.68/12.28	c  S st   606    158528        50      4450         0     21092     31150    301176     15.39   no data
48.68/12.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.68/12.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
48.68/12.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.68/12.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.68/12.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.68/12.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
48.68/12.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.68/12.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
49.04/12.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.65/12.76	c lits-rem:       205  cl-subs:     2331  v-elim:      0  v-fix:    0  time:  0.46 s
50.65/12.76	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
50.65/12.77	c vivif2 --  cl tried    18761 cl shrink        0 lits rem          0 time: 0.00
52.24/13.11	c asymm  cl-useful: 0/4032/4450 lits-rem:0 time: 0.34
52.24/13.11	c calculated reachability. Time: 0.00
52.24/13.11	c  N dy   606    158528        50      4450         0     18761     31150    261896     15.39   no data
55.83/14.09	c  N dy   661    168702        50      4450         0     27629     31150    425565     15.43     16.56
59.83/15.08	c  N dy   719    179786        50      4450         0     22693     31150    327553     15.48     16.32
64.62/16.20	c  N dy   748    191302        50      4450         0     17060     31150    215537     15.46     16.55
68.20/17.18	c  N dy   753    204738        50      4450         0     28548     31150    417973     15.39     16.27
73.79/18.57	c  N dy   856    218016        50      4450         0     23779     31150    334547     15.47     16.29
80.57/20.29	c  N dy   903    234886        50      4450         0     21054     31150    269535     15.45     16.30
81.77/20.54	c  S st   916    237792        50      4450         0     23553     31150    315156     15.46     13.95
82.17/20.60	c  S st   916    238294        50      4450         0     24002     31150    323810     15.46   no data
82.17/20.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.17/20.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.17/20.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.17/20.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.17/20.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.17/20.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
82.17/20.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.17/20.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
82.17/20.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.16/21.11	c lits-rem:       211  cl-subs:     2255  v-elim:      0  v-fix:    0  time:  0.48 s
84.16/21.11	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
84.16/21.11	c vivif2 --  cl tried    21747 cl shrink        0 lits rem          0 time: 0.00
85.36/21.46	c asymm  cl-useful: 0/3786/4450 lits-rem:0 time: 0.35
85.36/21.46	c calculated reachability. Time: 0.00
85.36/21.46	c  N dy   916    238294        50      4450         0     21747     31150    285509     15.46   no data
91.36/22.99	c  N dy   955    253536        50      4450         0     34878     31150    519715     15.43     17.60
99.73/25.03	c  N dy  1015    274027        50      4450         0     34475     31150    502713     15.41     16.31
108.11/27.19	c  N dy  1087    295056        50      4450         0     33729     31150    482294     15.40     16.34
114.12/28.65	c  F st  1167    306251        50      4450         0     23659     31150    298399     15.45     15.06
117.29/29.41	c  N dy  1198    314002        50      4450         0     30402     31150    425400     15.47     16.29
127.70/32.06	c  N dy  1256    337316        50      4450         0     29675     31150    393992     15.44     16.52
137.64/34.55	c  N dy  1317    357443        50      4450         0     25556     31150    319181     15.44     14.65
137.64/34.55	c  S st  1317    357443        50      4450         0     25556     31150    319181     15.44     14.65
138.04/34.62	c  S st  1317    357947        50      4450         0     26001     31150    327876     15.44   no data
138.04/34.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.04/34.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
138.04/34.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.04/34.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.04/34.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.04/34.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
138.04/34.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.04/34.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
138.04/34.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.64/35.04	c lits-rem:       145  cl-subs:     1355  v-elim:      0  v-fix:    0  time:  0.39 s
139.64/35.04	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
139.64/35.04	c vivif2 --  cl tried    24646 cl shrink        0 lits rem          0 time: 0.00
140.04/35.13	c asymm  cl-useful: 0/664/4450 lits-rem:0 time: 0.08
140.04/35.13	c calculated reachability. Time: 0.00
140.04/35.13	c  N dy  1317    357947        50      4450         0     24646     31150    304382     15.44   no data
149.24/37.47	c  N dy  1381    378003        50      4450         0     41949     31150    618267     15.43     16.95
168.36/42.27	c  N dy  1408    420846        50      4450         0     33056     31149    420601     15.19     16.11
181.53/45.53	c  N dy  1573    440909        50      4450         0     26500     31149    313668     15.27     17.91
200.29/50.28	c  N dy  1742    476553        50      4450         0     32179     31149    399191     15.27     16.21
213.05/53.42	c  N dy  1867    496635        50      4450         0     49611     31149    722347     15.31     17.47
224.62/56.31	c  N dy  1942    518962        50      4450         0     42862     31149    590899     15.31     16.30
235.81/59.19	c  S st  2021    536920        50      4450         0     31625     31149    381525     15.32     14.54
236.21/59.27	c  S st  2021    537424        50      4450         0     32073     31149    390089     15.32   no data
236.21/59.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
236.21/59.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
236.21/59.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.21/59.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.21/59.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.21/59.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
236.21/59.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
236.21/59.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
236.61/59.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.99/59.91	c lits-rem:       192  cl-subs:     1958  v-elim:      0  v-fix:    0  time:  0.60 s
238.99/59.91	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
238.99/59.91	c vivif2 --  cl tried    30115 cl shrink        0 lits rem          0 time: 0.00
240.19/60.28	c asymm  cl-useful: 0/2792/4450 lits-rem:0 time: 0.37
240.19/60.28	c calculated reachability. Time: 0.00
240.19/60.28	c  N dy  2021    537424        50      4450         0     30115     31149    358175     15.32   no data
252.16/63.20	c  N dy  2119    557658        50      4450         0     47571     31149    677814     15.34     16.20
266.53/66.80	c  N dy  2296    577667        50      4450         0     37482     31149    491809     15.39     18.26
281.33/70.56	c  N dy  2428    597710        50      4450         0     54825     31149    816656     15.43     17.93
294.50/73.86	c  N dy  2566    617807        50      4450         0     43832     31149    599515     15.47     16.93
310.02/77.79	c  N dy  2676    638392        50      4450         0     32210     31149    371811     15.49     16.44
322.78/80.95	c  N dy  2793    658904        50      4450         0     49942     31149    700327     15.51     16.47
336.75/84.47	c  N dy  2870    679035        50      4450         0     37078     31149    456298     15.51     16.33
352.71/88.42	c  N dy  2993    700548        50      4450         0     55726     31149    801181     15.53     16.41
367.07/92.03	c  N dy  3090    720549        50      4450         0     41785     31149    538197     15.53     16.41
381.86/95.74	c  N dy  3109    743451        50      4450         0     61352     31149    880417     15.49     16.34
395.45/99.16	c  N dy  3211    763466        50      4450         0     46866     31149    624207     15.50     16.80
413.00/103.59	c  N dy  3327    783503        50      4450         0     64149     31149    943245     15.52     17.09
427.72/107.25	c  N dy  3421    806137        50      4450         0     50747     31149    681233     15.52     13.93
427.72/107.25	c  S st  3421    806137        50      4450         0     50747     31149    681233     15.52     13.93
428.52/107.40	c  S st  3421    806643        50      4450         0     51187     31149    689779     15.52   no data
428.52/107.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
428.52/107.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
428.52/107.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
428.52/107.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
428.52/107.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
428.52/107.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
428.52/107.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
428.52/107.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
428.52/107.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
439.69/110.24	c lits-rem:       542  cl-subs:     6275  v-elim:      0  v-fix:    0  time:  2.75 s
439.69/110.24	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
439.69/110.24	c vivif2 --  cl tried    44912 cl shrink        0 lits rem          0 time: 0.01
440.49/110.47	c asymm  cl-useful: 0/857/4450 lits-rem:0 time: 0.23
440.49/110.48	c calculated reachability. Time: 0.00
440.49/110.48	c  N dy  3421    806643        50      4450         0     44912     31149    581592     15.52   no data
462.43/115.90	c  N dy  3527    833221        50      4450         0     34705     31149    381688     15.52     16.44
476.00/119.38	c  N dy  3640    853230        50      4450         0     52042     31149    703155     15.54     18.24
496.75/124.54	c  N dy  3706    879813        50      4450         0     40494     31149    473245     15.51     16.49
511.52/128.21	c  N dy  3750    901243        50      4450         0     58830     31149    803400     15.50     16.32
527.87/132.34	c  N dy  3781    923944        50      4450         0     43128     31149    512519     15.48     16.37
543.44/136.20	c  N dy  3861    944429        50      4450         0     60725     31149    833361     15.48     16.31
562.99/141.10	c  N dy  4016    964497        50      4450         0     42128     31149    502306     15.51     18.23
579.78/145.33	c  N dy  4126    985919        50      4450         0     60623     31149    847145     15.52     16.44
598.90/150.17	c  N dy  4247   1006201        50      4450         0     41147     31149    473709     15.53     16.37
616.05/154.43	c  N dy  4379   1026671        50      4450         0     58866     31149    805752     15.55     16.45
638.39/160.09	c  N dy  4478   1048943        50      4450         0     40150     31149    443555     15.56     16.47
655.16/164.28	c  F st  4575   1071879        50      4450         0     59840     31149    805603     15.56     14.96
655.16/164.28	c  N st  4575   1071879        50      4450         0     59840     31149    805603     15.56     14.96
682.69/171.17	c  N dy  4673   1100477        50      4450         0     45585     31149    528778     15.55     16.57
700.24/175.54	c  N dy  4789   1120545        50      4450         0     62806     31149    849305     15.56     17.57
717.80/179.92	c  N dy  4804   1140621        50      4450         0     40450     31149    436379     15.54     16.99
733.40/183.86	c  N dy  4917   1160690        50      4450         0     57748     31149    759894     15.55     17.44
752.51/188.64	c  N dy  5001   1180736        50      4450         0     74899     31149   1073765     15.55     18.06
773.66/193.98	c  N dy  5135   1200833        50      4450         0     51919     31149    645299     15.57     16.97
783.24/196.32	c  S st  5175   1209964        50      4450         0     59830     31149    791436     15.57   no data
784.04/196.56	c  S st  5175   1210467        50      4450         0     60265     31149    799768     15.57   no data
784.04/196.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
784.44/196.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
784.44/196.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
784.44/196.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
784.44/196.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
784.44/196.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
784.44/196.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
784.44/196.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
784.44/196.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
808.77/202.70	c lits-rem:       615  cl-subs:     6088  v-elim:      0  v-fix:    0  time:  6.00 s
808.77/202.70	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
808.77/202.72	c vivif2 --  cl tried    54177 cl shrink        0 lits rem          0 time: 0.01
810.37/203.13	c asymm  cl-useful: 0/726/4450 lits-rem:0 time: 0.41
810.37/203.13	c calculated reachability. Time: 0.00
810.37/203.13	c  N dy  5175   1210467        50      4450         0     54177     31149    690420     15.57   no data
834.35/209.11	c  N dy  5283   1230559        50      4450         0     71450     31149   1012142     15.58     17.19
861.03/215.86	c  N dy  5413   1256591        50      4450         0     52918     31149    650558     15.59     16.51
880.99/220.82	c  N dy  5528   1276672        50      4450         0     70202     31149    971920     15.60     17.65
904.15/226.62	c  N dy  5624   1296752        50      4450         0     45541     31149    511846     15.60     18.26
921.30/230.93	c  N dy  5746   1316757        50      4450         0     62724     31149    832948     15.62     18.34
945.23/236.95	c  N dy  5844   1337119        50      4450         0     80256     31149   1159407     15.63     16.54
966.77/242.34	c  N dy  5925   1357142        50      4450         0     54582     31149    669356     15.63     17.33
990.71/248.36	c  N dy  6014   1378605        50      4450         0     73087     31149   1011432     15.63     16.57
1017.05/254.90	c  N dy  6117   1398887        50      4450         0     46722     31149    516289     15.64     16.47
1034.21/259.26	c  N dy  6213   1419199        50      4450         0     64144     31149    838940     15.65     16.55
1061.74/266.14	c  N dy  6282   1443712        50      4450         0     85086     31149   1220232     15.64     16.51
1082.88/271.41	c  N dy  6403   1463807        50      4450         0     57839     31149    719590     15.65     17.70
1103.63/276.60	c  N dy  6478   1483901        50      4450         0     75023     31149   1035939     15.66     17.09
1137.19/285.08	c  N dy  6560   1517654        50      4450         0     58316     31149    703384     15.64     16.57
1156.30/289.83	c  N dy  6610   1537702        50      4450         0     75484     31149   1014921     15.63     17.41
1189.03/298.00	c  N dy  6654   1570235        50      4450         0     56919     31149    671040     15.61     16.48
1210.17/303.30	c  N dy  6759   1590310        50      4450         0     74190     31149    992482     15.62     17.34
1240.89/311.04	c  N dy  6820   1619393        50      4450         0     51998     31149    580021     15.60     16.61
1260.44/315.97	c  N dy  6925   1640348        50      4450         0     69931     31149    913650     15.61     16.47
1287.17/322.67	c  N dy  7071   1660402        50      4450         0     87254     31149   1244309     15.62     17.01
1313.50/329.25	c  N dy  7205   1680455        50      4450         0     56542     31149    666624     15.64     17.25
1345.03/337.12	c  N dy  7291   1710469        50      4450         0     82212     31149   1135208     15.63     13.63
1345.03/337.12	c  S st  7291   1710469        50      4450         0     82212     31149   1135208     15.63     13.63
1346.23/337.41	c  S st  7291   1710970        50      4450         0     82658     31149   1143900     15.63   no data
1346.23/337.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1346.23/337.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1346.23/337.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1346.23/337.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1346.23/337.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1346.23/337.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1346.23/337.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1346.23/337.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1346.63/337.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1406.47/352.50	c lits-rem:       953  cl-subs:    11798  v-elim:      0  v-fix:    0  time: 14.83 s
1406.47/352.51	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1406.47/352.52	c vivif2 --  cl tried    70860 cl shrink        0 lits rem          0 time: 0.01
1407.67/352.89	c asymm  cl-useful: 0/746/4450 lits-rem:0 time: 0.37
1408.07/352.90	c calculated reachability. Time: 0.00
1408.07/352.90	c  N dy  7291   1710970        50      4450         0     70860     31149    940833     15.63   no data
1437.20/360.27	c  N dy  7376   1731266        50      4450         0     88213     31149   1261496     15.64     16.52
1459.94/365.96	c  N dy  7437   1751578        50      4450         0     57612     31149    679033     15.63     16.46
1493.85/374.43	c  N dy  7480   1789257        50      4450         0     89610     31149   1241362     15.61     16.46
1518.20/380.53	c  N dy  7565   1809284        50      4450         0     57582     31149    663454     15.61     16.57
1542.54/386.60	c  N dy  7705   1830431        50      4450         0     75743     31149   1005242     15.62     16.51
1572.86/394.22	c  N dy  7788   1851244        50      4450         0     93541     31149   1329419     15.62     16.44
1597.20/400.30	c  N dy  7872   1871327        50      4450         0     60505     31149    717907     15.62     16.83
1619.55/405.99	c  N dy  7966   1891376        50      4450         0     77782     31149   1037706     15.62     16.55
1659.47/415.96	c  N dy  8029   1924591        50      4450         0     54786     31149    598158     15.60     16.44
1681.42/421.48	c  N dy  8128   1946251        50      4450         0     73338     31149    939508     15.61     16.46
1710.51/428.77	c  N dy  8245   1967281        50      4450         0     91359     31149   1275922     15.61     16.56
1740.43/436.28	c  N dy  8340   1987603        50      4450         0     56613     31149    629156     15.62     16.45
1761.58/441.50	c  N dy  8426   2007859        50      4450         0     74029     31149    952627     15.62     16.48
1790.31/448.71	c  N dy  8555   2027877        50      4450         0     91190     31149   1275483     15.63     17.14
1831.40/459.06	c  N dy  8592   2069171        50      4450         0     73009     31149    895087     15.60     16.45
1858.53/465.90	c  N dy  8673   2090035        50      4450         0     90901     31149   1224902     15.60     16.44
1894.05/474.74	c  N dy  8739   2115919        50      4450         0     59243     31149    658794     15.59     16.46
1915.99/480.29	c  N dy  8853   2135959        50      4450         0     76474     31149    982417     15.60     17.31
1950.70/488.97	c  N dy  9003   2158744        50      4450         0     95995     31149   1348782     15.61     16.47
1988.22/498.37	c  N dy  9126   2184027        50      4450         0     63033     31149    727183     15.61     16.44
2012.95/504.54	c  N dy  9249   2204099        50      4450         0     80299     31149   1050842     15.62     17.21
2023.34/507.13	c  S st  9308   2210970        50      4450         0     86230     31149   1164092     15.63   no data
2024.51/507.41	c  S st  9308   2211473        50      4450         0     86671     31149   1172714     15.63   no data
2024.51/507.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2024.51/507.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2024.51/507.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2024.51/507.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2024.51/507.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2024.51/507.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2024.51/507.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2024.51/507.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2024.91/507.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2072.80/519.57	c lits-rem:       875  cl-subs:    10011  v-elim:      0  v-fix:    0  time: 11.94 s
2072.80/519.57	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2072.80/519.58	c vivif2 --  cl tried    76660 cl shrink        0 lits rem          0 time: 0.01
2074.40/519.97	c asymm  cl-useful: 0/550/4450 lits-rem:0 time: 0.39
2074.40/519.98	c calculated reachability. Time: 0.00
2074.40/519.98	c  N dy  9308   2211473        50      4450         0     76660     31149    992722     15.63   no data
2109.10/528.63	c  N dy  9419   2231496        50      4450         0     93885     31149   1315384     15.63     17.36
2148.20/538.45	c  N dy  9530   2253508        50      4450         0     57719     31149    623028     15.63     16.76
2169.35/543.78	c  N dy  9639   2273536        50      4450         0     74880     31149    944114     15.64     17.04
2196.48/550.58	c  N dy  9713   2294987        50      4450         0     93191     31149   1278005     15.64     16.67
2230.04/558.99	c  N dy  9753   2318651        50      4450         0     57241     31149    607654     15.63     16.63
2253.54/564.85	c  N dy  9846   2340922        50      4450         0     76235     31149    957268     15.63     16.55
2279.87/571.42	c  N dy  9939   2361019        50      4450         0     93327     31149   1273431     15.64     17.44
2336.52/585.69	c  N dy  9972   2410339        50      4450         0     77904     31149    943504     15.60     16.42
2364.86/592.75	c  N dy 10066   2431645        50      4450         0     96069     31149   1277647     15.60     16.50
2407.55/603.45	c  N dy 10197   2456470        50      4450         0     59530     31149    634904     15.60     16.53
2431.10/609.32	c  N dy 10312   2477145        50      4450         0     77180     31149    964501     15.61     16.50
2456.62/615.72	c  N dy 10378   2497243        50      4450         0     94325     31149   1277107     15.61     16.61
2498.12/626.12	c  N dy 10485   2520525        50      4450         0    114182     31149   1642633     15.61     16.54
2530.43/634.21	c  N dy 10528   2549794        50      4450         0     80317     31149    995500     15.60     16.44
2559.20/641.41	c  N dy 10632   2569797        50      4450         0     97448     31149   1315910     15.60     16.46
2595.07/650.41	c  N dy 10725   2589848        50      4450         0    114591     31149   1634370     15.61     16.61
2632.58/659.82	c  N dy 10849   2618186        50      4450         0     79198     31149    980923     15.61     16.49
2660.15/666.79	c  N dy 10867   2645296        50      4450         0    102071     31149   1382110     15.60     16.53
2700.41/676.85	c  N dy 11004   2665320        50      4450         0    119245     31149   1706717     15.60     16.74
2731.13/684.50	c  N dy 11147   2688265        50      4450         0     78469     31149    968489     15.61     16.44
2758.67/691.49	c  N dy 11190   2711473        50      4450         0     98143     31149   1322994     15.60     12.97
2758.67/691.49	c  S st 11190   2711473        50      4450         0     98143     31149   1322994     15.60     12.97
2759.87/691.79	c  S st 11190   2711976        50      4450         0     98587     31149   1331634     15.60   no data
2760.27/691.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2760.27/691.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2760.27/691.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2760.27/691.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2760.27/691.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2760.27/691.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2760.27/691.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2760.27/691.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2760.68/691.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2807.34/703.67	c lits-rem:       944  cl-subs:    13321  v-elim:      0  v-fix:    0  time: 11.65 s
2807.34/703.68	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2807.34/703.69	c vivif2 --  cl tried    85266 cl shrink        0 lits rem          0 time: 0.02
2808.96/704.04	c asymm  cl-useful: 0/497/4450 lits-rem:0 time: 0.34
2808.96/704.04	c calculated reachability. Time: 0.00
2808.96/704.04	c  N dy 11190   2711976        50      4450         0     85266     31149   1104643     15.60   no data
2856.02/715.82	c  N dy 11321   2732018        50      4450         0    102437     31149   1426926     15.61     17.87
2904.29/727.97	c  N dy 11450   2752121        50      4450         0    119711     31149   1752941     15.62     17.95
2929.83/734.30	c  N dy 11541   2772774        50      4450         0     76850     31149    934639     15.62     16.66
2956.16/740.95	c  N dy 11614   2792862        50      4450         0     93886     31149   1244281     15.62     17.54
2993.29/750.22	c  N dy 11771   2813014        50      4450         0    111197     31149   1573181     15.63     16.46
3031.98/759.96	c  N dy 11886   2833281        50      4450         0     66692     31149    733244     15.63     16.55
3055.50/765.84	c  N dy 11980   2853310        50      4450         0     83818     31149   1049439     15.64     17.67
3084.24/773.01	c  N dy 12071   2873356        50      4450         0    100952     31149   1365891     15.64     17.73
3124.15/783.03	c  N dy 12190   2893956        50      4450         0    118572     31149   1696583     15.64     16.47
3156.86/791.22	c  N dy 12309   2914045        50      4450         0     72863     31149    845386     15.65     17.63
3183.60/797.91	c  N dy 12396   2934187        50      4450         0     90075     31149   1161884     15.65     16.55
3217.91/806.56	c  N dy 12519   2954354        50      4450         0    107363     31149   1485904     15.65     16.50
3263.39/817.90	c  N dy 12660   2975934        50      4450         0    125775     31149   1832230     15.66     16.54
3292.51/825.29	c  N dy 12777   2996655        50      4450         0     79466     31149    954384     15.66     16.66
3368.33/844.21	c  N dy 12849   3052257        50      4450         0    126444     31149   1780590     15.64     16.49
3396.66/851.39	c  N dy 12920   3072329        50      4450         0     78895     31149    932927     15.64     18.92
3425.38/858.59	c  N dy 13016   3092334        50      4450         0     95985     31149   1250260     15.64     16.65
3464.08/868.25	c  N dy 13139   3113300        50      4450         0    113894     31149   1585141     15.64     16.47
3506.80/878.97	c  N dy 13186   3142005        50      4450         0     72622     31149    804547     15.63     16.46
3537.11/886.54	c  N dy 13247   3167833        50      4450         0     94553     31149   1201498     15.63     16.49
3579.79/897.26	c  N dy 13365   3192963        50      4450         0    116003     31149   1597845     15.63     16.47
3621.33/907.65	c  S st 13457   3211976        50      4450         0    132177     31149   1897103     15.64     12.68
3622.89/908.10	c  S st 13457   3212481        50      4450         0    132610     31149   1905603     15.64   no data
3623.29/908.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3623.29/908.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3623.29/908.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3623.29/908.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3623.29/908.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3623.29/908.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3623.29/908.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3623.69/908.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3623.69/908.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3733.02/935.65	c lits-rem:      1301  cl-subs:    24519  v-elim:      0  v-fix:    0  time: 27.12 s
3733.02/935.65	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3733.02/935.67	c vivif2 --  cl tried   108091 cl shrink        0 lits rem          0 time: 0.02
3734.62/936.05	c asymm  cl-useful: 0/360/4450 lits-rem:0 time: 0.38
3734.62/936.05	c calculated reachability. Time: 0.00
3734.62/936.05	c  N dy 13457   3212481        50      4450         0    108091     31149   1491749     15.64   no data
3774.94/946.14	c  N dy 13559   3232499        50      4450         0    125197     31149   1809638     15.64     17.26
3814.03/955.99	c  N dy 13586   3264936        50      4450         0     87939     31149   1066993     15.62     16.48
3848.33/964.56	c  N dy 13703   3284941        50      4450         0    104971     31149   1384607     15.63     17.71
3889.82/974.93	c  N dy 13833   3304948        50      4450         0    122075     31149   1706984     15.63     19.45
3935.70/986.45	c  N dy 13977   3330852        50      4450         0     77932     31149    904774     15.64     16.49
3964.43/993.64	c  N dy 14073   3350928        50      4450         0     95011     31149   1220924     15.64     17.11
4009.91/1005.08	c  N dy 14130   3383901        50      4450         0    122804     31149   1711998     15.63     16.53
4055.42/1016.45	c  N dy 14277   3405353        50      4450         0     73743     31149    818953     15.64     16.47
4085.33/1023.94	c  N dy 14409   3425666        50      4450         0     91122     31149   1146896     15.64     16.47
4122.42/1033.29	c  N dy 14568   3445717        50      4450         0    108324     31149   1476408     15.65     16.70
4164.72/1043.90	c  N dy 14690   3465798        50      4450         0    125508     31149   1798922     15.65     18.40
4207.02/1054.49	c  N dy 14798   3485861        50      4450         0     73781     31149    810528     15.66     18.83
4235.79/1061.69	c  N dy 14924   3505871        50      4450         0     90800     31149   1131490     15.66     17.02
4276.05/1071.75	c  N dy 15003   3533632        50      4450         0    114416     31149   1557114     15.66     16.70
4323.57/1083.62	c  N dy 15178   3553729        50      4450         0    131648     31149   1888469     15.67     17.35
4363.42/1093.67	c  N dy 15226   3580392        50      4450         0     84407     31149    981630     15.66     16.50
4407.31/1104.61	c  N dy 15364   3608122        50      4450         0    108018     31149   1417637     15.66     16.52
4440.03/1112.85	c  N dy 15389   3628126        50      4450         0    124897     31149   1713063     15.66     17.19
4491.10/1125.67	c  N dy 15537   3648273        50      4450         0     71569     31149    754661     15.66     16.56
4525.81/1134.35	c  N dy 15633   3676619        50      4450         0     95644     31149   1192314     15.66     16.49
4554.54/1141.55	c  N dy 15676   3696674        50      4450         0    112665     31149   1494179     15.65     18.03
4584.07/1148.94	c  S st 15705   3712483        50      4450         0    125913     31149   1730071     15.65   no data
4586.07/1149.43	c  S st 15705   3712988        50      4450         0    126358     31149   1739020     15.65   no data
4586.07/1149.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4586.07/1149.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
4586.48/1149.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4586.48/1149.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4586.48/1149.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4586.48/1149.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4586.48/1149.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4586.48/1149.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4586.48/1149.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4669.06/1170.28	c lits-rem:      1005  cl-subs:    21609  v-elim:      0  v-fix:    0  time: 20.50 s
4669.06/1170.28	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
4669.46/1170.30	c vivif2 --  cl tried   104749 cl shrink        0 lits rem          0 time: 0.02
4670.64/1170.68	c asymm  cl-useful: 0/390/4450 lits-rem:0 time: 0.37
4670.64/1170.68	c calculated reachability. Time: 0.00
4670.64/1170.68	c  N dy 15705   3712988        50      4450         0    104749     31149   1385105     15.65   no data
4710.95/1180.79	c  N dy 15839   3733034        50      4450         0    121880     31149   1709786     15.66     17.71
4757.24/1192.36	c  F st 15964   3751562        50      4450         0    137665     31149   2008687     15.66     13.87
4762.46/1193.66	c  N st 15968   3753593        50      4450         0    139406     31149   2041483     15.66   no data
4789.15/1200.35	c  N dy 16032   3774364        50      4450         0     87201     31149   1038729     15.66     16.61

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-3366684-1305412056/watcher-3366684-1305412056 -o /tmp/evaluation-result-3366684-1305412056/solver-3366684-1305412056 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366684-1305412056.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.12 7.98 5.90 2/306 14354
/proc/meminfo: memFree=12314180/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 652804350 52396032 348 33554432000 4194304 4580107 140734830843104 18446744073709551615 47450441029544 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14354/statm: 12792 348 299 95 0 7774 0
[pid=14354/tid=14355] ppid=14352 vsize=182240 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 4 0 652804350 186613760 373 33554432000 4194304 4580107 140734830843104 18446744073709551615 47450441028099 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=182240 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 4 0 652804350 186613760 373 33554432000 4194304 4580107 140734830843104 18446744073709551615 47450441028103 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=182240 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 4 0 652804350 186613760 373 33554432000 4194304 4580107 140734830843104 18446744073709551615 47450441028096 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.107621 s]
/proc/loadavg: 8.12 7.98 5.90 2/306 14354
/proc/meminfo: memFree=12314180/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=281692 CPUtime=0.39 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 1208 0 0 0 39 0 0 0 25 0 4 0 652804350 288452608 1117 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 70423 1117 358 95 0 65405 0
[pid=14354/tid=14355] ppid=14352 vsize=281692 CPUtime=0.1 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 186 0 0 0 10 0 0 0 25 0 4 0 652804350 288452608 1117 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=281692 CPUtime=0.09 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 167 0 0 0 9 0 0 0 25 0 4 0 652804350 288452608 1118 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=281692 CPUtime=0.09 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 287 0 0 0 9 0 0 0 25 0 4 0 652804350 288452608 1118 33554432000 4194304 4580107 140734830843104 18446744073709551615 235594527777 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 281692

[startup+0.200545 s]
/proc/loadavg: 8.12 7.98 5.90 2/306 14354
/proc/meminfo: memFree=12314180/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=283236 CPUtime=0.76 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 2590 0 0 0 76 0 0 0 25 0 4 0 652804350 290033664 2216 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 70809 2216 375 95 0 65791 0
[pid=14354/tid=14355] ppid=14352 vsize=283236 CPUtime=0.19 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 581 0 0 0 19 0 0 0 25 0 4 0 652804350 290033664 2216 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=283236 CPUtime=0.18 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 559 0 0 0 18 0 0 0 25 0 4 0 652804350 290033664 2216 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=283236 CPUtime=0.18 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 445 0 0 0 18 0 0 0 25 0 4 0 652804350 290033664 2216 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 283236

[startup+0.300528 s]
/proc/loadavg: 8.12 7.98 5.90 2/306 14354
/proc/meminfo: memFree=12314180/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=284468 CPUtime=1.16 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 3219 0 0 0 116 0 0 0 25 0 4 0 652804350 291295232 2441 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 71117 2441 376 95 0 66099 0
[pid=14354/tid=14355] ppid=14352 vsize=284468 CPUtime=0.29 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 764 0 0 0 29 0 0 0 25 0 4 0 652804350 291295232 2441 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=284468 CPUtime=0.28 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 735 0 0 0 28 0 0 0 25 0 4 0 652804350 291295232 2441 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=284468 CPUtime=0.28 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 527 0 0 0 28 0 0 0 25 0 4 0 652804350 291295232 2441 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284468

[startup+0.700458 s]
/proc/loadavg: 8.12 7.98 5.90 2/306 14354
/proc/meminfo: memFree=12314180/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=285068 CPUtime=2.76 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 4910 0 0 0 275 1 0 0 25 0 4 0 652804350 291909632 3120 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 71267 3120 376 95 0 66249 0
[pid=14354/tid=14355] ppid=14352 vsize=285068 CPUtime=0.69 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 1180 0 0 0 69 0 0 0 25 0 4 0 652804350 291909632 3120 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=285068 CPUtime=0.68 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 1132 0 0 0 68 0 0 0 25 0 4 0 652804350 291909632 3120 33554432000 4194304 4580107 140734830843104 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=285068 CPUtime=0.68 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 1004 0 0 0 68 0 0 0 25 0 4 0 652804350 291909632 3120 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285068

[startup+1.50032 s]
/proc/loadavg: 8.11 7.98 5.91 9/315 14388
/proc/meminfo: memFree=12294216/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=290260 CPUtime=5.95 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 8624 0 0 0 594 1 0 0 25 0 4 0 652804350 297226240 4720 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 72565 4720 378 95 0 67547 0
[pid=14354/tid=14355] ppid=14352 vsize=290260 CPUtime=1.49 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 1816 0 0 0 149 0 0 0 25 0 4 0 652804350 297226240 4720 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=290260 CPUtime=1.48 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 1847 0 0 0 148 0 0 0 25 0 4 0 652804350 297226240 4720 33554432000 4194304 4580107 140734830843104 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=290260 CPUtime=1.48 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 1755 0 0 0 148 0 0 0 25 0 4 0 652804350 297226240 4720 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 290260

[startup+3.10104 s]
/proc/loadavg: 8.11 7.98 5.91 9/315 14388
/proc/meminfo: memFree=12261728/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=284556 CPUtime=12.34 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 16095 0 0 0 1232 2 0 0 25 0 4 0 652804350 291385344 9296 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 71139 9296 378 95 0 66121 0
[pid=14354/tid=14355] ppid=14352 vsize=284556 CPUtime=3.08 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 3758 0 0 0 308 0 0 0 25 0 4 0 652804350 291385344 9296 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=284556 CPUtime=3.09 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 4102 0 0 0 308 1 0 0 25 0 4 0 652804350 291385344 9296 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=284556 CPUtime=3.08 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 3857 0 0 0 308 0 0 0 25 0 4 0 652804350 291385344 9296 33554432000 4194304 4580107 140734830843104 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 284556

[startup+6.30048 s]
/proc/loadavg: 8.11 7.98 5.91 9/315 14388
/proc/meminfo: memFree=12217528/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=286460 CPUtime=25.1 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 24060 0 0 0 2506 4 0 0 25 0 4 0 652804350 293335040 12412 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 71615 12412 378 95 0 66597 0
[pid=14354/tid=14355] ppid=14352 vsize=286460 CPUtime=6.29 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 6197 0 0 0 628 1 0 0 25 0 4 0 652804350 293335040 12412 33554432000 4194304 4580107 140734830843104 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=286460 CPUtime=6.28 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 6323 0 0 0 627 1 0 0 25 0 4 0 652804350 293335040 12412 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=286460 CPUtime=6.28 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 5573 0 0 0 627 1 0 0 25 0 4 0 652804350 293335040 12412 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 286460

[startup+12.7003 s]
/proc/loadavg: 8.09 7.98 5.93 9/315 14388
/proc/meminfo: memFree=12178588/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=297656 CPUtime=50.65 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 35434 0 0 0 5058 7 0 0 25 0 4 0 652804350 304799744 14405 33554432000 4194304 4580107 140734830843104 18446744073709551615 4416448 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 74414 14405 378 95 0 69396 0
[pid=14354/tid=14355] ppid=14352 vsize=297656 CPUtime=12.68 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 9011 0 0 0 1267 1 0 0 25 0 4 0 652804350 304799744 14405 33554432000 4194304 4580107 140734830843104 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=297656 CPUtime=12.68 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 9018 0 0 0 1266 2 0 0 25 0 4 0 652804350 304799744 14405 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=297656 CPUtime=12.68 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 8740 0 0 0 1267 1 0 0 25 0 4 0 652804350 304799744 14405 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 297656

[startup+25.5011 s]
/proc/loadavg: 8.15 8.00 5.96 9/315 14388
/proc/meminfo: memFree=12122804/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=280560 CPUtime=101.73 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 52413 0 0 0 10162 11 0 0 25 0 4 0 652804350 287293440 17856 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 70140 17856 378 95 0 65122 0
[pid=14354/tid=14355] ppid=14352 vsize=280560 CPUtime=25.48 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 14254 0 0 0 2546 2 0 0 25 0 4 0 652804350 287293440 17856 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=280560 CPUtime=25.48 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 12870 0 0 0 2545 3 0 0 25 0 4 0 652804350 287293440 17856 33554432000 4194304 4580107 140734830843104 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=280560 CPUtime=25.48 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 12842 0 0 0 2546 2 0 0 25 0 4 0 652804350 287293440 17856 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 280560

[startup+51.1006 s]
/proc/loadavg: 8.22 8.03 6.02 9/315 14389
/proc/meminfo: memFree=12073040/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=291976 CPUtime=203.88 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 79209 0 0 0 20371 17 0 0 25 0 4 0 652804350 298983424 21753 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 72994 21753 378 95 0 67976 0
[pid=14354/tid=14355] ppid=14352 vsize=291976 CPUtime=51.09 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 21749 0 0 0 5105 4 0 0 25 0 4 0 652804350 298983424 21753 33554432000 4194304 4580107 140734830843104 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=291976 CPUtime=51.08 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 19585 0 0 0 5104 4 0 0 25 0 4 0 652804350 298983424 21753 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=291976 CPUtime=51.08 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 18677 0 0 0 5104 4 0 0 25 0 4 0 652804350 298983424 21753 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 291976

[startup+102.301 s]
/proc/loadavg: 8.09 8.02 6.13 9/315 14390
/proc/meminfo: memFree=12012260/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=306024 CPUtime=408.19 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 119369 0 0 0 40791 28 0 0 25 0 4 0 652804350 313368576 24121 33554432000 4194304 4580107 140734830843104 18446744073709551615 4322911 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 76506 24121 378 95 0 71488 0
[pid=14354/tid=14355] ppid=14352 vsize=306024 CPUtime=102.3 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 31129 0 0 0 10223 7 0 0 25 0 4 0 652804350 313368576 24124 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=306024 CPUtime=102.3 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 29269 0 0 0 10223 7 0 0 25 0 4 0 652804350 313368576 24124 33554432000 4194304 4580107 140734830843104 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=306024 CPUtime=102.29 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 30160 0 0 0 10223 6 0 0 25 0 4 0 652804350 313368576 24124 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.19
Current children cumulated vsize (KiB) 306024

[startup+162.301 s]

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

[pid=14354] ppid=14352 vsize=347372 CPUtime=2562.76 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 366473 0 0 0 256160 116 0 0 25 0 4 0 652804350 355708928 53011 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 86843 53011 378 95 0 81825 0
[pid=14354/tid=14355] ppid=14352 vsize=347372 CPUtime=642.29 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 91101 0 0 0 64201 28 0 0 25 0 4 0 652804350 355708928 53011 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=347372 CPUtime=642.3 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 93681 0 0 0 64199 31 0 0 25 0 4 0 652804350 355708928 53011 33554432000 4194304 4580107 140734830843104 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=347372 CPUtime=642.3 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 92505 0 0 0 64201 29 0 0 25 0 4 0 652804350 355708928 53011 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2562.76
Current children cumulated vsize (KiB) 347372

[startup+702.301 s]
/proc/loadavg: 8.22 8.13 7.07 9/315 14406
/proc/meminfo: memFree=11728220/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=347788 CPUtime=2802.16 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 385305 0 0 0 280092 124 0 0 25 0 4 0 652804350 356134912 54497 33554432000 4194304 4580107 140734830843104 18446744073709551615 4415779 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 86947 54497 378 95 0 81929 0
[pid=14354/tid=14355] ppid=14352 vsize=347788 CPUtime=702.3 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 95791 0 0 0 70200 30 0 0 25 0 4 0 652804350 356134912 54497 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=347788 CPUtime=702.3 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 98653 0 0 0 70197 33 0 0 25 0 4 0 652804350 356134912 54497 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=347788 CPUtime=702.3 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 97136 0 0 0 70199 31 0 0 25 0 4 0 652804350 356134912 54497 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.16
Current children cumulated vsize (KiB) 347788

[startup+762.3 s]
/proc/loadavg: 8.15 8.12 7.13 9/315 14408
/proc/meminfo: memFree=11687140/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=447472 CPUtime=3041.57 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 402908 0 0 0 304026 131 0 0 25 0 4 0 652804350 458211328 57913 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 111868 57913 378 95 0 106850 0
[pid=14354/tid=14355] ppid=14352 vsize=447472 CPUtime=762.31 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 101114 0 0 0 76199 32 0 0 25 0 4 0 652804350 458211328 57914 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=447472 CPUtime=762.31 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 103090 0 0 0 76197 34 0 0 25 0 4 0 652804350 458211328 57914 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=447472 CPUtime=762.31 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 100797 0 0 0 76199 32 0 0 25 0 4 0 652804350 458211328 57914 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.57
Current children cumulated vsize (KiB) 447472

[startup+822.301 s]
/proc/loadavg: 8.18 8.13 7.19 9/315 14410
/proc/meminfo: memFree=11648172/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=341272 CPUtime=3280.95 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 418518 0 0 0 327956 139 0 0 25 0 4 0 652804350 349462528 57582 33554432000 4194304 4580107 140734830843104 18446744073709551615 4295702 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 85318 57582 378 95 0 80300 0
[pid=14354/tid=14355] ppid=14352 vsize=341272 CPUtime=822.3 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 103550 0 0 0 82197 33 0 0 25 0 4 0 652804350 349462528 57582 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=341272 CPUtime=822.3 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 108031 0 0 0 82193 37 0 0 25 0 4 0 652804350 349462528 57582 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=341272 CPUtime=822.3 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 105393 0 0 0 82196 34 0 0 25 0 4 0 652804350 349462528 57582 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.95
Current children cumulated vsize (KiB) 341272

[startup+882.311 s]
/proc/loadavg: 8.25 8.15 7.26 9/315 14411
/proc/meminfo: memFree=11618636/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=353564 CPUtime=3520.39 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 431542 0 0 0 351894 145 0 0 25 0 4 0 652804350 362049536 61223 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 88391 61223 378 95 0 83373 0
[pid=14354/tid=14355] ppid=14352 vsize=353564 CPUtime=882.31 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 105846 0 0 0 88196 35 0 0 25 0 4 0 652804350 362049536 61223 33554432000 4194304 4580107 140734830843104 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=353564 CPUtime=882.31 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 112519 0 0 0 88192 39 0 0 25 0 4 0 652804350 362049536 61223 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=353564 CPUtime=882.31 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 110153 0 0 0 88195 36 0 0 25 0 4 0 652804350 362049536 61223 33554432000 4194304 4580107 140734830843104 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.39
Current children cumulated vsize (KiB) 353564

[startup+942.301 s]
/proc/loadavg: 8.14 8.13 7.31 9/315 14413
/proc/meminfo: memFree=11592200/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=444408 CPUtime=3759.75 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 443253 0 0 0 375825 150 0 0 25 0 4 0 652804350 455073792 67940 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 111102 67940 378 95 0 106084 0
[pid=14354/tid=14355] ppid=14352 vsize=444408 CPUtime=942.3 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 107736 0 0 0 94194 36 0 0 25 0 4 0 652804350 455073792 67940 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=444408 CPUtime=942.31 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 115921 0 0 0 94190 41 0 0 25 0 4 0 652804350 455073792 67940 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=444408 CPUtime=942.3 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 114508 0 0 0 94192 38 0 0 25 0 4 0 652804350 455073792 67940 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.75
Current children cumulated vsize (KiB) 444408

[startup+1002.3 s]
/proc/loadavg: 8.10 8.12 7.35 9/315 14414
/proc/meminfo: memFree=11570088/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=431500 CPUtime=3999.14 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 460618 0 0 0 399756 158 0 0 25 0 4 0 652804350 441856000 66763 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 107875 66763 378 95 0 102857 0
[pid=14354/tid=14355] ppid=14352 vsize=431500 CPUtime=1002.3 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 112321 0 0 0 100192 38 0 0 25 0 4 0 652804350 441856000 66763 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=431500 CPUtime=1002.3 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 121898 0 0 0 100187 43 0 0 25 0 4 0 652804350 441856000 66763 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=431500 CPUtime=1002.31 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 119165 0 0 0 100191 40 0 0 25 0 4 0 652804350 441856000 66763 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.14
Current children cumulated vsize (KiB) 431500

[startup+1062.3 s]
/proc/loadavg: 8.08 8.11 7.39 9/315 14416
/proc/meminfo: memFree=11561988/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=497216 CPUtime=4238.54 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 473191 0 0 0 423689 165 0 0 25 0 4 0 652804350 509149184 67316 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 124304 67316 378 95 0 119286 0
[pid=14354/tid=14355] ppid=14352 vsize=497216 CPUtime=1062.31 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 115738 0 0 0 106190 41 0 0 25 0 4 0 652804350 509149184 67316 33554432000 4194304 4580107 140734830843104 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=497216 CPUtime=1062.31 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 125790 0 0 0 106186 45 0 0 25 0 4 0 652804350 509149184 67316 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=497216 CPUtime=1062.3 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 120160 0 0 0 106190 40 0 0 25 0 4 0 652804350 509149184 67316 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294354 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.54
Current children cumulated vsize (KiB) 497216

[startup+1122.3 s]
/proc/loadavg: 8.12 8.12 7.44 9/315 14418
/proc/meminfo: memFree=11551412/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=497584 CPUtime=4477.93 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 490739 0 0 0 447621 172 0 0 25 0 4 0 652804350 509526016 69896 33554432000 4194304 4580107 140734830843104 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 124396 69896 378 95 0 119378 0
[pid=14354/tid=14355] ppid=14352 vsize=497584 CPUtime=1122.3 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 120445 0 0 0 112188 42 0 0 25 0 4 0 652804350 509526016 69896 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=497584 CPUtime=1122.31 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 130499 0 0 0 112184 47 0 0 25 0 4 0 652804350 509526016 69896 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=497584 CPUtime=1122.3 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 124900 0 0 0 112188 42 0 0 25 0 4 0 652804350 509526016 69896 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4477.93
Current children cumulated vsize (KiB) 497584

[startup+1182.3 s]
/proc/loadavg: 8.08 8.11 7.48 9/315 14419
/proc/meminfo: memFree=11507240/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=497732 CPUtime=4717.33 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 503162 0 0 0 471555 178 0 0 25 0 4 0 652804350 509677568 74712 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 124433 74712 378 95 0 119415 0
[pid=14354/tid=14355] ppid=14352 vsize=497732 CPUtime=1182.31 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 123595 0 0 0 118187 44 0 0 25 0 4 0 652804350 509677568 74712 33554432000 4194304 4580107 140734830843104 18446744073709551615 4321235 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=497732 CPUtime=1182.31 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 134006 0 0 0 118182 49 0 0 25 0 4 0 652804350 509677568 74712 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=497732 CPUtime=1182.3 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 128020 0 0 0 118187 43 0 0 25 0 4 0 652804350 509677568 74712 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4717.33
Current children cumulated vsize (KiB) 497732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.06 8.10 7.49 9/315 14420
/proc/meminfo: memFree=11511064/32950928 swapFree=67111348/67111528
[pid=14354] ppid=14352 vsize=537348 CPUtime=4800.34 cores=0,2,4,6
/proc/14354/stat : 14354 (strangenight2-m) R 14352 14354 14248 0 -1 4202496 511513 0 0 0 479851 183 0 0 25 0 4 0 652804350 550244352 70087 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14354/statm: 134337 70087 378 95 0 129319 0
[pid=14354/tid=14355] ppid=14352 vsize=537348 CPUtime=1203.12 cores=0,2,4,6
/proc/14354/task/14355/stat : 14355 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 125444 0 0 0 120267 45 0 0 25 0 4 0 652804350 550244352 70087 33554432000 4194304 4580107 140734830843104 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14354/tid=14356] ppid=14352 vsize=537348 CPUtime=1203.12 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 136740 0 0 0 120262 50 0 0 25 0 4 0 652804350 550244352 70087 33554432000 4194304 4580107 140734830843104 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14354/tid=14357] ppid=14352 vsize=537348 CPUtime=1203.12 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (strangenight2-m) R 14352 14354 14248 0 -1 4202560 129974 0 0 0 120267 45 0 0 25 0 4 0 652804350 550244352 70087 33554432000 4194304 4580107 140734830843104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 537348

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.13
CPU time (s): 4800.41
CPU user time (s): 4798.56
CPU system time (s): 1.84972
CPU usage (%): 398.993
Max. virtual memory (cumulated for all children) (KiB): 537348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.56
system time used= 1.84972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 511514
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= 396
involuntary context switches= 19951

runsolver used 3.52146 second user time and 8.44372 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 00:27:36
IDJOB=3366684
IDBENCH=83093
IDSOLVER=1844
FILE ID=node120/3366684-1305412056
RUNJOBID= node120-1305410849-14266
PBS_JOBID= 13324526
Free space on /tmp= 73504 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S708803296-021.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366684-1305412056/watcher-3366684-1305412056 -o /tmp/evaluation-result-3366684-1305412056/solver-3366684-1305412056 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366684-1305412056.cnf

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

MD5SUM BENCH= 6dcea24e0d40e217adec300bb8ded029
RANDOM SEED=1628417270

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12314344 kB
Buffers:        258528 kB
Cached:        3583840 kB
SwapCached:          0 kB
Active:       17370740 kB
Inactive:      2977940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12314344 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5456 kB
Writeback:           0 kB
AnonPages:    16506592 kB
Mapped:          24792 kB
Slab:           174368 kB
PageTables:      48660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51585180 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73500 MiB
End job on node120 at 2011-05-15 00:47:41