Trace number 3366296

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.34 1203.43

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1846644927-079.SATISFIABLE.cnf
MD5SUM9d6e35233e69c791074cda4235bdf5aa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.178971
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366296-1305400969.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.00	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.00	c -- vars added         70
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
0.42/0.14	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
0.42/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.42/0.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.42/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.42/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.42/0.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.42/0.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.42/0.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.42/0.53	c Finding binary XORs  T:     0.00 s  found:       0
0.42/0.53	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.42/0.53	c calculated reachability. Time: 0.00
0.42/0.53	c Calc default polars -  time:   0.00 s pos:      31 undec:       3 neg:      36
0.42/0.53	c =========================================================================================
0.42/0.53	c types(t): F = full restart, N = normal restart
0.42/0.53	c types(t): S = simplification begin/end, E = solution found
0.42/0.53	c restart types(rt): st = static, dy = dynamic
0.42/0.53	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.42/0.53	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
0.42/0.53	c  N dy     7      5059        70      6230         0      2295     43610     48797     20.69     21.89
0.42/0.53	c  N dy    19     10049        70      6230         0      6804     43610    157396     20.69     21.83
0.42/1.00	c  N dy    33     14150        70      6230         0      6685     43610    144061     20.82     21.93
0.42/1.00	c  N dy    35     18195        70      6230         0      5270     43610     98503     20.68     21.82
4.37/1.10	c  N dy    42     22834        70      6230         0      9435     43610    198208     20.51     21.66
4.77/1.20	c  F st    62     25000        70      6230         0     11414     43610    247257     20.67     20.72
5.16/1.30	c  N st    66     27031        70      6230         0      7101     43610    130923     20.67   no data
5.56/1.40	c  S st    68     30000        70      6230         0      9784     43610    195901     20.67   no data
5.97/1.50	c  S st    68     30500        70      6230         0     10246     43610    207521     20.67   no data
5.97/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.97/1.50	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.97/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.97/1.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.37/1.62	c lits-rem:       134  cl-subs:      858  v-elim:      0  v-fix:    0  time:  0.19 s
7.17/1.87	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.25
7.17/1.87	c calculated reachability. Time: 0.00
7.17/1.87	c  N dy    68     30500        70      6230         0      9388     43610    186023     20.67   no data
8.35/2.12	c  N dy    78     35118        70      6230         0     13570     43610    285640     20.65     21.77
9.16/2.35	c  N dy    93     39469        70      6230         0     10397     43610    197688     20.70     21.88
10.35/2.69	c  N dy    96     45750        70      6230         0     16059     43610    332816     20.55     18.21
10.35/2.69	c  S st    96     45750        70      6230         0     16059     43610    332816     20.55     18.21
10.75/2.74	c  S st    96     46259        70      6230         0      8451     43610    138662     20.55   no data
10.75/2.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.75/2.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.75/2.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.75/2.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.75/2.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
10.75/2.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.75/2.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.75/2.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.78	c lits-rem:         4  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.03 s
10.75/2.78	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
10.75/2.78	c vivif2 --  cl tried     8410 cl shrink        0 lits rem          0 time: 0.00
11.98/3.01	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.23
11.98/3.01	c calculated reachability. Time: 0.00
11.98/3.01	c  N dy    96     46259        70      6230         0      8410     43610    137456     20.55   no data
12.74/3.29	c  N dy   118     51536        70      6230         0     13174     43610    251695     20.59     21.68
13.94/3.56	c  N dy   130     55826        70      6230         0     17051     43610    344053     20.58     21.84
15.14/3.81	c  N dy   144     59949        70      6230         0     11802     43610    207596     20.59     21.81
15.94/4.07	c  N dy   148     64642        70      6230         0     16049     43610    308147     20.51     21.63
17.53/4.42	c  N dy   160     69138        70      6230         0     10182     43610    155349     20.51     21.78
17.53/4.43	c  S st   163     69388        70      6230         0     10408     43610    161255     20.52   no data
17.53/4.47	c  S st   163     69891        70      6230         0     10878     43610    172808     20.52   no data
17.53/4.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.53/4.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.53/4.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.53/4.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.53/4.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.53/4.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.53/4.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.53/4.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.53/4.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.93/4.54	c lits-rem:        21  cl-subs:      135  v-elim:      0  v-fix:    0  time:  0.06 s
17.93/4.54	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
17.93/4.54	c vivif2 --  cl tried    10743 cl shrink        0 lits rem          0 time: 0.00
19.13/4.82	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.28
19.13/4.82	c calculated reachability. Time: 0.00
19.13/4.82	c  N dy   163     69891        70      6230         0     10743     43610    169260     20.52   no data
20.32/5.12	c  N dy   165     75258        70      6230         0     15590     43610    284254     20.44     21.67
21.91/5.54	c  N dy   184     81085        70      6230         0     20860     43610    411568     20.46     21.60
23.12/5.88	c  N dy   204     86321        70      6230         0     14756     43610    254081     20.48     21.61
23.52/5.96	c  F st   215     87501        70      6230         0     15830     43610    280616     20.51   no data
25.14/6.32	c  N dy   221     92695        70      6230         0     20550     43610    394760     20.51   no data
27.50/6.93	c  N dy   250    101048        70      6230         0     16303     43610    276403     20.53     21.75
28.70/7.22	c  S st   278    104837        70      6230         0     19746     43610    360726     20.58     19.37
28.70/7.27	c  S st   278    105340        70      6230         0     20198     43610    372159     20.58   no data
28.70/7.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.70/7.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.70/7.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.70/7.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.70/7.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.70/7.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
28.70/7.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.70/7.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
28.70/7.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.69/7.77	c lits-rem:       199  cl-subs:     1821  v-elim:      0  v-fix:    0  time:  0.48 s
30.69/7.78	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
30.69/7.78	c vivif2 --  cl tried    18377 cl shrink        0 lits rem          0 time: 0.00
32.29/8.15	c asymm  cl-useful: 0/5477/6230 lits-rem:0 time: 0.37
32.29/8.15	c calculated reachability. Time: 0.00
32.29/8.15	c  N dy   278    105340        70      6230         0     18377     43610    327250     20.58   no data
38.72/9.74	c  N dy   297    126697        70      6230         0     24999     43610    467251     20.39     21.56
41.07/10.38	c  N dy   326    134987        70      6230         0     18994     43610    321003     20.41     21.49
44.25/11.11	c  N dy   344    144417        70      6230         0     27463     43610    522136     20.38     21.48
47.08/11.86	c  N dy   387    153730        70      6230         0     21487     43610    369088     20.44     23.88
48.65/12.22	c  S st   398    158010        70      6230         0     25341     43610    460379     20.42   no data
48.65/12.28	c  S st   398    158515        70      6230         0     25808     43610    472003     20.42   no data
48.65/12.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.65/12.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
48.65/12.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.65/12.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.65/12.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.65/12.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
48.65/12.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.05/12.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.05/12.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.88/13.08	c lits-rem:       377  cl-subs:     2521  v-elim:      0  v-fix:    0  time:  0.76 s
51.88/13.08	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
51.88/13.08	c vivif2 --  cl tried    23287 cl shrink        0 lits rem          0 time: 0.00
52.23/13.15	c asymm  cl-useful: 0/753/6230 lits-rem:0 time: 0.07
52.23/13.15	c calculated reachability. Time: 0.00
52.23/13.15	c  N dy   398    158515        70      6230         0     23287     43610    409486     20.42   no data
58.22/14.60	c  N dy   429    175832        70      6230         0     23730     43610    404716     20.36     21.47
65.05/16.38	c  N dy   479    195893        70      6230         0     25576     43610    434929     20.31     21.38
70.58/17.71	c  N dy   529    208602        70      6230         0     20028     43610    296491     20.36     21.53
77.80/19.57	c  N dy   598    227145        70      6230         0     18763     43610    250344     20.37     21.48
82.18/20.62	c  S st   674    237772        70      6230         0     28399     43610    487233     20.44   no data
82.18/20.70	c  S st   674    238278        70      6230         0     28864     43610    498502     20.44   no data
82.18/20.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.18/20.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.60/20.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.60/20.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.60/20.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.60/20.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
82.60/20.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.60/20.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.60/20.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.75/21.53	c lits-rem:       211  cl-subs:     2001  v-elim:      0  v-fix:    0  time:  0.80 s
85.75/21.53	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
85.75/21.53	c vivif2 --  cl tried    26863 cl shrink        0 lits rem          0 time: 0.00
87.34/21.91	c asymm  cl-useful: 0/4127/6230 lits-rem:0 time: 0.38
87.34/21.91	c calculated reachability. Time: 0.00
87.34/21.91	c  N dy   674    238278        70      6230         0     26863     43610    446410     20.44   no data
93.72/23.59	c  N dy   707    254754        70      6230         0     22860     43610    335241     20.43     21.55
102.10/25.62	c  N dy   786    272832        70      6230         0     39217     43610    731914     20.48     21.58
109.68/27.53	c  N dy   839    291006        70      6230         0     35810     43610    629572     20.47     21.55
116.86/29.34	c  F st   923    306250        70      6230         0     28844     43610    452396     20.51     18.98
118.85/29.86	c  N dy   929    311445        70      6230         0     33520     43610    565467     20.51   no data
128.03/32.16	c  N dy  1006    331422        70      6230         0     29924     43610    468050     20.54     22.38
139.64/35.08	c  N dy  1067    357417        70      6230         0     30763     43610    468902     20.50     18.21
139.64/35.08	c  S st  1067    357417        70      6230         0     30763     43610    468902     20.50     18.21
139.99/35.16	c  S st  1067    357926        70      6230         0     31228     43610    480313     20.50   no data
139.99/35.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.99/35.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
139.99/35.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.99/35.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.99/35.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.99/35.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
139.99/35.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.99/35.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
139.99/35.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.03/36.16	c lits-rem:       303  cl-subs:     2532  v-elim:      0  v-fix:    0  time:  0.96 s
144.03/36.16	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
144.03/36.17	c vivif2 --  cl tried    28696 cl shrink        0 lits rem          0 time: 0.00
145.17/36.41	c asymm  cl-useful: 0/2103/6230 lits-rem:0 time: 0.25
145.17/36.42	c calculated reachability. Time: 0.00
145.17/36.42	c  N dy  1067    357926        70      6230         0     28696     43610    424158     20.50   no data
156.36/39.30	c  N dy  1174    378424        70      6230         0     23851     43610    295675     20.55     21.77
174.33/43.75	c  N dy  1186    419242        70      6230         0     36195     43610    569619     20.36     21.54
184.67/46.37	c  N dy  1258    439248        70      6230         0     29096     43610    396141     20.37     22.32
195.45/49.09	c  N dy  1352    459267        70      6230         0     47225     43610    835227     20.39     22.38
207.41/52.00	c  N dy  1480    479340        70      6230         0     39285     43610    633032     20.45     21.64
220.17/55.23	c  N dy  1571    499616        70      6230         0     30504     43610    402614     20.47     21.61
230.55/57.80	c  N dy  1615    519708        70      6230         0     48554     43610    830173     20.45     21.54
239.73/60.15	c  S st  1640    536889        70      6230         0     36021     43610    515424     20.41     18.86
240.15/60.25	c  S st  1640    537391        70      6230         0     36496     43610    527173     20.41   no data
240.15/60.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.15/60.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
240.15/60.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.15/60.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.15/60.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.15/60.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
240.15/60.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.15/60.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
240.15/60.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.54/61.40	c lits-rem:       250  cl-subs:     2322  v-elim:      0  v-fix:    0  time:  1.12 s
244.54/61.40	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
244.54/61.41	c vivif2 --  cl tried    34174 cl shrink        0 lits rem          0 time: 0.01
245.70/61.62	c asymm  cl-useful: 0/1801/6230 lits-rem:0 time: 0.21
245.70/61.62	c calculated reachability. Time: 0.00
245.70/61.62	c  N dy  1640    537391        70      6230         0     34174     43610    476641     20.41   no data
256.87/64.49	c  N dy  1707    557434        70      6230         0     52246     43610    911287     20.42     21.50
270.44/67.81	c  N dy  1813    578796        70      6230         0     42925     43610    684290     20.45     21.68
289.18/72.58	c  N dy  1879    611974        70      6230         0     43034     43610    656933     20.41     21.48
303.94/76.22	c  N dy  1962    632431        70      6230         0     30858     43610    360099     20.42     21.61
315.51/79.10	c  N dy  2051    652529        70      6230         0     48993     43610    798676     20.43     21.54
329.08/82.50	c  N dy  2109    672539        70      6230         0     35453     43610    456213     20.43     22.33
345.04/86.60	c  N dy  2238    697224        70      6230         0     57809     43610    999532     20.46     21.55
360.19/90.30	c  N dy  2316    717355        70      6230         0     43479     43610    637409     20.48     21.66
373.75/93.72	c  N dy  2356    737654        70      6230         0     61714     43610   1072124     20.47     21.57
389.34/97.63	c  N dy  2411    760701        70      6230         0     49103     43610    756159     20.46     21.62
406.89/102.03	c  N dy  2515    780930        70      6230         0     67409     43610   1198396     20.47     21.58
420.06/105.36	c  N dy  2635    801214        70      6230         0     51477     43610    808967     20.50     21.64
423.62/106.25	c  S st  2647    806086        70      6230         0     55882     43610    914204     20.50     20.48
424.02/106.40	c  S st  2647    806590        70      6230         0     56351     43610    926092     20.50   no data
424.02/106.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
424.45/106.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
424.45/106.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
424.45/106.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
424.45/106.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
424.45/106.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
424.45/106.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
424.45/106.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
424.45/106.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
438.78/110.07	c lits-rem:       690  cl-subs:     4658  v-elim:      0  v-fix:    0  time:  3.60 s
438.78/110.07	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
438.78/110.08	c vivif2 --  cl tried    51693 cl shrink        0 lits rem          0 time: 0.01
439.98/110.34	c asymm  cl-useful: 0/1123/6230 lits-rem:0 time: 0.25
439.98/110.34	c calculated reachability. Time: 0.00
439.98/110.34	c  N dy  2647    806590        70      6230         0     51693     43610    808427     20.50   no data
456.32/114.44	c  N dy  2713    826606        70      6230         0     69741     43610   1242011     20.50     21.66
471.89/118.38	c  N dy  2811    849762        70      6230         0     55715     43610    896858     20.52     21.68
487.84/122.33	c  N dy  2835    870877        70      6230         0     38662     43610    469462     20.50     21.68
501.40/125.70	c  N dy  2911    890915        70      6230         0     56703     43610    904882     20.50     23.66
519.36/130.25	c  N dy  2979    910931        70      6230         0     37874     43610    436695     20.51     23.01
532.92/133.65	c  N dy  3075    931363        70      6230         0     56399     43610    889353     20.52     21.71
550.07/137.99	c  N dy  3148    951440        70      6230         0     74507     43610   1324364     20.53     22.54
593.95/148.91	c  N dy  3161   1017594        70      6230         0     56675     43610    843090     20.39     21.55
613.90/153.95	c  N dy  3276   1038317        70      6230         0     75454     43610   1302095     20.41     21.59
628.66/157.68	c  N dy  3343   1058416        70      6230         0     54153     43610    789973     20.41     23.54
641.42/160.89	c  F st  3441   1071876        70      6230         0     66323     43610   1090416     20.43     19.53
647.81/162.50	c  N dy  3452   1079297        70      6230         0     72972     43610   1252103     20.43     21.89
665.79/166.93	c  N dy  3548   1099303        70      6230         0     50763     43610    701051     20.44     23.31
683.34/171.33	c  N dy  3642   1119368        70      6230         0     68875     43610   1141373     20.45     23.57
711.24/178.39	c  N dy  3714   1153653        70      6230         0     58277     43610    850397     20.43     21.53
732.37/183.66	c  N dy  3832   1173832        70      6230         0     76527     43610   1297025     20.45     21.57
752.33/188.69	c  N dy  3951   1194462        70      6230         0     52806     43610    720582     20.46     21.72
765.49/191.99	c  S st  4013   1209887        70      6230         0     66773     43610   1059221     20.47     20.29
766.29/192.18	c  S st  4013   1210391        70      6230         0     67237     43610   1071121     20.47   no data
766.29/192.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
766.72/192.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
766.72/192.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
766.72/192.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
766.72/192.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
766.72/192.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
766.72/192.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
766.72/192.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
766.72/192.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
796.60/199.74	c lits-rem:       723  cl-subs:     5508  v-elim:      0  v-fix:    0  time:  7.48 s
796.60/199.74	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
796.60/199.76	c vivif2 --  cl tried    61729 cl shrink        0 lits rem          0 time: 0.02
798.58/200.25	c asymm  cl-useful: 0/879/6230 lits-rem:0 time: 0.49
798.58/200.25	c calculated reachability. Time: 0.00
798.58/200.25	c  N dy  4013   1210391        70      6230         0     61729     43610    935717     20.47   no data
829.30/207.93	c  N dy  4134   1230491        70      6230         0     79862     43610   1381250     20.49     21.63
849.65/213.06	c  N dy  4214   1250521        70      6230         0     54845     43610    753009     20.49     22.98
866.80/217.37	c  N dy  4245   1272890        70      6230         0     74812     43610   1222780     20.47     21.66
892.32/223.79	c  N dy  4354   1298554        70      6230         0     53965     43610    719605     20.48     21.80
911.08/228.47	c  N dy  4467   1318592        70      6230         0     72102     43610   1165524     20.50     23.88
939.79/235.69	c  N dy  4623   1338794        70      6230         0     45407     43610    502333     20.52     21.94
954.95/239.45	c  N dy  4637   1358857        70      6230         0     63361     43610    926778     20.51     22.46
974.89/244.43	c  N dy  4658   1379332        70      6230         0     81787     43610   1368046     20.49     21.65
997.63/250.14	c  N dy  4774   1399352        70      6230         0     53983     43610    700975     20.51     21.84
1016.81/254.96	c  N dy  4912   1419425        70      6230         0     72134     43610   1150073     20.53     23.08
1038.32/260.32	c  N dy  4974   1439552        70      6230         0     90242     43610   1583479     20.52     21.68
1064.65/266.95	c  N dy  5040   1472771        70      6230         0     73208     43610   1142853     20.51     21.65
1088.98/273.09	c  N dy  5156   1492948        70      6230         0     91481     43610   1592163     20.52     21.62
1110.12/278.30	c  N dy  5240   1514909        70      6230         0     63471     43610    898000     20.52     21.63
1129.67/283.28	c  N dy  5261   1537867        70      6230         0     83994     43610   1382080     20.51     21.59
1150.41/288.45	c  N dy  5299   1557947        70      6230         0     53432     43610    646031     20.50     22.90
1194.69/299.58	c  N dy  5327   1614614        70      6230         0     54698     43610    660681     20.41     21.62
1213.04/304.17	c  N dy  5413   1634627        70      6230         0     72776     43610   1097170     20.42     21.60
1236.97/310.10	c  N dy  5503   1654665        70      6230         0     90895     43610   1537405     20.42     22.29
1260.91/316.13	c  N dy  5627   1674758        70      6230         0     58800     43610    756160     20.44     22.04
1281.65/321.35	c  N dy  5739   1694835        70      6230         0     76877     43610   1196659     20.45     22.40
1301.61/326.39	c  S st  5826   1710392        70      6230         0     90985     43610   1542703     20.46     19.90
1302.80/326.68	c  S st  5826   1710896        70      6230         0     91453     43610   1554432     20.46   no data
1302.80/326.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1303.20/326.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1303.20/326.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1303.20/326.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1303.20/326.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1303.20/326.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1303.20/326.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1303.20/326.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1303.20/326.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1345.47/337.41	c lits-rem:       844  cl-subs:     8754  v-elim:      0  v-fix:    0  time: 10.62 s
1345.47/337.41	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1345.90/337.43	c vivif2 --  cl tried    82699 cl shrink        0 lits rem          0 time: 0.02
1347.06/337.78	c asymm  cl-useful: 0/673/6230 lits-rem:0 time: 0.35
1347.06/337.78	c calculated reachability. Time: 0.00
1347.06/337.78	c  N dy  5826   1710896        70      6230         0     82699     43610   1332615     20.46   no data
1389.77/348.41	c  N dy  5926   1737804        70      6230         0     55997     43610    672469     20.46     21.59
1420.06/356.01	c  N dy  6016   1760784        70      6230         0     76596     43610   1169565     20.46     21.75
1454.75/364.75	c  N dy  6145   1780849        70      6230         0     94725     43610   1614980     20.47     22.08
1480.28/371.13	c  N dy  6265   1800922        70      6230         0     60863     43610    783225     20.49     22.78
1499.03/375.87	c  N dy  6338   1820931        70      6230         0     78804     43610   1214883     20.48     21.64
1524.96/382.38	c  N dy  6408   1841629        70      6230         0     97405     43610   1668530     20.49     21.57
1549.69/388.53	c  N dy  6489   1861897        70      6230         0     62649     43610    809619     20.49     21.65
1571.63/394.01	c  N dy  6521   1883429        70      6230         0     81950     43610   1270354     20.48     21.57
1602.34/401.75	c  N dy  6655   1903466        70      6230         0    100037     43610   1715544     20.50     22.72
1628.26/408.24	c  N dy  6779   1923558        70      6230         0     64241     43610    838467     20.51     22.71
1663.37/417.05	c  N dy  6826   1961443        70      6230         0     97940     43610   1623832     20.48     21.72
1689.30/423.54	c  N dy  6897   1981504        70      6230         0     61242     43610    745486     20.48     22.57
1712.43/429.37	c  N dy  7006   2003266        70      6230         0     80907     43610   1224466     20.48     21.66
1741.20/436.55	c  N dy  7135   2023268        70      6230         0     99073     43610   1671792     20.50     23.25
1769.48/443.63	c  N dy  7234   2043292        70      6230         0     61368     43610    738996     20.50     23.10
1788.64/448.41	c  N dy  7309   2063385        70      6230         0     79382     43610   1173164     20.50     22.48
1817.35/455.64	c  N dy  7445   2083716        70      6230         0     97780     43610   1625797     20.52     21.66
1852.86/464.57	c  N dy  7609   2103805        70      6230         0     59206     43610    673438     20.53     22.00
1872.44/469.43	c  N dy  7673   2124870        70      6230         0     78177     43610   1133864     20.53     21.67
1898.77/476.08	c  N dy  7762   2146487        70      6230         0     97664     43610   1611372     20.54     21.75
1935.43/485.28	c  N dy  7906   2166622        70      6230         0     58173     43610    634993     20.55     21.64
1955.81/490.35	c  N dy  8022   2186695        70      6230         0     76301     43610   1080170     20.56     23.26
1983.30/497.22	c  N dy  8157   2206821        70      6230         0     94523     43610   1530276     20.57     21.66
1990.08/498.91	c  S st  8195   2210897        70      6230         0     98221     43610   1622766     20.58   no data
1990.91/499.20	c  S st  8195   2211401        70      6230         0     98693     43610   1634743     20.58   no data
1990.91/499.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1991.32/499.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1991.32/499.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1991.32/499.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1991.32/499.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1991.32/499.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1991.32/499.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1991.32/499.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1991.67/499.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2041.52/511.86	c lits-rem:       929  cl-subs:     8396  v-elim:      0  v-fix:    0  time: 12.54 s
2041.52/511.86	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2041.52/511.89	c vivif2 --  cl tried    90297 cl shrink        0 lits rem          0 time: 0.02
2043.55/512.33	c asymm  cl-useful: 0/619/6230 lits-rem:0 time: 0.44
2043.55/512.33	c calculated reachability. Time: 0.00
2043.55/512.33	c  N dy  8195   2211401        70      6230         0     90297     43610   1418109     20.58   no data
2083.45/522.34	c  N dy  8288   2232267        70      6230         0    109092     43610   1877756     20.58     21.73
2114.91/530.27	c  N dy  8344   2253235        70      6230         0     69623     43610    895467     20.58     21.85
2146.42/538.14	c  N dy  8483   2275091        70      6230         0     89447     43610   1386116     20.59     21.73
2178.73/546.25	c  N dy  8613   2295179        70      6230         0    107682     43610   1837821     20.60     23.65
2209.45/553.98	c  N dy  8727   2315525        70      6230         0     66656     43610    817125     20.61     21.76
2236.17/560.62	c  N dy  8831   2337903        70      6230         0     86889     43610   1312913     20.62     21.83
2263.35/567.43	c  N dy  8886   2358943        70      6230         0    105726     43610   1767156     20.62     21.73
2300.40/576.71	c  N dy  8997   2380514        70      6230         0     64804     43610    757152     20.62     21.80
2321.93/582.14	c  N dy  9100   2400569        70      6230         0     82901     43610   1202998     20.63     22.56
2352.26/589.76	c  N dy  9210   2421935        70      6230         0    102214     43610   1677263     20.64     21.75
2397.34/601.05	c  N dy  9280   2458353        70      6230         0     73525     43610    951071     20.63     21.84
2420.48/606.85	c  N dy  9366   2478371        70      6230         0     91504     43610   1389544     20.63     21.77
2450.39/614.38	c  N dy  9459   2498490        70      6230         0    109617     43610   1832587     20.64     21.73
2481.50/622.14	c  N dy  9514   2518507        70      6230         0     65584     43610    751604     20.64     22.57
2509.83/629.28	c  N dy  9591   2545658        70      6230         0     89986     43610   1336068     20.63     21.74
2540.94/637.09	c  N dy  9696   2566124        70      6230         0    108486     43610   1790744     20.64     21.97
2580.03/646.80	c  N dy  9805   2586195        70      6230         0     63571     43610    690924     20.65     22.68
2642.67/662.58	c  N dy  9918   2647287        70      6230         0    118405     43610   2008711     20.62     21.88
2674.58/670.59	c  N dy 10024   2667654        70      6230         0     72941     43610    908323     20.62     21.94
2698.11/676.48	c  N dy 10096   2687778        70      6230         0     90992     43610   1344821     20.62     21.74
2734.42/685.55	c  N dy 10231   2710517        70      6230         0    111428     43610   1851560     20.64     21.77
2736.02/685.92	c  S st 10235   2711401        70      6230         0    112224     43610   1870688     20.64     19.72
2737.26/686.26	c  S st 10235   2711905        70      6230         0    112683     43610   1882238     20.64   no data
2737.26/686.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2737.60/686.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2737.60/686.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2737.60/686.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2737.60/686.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2737.60/686.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2737.60/686.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2737.60/686.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2738.00/686.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2798.26/701.59	c lits-rem:      1078  cl-subs:    11382  v-elim:      0  v-fix:    0  time: 15.19 s
2798.26/701.59	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2798.67/701.62	c vivif2 --  cl tried   101301 cl shrink        0 lits rem          0 time: 0.02
2799.82/701.99	c asymm  cl-useful: 0/568/6230 lits-rem:0 time: 0.37
2799.82/701.99	c calculated reachability. Time: 0.00
2799.82/701.99	c  N dy 10235   2711905        70      6230         0    101301     43610   1598638     20.64   no data
2839.31/711.82	c  N dy 10316   2731955        70      6230         0    119400     43610   2038910     20.64     21.74
2884.77/723.28	c  N dy 10402   2754208        70      6230         0     75175     43610    951051     20.64     21.78
2937.42/736.40	c  N dy 10513   2789640        70      6230         0    106924     43610   1720647     20.64     21.78
2972.92/745.32	c  N dy 10578   2809739        70      6230         0    124995     43610   2155973     20.64     23.31
3004.88/753.35	c  N dy 10692   2833418        70      6230         0     81040     43610   1084750     20.65     21.82
3032.75/760.32	c  N dy 10775   2855353        70      6230         0    100820     43610   1569501     20.65     21.85
3064.67/768.31	c  N dy 10850   2875442        70      6230         0    118899     43610   2010211     20.65     22.39
3104.17/778.21	c  N dy 10959   2899607        70      6230         0     74219     43610    900631     20.66     21.75
3136.86/786.41	c  N dy 11054   2926134        70      6230         0     98083     43610   1480351     20.66     21.80
3170.38/794.85	c  N dy 11165   2946195        70      6230         0    116157     43610   1926289     20.66     23.07
3216.65/806.48	c  N dy 11305   2968146        70      6230         0     68534     43610    747555     20.67     21.83
3236.60/811.45	c  N dy 11342   2988287        70      6230         0     86454     43610   1169778     20.67     21.87
3441.62/862.87	c  N dy 11403   3174489        70      6230         0    115179     43610   1801841     20.50     21.59
3487.14/874.22	c  N dy 11544   3197045        70      6230         0    135518     43610   2301561     20.51     21.77
3507.84/879.48	c  S st 11576   3211906        70      6230         0     79294     43610    968932     20.50     19.87
3509.07/879.71	c  S st 11576   3212412        70      6230         0     79752     43610    980567     20.50   no data
3509.07/879.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3509.07/879.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3509.07/879.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3509.07/879.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3509.07/879.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3509.07/879.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3509.07/879.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3509.07/879.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3509.07/879.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3520.60/882.63	c lits-rem:       289  cl-subs:     3138  v-elim:      0  v-fix:    0  time:  2.83 s
3520.60/882.63	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3520.60/882.65	c vivif2 --  cl tried    76614 cl shrink        0 lits rem          0 time: 0.01
3521.80/882.91	c asymm  cl-useful: 0/567/6230 lits-rem:0 time: 0.26
3521.80/882.91	c calculated reachability. Time: 0.00
3521.80/882.91	c  N dy 11576   3212412        70      6230         0     76614     43610    911310     20.50   no data
3550.12/890.05	c  N dy 11716   3232450        70      6230         0     94707     43610   1361207     20.51     22.56
3582.84/898.23	c  N dy 11794   3253411        70      6230         0    113536     43610   1818093     20.52     21.66
3627.96/909.59	c  N dy 11954   3275228        70      6230         0    133274     43610   2310360     20.53     21.72
3662.65/918.23	c  N dy 12038   3295303        70      6230         0     80758     43610   1000626     20.53     22.45
3691.33/925.41	c  N dy 12158   3315327        70      6230         0     98859     43610   1447939     20.54     23.04
3729.22/934.90	c  N dy 12284   3335402        70      6230         0    116973     43610   1895094     20.54     22.32
3773.89/946.19	c  N dy 12394   3355545        70      6230         0    135127     43610   2342675     20.55     21.67
3811.40/955.58	c  N dy 12519   3375601        70      6230         0     81354     43610    998737     20.56     24.81
3838.15/962.24	c  N dy 12608   3395658        70      6230         0     99370     43610   1437040     20.56     21.75
3869.63/970.14	c  N dy 12684   3415685        70      6230         0    117356     43610   1874179     20.56     22.82
3910.72/980.47	c  N dy 12799   3435756        70      6230         0    135427     43610   2314969     20.57     22.34
3943.47/988.67	c  N dy 12863   3455924        70      6230         0     80722     43610    967423     20.57     21.72
3970.55/995.47	c  N dy 12948   3476283        70      6230         0     99073     43610   1416897     20.57     21.68
4010.85/1005.56	c  N dy 13064   3500135        70      6230         0    120506     43610   1939332     20.58     21.68
4051.54/1015.72	c  N dy 13158   3520895        70      6230         0    139124     43610   2394465     20.58     21.83
4086.24/1024.47	c  N dy 13261   3540953        70      6230         0     83492     43610   1028262     20.58     21.83
4115.76/1031.84	c  N dy 13380   3560970        70      6230         0    101466     43610   1471673     20.59     21.94
4149.28/1040.22	c  N dy 13445   3583418        70      6230         0    121591     43610   1958830     20.59     21.76
4189.19/1050.31	c  N dy 13543   3603505        70      6230         0    139648     43610   2403885     20.59     23.76
4229.45/1060.37	c  N dy 13672   3624538        70      6230         0     84009     43610   1026387     20.60     21.70
4294.08/1076.57	c  N dy 13691   3680109        70      6230         0    133428     43610   2171714     20.56     21.68
4341.55/1088.47	c  N dy 13815   3700735        70      6230         0     76746     43610    838475     20.57     21.65
4355.94/1092.09	c  S st 13882   3712412        70      6230         0     87262     43610   1097270     20.57   no data
4357.10/1092.36	c  S st 13882   3712913        70      6230         0     87730     43610   1108738     20.57   no data
4357.10/1092.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4357.50/1092.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4357.50/1092.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4357.50/1092.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4357.50/1092.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4357.50/1092.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4357.50/1092.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4357.50/1092.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4357.50/1092.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4369.86/1095.58	c lits-rem:       221  cl-subs:     2754  v-elim:      0  v-fix:    0  time:  3.12 s
4369.86/1095.59	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4370.26/1095.60	c vivif2 --  cl tried    84976 cl shrink        0 lits rem          0 time: 0.02
4371.46/1095.93	c asymm  cl-useful: 0/797/6230 lits-rem:0 time: 0.32
4371.46/1095.93	c calculated reachability. Time: 0.00
4371.46/1095.93	c  N dy 13882   3712913        70      6230         0     84976     43610   1039764     20.57   no data
4400.23/1103.12	c  N dy 13976   3733094        70      6230         0    103071     43610   1482185     20.57     21.66
4430.54/1110.79	c  F st 14051   3751563        70      6230         0    119685     43610   1888994     20.58     19.42
4434.09/1111.70	c  N st 14055   3753597        70      6230         0    121499     43610   1934215     20.58   no data
4478.37/1122.71	c  N dy 14163   3773614        70      6230         0    139565     43610   2381640     20.58     21.70
4522.68/1133.86	c  N dy 14283   3794377        70      6230         0     82123     43610    957429     20.59     21.73
4557.35/1142.51	c  N dy 14436   3817900        70      6230         0    103315     43610   1480543     20.59     21.70
4594.44/1151.80	c  N dy 14452   3842143        70      6230         0    124941     43610   1992334     20.59     21.72
4669.03/1170.55	c  N dy 14578   3883114        70      6230         0     84484     43610    993558     20.58     21.73
4701.34/1178.63	c  N dy 14710   3904756        70      6230         0    103987     43610   1474612     20.59     21.73
4737.24/1187.63	c  N dy 14793   3926038        70      6230         0    123213     43610   1944893     20.59     21.73
4773.54/1196.78	c  N dy 14828   3946651        70      6230         0    141592     43610   2383578     20.59     21.79

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

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

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


[startup+0 s]
/proc/loadavg: 8.13 8.08 8.02 1/342 15727
/proc/meminfo: memFree=25811984/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=216316 CPUtime=0.01 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 1088 0 0 0 1 0 0 0 25 0 4 0 651697391 221507584 1012 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294482 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 54079 1015 351 95 0 49061 0
[pid=15727/tid=15728] ppid=15725 vsize=216312 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 218 0 0 0 0 0 0 0 25 0 4 0 651697392 221503488 1034 33554432000 4194304 4580107 140735412086896 18446744073709551615 230808826913 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=216312 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 188 0 0 0 0 0 0 0 25 0 4 0 651697392 221503488 1034 33554432000 4194304 4580107 140735412086896 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=216312 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 94 0 0 0 0 0 0 0 25 0 4 0 651697392 221503488 1034 33554432000 4194304 4580107 140735412086896 18446744073709551615 230809270766 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.112146 s]
/proc/loadavg: 8.13 8.08 8.02 1/342 15727
/proc/meminfo: memFree=25811984/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=216440 CPUtime=0.42 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 1418 0 0 0 42 0 0 0 25 0 4 0 651697391 221634560 1342 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 54110 1342 358 95 0 49092 0
[pid=15727/tid=15728] ppid=15725 vsize=216440 CPUtime=0.1 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 235 0 0 0 10 0 0 0 25 0 4 0 651697392 221634560 1342 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=216440 CPUtime=0.1 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 193 0 0 0 10 0 0 0 25 0 4 0 651697392 221634560 1342 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=216440 CPUtime=0.1 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 369 0 0 0 10 0 0 0 25 0 4 0 651697392 221634560 1342 33554432000 4194304 4580107 140735412086896 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 216440

[startup+1.01198 s]
/proc/loadavg: 8.13 8.08 8.02 1/342 15727
/proc/meminfo: memFree=25811984/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=221744 CPUtime=4.01 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 7058 0 0 0 401 0 0 0 25 0 4 0 651697391 227065856 3803 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 55436 3803 376 95 0 50418 0
[pid=15727/tid=15728] ppid=15725 vsize=221744 CPUtime=1 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 1745 0 0 0 100 0 0 0 19 0 4 0 651697392 227065856 3803 33554432000 4194304 4580107 140735412086896 18446744073709551615 4320987 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=221744 CPUtime=1 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 1792 0 0 0 100 0 0 0 19 0 4 0 651697392 227065856 3803 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=221744 CPUtime=1 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 1425 0 0 0 100 0 0 0 19 0 4 0 651697392 227065856 3803 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 221744

[startup+1.10097 s]
/proc/loadavg: 8.13 8.08 8.02 1/342 15727
/proc/meminfo: memFree=25811984/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=221956 CPUtime=4.37 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 7520 0 0 0 437 0 0 0 25 0 4 0 651697391 227282944 3908 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 55489 3908 377 95 0 50471 0
[pid=15727/tid=15728] ppid=15725 vsize=221956 CPUtime=1.09 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 1799 0 0 0 109 0 0 0 19 0 4 0 651697392 227282944 3908 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=221956 CPUtime=1.09 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 1842 0 0 0 109 0 0 0 19 0 4 0 651697392 227282944 3908 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=221956 CPUtime=1.08 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 1710 0 0 0 108 0 0 0 19 0 4 0 651697392 227282944 3909 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 221956

[startup+1.20095 s]
/proc/loadavg: 8.13 8.08 8.02 1/342 15727
/proc/meminfo: memFree=25811984/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=222292 CPUtime=4.77 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 7839 0 0 0 477 0 0 0 25 0 4 0 651697391 227627008 4227 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 55573 4227 377 95 0 50555 0
[pid=15727/tid=15728] ppid=15725 vsize=222292 CPUtime=1.19 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 1885 0 0 0 119 0 0 0 19 0 4 0 651697392 227627008 4227 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=222292 CPUtime=1.19 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 1910 0 0 0 119 0 0 0 19 0 4 0 651697392 227627008 4227 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=222292 CPUtime=1.18 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 1765 0 0 0 118 0 0 0 19 0 4 0 651697392 227627008 4227 33554432000 4194304 4580107 140735412086896 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 222292

[startup+1.50089 s]
/proc/loadavg: 8.13 8.08 8.02 1/342 15727
/proc/meminfo: memFree=25811984/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=228128 CPUtime=5.97 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 10347 0 0 0 596 1 0 0 25 0 4 0 651697391 233603072 5651 33554432000 4194304 4580107 140735412086896 18446744073709551615 4406466 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 57032 5651 378 95 0 52014 0
[pid=15727/tid=15728] ppid=15725 vsize=228128 CPUtime=1.49 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 2253 0 0 0 149 0 0 0 19 0 4 0 651697392 233603072 5651 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=228128 CPUtime=1.49 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 2276 0 0 0 149 0 0 0 19 0 4 0 651697392 233603072 5651 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=228128 CPUtime=1.48 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 1918 0 0 0 148 0 0 0 19 0 4 0 651697392 233603072 5651 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 228128

[startup+3.1136 s]
/proc/loadavg: 8.12 8.08 8.02 9/354 15744
/proc/meminfo: memFree=25719684/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=237344 CPUtime=12.39 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 18392 0 0 0 1237 2 0 0 25 0 4 0 651697391 243040256 10910 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 59336 10910 378 95 0 54318 0
[pid=15727/tid=15728] ppid=15725 vsize=237344 CPUtime=3.1 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 4337 0 0 0 310 0 0 0 25 0 4 0 651697392 243040256 10910 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=237344 CPUtime=3.09 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 4814 0 0 0 309 0 0 0 25 0 4 0 651697392 243040256 10910 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=237344 CPUtime=3.07 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 4586 0 0 0 307 0 0 0 25 0 4 0 651697392 243040256 10910 33554432000 4194304 4580107 140735412086896 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 237344

[startup+6.30102 s]
/proc/loadavg: 8.12 8.08 8.02 9/354 15744
/proc/meminfo: memFree=25697496/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=228800 CPUtime=25.14 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 28254 0 0 0 2510 4 0 0 25 0 4 0 651697391 234291200 13853 33554432000 4194304 4580107 140735412086896 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 57200 13853 379 95 0 52182 0
[pid=15727/tid=15728] ppid=15725 vsize=228800 CPUtime=6.29 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 7366 0 0 0 629 0 0 0 25 0 4 0 651697392 234291200 13855 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=228800 CPUtime=6.3 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 7737 0 0 0 629 1 0 0 25 0 4 0 651697392 234291200 13855 33554432000 4194304 4580107 140735412086896 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=228800 CPUtime=6.24 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 6717 0 0 0 623 1 0 0 25 0 4 0 651697392 234291200 13855 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 228800

[startup+12.7008 s]
/proc/loadavg: 8.10 8.07 8.02 9/354 15745
/proc/meminfo: memFree=25672324/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=240536 CPUtime=50.64 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 43591 0 0 0 5057 7 0 0 25 0 4 0 651697391 246308864 17975 33554432000 4194304 4580107 140735412086896 18446744073709551615 4406466 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 60134 17975 378 95 0 55116 0
[pid=15727/tid=15728] ppid=15725 vsize=240536 CPUtime=12.68 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 11021 0 0 0 1267 1 0 0 25 0 4 0 651697392 246308864 17975 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=240536 CPUtime=12.68 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 10605 0 0 0 1267 1 0 0 25 0 4 0 651697392 246308864 17975 33554432000 4194304 4580107 140735412086896 18446744073709551615 4321079 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=240536 CPUtime=12.56 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 10798 0 0 0 1254 2 0 0 25 0 4 0 651697392 246308864 17975 33554432000 4194304 4580107 140735412086896 18446744073709551615 4321056 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 240536

[startup+25.5005 s]
/proc/loadavg: 8.08 8.07 8.02 9/354 15745
/proc/meminfo: memFree=25633028/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=232992 CPUtime=101.7 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 65034 0 0 0 10157 13 0 0 25 0 4 0 651697391 238583808 22552 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 58248 22552 378 95 0 53230 0
[pid=15727/tid=15728] ppid=15725 vsize=232992 CPUtime=25.48 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 17283 0 0 0 2545 3 0 0 25 0 4 0 651697392 238583808 22552 33554432000 4194304 4580107 140735412086896 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=232992 CPUtime=25.49 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 16462 0 0 0 2546 3 0 0 25 0 4 0 651697392 238583808 22552 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=232992 CPUtime=25.21 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 15478 0 0 0 2518 3 0 0 25 0 4 0 651697392 238583808 22552 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 232992

[startup+51.1008 s]
/proc/loadavg: 8.05 8.06 8.01 9/354 15746
/proc/meminfo: memFree=25598064/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=237832 CPUtime=203.82 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 95161 0 0 0 20363 19 0 0 25 0 4 0 651697391 243539968 25970 33554432000 4194304 4580107 140735412086896 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 59458 25970 378 95 0 54440 0
[pid=15727/tid=15728] ppid=15725 vsize=237832 CPUtime=51.08 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 25728 0 0 0 5104 4 0 0 25 0 4 0 651697392 243539968 25970 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=237832 CPUtime=51.08 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 25129 0 0 0 5104 4 0 0 25 0 4 0 651697392 243539968 25970 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=237832 CPUtime=50.54 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 23052 0 0 0 5049 5 0 0 25 0 4 0 651697392 243539968 25970 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 237832

[startup+102.3 s]
/proc/loadavg: 8.02 8.05 8.01 9/354 15747
/proc/meminfo: memFree=25570988/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=242384 CPUtime=408.06 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 145646 0 0 0 40772 34 0 0 25 0 4 0 651697391 248201216 29114 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 60596 29114 378 95 0 55578 0
[pid=15727/tid=15728] ppid=15725 vsize=242384 CPUtime=102.27 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 37277 0 0 0 10220 7 0 0 25 0 4 0 651697392 248201216 29114 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=242384 CPUtime=102.29 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 37555 0 0 0 10220 9 0 0 25 0 4 0 651697392 248201216 29114 33554432000 4194304 4580107 140735412086896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=242384 CPUtime=101.17 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 37391 0 0 0 10108 9 0 0 25 0 4 0 651697392 248201216 29114 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 242384

[startup+162.3 s]

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

[pid=15727] ppid=15725 vsize=496556 CPUtime=2801.42 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 463634 0 0 0 279980 162 0 0 25 0 4 0 651697391 508473344 75221 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 124139 75221 378 95 0 119121 0
[pid=15727/tid=15728] ppid=15725 vsize=496556 CPUtime=702.29 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 119576 0 0 0 70190 39 0 0 25 0 4 0 651697392 508473344 75221 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=496556 CPUtime=702.31 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 120476 0 0 0 70187 44 0 0 25 0 4 0 651697392 508473344 75221 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=496556 CPUtime=694.49 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 116372 0 0 0 69409 40 0 0 25 0 4 0 651697392 508473344 75221 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.42
Current children cumulated vsize (KiB) 496556

[startup+762.301 s]
/proc/loadavg: 8.12 8.12 8.05 9/354 15765
/proc/meminfo: memFree=25182816/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=486152 CPUtime=3040.73 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 480867 0 0 0 303903 170 0 0 25 0 4 0 651697391 497819648 80479 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 121538 80479 378 95 0 116520 0
[pid=15727/tid=15728] ppid=15725 vsize=486152 CPUtime=762.3 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 125005 0 0 0 76189 41 0 0 25 0 4 0 651697392 497819648 80479 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=486152 CPUtime=762.3 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 125751 0 0 0 76184 46 0 0 25 0 4 0 651697392 497819648 80479 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=486152 CPUtime=753.79 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 119546 0 0 0 75337 42 0 0 25 0 4 0 651697392 497819648 80479 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.73
Current children cumulated vsize (KiB) 486152

[startup+822.301 s]
/proc/loadavg: 8.16 8.13 8.05 9/354 15766
/proc/meminfo: memFree=25135864/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=460848 CPUtime=3280.08 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 501255 0 0 0 327826 182 0 0 25 0 4 0 651697391 471908352 81426 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 115212 81426 378 95 0 110194 0
[pid=15727/tid=15728] ppid=15725 vsize=460848 CPUtime=822.29 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 130559 0 0 0 82185 44 0 0 25 0 4 0 651697392 471908352 81426 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=460848 CPUtime=822.3 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 128808 0 0 0 82182 48 0 0 25 0 4 0 651697392 471908352 81426 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=460848 CPUtime=813.14 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 125372 0 0 0 81269 45 0 0 25 0 4 0 651697392 471908352 81426 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.08
Current children cumulated vsize (KiB) 460848

[startup+882.301 s]
/proc/loadavg: 8.19 8.15 8.06 9/354 15768
/proc/meminfo: memFree=25134444/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=488544 CPUtime=3519.4 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 519391 0 0 0 351748 192 0 0 25 0 4 0 651697391 500269056 76974 33554432000 4194304 4580107 140735412086896 18446744073709551615 4415779 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 122136 76974 378 95 0 117118 0
[pid=15727/tid=15728] ppid=15725 vsize=488544 CPUtime=882.29 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 135291 0 0 0 88183 46 0 0 25 0 4 0 651697392 500269056 76974 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=488544 CPUtime=882.31 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 131702 0 0 0 88181 50 0 0 25 0 4 0 651697392 500269056 76974 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=488544 CPUtime=872.45 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 128274 0 0 0 87198 47 0 0 25 0 4 0 651697392 500269056 76974 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.4
Current children cumulated vsize (KiB) 488544

[startup+942.301 s]
/proc/loadavg: 8.17 8.15 8.07 10/354 15769
/proc/meminfo: memFree=25165240/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=488824 CPUtime=3758.75 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 540664 0 0 0 375671 204 0 0 25 0 4 0 651697391 500555776 77646 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 122206 77646 378 95 0 117188 0
[pid=15727/tid=15728] ppid=15725 vsize=488824 CPUtime=942.3 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 140956 0 0 0 94181 49 0 0 25 0 4 0 651697392 500555776 77646 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=488824 CPUtime=942.31 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 137722 0 0 0 94178 53 0 0 25 0 4 0 651697392 500555776 77646 33554432000 4194304 4580107 140735412086896 18446744073709551615 4451711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=488824 CPUtime=931.79 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 133516 0 0 0 93129 50 0 0 25 0 4 0 651697392 500555776 77646 33554432000 4194304 4580107 140735412086896 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.75
Current children cumulated vsize (KiB) 488824

[startup+1002.3 s]
/proc/loadavg: 8.05 8.12 8.06 9/354 15771
/proc/meminfo: memFree=25139504/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=436692 CPUtime=3998.08 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 560189 0 0 0 399594 214 0 0 25 0 4 0 651697391 447172608 78798 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 109173 78798 378 95 0 104155 0
[pid=15727/tid=15728] ppid=15725 vsize=436692 CPUtime=1002.29 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 146825 0 0 0 100177 52 0 0 25 0 4 0 651697392 447172608 78798 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=436692 CPUtime=1002.31 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 141913 0 0 0 100176 55 0 0 25 0 4 0 651697392 447172608 78798 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=436692 CPUtime=991.13 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 137455 0 0 0 99060 53 0 0 25 0 4 0 651697392 447172608 78798 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3998.08
Current children cumulated vsize (KiB) 436692

[startup+1062.3 s]
/proc/loadavg: 8.02 8.09 8.05 9/354 15773
/proc/meminfo: memFree=25150304/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=450348 CPUtime=4237.46 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 577336 0 0 0 423522 224 0 0 25 0 4 0 651697391 461156352 77666 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 112587 77666 378 95 0 107569 0
[pid=15727/tid=15728] ppid=15725 vsize=450348 CPUtime=1062.31 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 151514 0 0 0 106175 56 0 0 25 0 4 0 651697392 461156352 77666 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=450348 CPUtime=1062.33 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 147712 0 0 0 106175 58 0 0 25 0 4 0 651697392 461156352 77666 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=450348 CPUtime=1050.47 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 138638 0 0 0 104994 53 0 0 25 0 4 0 651697392 461156352 77666 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.46
Current children cumulated vsize (KiB) 450348

[startup+1122.3 s]
/proc/loadavg: 8.00 8.07 8.05 9/354 15774
/proc/meminfo: memFree=25171212/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=463944 CPUtime=4476.77 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 596971 0 0 0 447442 235 0 0 25 0 4 0 651697391 475078656 81792 33554432000 4194304 4580107 140735412086896 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 115986 81792 378 95 0 110968 0
[pid=15727/tid=15728] ppid=15725 vsize=463944 CPUtime=1122.3 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 156754 0 0 0 112170 60 0 0 25 0 4 0 651697392 475078656 81792 33554432000 4194304 4580107 140735412086896 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=463944 CPUtime=1122.31 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 153170 0 0 0 112171 60 0 0 25 0 4 0 651697392 475078656 81792 33554432000 4194304 4580107 140735412086896 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=463944 CPUtime=1109.79 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 143142 0 0 0 110924 55 0 0 25 0 4 0 651697392 475078656 81792 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.77
Current children cumulated vsize (KiB) 463944

[startup+1182.31 s]
/proc/loadavg: 8.00 8.06 8.04 9/354 15776
/proc/meminfo: memFree=25166172/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=450628 CPUtime=4716.15 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 610110 0 0 0 471372 243 0 0 25 0 4 0 651697391 461443072 84565 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 112657 84565 378 95 0 107639 0
[pid=15727/tid=15728] ppid=15725 vsize=450628 CPUtime=1182.32 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 161022 0 0 0 118170 62 0 0 25 0 4 0 651697392 461443072 84565 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=450628 CPUtime=1182.33 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 157317 0 0 0 118170 63 0 0 25 0 4 0 651697392 461443072 84565 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=450628 CPUtime=1169.13 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 147338 0 0 0 116855 58 0 0 25 0 4 0 651697392 461443072 84565 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4716.15
Current children cumulated vsize (KiB) 450628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.07 8.07 8.05 9/354 15776
/proc/meminfo: memFree=25149280/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=464148 CPUtime=4800.29 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 614502 0 0 0 479785 244 0 0 25 0 4 0 651697391 475287552 82468 33554432000 4194304 4580107 140735412086896 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 116037 82468 378 95 0 111019 0
[pid=15727/tid=15728] ppid=15725 vsize=464148 CPUtime=1203.42 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 163152 0 0 0 120279 63 0 0 25 0 4 0 651697392 475287552 82469 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=464148 CPUtime=1203.43 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 159520 0 0 0 120279 64 0 0 25 0 4 0 651697392 475287552 82469 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=464148 CPUtime=1189.98 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 147338 0 0 0 118940 58 0 0 25 0 4 0 651697392 475287552 82469 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 464148

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

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

[startup+1203.4 s]
/proc/loadavg: 8.07 8.07 8.05 9/354 15776
/proc/meminfo: memFree=25149280/32951124 swapFree=40554400/67111528
[pid=15727] ppid=15725 vsize=464148 CPUtime=4800.29 cores=1,3,5,7
/proc/15727/stat : 15727 (strangenight2-m) R 15725 15727 15499 0 -1 4202496 614502 0 0 0 479785 244 0 0 25 0 4 0 651697391 475287552 82468 33554432000 4194304 4580107 140735412086896 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15727/statm: 116037 82468 378 95 0 111019 0
[pid=15727/tid=15728] ppid=15725 vsize=464148 CPUtime=1203.42 cores=1,3,5,7
/proc/15727/task/15728/stat : 15728 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 163152 0 0 0 120279 63 0 0 25 0 4 0 651697392 475287552 82469 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15727/tid=15729] ppid=15725 vsize=464148 CPUtime=1203.43 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 159520 0 0 0 120279 64 0 0 25 0 4 0 651697392 475287552 82469 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15727/tid=15730] ppid=15725 vsize=464148 CPUtime=1189.98 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (strangenight2-m) R 15725 15727 15499 0 -1 4202560 147338 0 0 0 118940 58 0 0 25 0 4 0 651697392 475287552 82469 33554432000 4194304 4580107 140735412086896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 464148

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.43
CPU time (s): 4800.34
CPU user time (s): 4797.88
CPU system time (s): 2.46163
CPU usage (%): 398.887
Max. virtual memory (cumulated for all children) (KiB): 529476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.88
system time used= 2.46162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 614503
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= 457
involuntary context switches= 31885

runsolver used 3.76143 second user time and 9.71252 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-14 21:22:49
IDJOB=3366296
IDBENCH=82705
IDSOLVER=1844
FILE ID=node104/3366296-1305400969
RUNJOBID= node104-1305398558-15518
PBS_JOBID= 13324492
Free space on /tmp= 73388 MiB

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

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

MD5SUM BENCH= 9d6e35233e69c791074cda4235bdf5aa
RANDOM SEED=1840701310

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25812264 kB
Buffers:        292760 kB
Cached:        2370964 kB
SwapCached:     122128 kB
Active:         918964 kB
Inactive:      5953292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25812264 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            5480 kB
Writeback:           4 kB
AnonPages:     4099228 kB
Mapped:          10328 kB
Slab:           117360 kB
PageTables:      84424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74809988 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= 73384 MiB
End job on node104 at 2011-05-14 21:42:55