Trace number 3366297

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.35 1203.44

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S944754256-018.SATISFIABLE.cnf
MD5SUMdb18d6e256ea6948d91cc6cd8858dc3d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.400938
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366297-1305400970.cnf'
0.00/0.01	c -- header says num vars:             70
0.00/0.01	c -- header says num clauses:        6230
0.00/0.06	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.06	c -- vars added         70
0.00/0.06	c Parsing time:  0.00 s
0.00/0.06	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
0.00/0.15	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
0.00/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.16/0.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.16/0.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.16/0.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.16/0.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1.16/0.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.16/0.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1.16/0.32	c Finding binary XORs  T:     0.00 s  found:       0
1.16/0.32	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.16/0.32	c calculated reachability. Time: 0.00
1.16/0.32	c Calc default polars -  time:   0.00 s pos:      29 undec:       2 neg:      39
1.16/0.32	c =========================================================================================
1.16/0.32	c types(t): F = full restart, N = normal restart
1.16/0.32	c types(t): S = simplification begin/end, E = solution found
1.16/0.32	c restart types(rt): st = static, dy = dynamic
1.16/0.32	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.56/0.95	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
3.56/0.95	c  N dy     7      5005        70      6230         0      2241     43610     47891     20.99     22.20
3.56/0.95	c  N dy    11     11672        70      6230         0      4399     43610     89758     19.80     20.89
3.56/0.95	c  N dy    31     15745        70      6230         0      8117     43610    178486     20.04     22.33
3.56/0.95	c  N dy    60     19845        70      6230         0      6766     43610    136000     20.34     21.80
4.80/1.25	c  F st    69     25001        70      6230         0     11463     43610    248530     20.33     20.26
4.80/1.25	c  N st    69     25001        70      6230         0     11463     43610    248530     20.33     20.26
5.56/1.45	c  N dy    75     30000        70      6230         0      9812     43610    197577     20.33   no data
5.56/1.45	c  S st    75     30000        70      6230         0      9812     43610    197577     20.33   no data
5.56/1.45	c  S st    75     30505        70      6230         0     10288     43610    209288     20.33   no data
5.56/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.56/1.45	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.56/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.56/1.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.56/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.64	c lits-rem:       156  cl-subs:      845  v-elim:      0  v-fix:    0  time:  0.20 s
7.55/1.90	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.26
7.55/1.90	c calculated reachability. Time: 0.00
7.55/1.90	c  N dy    75     30505        70      6230         0      9443     43610    187848     20.33   no data
8.78/2.24	c  N dy    95     36902        70      6230         0      8063     43610    140698     20.42     21.58
9.54/2.47	c  N dy   107     41498        70      6230         0     12224     43610    239359     20.40     21.50
10.74/2.71	c  N dy   125     45528        70      6230         0     15899     43610    328565     20.48     21.66
10.74/2.73	c  S st   128     45760        70      6230         0     16113     43610    333984     20.49   no data
10.74/2.78	c  S st   128     46263        70      6230         0      8487     43610    138789     20.49   no data
10.74/2.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.74/2.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.74/2.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.74/2.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.74/2.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.74/2.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
10.74/2.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.74/2.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.74/2.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.14/2.82	c lits-rem:         2  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.03 s
11.14/2.82	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
11.14/2.82	c vivif2 --  cl tried     8437 cl shrink        0 lits rem          0 time: 0.00
11.94/3.06	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.23
11.94/3.06	c calculated reachability. Time: 0.00
11.94/3.06	c  N dy   128     46263        70      6230         0      8437     43610    137339     20.49   no data
13.93/3.52	c  N dy   133     54586        70      6230         0     15962     43610    314611     20.32     21.41
15.13/3.89	c  N dy   151     60995        70      6230         0     12741     43610    229466     20.33     21.46
16.33/4.18	c  N dy   158     65419        70      6230         0     16744     43610    323134     20.27     21.43
17.55/4.49	c  S st   176     69396        70      6230         0     10415     43610    162116     20.30   no data
17.97/4.53	c  S st   176     69903        70      6230         0     10890     43610    173590     20.30   no data
17.97/4.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.97/4.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.97/4.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.97/4.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.97/4.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.97/4.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.97/4.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.97/4.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.97/4.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.31/4.60	c lits-rem:        22  cl-subs:      142  v-elim:      0  v-fix:    0  time:  0.06 s
18.31/4.60	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
18.31/4.60	c vivif2 --  cl tried    10748 cl shrink        0 lits rem          0 time: 0.00
19.11/4.88	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.27
19.11/4.88	c calculated reachability. Time: 0.00
19.11/4.88	c  N dy   176     69903        70      6230         0     10748     43610    169730     20.30   no data
21.11/5.34	c  N dy   184     78116        70      6230         0     18099     43610    343248     20.20     21.57
22.70/5.72	c  N dy   211     83179        70      6230         0     11884     43610    186887     20.26     23.21
23.91/6.00	c  F st   234     87500        70      6230         0     15829     43610    282964     20.32     20.41
23.91/6.08	c  N st   237     88690        70      6230         0     16897     43610    308890     20.32   no data
25.90/6.57	c  N dy   247     95711        70      6230         0     23296     43610    464018     20.32     21.43
27.49/6.99	c  N dy   264    102176        70      6230         0     17342     43610    301897     20.32     21.47
28.69/7.20	c  S st   280    104855        70      6230         0     19766     43610    360726     20.35     19.25
28.69/7.25	c  S st   280    105363        70      6230         0     20241     43610    372523     20.35   no data
28.69/7.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.69/7.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.69/7.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.69/7.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.69/7.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.69/7.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
28.69/7.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.69/7.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
28.69/7.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.71/7.73	c lits-rem:       209  cl-subs:     1764  v-elim:      0  v-fix:    0  time:  0.46 s
30.71/7.73	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
30.71/7.74	c vivif2 --  cl tried    18477 cl shrink        0 lits rem          0 time: 0.00
32.27/8.10	c asymm  cl-useful: 0/5527/6230 lits-rem:0 time: 0.36
32.27/8.10	c calculated reachability. Time: 0.00
32.27/8.10	c  N dy   280    105363        70      6230         0     18477     43610    329433     20.35   no data
34.67/8.73	c  N dy   319    112148        70      6230         0     24671     43610    479395     20.41     21.49
36.66/9.27	c  N dy   354    119379        70      6230         0     18606     43610    321368     20.46     21.55
42.26/10.63	c  N dy   378    138208        70      6230         0     21964     43610    384181     20.31     21.42
46.64/11.79	c  N dy   445    151728        70      6230         0     19715     43610    320637     20.37     21.50
48.67/12.29	c  S st   457    158045        70      6230         0     25381     43610    456263     20.35     20.10
49.03/12.36	c  S st   457    158551        70      6230         0     25852     43610    467808     20.35   no data
49.03/12.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.03/12.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.03/12.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.03/12.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.03/12.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.03/12.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
49.03/12.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.03/12.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.03/12.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.66/13.31	c lits-rem:       335  cl-subs:     2636  v-elim:      0  v-fix:    0  time:  0.91 s
52.66/13.31	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
53.07/13.31	c vivif2 --  cl tried    23216 cl shrink        0 lits rem          0 time: 0.00
53.07/13.38	c asymm  cl-useful: 0/703/6230 lits-rem:0 time: 0.07
53.07/13.38	c calculated reachability. Time: 0.00
53.07/13.38	c  N dy   457    158551        70      6230         0     23216     43610    405566     20.35   no data
57.80/14.59	c  N dy   527    171549        70      6230         0     19814     43610    311989     20.42     21.80
61.84/15.55	c  N dy   549    182522        70      6230         0     29733     43610    544837     20.35     23.29
67.38/16.99	c  N dy   559    200024        70      6230         0     29282     43610    517396     20.18     21.27
72.16/18.10	c  N dy   567    213715        70      6230         0     24544     43610    397320     20.10     21.25
78.15/19.67	c  N dy   631    227420        70      6230         0     18935     43610    254579     20.12     23.92
82.13/20.69	c  S st   710    237827        70      6230         0     28435     43610    486294     20.19   no data
82.53/20.77	c  S st   710    238332        70      6230         0     28899     43610    497519     20.19   no data
82.53/20.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.53/20.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.53/20.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.53/20.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.53/20.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.53/20.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
82.53/20.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.53/20.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.93/20.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.13/21.60	c lits-rem:       224  cl-subs:     1919  v-elim:      0  v-fix:    0  time:  0.79 s
86.13/21.60	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
86.13/21.61	c vivif2 --  cl tried    26980 cl shrink        0 lits rem          0 time: 0.00
87.33/21.99	c asymm  cl-useful: 0/4107/6230 lits-rem:0 time: 0.38
87.33/21.99	c calculated reachability. Time: 0.00
87.33/21.99	c  N dy   710    238332        70      6230         0     26980     43610    447207     20.19   no data
96.10/24.12	c  N dy   807    257516        70      6230         0     25430     43610    393681     20.27     21.34
104.08/26.10	c  N dy   902    274029        70      6230         0     20501     43610    264829     20.33     21.53
111.65/28.04	c  N dy   979    292839        70      6230         0     37585     43610    677055     20.36     21.63
117.24/29.47	c  F st  1016    306250        70      6230         0     28881     43610    453008     20.36     20.34
119.63/30.01	c  N dy  1023    311544        70      6230         0     33672     43610    569710     20.36     22.20
128.80/32.32	c  N dy  1098    331469        70      6230         0     29939     43610    467775     20.38     22.42
138.38/34.76	c  N dy  1184    351531        70      6230         0     25474     43610    351017     20.41     21.54
141.16/35.41	c  S st  1222    357498        70      6230         0     30881     43610    483500     20.43     20.29
141.56/35.50	c  S st  1222    357999        70      6230         0     31345     43610    494786     20.43   no data
141.56/35.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.56/35.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
141.56/35.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.56/35.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.56/35.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.56/35.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
141.56/35.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.56/35.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
141.56/35.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.36/36.27	c lits-rem:       233  cl-subs:     1588  v-elim:      0  v-fix:    0  time:  0.74 s
144.36/36.27	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
144.36/36.28	c vivif2 --  cl tried    29757 cl shrink        0 lits rem          0 time: 0.01
145.55/36.53	c asymm  cl-useful: 0/2123/6230 lits-rem:0 time: 0.25
145.55/36.53	c calculated reachability. Time: 0.00
145.55/36.53	c  N dy  1222    357999        70      6230         0     29757     43610    452827     20.43   no data
155.93/39.11	c  N dy  1282    378211        70      6230         0     24564     43610    312180     20.43     21.51
165.90/41.63	c  N dy  1324    399439        70      6230         0     43627     43610    767064     20.40     21.50
177.87/44.69	c  N dy  1437    419636        70      6230         0     37590     43610    617855     20.44     21.60
190.23/47.72	c  N dy  1520    441313        70      6230         0     31915     43610    461833     20.45     21.55
201.41/50.54	c  N dy  1623    461350        70      6230         0     50126     43610    905490     20.48     23.07
212.18/53.25	c  N dy  1724    481430        70      6230         0     42054     43610    696067     20.52     22.11
223.35/56.05	c  N dy  1760    501493        70      6230         0     33070     43610    459227     20.49     23.08
237.35/59.56	c  N dy  1847    525438        70      6230         0     54706     43610    979443     20.50     21.63
243.69/61.13	c  S st  1892    536998        70      6230         0     37130     43610    549330     20.51     20.91
244.09/61.23	c  S st  1892    537498        70      6230         0     37590     43610    560635     20.51   no data
244.09/61.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
244.09/61.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
244.09/61.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
244.09/61.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.09/61.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.09/61.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
244.09/61.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.09/61.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
244.09/61.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
248.07/62.29	c lits-rem:       278  cl-subs:     2053  v-elim:      0  v-fix:    0  time:  1.02 s
248.07/62.29	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
248.47/62.30	c vivif2 --  cl tried    35537 cl shrink        0 lits rem          0 time: 0.01
249.28/62.50	c asymm  cl-useful: 0/1711/6230 lits-rem:0 time: 0.20
249.28/62.50	c calculated reachability. Time: 0.00
249.28/62.50	c  N dy  1892    537498        70      6230         0     35537     43610    509437     20.51   no data
261.63/65.69	c  N dy  2001    557573        70      6230         0     53767     43610    955689     20.54     21.64
276.00/69.20	c  N dy  2038    583729        70      6230         0     48417     43610    797119     20.49     21.58
289.16/72.53	c  N dy  2125    603780        70      6230         0     36835     43610    519596     20.51     21.76
304.31/76.34	c  N dy  2131    632603        70      6230         0     31993     43610    386793     20.41     21.53
330.64/82.94	c  N dy  2166    684805        70      6230         0     47231     43610    720916     20.25     21.45
345.40/86.63	c  N dy  2246    704818        70      6230         0     33017     43610    387346     20.26     21.44
358.57/89.90	c  N dy  2306    726691        70      6230         0     52655     43610    853905     20.26     21.36
375.32/94.19	c  N dy  2398    746712        70      6230         0     37510     43610    478830     20.28     23.99
391.27/98.19	c  N dy  2484    771885        70      6230         0     60211     43610   1023432     20.28     21.58
407.64/102.20	c  N dy  2623    791955        70      6230         0     44175     43610    630781     20.31     21.80
418.01/104.83	c  S st  2706    806247        70      6230         0     57092     43610    942909     20.33     19.57
418.81/105.01	c  S st  2706    806752        70      6230         0     57560     43610    954638     20.33   no data
418.81/105.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
418.81/105.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
418.81/105.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
418.81/105.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
418.81/105.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
418.81/105.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
418.81/105.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
418.81/105.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
418.81/105.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
434.39/108.99	c lits-rem:       511  cl-subs:     4919  v-elim:      0  v-fix:    0  time:  3.91 s
434.39/108.99	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
434.39/109.00	c vivif2 --  cl tried    52641 cl shrink        0 lits rem          0 time: 0.01
435.55/109.26	c asymm  cl-useful: 0/1106/6230 lits-rem:0 time: 0.26
435.55/109.27	c calculated reachability. Time: 0.00
435.55/109.27	c  N dy  2706    806752        70      6230         0     52641     43610    831626     20.33   no data
451.51/113.29	c  N dy  2792    826820        70      6230         0     35760     43610    413771     20.33     23.50
463.87/116.36	c  N dy  2865    847325        70      6230         0     54231     43610    855920     20.33     21.44
484.62/121.52	c  N dy  3001    867416        70      6230         0     36460     43610    417031     20.36     21.94
497.38/124.74	c  N dy  3092    887418        70      6230         0     54536     43610    855408     20.37     21.67
517.33/129.79	c  N dy  3219    908222        70      6230         0     73362     43610   1314837     20.40     21.58
531.69/133.32	c  N dy  3320    928227        70      6230         0     54497     43610    841846     20.42     22.57
550.84/138.18	c  N dy  3457    948548        70      6230         0     72958     43610   1296590     20.45     21.56
566.79/142.13	c  N dy  3571    968683        70      6230         0     53163     43610    796597     20.47     21.72
583.58/146.37	c  N dy  3649    988770        70      6230         0     71308     43610   1233169     20.47     21.67
600.31/150.52	c  N dy  3692   1011104        70      6230         0     52560     43610    757619     20.46     21.54
619.09/155.21	c  N dy  3815   1032031        70      6230         0     71457     43610   1220364     20.48     21.57
635.81/159.41	c  N dy  3880   1052096        70      6230         0     49853     43610    685788     20.48     23.23
650.96/163.20	c  F st  3948   1071875        70      6230         0     67649     43610   1113878     20.49     19.20
650.96/163.26	c  N st  3949   1072126        70      6230         0     67879     43610   1119531     20.49   no data
672.10/168.51	c  N dy  3996   1096742        70      6230         0     49443     43610    658794     20.48     21.64
693.68/173.94	c  N dy  4097   1122370        70      6230         0     72609     43610   1218965     20.48     21.66
711.59/178.49	c  N dy  4163   1142737        70      6230         0     49455     43610    649494     20.48     21.56
738.72/185.22	c  N dy  4229   1176106        70      6230         0     79378     43610   1363794     20.47     21.61
755.86/189.56	c  N dy  4304   1196180        70      6230         0     55157     43610    777615     20.47     22.08
767.44/192.42	c  S st  4309   1210128        70      6230         0     67593     43610   1066510     20.46     18.28
768.28/192.68	c  S st  4309   1210632        70      6230         0     68059     43610   1078028     20.46   no data
768.28/192.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
768.63/192.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
768.63/192.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
768.63/192.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
768.63/192.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
768.63/192.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
768.63/192.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
768.63/192.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
768.63/192.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
820.51/205.78	c lits-rem:      1042  cl-subs:     6843  v-elim:      0  v-fix:    0  time: 12.99 s
820.51/205.78	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
820.51/205.80	c vivif2 --  cl tried    61216 cl shrink        0 lits rem          0 time: 0.01
822.46/206.25	c asymm  cl-useful: 0/921/6230 lits-rem:0 time: 0.45
822.46/206.25	c calculated reachability. Time: 0.00
822.46/206.25	c  N dy  4309   1210632        70      6230         0     61216     43610    919489     20.46   no data
848.00/212.67	c  N dy  4383   1235393        70      6230         0     83429     43610   1450988     20.45     21.61
863.56/216.52	c  N dy  4449   1255483        70      6230         0     58753     43610    853763     20.45     23.45
885.10/221.99	c  N dy  4575   1276017        70      6230         0     77350     43610   1310614     20.47     21.61
905.44/227.05	c  N dy  4666   1296069        70      6230         0     51491     43610    664423     20.48     21.62
922.20/231.22	c  N dy  4747   1316097        70      6230         0     69578     43610   1100472     20.49     22.38
947.33/237.54	c  N dy  4833   1337331        70      6230         0     88755     43610   1566365     20.49     21.74
966.87/242.43	c  N dy  4912   1357371        70      6230         0     61870     43610    899106     20.50     23.97
995.19/249.54	c  N dy  5025   1383666        70      6230         0     85561     43610   1476919     20.50     21.76
1016.34/254.84	c  N dy  5158   1403852        70      6230         0     57811     43610    792128     20.52     21.71
1034.68/259.41	c  N dy  5238   1423869        70      6230         0     75811     43610   1226318     20.52     23.08
1061.85/266.30	c  N dy  5359   1443944        70      6230         0     47064     43610    515088     20.54     22.98
1080.16/270.80	c  N dy  5477   1465341        70      6230         0     66384     43610    987866     20.55     21.77
1102.49/276.46	c  N dy  5547   1487532        70      6230         0     86325     43610   1465966     20.55     21.69
1122.45/281.40	c  N dy  5597   1507771        70      6230         0     56763     43610    734050     20.55     21.65
1141.59/286.21	c  N dy  5698   1528108        70      6230         0     75144     43610   1183529     20.56     21.64
1161.94/291.33	c  N dy  5707   1550041        70      6230         0     94662     43610   1639919     20.53     21.62
1183.87/296.82	c  N dy  5725   1579795        70      6230         0     72673     43610   1095410     20.50     21.60
1207.80/302.81	c  N dy  5823   1599808        70      6230         0     90722     43610   1536195     20.51     22.24
1230.14/308.44	c  N dy  5886   1620292        70      6230         0     59719     43610    777394     20.51     21.63
1250.53/313.60	c  N dy  6008   1640364        70      6230         0     77870     43610   1220629     20.52     23.24
1275.62/319.82	c  N dy  6067   1660776        70      6230         0     96261     43610   1665198     20.52     21.69
1293.98/324.49	c  N dy  6130   1680825        70      6230         0     63897     43610    872671     20.52     23.11
1315.92/329.95	c  N dy  6240   1700841        70      6230         0     81894     43610   1312162     20.53     22.83
1326.28/332.50	c  S st  6252   1710632        70      6230         0     90665     43610   1517014     20.52     17.57
1327.08/332.79	c  S st  6252   1711136        70      6230         0     91131     43610   1528599     20.52   no data
1327.08/332.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1327.48/332.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1327.48/332.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1327.48/332.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1327.48/332.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1327.48/332.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1327.48/332.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1327.48/332.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1327.89/332.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1398.47/350.61	c lits-rem:      1236  cl-subs:     9998  v-elim:      0  v-fix:    0  time: 17.71 s
1398.47/350.61	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1398.47/350.64	c vivif2 --  cl tried    81133 cl shrink        0 lits rem          0 time: 0.02
1400.46/351.19	c asymm  cl-useful: 0/672/6230 lits-rem:0 time: 0.56
1400.86/351.20	c calculated reachability. Time: 0.00
1400.86/351.20	c  N dy  6252   1711136        70      6230         0     81133     43610   1290524     20.52   no data
1438.76/360.78	c  N dy  6324   1731856        70      6230         0     99731     43610   1738000     20.52     21.68
1461.13/366.38	c  N dy  6404   1751944        70      6230         0     67132     43610    945651     20.53     22.35
1481.04/371.32	c  N dy  6424   1773761        70      6230         0     86544     43610   1400184     20.51     21.68
1510.55/378.70	c  N dy  6527   1793769        70      6230         0     52803     43610    584191     20.52     21.78
1530.51/383.78	c  N dy  6574   1819017        70      6230         0     75401     43610   1124336     20.51     21.61
1560.81/391.35	c  N dy  6647   1844734        70      6230         0     98560     43610   1680522     20.51     21.72
1589.13/398.45	c  N dy  6766   1865062        70      6230         0     64030     43610    845513     20.52     21.64
1608.29/403.21	c  N dy  6805   1885465        70      6230         0     82302     43610   1283791     20.52     21.74
1635.42/410.02	c  N dy  6900   1906342        70      6230         0    101156     43610   1743012     20.52     21.67
1664.93/417.44	c  N dy  7008   1933274        70      6230         0     71508     43610   1009229     20.52     21.61
1690.05/423.77	c  N dy  7084   1955829        70      6230         0     91831     43610   1501968     20.53     21.67
1720.42/431.31	c  N dy  7158   1977431        70      6230         0     56385     43610    629417     20.53     21.65
1739.12/436.01	c  N dy  7244   1998505        70      6230         0     75337     43610   1086958     20.53     21.65
1766.25/442.87	c  N dy  7324   2021027        70      6230         0     95647     43610   1574198     20.53     21.73
1795.02/450.06	c  N dy  7378   2043189        70      6230         0     59781     43610    697798     20.53     21.67
1815.72/455.29	c  N dy  7482   2063470        70      6230         0     78067     43610   1144866     20.53     21.76
1843.28/462.14	c  N dy  7611   2083521        70      6230         0     96240     43610   1593046     20.55     22.12
1873.15/469.65	c  N dy  7690   2104401        70      6230         0     58247     43610    647056     20.55     21.68
1894.30/474.98	c  N dy  7781   2127336        70      6230         0     78783     43610   1144405     20.55     21.83
1920.62/481.60	c  N dy  7883   2147395        70      6230         0     96828     43610   1583847     20.56     21.66
1953.32/489.78	c  N dy  7986   2167426        70      6230         0    114878     43610   2026040     20.57     22.28
1986.45/498.09	c  N dy  8009   2204451        70      6230         0     90213     43610   1377315     20.53     21.66
1994.42/500.04	c  S st  8022   2211138        70      6230         0     96186     43610   1518657     20.53     19.46
1995.62/500.32	c  S st  8022   2211640        70      6230         0     96649     43610   1530276     20.53   no data
1995.62/500.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1995.62/500.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1995.62/500.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1995.62/500.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1995.62/500.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1995.62/500.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1995.62/500.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1996.02/500.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1996.02/500.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2070.59/519.21	c lits-rem:      1258  cl-subs:    12535  v-elim:      0  v-fix:    0  time: 18.77 s
2070.59/519.21	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2071.02/519.23	c vivif2 --  cl tried    84114 cl shrink        0 lits rem          0 time: 0.02
2072.58/519.67	c asymm  cl-useful: 0/640/6230 lits-rem:0 time: 0.44
2072.58/519.68	c calculated reachability. Time: 0.00
2072.58/519.68	c  N dy  8022   2211640        70      6230         0     84114     43610   1256032     20.53   no data
2108.88/528.79	c  N dy  8126   2231731        70      6230         0    102272     43610   1698262     20.54     21.64
2159.94/541.54	c  N dy  8240   2265235        70      6230         0     74678     43610   1016973     20.53     21.80
2187.06/548.31	c  N dy  8309   2290502        70      6230         0     97322     43610   1561202     20.53     21.72
2220.97/556.88	c  N dy  8442   2310518        70      6230         0    115360     43610   2004593     20.54     25.20
2246.11/563.18	c  N dy  8549   2330532        70      6230         0     74492     43610   1013874     20.55     21.90
2271.64/569.53	c  N dy  8650   2350595        70      6230         0     92586     43610   1456587     20.56     21.78
2301.55/577.00	c  N dy  8736   2371096        70      6230         0    111018     43610   1907674     20.56     21.92
2332.67/584.82	c  N dy  8848   2394654        70      6230         0     72208     43610    940785     20.57     21.81
2357.39/591.09	c  N dy  8953   2414793        70      6230         0     90354     43610   1386509     20.58     21.80
2389.31/599.01	c  N dy  9081   2434868        70      6230         0    108499     43610   1835516     20.59     23.23
2419.62/606.62	c  N dy  9174   2455063        70      6230         0     65471     43610    763638     20.59     21.68
2461.12/617.02	c  N dy  9246   2496700        70      6230         0    102755     43610   1653290     20.58     21.67
2499.81/626.73	c  N dy  9293   2527207        70      6230         0     68080     43610    804415     20.57     21.67
2524.53/632.91	c  N dy  9423   2547972        70      6230         0     86816     43610   1267414     20.57     21.67
2554.46/640.43	c  N dy  9539   2568052        70      6230         0    104978     43610   1715432     20.58     21.71
2592.75/650.00	c  N dy  9660   2589535        70      6230         0    124311     43610   2190871     20.59     21.72
2615.88/655.83	c  N dy  9732   2610629        70      6230         0     80320     43610   1098049     20.59     21.76
2642.20/662.48	c  N dy  9831   2630721        70      6230         0     98335     43610   1537245     20.60     24.45
2675.32/670.78	c  N dy  9935   2650798        70      6230         0    116430     43610   1980188     20.60     22.51
2708.43/679.04	c  N dy 10031   2671112        70      6230         0     70929     43610    855662     20.61     21.77
2732.37/685.06	c  N dy 10102   2692397        70      6230         0     90059     43610   1319327     20.61     21.73
2757.89/691.45	c  S st 10157   2711641        70      6230         0    107308     43610   1737941     20.61   no data
2759.10/691.77	c  S st 10157   2712144        70      6230         0    107774     43610   1749897     20.61   no data
2759.10/691.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2759.50/691.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2759.50/691.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2759.50/691.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2759.50/691.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2759.50/691.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2759.50/691.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2759.50/691.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2759.50/691.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2812.57/705.14	c lits-rem:      1081  cl-subs:    10708  v-elim:      0  v-fix:    0  time: 13.24 s
2812.57/705.15	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2812.57/705.18	c vivif2 --  cl tried    97066 cl shrink        0 lits rem          0 time: 0.03
2814.53/705.64	c asymm  cl-useful: 0/582/6230 lits-rem:0 time: 0.46
2814.53/705.64	c calculated reachability. Time: 0.00
2814.53/705.64	c  N dy 10157   2712144        70      6230         0     97066     43610   1492101     20.61   no data
2868.37/719.11	c  N dy 10288   2736510        70      6230         0    119029     43610   2030348     20.62     22.15
2919.82/732.08	c  N dy 10382   2762642        70      6230         0     78108     43610   1011921     20.61     21.75
2950.13/739.63	c  N dy 10467   2782668        70      6230         0     96109     43610   1450024     20.62     21.79
2990.42/749.75	c  N dy 10613   2805848        70      6230         0    117042     43610   1965861     20.63     21.75
3026.33/758.78	c  N dy 10718   2825853        70      6230         0     69684     43610    803346     20.63     22.63
3052.26/765.24	c  N dy 10863   2845906        70      6230         0     87780     43610   1252560     20.64     23.71
3081.37/772.51	c  N dy 10925   2867731        70      6230         0    107364     43610   1725446     20.64     21.74
3118.48/781.85	c  N dy 11027   2889493        70      6230         0    126934     43610   2207741     20.64     21.78
3146.79/788.95	c  N dy 11093   2909518        70      6230         0     78464     43610    997285     20.65     23.70
3171.13/795.04	c  N dy 11167   2929982        70      6230         0     96867     43610   1446248     20.65     21.79
3204.23/803.34	c  N dy 11271   2950138        70      6230         0    115073     43610   1893260     20.65     21.81
3236.55/811.43	c  N dy 11319   2970147        70      6230         0    133031     43610   2326937     20.65     21.76
3262.08/817.83	c  N dy 11404   2990183        70      6230         0     83624     43610   1115447     20.65     24.14
3291.60/825.24	c  N dy 11447   3015049        70      6230         0    105868     43610   1649365     20.65     21.74
3366.99/844.10	c  N dy 11540   3072634        70      6230         0     89040     43610   1205861     20.63     21.76
3394.92/851.13	c  N dy 11611   3092636        70      6230         0    107031     43610   1645078     20.63     23.01
3431.65/860.37	c  N dy 11695   3112680        70      6230         0    125070     43610   2083759     20.63     22.00
3469.51/869.88	c  N dy 11801   3132749        70      6230         0     74138     43610    859103     20.64     22.35
3496.63/876.64	c  N dy 11935   3152750        70      6230         0     92215     43610   1306178     20.64     22.27
3528.19/884.57	c  N dy 12035   3172835        70      6230         0    110271     43610   1748914     20.65     21.76
3566.04/894.07	c  N dy 12146   3192929        70      6230         0    128354     43610   2194066     20.65     23.63
3602.37/903.14	c  S st 12244   3212144        70      6230         0     75572     43610    880580     20.66     19.78
3603.14/903.36	c  S st 12244   3212649        70      6230         0     76033     43610    892198     20.66   no data
3603.14/903.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3603.53/903.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3603.53/903.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3603.53/903.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3603.53/903.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3603.53/903.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3603.53/903.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3603.53/903.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3603.53/903.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3609.92/905.08	c lits-rem:       148  cl-subs:     1365  v-elim:      0  v-fix:    0  time:  1.64 s
3609.92/905.09	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3610.32/905.10	c vivif2 --  cl tried    74668 cl shrink        0 lits rem          0 time: 0.01
3611.15/905.36	c asymm  cl-useful: 0/598/6230 lits-rem:0 time: 0.26
3611.15/905.36	c calculated reachability. Time: 0.00
3611.15/905.36	c  N dy 12244   3212649        70      6230         0     74668     43610    858385     20.66   no data
3638.64/912.23	c  N dy 12377   3232723        70      6230         0     92833     43610   1307869     20.67     24.15
3668.60/919.76	c  N dy 12443   3252963        70      6230         0    110967     43610   1746701     20.67     21.77
3706.85/929.33	c  N dy 12540   3273004        70      6230         0    129076     43610   2189873     20.67     21.83
3743.94/938.64	c  N dy 12603   3293086        70      6230         0     76150     43610    882564     20.67     24.06
3772.26/945.70	c  N dy 12702   3313376        70      6230         0     94480     43610   1335204     20.68     21.94
3806.57/954.40	c  N dy 12839   3334111        70      6230         0    113152     43610   1797441     20.68     21.91
3848.08/964.80	c  N dy 12960   3355071        70      6230         0    132062     43610   2262170     20.69     21.78
3885.15/974.04	c  N dy 13073   3375444        70      6230         0     78331     43610    923451     20.69     22.01
3911.47/980.62	c  N dy 13185   3395448        70      6230         0     96362     43610   1366857     20.70     22.73
3939.40/987.68	c  N dy 13235   3415454        70      6230         0    114368     43610   1803520     20.70     21.81
3974.91/996.52	c  N dy 13277   3438364        70      6230         0    134788     43610   2292476     20.69     22.12
4004.43/1003.99	c  N dy 13323   3458832        70      6230         0     80392     43610    961000     20.69     21.85
4034.73/1011.55	c  N dy 13481   3479010        70      6230         0     98679     43610   1417285     20.70     21.90
4069.05/1020.15	c  N dy 13602   3499033        70      6230         0    116740     43610   1865808     20.71     22.48
4103.34/1028.79	c  N dy 13606   3524658        70      6230         0    139515     43610   2400933     20.69     21.82
4137.26/1037.27	c  N dy 13679   3545217        70      6230         0     84318     43610   1042605     20.70     21.99
4161.99/1043.43	c  N dy 13721   3565571        70      6230         0    102575     43610   1479937     20.69     21.79
4199.13/1052.77	c  N dy 13795   3588819        70      6230         0    123396     43610   1986660     20.69     21.93
4242.56/1063.60	c  N dy 13885   3610283        70      6230         0    142717     43610   2460666     20.70     21.87
4278.51/1072.62	c  N dy 13955   3634848        70      6230         0     90210     43610   1174159     20.70     21.88
4305.99/1079.59	c  N dy 14011   3655799        70      6230         0    109018     43610   1631795     20.70     21.81
4340.69/1088.29	c  N dy 14087   3675856        70      6230         0    127060     43610   2072907     20.70     23.57
4382.98/1098.82	c  N dy 14170   3696287        70      6230         0    145430     43610   2519137     20.70     21.80
4409.74/1105.51	c  S st 14201   3712649        70      6230         0     84622     43610   1014166     20.70     18.96
4410.50/1105.76	c  S st 14201   3713154        70      6230         0     85086     43610   1025791     20.70   no data
4410.50/1105.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4410.90/1105.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4410.90/1105.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4410.90/1105.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4410.90/1105.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4410.90/1105.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4410.90/1105.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4410.90/1105.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4410.90/1105.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4422.47/1108.72	c lits-rem:       306  cl-subs:     3224  v-elim:      0  v-fix:    0  time:  2.87 s
4422.47/1108.73	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4422.47/1108.74	c vivif2 --  cl tried    81862 cl shrink        0 lits rem          0 time: 0.01
4423.66/1109.04	c asymm  cl-useful: 0/914/6230 lits-rem:0 time: 0.30
4423.66/1109.04	c calculated reachability. Time: 0.00
4423.66/1109.04	c  N dy 14201   3713154        70      6230         0     81862     43610    954847     20.70   no data
4466.78/1119.87	c  F st 14202   3751563        70      6230         0    115740     43610   1727176     20.67     18.66
4466.78/1119.88	c  N st 14202   3751563        70      6230         0    115740     43610   1727176     20.67     18.66
4503.45/1129.05	c  N dy 14290   3771585        70      6230         0    133745     43610   2172118     20.68     23.26
4646.69/1164.92	c  N dy 14366   3867065        70      6230         0    142516     43610   2328935     20.63     21.82
4686.18/1174.85	c  N dy 14446   3887570        70      6230         0     84438     43610   1003623     20.63     21.72
4718.85/1183.08	c  N dy 14560   3911209        70      6230         0    105688     43610   1529066     20.63     21.88
4754.75/1192.07	c  N dy 14641   3933733        70      6230         0    125909     43610   2025809     20.64     21.80

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

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

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


[startup+0 s]
/proc/loadavg: 8.13 8.08 8.02 7/350 15740
/proc/meminfo: memFree=25802312/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 407 0 0 0 1 0 0 0 25 0 4 0 651697402 52396032 347 33554432000 4194304 4580107 140735970503424 18446744073709551615 47699519748018 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 12792 347 299 95 0 7774 0
[pid=15740/tid=15741] ppid=15738 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651697402 52396032 347 33554432000 4194304 4580107 140735970503424 18446744073709551615 47699519748018 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651697402 52396032 347 33554432000 4194304 4580107 140735970503424 18446744073709551615 47699519748012 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651697402 52396032 347 33554432000 4194304 4580107 140735970503424 18446744073709551615 230809222129 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.15603 s]
/proc/loadavg: 8.13 8.08 8.02 7/350 15740
/proc/meminfo: memFree=25802312/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=282108 CPUtime=0.59 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) D 15738 15740 15499 0 -1 4202496 1883 0 0 0 59 0 0 0 18 0 4 0 651697402 288878592 1795 33554432000 4194304 4580107 140735970503424 18446744073709551615 230809209015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 70527 1795 363 95 0 65509 0
[pid=15740/tid=15741] ppid=15738 vsize=282108 CPUtime=0.14 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) D 15738 15740 15499 0 -1 4202560 327 0 0 0 14 0 0 0 25 0 4 0 651697402 288878592 1795 33554432000 4194304 4580107 140735970503424 18446744073709551615 4401259 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=282108 CPUtime=0.15 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) D 15738 15740 15499 0 -1 4202560 465 0 0 0 15 0 0 0 18 0 4 0 651697402 288878592 1795 33554432000 4194304 4580107 140735970503424 18446744073709551615 230808862475 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=282108 CPUtime=0.14 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 397 0 0 0 14 0 0 0 25 0 4 0 651697402 288878592 1795 33554432000 4194304 4580107 140735970503424 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 282108

[startup+0.200984 s]
/proc/loadavg: 8.13 8.08 8.02 7/350 15740
/proc/meminfo: memFree=25802312/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=282660 CPUtime=0.76 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 3162 0 0 0 76 0 0 0 18 0 4 0 651697402 289443840 2542 33554432000 4194304 4580107 140735970503424 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 70665 2542 375 95 0 65647 0
[pid=15740/tid=15741] ppid=15738 vsize=282660 CPUtime=0.19 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 723 0 0 0 19 0 0 0 18 0 4 0 651697402 289443840 2542 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=282660 CPUtime=0.19 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 739 0 0 0 19 0 0 0 18 0 4 0 651697402 289443840 2542 33554432000 4194304 4580107 140735970503424 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=282660 CPUtime=0.18 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 556 0 0 0 18 0 0 0 25 0 4 0 651697402 289443840 2542 33554432000 4194304 4580107 140735970503424 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 282660

[startup+0.300964 s]
/proc/loadavg: 8.13 8.08 8.02 7/350 15740
/proc/meminfo: memFree=25802312/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=282796 CPUtime=1.16 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 3506 0 0 0 116 0 0 0 18 0 4 0 651697402 289583104 2886 33554432000 4194304 4580107 140735970503424 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 70699 2886 376 95 0 65681 0
[pid=15740/tid=15741] ppid=15738 vsize=282796 CPUtime=0.29 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 807 0 0 0 29 0 0 0 18 0 4 0 651697402 289583104 2886 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=282796 CPUtime=0.29 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 820 0 0 0 29 0 0 0 18 0 4 0 651697402 289583104 2886 33554432000 4194304 4580107 140735970503424 18446744073709551615 4318508 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=282796 CPUtime=0.28 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 652 0 0 0 28 0 0 0 25 0 4 0 651697402 289583104 2886 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 282796

[startup+0.700892 s]
/proc/loadavg: 8.13 8.08 8.02 7/350 15740
/proc/meminfo: memFree=25802312/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=285532 CPUtime=2.77 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 5850 0 0 0 276 1 0 0 18 0 4 0 651697402 292384768 3350 33554432000 4194304 4580107 140735970503424 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 71383 3350 376 95 0 66365 0
[pid=15740/tid=15741] ppid=15738 vsize=285532 CPUtime=0.68 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 1404 0 0 0 68 0 0 0 18 0 4 0 651697402 292384768 3350 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=285532 CPUtime=0.69 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 1384 0 0 0 69 0 0 0 18 0 4 0 651697402 292384768 3350 33554432000 4194304 4580107 140735970503424 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=285532 CPUtime=0.68 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 1252 0 0 0 68 0 0 0 25 0 4 0 651697402 292384768 3350 33554432000 4194304 4580107 140735970503424 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285532

[startup+1.50075 s]
/proc/loadavg: 8.13 8.08 8.02 10/354 15744
/proc/meminfo: memFree=25775248/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=286672 CPUtime=5.96 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 10580 0 0 0 594 2 0 0 19 0 4 0 651697402 293552128 5692 33554432000 4194304 4580107 140735970503424 18446744073709551615 4406486 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 71668 5692 378 95 0 66650 0
[pid=15740/tid=15741] ppid=15738 vsize=286672 CPUtime=1.48 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 2302 0 0 0 148 0 0 0 19 0 4 0 651697402 293552128 5692 33554432000 4194304 4580107 140735970503424 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=286672 CPUtime=1.49 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 2303 0 0 0 149 0 0 0 19 0 4 0 651697402 293552128 5692 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=286672 CPUtime=1.47 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 1939 0 0 0 147 0 0 0 25 0 4 0 651697402 293552128 5692 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286672

[startup+3.10045 s]
/proc/loadavg: 8.12 8.08 8.02 9/354 15744
/proc/meminfo: memFree=25736176/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=295708 CPUtime=12.34 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 19053 0 0 0 1231 3 0 0 24 0 4 0 651697402 302804992 10469 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 73927 10469 378 95 0 68909 0
[pid=15740/tid=15741] ppid=15738 vsize=295708 CPUtime=3.08 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 4353 0 0 0 308 0 0 0 24 0 4 0 651697402 302804992 10469 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=295708 CPUtime=3.09 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 5152 0 0 0 309 0 0 0 24 0 4 0 651697402 302804992 10469 33554432000 4194304 4580107 140735970503424 18446744073709551615 4322703 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=295708 CPUtime=3.05 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 4731 0 0 0 305 0 0 0 25 0 4 0 651697402 302804992 10469 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 295708

[startup+6.30087 s]
/proc/loadavg: 8.12 8.08 8.02 9/354 15744
/proc/meminfo: memFree=25706796/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=296492 CPUtime=25.1 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 28996 0 0 0 2506 4 0 0 25 0 4 0 651697402 303607808 13266 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 74123 13266 378 95 0 69105 0
[pid=15740/tid=15741] ppid=15738 vsize=296492 CPUtime=6.29 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 7579 0 0 0 628 1 0 0 25 0 4 0 651697402 303607808 13266 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=296492 CPUtime=6.29 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 7812 0 0 0 629 0 0 0 25 0 4 0 651697402 303607808 13266 33554432000 4194304 4580107 140735970503424 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=296492 CPUtime=6.22 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 6854 0 0 0 621 1 0 0 25 0 4 0 651697402 303607808 13266 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 296492

[startup+12.7007 s]
/proc/loadavg: 8.10 8.07 8.02 9/354 15745
/proc/meminfo: memFree=25671456/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=303296 CPUtime=50.63 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 44641 0 0 0 5056 7 0 0 25 0 4 0 651697402 310575104 18301 33554432000 4194304 4580107 140735970503424 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 75824 18301 378 95 0 70806 0
[pid=15740/tid=15741] ppid=15738 vsize=303296 CPUtime=12.69 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 11186 0 0 0 1267 2 0 0 25 0 4 0 651697402 310575104 18301 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=303296 CPUtime=12.68 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 10689 0 0 0 1268 0 0 0 25 0 4 0 651697402 310575104 18301 33554432000 4194304 4580107 140735970503424 18446744073709551615 4319898 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=303296 CPUtime=12.54 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 10725 0 0 0 1253 1 0 0 25 0 4 0 651697402 310575104 18301 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 303296

[startup+25.5004 s]
/proc/loadavg: 8.08 8.07 8.02 9/354 15745
/proc/meminfo: memFree=25630796/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=294600 CPUtime=101.68 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 67512 0 0 0 10157 11 0 0 25 0 4 0 651697402 301670400 21804 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 73650 21804 378 95 0 68632 0
[pid=15740/tid=15741] ppid=15738 vsize=294600 CPUtime=25.48 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 17372 0 0 0 2545 3 0 0 25 0 4 0 651697402 301670400 21804 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=294600 CPUtime=25.48 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 17042 0 0 0 2547 1 0 0 25 0 4 0 651697402 301670400 21804 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=294600 CPUtime=25.2 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 15754 0 0 0 2518 2 0 0 25 0 4 0 651697402 301670400 21804 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 294600

[startup+51.1007 s]
/proc/loadavg: 8.05 8.06 8.01 9/354 15746
/proc/meminfo: memFree=25598932/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=296624 CPUtime=203.8 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 102087 0 0 0 20362 18 0 0 25 0 4 0 651697402 303742976 25745 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 74156 25745 378 95 0 69138 0
[pid=15740/tid=15741] ppid=15738 vsize=296624 CPUtime=51.08 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 27177 0 0 0 5103 5 0 0 25 0 4 0 651697402 303742976 25745 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=296624 CPUtime=51.08 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 25637 0 0 0 5105 3 0 0 25 0 4 0 651697402 303742976 25745 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=296624 CPUtime=50.52 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 23418 0 0 0 5049 3 0 0 25 0 4 0 651697402 303742976 25745 33554432000 4194304 4580107 140735970503424 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 296624

[startup+102.301 s]
/proc/loadavg: 8.02 8.05 8.01 9/354 15747
/proc/meminfo: memFree=25572352/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=321348 CPUtime=408.07 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 154453 0 0 0 40775 32 0 0 25 0 4 0 651697402 329060352 29284 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 80337 29284 378 95 0 75319 0
[pid=15740/tid=15741] ppid=15738 vsize=321348 CPUtime=102.28 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 39102 0 0 0 10221 7 0 0 25 0 4 0 651697402 329060352 29285 33554432000 4194304 4580107 140735970503424 18446744073709551615 4318305 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=321348 CPUtime=102.3 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 38073 0 0 0 10223 7 0 0 25 0 4 0 651697402 329060352 29285 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=321348 CPUtime=101.17 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 38011 0 0 0 10109 8 0 0 25 0 4 0 651697402 329060352 29285 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.07
Current children cumulated vsize (KiB) 321348

[startup+162.3 s]

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

[pid=15740] ppid=15738 vsize=441288 CPUtime=2801.37 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 462409 0 0 0 279999 138 0 0 25 0 4 0 651697402 451878912 71113 33554432000 4194304 4580107 140735970503424 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 110322 71113 378 95 0 105304 0
[pid=15740/tid=15741] ppid=15738 vsize=441288 CPUtime=702.17 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 119246 0 0 0 70184 33 0 0 25 0 4 0 651697402 451878912 71113 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=441288 CPUtime=702.28 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 121760 0 0 0 70194 34 0 0 25 0 4 0 651697402 451878912 71113 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=441288 CPUtime=694.59 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 99682 0 0 0 69430 29 0 0 25 0 4 0 651697402 451878912 71113 33554432000 4194304 4580107 140735970503424 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.37
Current children cumulated vsize (KiB) 441288

[startup+762.3 s]
/proc/loadavg: 8.12 8.12 8.05 9/354 15765
/proc/meminfo: memFree=25181824/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=481904 CPUtime=3040.72 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 479746 0 0 0 303928 144 0 0 25 0 4 0 651697402 493469696 75197 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 120476 75197 378 95 0 115458 0
[pid=15740/tid=15741] ppid=15738 vsize=481904 CPUtime=762.18 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 124203 0 0 0 76184 34 0 0 25 0 4 0 651697402 493469696 75198 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=481904 CPUtime=762.29 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 126157 0 0 0 76192 37 0 0 25 0 4 0 651697402 493469696 75198 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=481904 CPUtime=753.93 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 102665 0 0 0 75363 30 0 0 25 0 4 0 651697402 493469696 75198 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.72
Current children cumulated vsize (KiB) 481904

[startup+822.3 s]
/proc/loadavg: 8.14 8.13 8.05 9/354 15766
/proc/meminfo: memFree=25135368/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=507472 CPUtime=3280.03 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 501379 0 0 0 327849 154 0 0 25 0 4 0 651697402 519651328 85735 33554432000 4194304 4580107 140735970503424 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 126868 85735 378 95 0 121850 0
[pid=15740/tid=15741] ppid=15738 vsize=507472 CPUtime=822.16 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 129967 0 0 0 82180 36 0 0 25 0 4 0 651697402 519651328 85735 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=507472 CPUtime=822.28 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 132026 0 0 0 82189 39 0 0 25 0 4 0 651697402 519651328 85735 33554432000 4194304 4580107 140735970503424 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=507472 CPUtime=813.27 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 108460 0 0 0 81294 33 0 0 25 0 4 0 651697402 519651328 85735 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.03
Current children cumulated vsize (KiB) 507472

[startup+882.313 s]
/proc/loadavg: 8.19 8.15 8.06 9/354 15768
/proc/meminfo: memFree=25133948/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=507584 CPUtime=3519.42 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 517501 0 0 0 351780 162 0 0 25 0 4 0 651697402 519766016 90660 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 126896 90660 378 95 0 121878 0
[pid=15740/tid=15741] ppid=15738 vsize=507584 CPUtime=882.15 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 134652 0 0 0 88177 38 0 0 25 0 4 0 651697402 519766016 90660 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=507584 CPUtime=882.29 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 137979 0 0 0 88188 41 0 0 25 0 4 0 651697402 519766016 90660 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=507584 CPUtime=872.62 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 109088 0 0 0 87228 34 0 0 25 0 4 0 651697402 519766016 90660 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.42
Current children cumulated vsize (KiB) 507584

[startup+942.3 s]
/proc/loadavg: 8.15 8.14 8.07 9/354 15769
/proc/meminfo: memFree=25161148/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=521356 CPUtime=3758.7 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 529704 0 0 0 375703 167 0 0 25 0 4 0 651697402 533868544 82532 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 130339 82532 378 95 0 125321 0
[pid=15740/tid=15741] ppid=15738 vsize=521356 CPUtime=942.13 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 136354 0 0 0 94174 39 0 0 25 0 4 0 651697402 533868544 82532 33554432000 4194304 4580107 140735970503424 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=521356 CPUtime=942.28 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 145354 0 0 0 94184 44 0 0 25 0 4 0 651697402 533868544 82532 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=521356 CPUtime=931.95 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 109492 0 0 0 93161 34 0 0 25 0 4 0 651697402 533868544 82532 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.7
Current children cumulated vsize (KiB) 521356

[startup+1002.3 s]
/proc/loadavg: 8.05 8.12 8.06 9/354 15771
/proc/meminfo: memFree=25139256/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=523692 CPUtime=3998.03 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 547746 0 0 0 399628 175 0 0 25 0 4 0 651697402 536260608 82443 33554432000 4194304 4580107 140735970503424 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 130923 82443 378 95 0 125905 0
[pid=15740/tid=15741] ppid=15738 vsize=523692 CPUtime=1002.13 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 142147 0 0 0 100171 42 0 0 25 0 4 0 651697402 536260608 82443 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=523692 CPUtime=1002.29 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 151273 0 0 0 100182 47 0 0 25 0 4 0 651697402 536260608 82443 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=523692 CPUtime=991.3 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 110162 0 0 0 99095 35 0 0 25 0 4 0 651697402 536260608 82443 33554432000 4194304 4580107 140735970503424 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.03
Current children cumulated vsize (KiB) 523692

[startup+1062.3 s]
/proc/loadavg: 8.02 8.09 8.05 9/354 15773
/proc/meminfo: memFree=25155264/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=537052 CPUtime=4237.38 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 560635 0 0 0 423556 182 0 0 25 0 4 0 651697402 549941248 85838 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 134263 85838 378 95 0 129245 0
[pid=15740/tid=15741] ppid=15738 vsize=537052 CPUtime=1062.11 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 144910 0 0 0 106168 43 0 0 25 0 4 0 651697402 549941248 85838 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=537052 CPUtime=1062.29 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 156063 0 0 0 106180 49 0 0 25 0 4 0 651697402 549941248 85838 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=537052 CPUtime=1050.65 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 110728 0 0 0 105030 35 0 0 25 0 4 0 651697402 549941248 85838 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.38
Current children cumulated vsize (KiB) 537052

[startup+1122.3 s]
/proc/loadavg: 8.00 8.07 8.05 9/354 15774
/proc/meminfo: memFree=25170468/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=511536 CPUtime=4476.72 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 580066 0 0 0 447480 192 0 0 25 0 4 0 651697402 523812864 76906 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 127884 76906 378 95 0 122866 0
[pid=15740/tid=15741] ppid=15738 vsize=511536 CPUtime=1122.11 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 150205 0 0 0 112166 45 0 0 25 0 4 0 651697402 523812864 76906 33554432000 4194304 4580107 140735970503424 18446744073709551615 4316661 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=511536 CPUtime=1122.28 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 161881 0 0 0 112176 52 0 0 25 0 4 0 651697402 523812864 76906 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=511536 CPUtime=1109.99 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 113371 0 0 0 110962 37 0 0 25 0 4 0 651697402 523812864 76906 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4476.72
Current children cumulated vsize (KiB) 511536

[startup+1182.3 s]
/proc/loadavg: 8.00 8.06 8.04 9/354 15776
/proc/meminfo: memFree=25166420/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=498432 CPUtime=4716.06 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 601193 0 0 0 471407 199 0 0 25 0 4 0 651697402 510394368 74987 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 124608 74987 378 95 0 119590 0
[pid=15740/tid=15741] ppid=15738 vsize=498432 CPUtime=1182.11 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 154560 0 0 0 118164 47 0 0 25 0 4 0 651697402 510394368 74987 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=498432 CPUtime=1182.29 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 168088 0 0 0 118174 55 0 0 25 0 4 0 651697402 510394368 74987 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=498432 CPUtime=1169.35 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 118279 0 0 0 116895 40 0 0 25 0 4 0 651697402 510394368 74987 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.06
Current children cumulated vsize (KiB) 498432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.07 8.07 8.05 6/350 15777
/proc/meminfo: memFree=25477044/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=498432 CPUtime=4800.3 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 607529 0 0 0 479828 202 0 0 25 0 4 0 651697402 510394368 81323 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294389 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 124608 81323 378 95 0 119590 0
[pid=15740/tid=15741] ppid=15738 vsize=498432 CPUtime=1203.22 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 156912 0 0 0 120274 48 0 0 25 0 4 0 651697402 510394368 81324 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=498432 CPUtime=1203.42 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 169627 0 0 0 120286 56 0 0 25 0 4 0 651697402 510394368 81324 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=498432 CPUtime=1190.22 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 119613 0 0 0 118982 40 0 0 25 0 4 0 651697402 510394368 81324 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 498432

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 6/350 15777
/proc/meminfo: memFree=25477044/32951124 swapFree=40554400/67111528
[pid=15740] ppid=15738 vsize=498432 CPUtime=4800.3 cores=0,2,4,6
/proc/15740/stat : 15740 (strangenight2-m) R 15738 15740 15499 0 -1 4202496 607529 0 0 0 479828 202 0 0 25 0 4 0 651697402 510394368 81323 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294389 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15740/statm: 124608 81323 378 95 0 119590 0
[pid=15740/tid=15741] ppid=15738 vsize=498432 CPUtime=1203.22 cores=0,2,4,6
/proc/15740/task/15741/stat : 15741 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 156912 0 0 0 120274 48 0 0 25 0 4 0 651697402 510394368 81324 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15740/tid=15742] ppid=15738 vsize=498432 CPUtime=1203.42 cores=0,2,4,6
/proc/15740/task/15742/stat : 15742 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 169627 0 0 0 120286 56 0 0 25 0 4 0 651697402 510394368 81324 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15740/tid=15743] ppid=15738 vsize=498432 CPUtime=1190.22 cores=0,2,4,6
/proc/15740/task/15743/stat : 15743 (strangenight2-m) R 15738 15740 15499 0 -1 4202560 119613 0 0 0 118982 40 0 0 25 0 4 0 651697402 510394368 81324 33554432000 4194304 4580107 140735970503424 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 498432

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.44
CPU time (s): 4800.35
CPU user time (s): 4798.31
CPU system time (s): 2.03869
CPU usage (%): 398.884
Max. virtual memory (cumulated for all children) (KiB): 550408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.31
system time used= 2.03869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 607531
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= 794
involuntary context switches= 22548

runsolver used 3.83842 second user time and 9.41157 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-14 21:22:50
IDJOB=3366297
IDBENCH=82706
IDSOLVER=1844
FILE ID=node104/3366297-1305400970
RUNJOBID= node104-1305398558-15517
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-S944754256-018.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366297-1305400970/watcher-3366297-1305400970 -o /tmp/evaluation-result-3366297-1305400970/solver-3366297-1305400970 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366297-1305400970.cnf

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

MD5SUM BENCH= db18d6e256ea6948d91cc6cd8858dc3d
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:      25802592 kB
Buffers:        292800 kB
Cached:        2376744 kB
SwapCached:     122128 kB
Active:         929504 kB
Inactive:      5953300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25802592 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           11300 kB
Writeback:           4 kB
AnonPages:     4103884 kB
Mapped:          10716 kB
Slab:           117360 kB
PageTables:      84036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74895144 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= 73388 MiB
End job on node104 at 2011-05-14 21:42:55