Trace number 3366256

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.24 1202.84

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S1737989193-079-UNKNOWN.cnf
MD5SUMa959d408d44dc22efc55e46b642f9083
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.30119
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

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-3366256-1305399879.cnf'
0.00/0.01	c -- header says num vars:            150
0.00/0.01	c -- header says num clauses:       12750
0.00/0.02	c -- clauses added:            0 learnts,        12750 normals,            0 xors
0.00/0.02	c -- vars added        150
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       150     12750         0         0     89250         0   no data   no data
1.01/0.32	c asymm  cl-useful: 0/12750/12750 lits-rem:0 time: 0.30
1.01/0.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.57/0.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3.57/0.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3.57/0.92	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.92	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.92	c calculated reachability. Time: 0.00
3.57/0.92	c Calc default polars -  time:   0.00 s pos:      73 undec:       3 neg:      74
3.57/0.92	c =========================================================================================
3.57/0.92	c types(t): F = full restart, N = normal restart
3.57/0.92	c types(t): S = simplification begin/end, E = solution found
3.57/0.92	c restart types(rt): st = static, dy = dynamic
3.57/0.92	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.92	c  B st     0         0       150     12750         0         0     89250         0   no data   no data
3.57/0.92	c  N dy    10      4498       150     12750         0      4317     89250    196660     38.65     40.92
3.57/0.92	c  N dy    17      8768       150     12750         0      6017     89250    240775     38.22     40.37
4.78/1.21	c  N dy    42     12979       150     12750         0      5989     89250    206296     39.00     41.38
5.19/1.31	c  N dy    54     17398       150     12750         0     10223     89250    395077     38.89     41.05
5.96/1.51	c  N dy    69     21495       150     12750         0      8768     89250    295526     39.04     41.76
6.76/1.71	c  F st    76     25000       150     12750         0     12131     89250    445791     38.96     36.64
6.76/1.71	c  N st    78     25626       150     12750         0     12732     89250    473515     38.96   no data
7.55/1.93	c  N dy    82     30000       150     12750         0     10382     89250    338975     38.96   no data
7.55/1.93	c  S st    82     30000       150     12750         0     10382     89250    338975     38.96   no data
7.55/1.97	c  S st    82     30503       150     12750         0     10866     89250    360385     38.96   no data
7.55/1.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.55/1.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.55/1.98	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
7.55/1.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.55/1.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.55/1.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
7.55/1.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.55/1.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.55/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.29	c lits-rem:        96  cl-subs:      502  v-elim:      0  v-fix:    0  time:  0.29 s
10.34/2.67	c asymm  cl-useful: 0/11906/12750 lits-rem:0 time: 0.39
10.34/2.67	c calculated reachability. Time: 0.00
10.34/2.67	c  N dy    82     30503       150     12750         0     10364     89250    331842     38.96   no data
11.95/3.07	c  N dy    95     36709       150     12750         0      8731     89250    226610     38.86     41.11
13.14/3.35	c  N dy   107     40776       150     12750         0     12629     89250    399306     38.84     40.89
14.73/3.72	c  N dy   124     45755       150     12750         0      8820     89250    198533     38.86     35.72
14.73/3.72	c  S st   124     45755       150     12750         0      8820     89250    198533     38.86     35.72
14.73/3.76	c  S st   124     46259       150     12750         0      9309     89250    219939     38.86   no data
14.73/3.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.73/3.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
14.73/3.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.73/3.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.73/3.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
14.73/3.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.73/3.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.73/3.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.13/3.83	c lits-rem:        10  cl-subs:       55  v-elim:      0  v-fix:    0  time:  0.05 s
15.13/3.83	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
15.13/3.84	c vivif2 --  cl tried     9254 cl shrink        0 lits rem          0 time: 0.00
15.13/3.87	c asymm  cl-useful: 0/844/12750 lits-rem:0 time: 0.03
15.13/3.87	c calculated reachability. Time: 0.00
15.13/3.87	c  N dy   124     46259       150     12750         0      9254     89250    216984     38.86   no data
16.33/4.14	c  N dy   131     50526       150     12750         0     13316     89250    398315     38.79     40.95
17.53/4.46	c  N dy   150     54918       150     12750         0     17533     89250    586115     38.88     40.95
18.72/4.77	c  N dy   160     59685       150     12750         0     12575     89250    335065     38.87     40.94
21.52/5.49	c  N dy   168     69389       150     12750         0     11322     89250    248514     38.62     36.12
21.52/5.49	c  S st   168     69389       150     12750         0     11322     89250    248514     38.62     36.12
21.92/5.54	c  S st   168     69892       150     12750         0     11810     89250    269553     38.62   no data
21.92/5.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.92/5.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
21.92/5.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.92/5.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.92/5.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.92/5.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
21.92/5.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.92/5.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
21.92/5.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.34/5.65	c lits-rem:        11  cl-subs:      111  v-elim:      0  v-fix:    0  time:  0.09 s
22.34/5.66	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
22.34/5.66	c vivif2 --  cl tried    11699 cl shrink        0 lits rem          0 time: 0.00
23.92/6.08	c asymm  cl-useful: 0/11147/12750 lits-rem:0 time: 0.42
23.92/6.08	c calculated reachability. Time: 0.00
23.92/6.08	c  N dy   168     69892       150     12750         0     11699     89250    263980     38.62   no data
25.51/6.40	c  N dy   182     74647       150     12750         0     16263     89250    465575     38.62     40.74
27.50/6.93	c  N dy   196     81526       150     12750         0     22808     89250    757116     38.60     40.72
29.10/7.32	c  N dy   214     87114       150     12750         0     16672     89250    456606     38.61     41.61
29.10/7.35	c  F st   216     87501       150     12750         0     17046     89250    473290     38.62     38.33
30.70/7.75	c  N dy   222     92696       150     12750         0     22019     89250    696713     38.62   no data
33.09/8.37	c  N dy   231    100381       150     12750         0     16948     89250    435857     38.49     40.77
34.69/8.75	c  S st   249    104839       150     12750         0     21234     89250    627401     38.53   no data
35.09/8.82	c  S st   249    105343       150     12750         0     21721     89250    648216     38.53   no data
35.09/8.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.09/8.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
35.09/8.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.09/8.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.09/8.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.09/8.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
35.09/8.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.09/8.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.09/8.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.28/9.64	c lits-rem:       256  cl-subs:     1053  v-elim:      0  v-fix:    0  time:  0.78 s
38.28/9.64	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
38.28/9.65	c vivif2 --  cl tried    20668 cl shrink        0 lits rem          0 time: 0.01
38.68/9.74	c asymm  cl-useful: 0/1603/12750 lits-rem:0 time: 0.09
38.68/9.74	c calculated reachability. Time: 0.00
38.68/9.74	c  N dy   249    105343       150     12750         0     20668     89250    592922     38.53   no data
41.07/10.39	c  N dy   271    112080       150     12750         0     13743     89250    262579     38.54     43.32
43.87/11.04	c  N dy   299    119610       150     12750         0     20964     89250    583919     38.58     40.62
49.09/12.31	c  N dy   322    133232       150     12750         0     19590     89250    491751     38.51     40.58
53.48/13.47	c  N dy   350    146304       150     12750         0     16833     89250    336954     38.47     40.64
57.46/14.50	c  N dy   408    158015       150     12750         0     28077     89250    839685     38.55     37.33
57.46/14.50	c  S st   408    158015       150     12750         0     28077     89250    839685     38.55     37.33
57.87/14.58	c  S st   408    158517       150     12750         0     28567     89250    860366     38.55   no data
57.87/14.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.23/14.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
58.23/14.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.23/14.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.23/14.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.23/14.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
58.23/14.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.23/14.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.23/14.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.21/16.16	c lits-rem:       142  cl-subs:     1270  v-elim:      0  v-fix:    0  time:  1.53 s
64.21/16.16	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
64.21/16.17	c vivif2 --  cl tried    27297 cl shrink        0 lits rem          0 time: 0.01
65.02/16.39	c asymm  cl-useful: 0/3698/12750 lits-rem:0 time: 0.22
65.02/16.39	c calculated reachability. Time: 0.00
65.02/16.39	c  N dy   408    158517       150     12750         0     27297     89250    790885     38.55   no data
69.01/17.37	c  N dy   436    169133       150     12750         0     21219     89250    497426     38.57     40.62
73.80/18.54	c  N dy   459    181500       150     12750         0     33032     89250   1020258     38.50     40.65
78.59/19.76	c  N dy   490    194051       150     12750         0     27847     89250    763485     38.50     40.95
84.21/21.18	c  N dy   546    206598       150     12750         0     21654     89250    452898     38.56     40.82
90.16/22.63	c  N dy   587    219833       150     12750         0     34337     89250   1017856     38.57     41.12
96.55/24.21	c  N dy   629    234077       150     12750         0     28868     89250    741642     38.58     40.71
98.14/24.65	c  S st   648    237777       150     12750         0     32429     89250    901123     38.60     37.05
98.54/24.75	c  S st   648    238277       150     12750         0     32916     89250    921927     38.60   no data
98.54/24.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
98.54/24.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
98.54/24.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
98.54/24.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.54/24.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.54/24.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
98.54/24.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
98.54/24.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
98.94/24.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.16/26.63	c lits-rem:       208  cl-subs:     1314  v-elim:      0  v-fix:    0  time:  1.82 s
106.16/26.63	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
106.16/26.64	c vivif2 --  cl tried    31602 cl shrink        0 lits rem          0 time: 0.01
106.92/26.89	c asymm  cl-useful: 0/2924/12750 lits-rem:0 time: 0.25
106.92/26.89	c calculated reachability. Time: 0.00
106.92/26.89	c  N dy   648    238277       150     12750         0     31602     89250    849751     38.60   no data
113.70/28.53	c  N dy   703    253505       150     12750         0     26072     89250    585172     38.63     43.48
122.09/30.60	c  N dy   742    271705       150     12750         0     22471     89250    390394     38.61     41.15
131.27/32.92	c  N dy   789    293674       150     12750         0     43474     89250   1323631     38.57     40.61
136.05/34.19	c  F st   821    306250       150     12750         0     33473     89250    847793     38.56     39.80
139.24/34.90	c  N dy   833    312592       150     12750         0     39554     89250   1121156     38.57     40.62
148.03/37.14	c  N dy   877    332579       150     12750         0     35741     89250    920247     38.54     44.25
158.00/39.60	c  N dy   953    352601       150     12750         0     30988     89250    675130     38.56     40.95
160.00/40.15	c  S st   968    357416       150     12750         0     35610     89250    880906     38.57     38.07
160.40/40.24	c  S st   968    357920       150     12750         0     36095     89250    902212     38.57   no data
160.40/40.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
160.40/40.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
160.40/40.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
160.40/40.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.40/40.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.40/40.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
160.40/40.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
160.40/40.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
160.40/40.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.97/42.11	c lits-rem:       172  cl-subs:     1192  v-elim:      0  v-fix:    0  time:  1.82 s
167.97/42.11	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
167.97/42.12	c vivif2 --  cl tried    34903 cl shrink        0 lits rem          0 time: 0.01
168.78/42.39	c asymm  cl-useful: 0/2622/12750 lits-rem:0 time: 0.26
168.78/42.39	c calculated reachability. Time: 0.00
168.78/42.39	c  N dy   968    357920       150     12750         0     34903     89250    836711     38.57   no data
181.94/45.63	c  N dy  1027    384285       150     12750         0     35191     89250    821218     38.51     40.78
194.72/48.83	c  N dy  1116    404333       150     12750         0     28564     89250    498092     38.55     41.00
207.88/52.12	c  N dy  1191    425374       150     12750         0     48674     89250   1393951     38.57     40.84
220.65/55.31	c  N dy  1261    448523       150     12750         0     44065     89250   1161578     38.57     40.84
231.84/58.16	c  N dy  1340    468700       150     12750         0     35666     89250    750407     38.60     40.67
243.41/61.05	c  N dy  1399    489493       150     12750         0     55588     89250   1641696     38.60     40.91
254.58/63.85	c  N dy  1486    510431       150     12750         0     46898     89250   1215382     38.62     40.71
266.96/66.92	c  N dy  1564    530521       150     12750         0     36462     89250    716254     38.65     40.76
270.15/67.70	c  S st  1580    536883       150     12750         0     42557     89250    987317     38.65   no data
270.55/67.81	c  S st  1580    537386       150     12750         0     43046     89250   1008588     38.65   no data
270.55/67.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
270.55/67.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
270.55/67.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
270.55/67.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
270.55/67.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.55/67.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
270.55/67.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
270.55/67.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
270.55/67.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
280.52/70.38	c lits-rem:       256  cl-subs:     1380  v-elim:      0  v-fix:    0  time:  2.51 s
280.52/70.38	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
280.52/70.39	c vivif2 --  cl tried    41666 cl shrink        0 lits rem          0 time: 0.01
281.76/70.67	c asymm  cl-useful: 0/2237/12750 lits-rem:0 time: 0.28
281.76/70.67	c calculated reachability. Time: 0.00
281.76/70.67	c  N dy  1580    537386       150     12750         0     41666     89250    933862     38.65   no data
294.51/73.81	c  N dy  1635    557414       150     12750         0     60861     89250   1789071     38.64     42.82
305.67/76.69	c  N dy  1713    578805       150     12750         0     50762     89250   1323779     38.66     40.70
318.84/79.93	c  N dy  1786    600440       150     12750         0     39834     89250    798254     38.67     40.97
333.21/83.51	c  N dy  1857    623436       150     12750         0     61832     89250   1779621     38.67     40.72
344.78/86.42	c  N dy  1901    643969       150     12750         0     48838     89250   1167426     38.66     40.91
357.94/89.75	c  N dy  1945    664151       150     12750         0     34696     89250    510350     38.65     40.78
370.72/92.99	c  N dy  2001    685476       150     12750         0     55149     89250   1423797     38.65     40.83
385.09/96.55	c  N dy  2056    705997       150     12750         0     40337     89250    726871     38.65     40.70
397.45/99.63	c  N dy  2113    726128       150     12750         0     59619     89250   1587731     38.65     41.09
417.02/104.50	c  N dy  2180    756137       150     12750         0     52803     89250   1250227     38.64     41.06
434.18/108.84	c  N dy  2256    776240       150     12750         0     72068     89250   2111274     38.65     40.70
448.16/112.40	c  N dy  2350    796593       150     12750         0     55253     89250   1329116     38.68     40.95
454.53/113.96	c  S st  2358    806079       150     12750         0     64326     89250   1738318     38.67     37.80
455.33/114.13	c  S st  2358    806583       150     12750         0     64821     89250   1759451     38.67   no data
455.33/114.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
455.33/114.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
455.33/114.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
455.33/114.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
455.33/114.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
455.33/114.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
455.33/114.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
455.33/114.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
455.73/114.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
493.24/123.69	c lits-rem:       584  cl-subs:     2895  v-elim:      0  v-fix:    0  time:  9.45 s
493.24/123.69	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
493.64/123.71	c vivif2 --  cl tried    61926 cl shrink        0 lits rem          0 time: 0.02
494.44/123.97	c asymm  cl-useful: 0/1269/12750 lits-rem:0 time: 0.26
494.44/123.97	c calculated reachability. Time: 0.00
494.44/123.97	c  N dy  2358    806583       150     12750         0     61926     89250   1602337     38.67   no data
509.62/127.71	c  N dy  2399    827443       150     12750         0     44607     89250    817787     38.65     40.70
523.97/131.33	c  N dy  2460    847533       150     12750         0     63847     89250   1672939     38.65     40.74
539.14/135.17	c  N dy  2520    867758       150     12750         0     44968     89250    798775     38.64     40.71
554.30/138.95	c  N dy  2606    889332       150     12750         0     65601     89250   1719783     38.65     40.97
569.46/142.75	c  N dy  2643    909735       150     12750         0     45891     89250    803361     38.63     40.74
600.59/150.55	c  N dy  2677    957602       150     12750         0     51331     89250   1019400     38.54     40.70
616.15/154.45	c  N dy  2746    978349       150     12750         0     71216     89250   1905760     38.55     40.61
631.73/158.37	c  N dy  2816    998434       150     12750         0     49427     89250    907508     38.55     43.33
646.89/162.12	c  N dy  2888   1018448       150     12750         0     68570     89250   1756714     38.56     40.90
664.85/166.67	c  N dy  2971   1039194       150     12750         0     46357     89250    729699     38.57     40.83
680.42/170.51	c  N dy  3032   1061705       150     12750         0     67919     89250   1693494     38.57     40.64
688.80/172.68	c  F st  3061   1071876       150     12750         0     77669     89250   2129253     38.57   no data
699.17/175.27	c  N dy  3090   1082478       150     12750         0     44762     89250    624049     38.57     40.99
712.34/178.56	c  N dy  3148   1102600       150     12750         0     64049     89250   1483749     38.57     41.35
733.51/183.89	c  N dy  3223   1126062       150     12750         0     86471     89250   2483665     38.57     40.65
748.26/187.54	c  N dy  3297   1146143       150     12750         0     61669     89250   1345228     38.59     40.70
763.83/191.43	c  N dy  3315   1166938       150     12750         0     81534     89250   2230787     38.56     40.63
781.80/195.91	c  N dy  3382   1187039       150     12750         0     55803     89250   1044731     38.57     40.65
801.34/200.84	c  N dy  3447   1207665       150     12750         0     75559     89250   1926016     38.57     40.72
803.75/201.49	c  S st  3449   1209875       150     12750         0     77675     89250   2018125     38.56     37.14
804.92/201.76	c  S st  3449   1210384       150     12750         0     78168     89250   2039698     38.56   no data
804.92/201.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
805.32/201.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
805.32/201.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
805.32/201.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
805.32/201.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
805.32/201.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
805.32/201.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
805.32/201.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
805.72/201.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
861.99/216.01	c lits-rem:       612  cl-subs:     3773  v-elim:      0  v-fix:    0  time: 14.10 s
861.99/216.01	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
861.99/216.04	c vivif2 --  cl tried    74395 cl shrink        0 lits rem          0 time: 0.03
863.59/216.46	c asymm  cl-useful: 0/1759/12750 lits-rem:0 time: 0.43
863.59/216.47	c calculated reachability. Time: 0.00
863.59/216.47	c  N dy  3449   1210384       150     12750         0     74395     89250   1840068     38.56   no data
890.73/223.25	c  N dy  3547   1231325       150     12750         0     48577     89250    693970     38.58     40.62
909.88/228.09	c  N dy  3633   1251668       150     12750         0     68068     89250   1566759     38.59     40.70
934.63/234.20	c  N dy  3673   1275522       150     12750         0     90864     89250   2582401     38.57     40.66
951.38/238.45	c  N dy  3723   1297217       150     12750         0     64788     89250   1380313     38.57     40.70
972.14/243.65	c  N dy  3796   1317989       150     12750         0     84651     89250   2268413     38.57     40.64
996.08/249.62	c  N dy  3873   1338089       150     12750         0     56114     89250    961494     38.58     43.26
1016.03/254.66	c  N dy  3939   1358138       150     12750         0     75271     89250   1816459     38.58     41.70
1039.18/260.46	c  N dy  3991   1379439       150     12750         0     95698     89250   2724508     38.58     40.84
1056.34/264.71	c  N dy  4068   1399535       150     12750         0     66125     89250   1379829     38.59     40.75
1076.69/269.81	c  N dy  4141   1419854       150     12750         0     85621     89250   2249732     38.59     40.94
1097.45/275.01	c  N dy  4216   1440104       150     12750         0     55181     89250    854219     38.60     40.74
1113.81/279.19	c  N dy  4308   1460354       150     12750         0     74564     89250   1723777     38.62     40.77
1135.76/284.64	c  N dy  4407   1480953       150     12750         0     94302     89250   2611568     38.63     40.73
1156.11/289.77	c  N dy  4480   1504159       150     12750         0     65793     89250   1295574     38.63     40.76
1175.27/294.52	c  N dy  4538   1524963       150     12750         0     85699     89250   2180045     38.63     40.91
1198.43/300.37	c  N dy  4619   1544971       150     12750         0     53115     89250    697009     38.64     40.75
1214.38/304.30	c  N dy  4677   1565432       150     12750         0     72725     89250   1566016     38.64     40.89
1234.73/309.41	c  N dy  4753   1585484       150     12750         0     91927     89250   2425752     38.65     41.96
1257.88/315.28	c  N dy  4821   1608238       150     12750         0     61029     89250   1011921     38.65     40.81
1275.04/319.51	c  N dy  4873   1628692       150     12750         0     80601     89250   1886667     38.65     40.70
1298.59/325.45	c  N dy  4973   1648781       150     12750         0     99871     89250   2753938     38.66     41.25
1316.96/330.10	c  N dy  5027   1668919       150     12750         0     65540     89250   1182935     38.66     40.70
1334.51/334.46	c  N dy  5070   1688966       150     12750         0     84708     89250   2042621     38.66     40.99
1358.84/340.58	c  N dy  5155   1709208       150     12750         0    104142     89250   2913843     38.67     40.78
1360.44/340.99	c  S st  5159   1710384       150     12750         0    105272     89250   2964171     38.67     37.73
1362.05/341.31	c  S st  5159   1710886       150     12750         0    105755     89250   2985805     38.67   no data
1362.05/341.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1362.05/341.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1362.05/341.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1362.05/341.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1362.05/341.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1362.05/341.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1362.05/341.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1362.45/341.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1362.84/341.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1457.84/365.34	c lits-rem:      1032  cl-subs:     5773  v-elim:      0  v-fix:    0  time: 23.84 s
1457.84/365.35	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
1457.84/365.38	c vivif2 --  cl tried    99982 cl shrink        0 lits rem          0 time: 0.04
1459.81/365.81	c asymm  cl-useful: 0/1158/12750 lits-rem:0 time: 0.43
1459.81/365.81	c calculated reachability. Time: 0.00
1459.81/365.81	c  N dy  5159   1710886       150     12750         0     99982     89250   2677566     38.67   no data
1480.21/370.97	c  N dy  5224   1730913       150     12750         0     64603     89250   1105621     38.67     40.71
1501.32/376.22	c  N dy  5316   1753412       150     12750         0     86182     89250   2075246     38.68     40.76
1524.10/381.98	c  N dy  5372   1773985       150     12750         0    105848     89250   2955878     38.68     40.86
1541.67/386.38	c  N dy  5410   1794608       150     12750         0     70077     89250   1311079     38.67     40.97
1563.98/391.92	c  N dy  5477   1816970       150     12750         0     91480     89250   2266669     38.67     40.74
1594.34/399.58	c  N dy  5549   1839303       150     12750         0    112838     89250   3221409     38.67     41.01
1615.88/404.96	c  N dy  5628   1859669       150     12750         0     75922     89250   1546870     38.67     40.77
1638.24/410.59	c  N dy  5704   1879863       150     12750         0     95301     89250   2415528     38.68     40.81
1668.14/418.07	c  N dy  5734   1908332       150     12750         0     65027     89250   1020181     38.66     40.74
1687.69/422.94	c  N dy  5804   1929724       150     12750         0     85480     89250   1935885     38.67     40.72
1712.04/429.10	c  N dy  5866   1951334       150     12750         0    106212     89250   2863741     38.67     41.36
1740.77/436.25	c  N dy  5945   1979271       150     12750         0     74553     89250   1412903     38.66     40.72
1759.53/440.91	c  N dy  5997   1999376       150     12750         0     93793     89250   2275792     38.66     40.77
1780.28/446.12	c  N dy  6008   2019592       150     12750         0    113017     89250   3139638     38.65     40.94
1801.04/451.34	c  N dy  6104   2039655       150     12750         0     73004     89250   1318013     38.65     40.88
1820.60/456.24	c  N dy  6165   2059669       150     12750         0     92198     89250   2176858     38.65     43.72
1852.94/464.33	c  N dy  6211   2087878       150     12750         0    119152     89250   3381408     38.65     40.77
1871.67/469.03	c  N dy  6281   2107955       150     12750         0     78165     89250   1511024     38.65     42.75
1903.60/477.03	c  N dy  6321   2140582       150     12750         0    109204     89250   2894296     38.62     40.80
1930.34/483.72	c  N dy  6400   2160708       150     12750         0     67320     89250    992717     38.63     41.34
1949.94/488.68	c  N dy  6482   2181193       150     12750         0     86987     89250   1873146     38.64     40.87
1975.05/494.93	c  N dy  6569   2201292       150     12750         0    106259     89250   2734246     38.64     40.70
1988.62/498.37	c  S st  6609   2210887       150     12750         0    115423     89250   3142679     38.64   no data
1990.21/498.70	c  S st  6609   2211396       150     12750         0    115915     89250   3165035     38.64   no data
1990.21/498.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1990.21/498.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
1990.21/498.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1990.21/498.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1990.21/498.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1990.21/498.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1990.21/498.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1990.61/498.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1990.61/498.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2095.95/525.29	c lits-rem:       920  cl-subs:     5701  v-elim:      0  v-fix:    0  time: 26.39 s
2095.95/525.29	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2096.35/525.33	c vivif2 --  cl tried   110214 cl shrink        0 lits rem          0 time: 0.04
2097.95/525.72	c asymm  cl-useful: 0/1059/12750 lits-rem:0 time: 0.39
2097.95/525.73	c calculated reachability. Time: 0.00
2097.95/525.73	c  N dy  6609   2211396       150     12750         0    110214     89250   2855772     38.64   no data
2124.30/532.32	c  N dy  6668   2231482       150     12750         0     67355     89250    957999     38.64     40.68
2141.85/536.78	c  N dy  6726   2251521       150     12750         0     86528     89250   1811601     38.64     40.82
2167.39/543.15	c  N dy  6801   2273177       150     12750         0    107254     89250   2738144     38.64     40.76
2196.53/550.42	c  N dy  6868   2293634       150     12750         0     63727     89250    763305     38.64     40.70
2214.89/555.01	c  N dy  6954   2313693       150     12750         0     82974     89250   1626995     38.65     40.85
2237.23/560.68	c  N dy  6987   2333748       150     12750         0    102113     89250   2479530     38.64     40.82
2266.00/567.86	c  N dy  7066   2353850       150     12750         0    121394     89250   3343371     38.65     40.87
2288.72/573.55	c  N dy  7121   2374073       150     12750         0     76570     89250   1302427     38.65     40.83
2310.66/579.04	c  N dy  7208   2394099       150     12750         0     95787     89250   2164509     38.65     40.99
2337.00/585.65	c  N dy  7283   2414510       150     12750         0    115305     89250   3037031     38.66     40.98
2367.33/593.23	c  N dy  7373   2435636       150     12750         0     70487     89250    996343     38.66     40.84
2386.09/597.96	c  N dy  7430   2455721       150     12750         0     89695     89250   1856045     38.66     40.71
2410.46/604.03	c  N dy  7497   2475895       150     12750         0    109003     89250   2719823     38.66     40.77
2438.38/611.01	c  N dy  7555   2496104       150     12750         0    128332     89250   3588515     38.66     40.85
2460.72/616.65	c  N dy  7658   2516154       150     12750         0     81520     89250   1459790     38.67     41.47
2483.88/622.42	c  N dy  7742   2536213       150     12750         0    100769     89250   2322002     38.68     42.01
2512.61/629.62	c  N dy  7835   2556259       150     12750         0    119992     89250   3183210     38.69     40.82
2540.15/636.56	c  N dy  7909   2576402       150     12750         0     72213     89250   1000516     38.69     40.92
2562.50/642.11	c  N dy  7973   2596655       150     12750         0     91532     89250   1865771     38.69     40.78
2585.65/647.99	c  N dy  8021   2616698       150     12750         0    110707     89250   2723432     38.69     41.78
2615.58/655.46	c  N dy  8100   2637097       150     12750         0    130232     89250   3599213     38.69     40.98
2640.31/661.68	c  N dy  8185   2657145       150     12750         0     81503     89250   1384726     38.70     41.31
2669.89/669.05	c  N dy  8268   2681596       150     12750         0    104980     89250   2441601     38.70     40.81
2701.78/677.06	c  N dy  8347   2703966       150     12750         0    126353     89250   3400027     38.70     40.84
2712.96/679.80	c  S st  8356   2711398       150     12750         0    133468     89250   3715902     38.70     38.32
2714.15/680.15	c  S st  8356   2711905       150     12750         0    133955     89250   3737256     38.70   no data
2714.15/680.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2714.54/680.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
2714.54/680.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2714.54/680.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2714.54/680.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2714.54/680.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2714.54/680.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2714.54/680.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2714.94/680.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2855.41/715.50	c lits-rem:      1188  cl-subs:     7263  v-elim:      0  v-fix:    0  time: 35.12 s
2855.41/715.50	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2855.41/715.54	c vivif2 --  cl tried   126692 cl shrink        0 lits rem          0 time: 0.04
2857.01/715.96	c asymm  cl-useful: 0/901/12750 lits-rem:0 time: 0.42
2857.01/715.97	c calculated reachability. Time: 0.00
2857.01/715.97	c  N dy  8356   2711905       150     12750         0    126692     89250   3348492     38.70   no data
2885.34/723.04	c  N dy  8440   2731934       150     12750         0     77071     89250   1153505     38.70     41.59
2904.90/727.91	c  N dy  8465   2752028       150     12750         0     96297     89250   2012155     38.70     41.03
2964.01/742.77	c  N dy  8559   2796817       150     12750         0    138980     89250   3915983     38.68     40.84
2987.91/748.71	c  N dy  8650   2819305       150     12750         0     90806     89250   1741314     38.68     40.84
3012.66/754.93	c  N dy  8713   2840000       150     12750         0    110636     89250   2629997     38.68     41.10
3043.02/762.55	c  N dy  8770   2861603       150     12750         0    131242     89250   3551699     38.68     40.78
3070.52/769.49	c  N dy  8835   2881656       150     12750         0     79698     89250   1201717     38.69     40.95
3092.88/775.02	c  N dy  8874   2903173       150     12750         0    100279     89250   2122879     38.68     40.87
3119.61/781.79	c  N dy  8949   2923251       150     12750         0    119480     89250   2983932     38.68     41.55
3153.53/790.29	c  N dy  9042   2943324       150     12750         0    138710     89250   3847424     38.69     41.26
3179.11/796.68	c  N dy  9105   2965208       150     12750         0     87966     89250   1540889     38.69     40.79
3203.02/802.66	c  N dy  9156   2985481       150     12750         0    107379     89250   2405108     38.69     41.23
3231.38/809.77	c  N dy  9220   3005841       150     12750         0    126842     89250   3279796     38.69     41.02
3267.67/818.83	c  N dy  9284   3025909       150     12750         0     73326     89250    849602     38.69     40.74
3293.25/825.22	c  N dy  9346   3046162       150     12750         0     92693     89250   1718981     38.69     40.83
3319.17/831.73	c  N dy  9370   3066342       150     12750         0    111926     89250   2585029     38.68     40.90
3351.08/839.71	c  N dy  9443   3086456       150     12750         0    131149     89250   3446334     38.69     41.02
3383.80/847.99	c  N dy  9512   3106505       150     12750         0     76741     89250    971194     38.69     41.33
3416.17/856.08	c  N dy  9545   3135342       150     12750         0    104209     89250   2195633     38.67     40.72
3459.23/866.81	c  N dy  9625   3162042       150     12750         0    129819     89250   3346354     38.67     40.78
3495.19/875.86	c  N dy  9713   3182058       150     12750         0    148920     89250   4201504     38.68     41.02
3518.30/881.66	c  N dy  9803   3202203       150     12750         0     93595     89250   1696135     38.69     40.78
3531.06/884.87	c  S st  9861   3211906       150     12750         0    102864     89250   2114883     38.69   no data
3532.26/885.16	c  S st  9861   3212408       150     12750         0    103352     89250   2137017     38.69   no data
3532.26/885.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3532.66/885.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3532.66/885.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3532.66/885.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3532.66/885.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3532.66/885.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3532.66/885.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3532.66/885.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3533.06/885.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3581.75/897.57	c lits-rem:       524  cl-subs:     2842  v-elim:      0  v-fix:    0  time: 12.26 s
3581.75/897.57	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
3582.15/897.60	c vivif2 --  cl tried   100510 cl shrink        0 lits rem          0 time: 0.03
3583.34/897.98	c asymm  cl-useful: 0/1116/12750 lits-rem:0 time: 0.38
3583.34/897.99	c calculated reachability. Time: 0.00
3583.34/897.99	c  N dy  9861   3212408       150     12750         0    100510     89250   1978395     38.69   no data
3611.68/905.01	c  N dy  9954   3232635       150     12750         0    119922     89250   2851186     38.70     40.80
3641.61/912.52	c  N dy  9997   3252663       150     12750         0    139011     89250   3702446     38.69     40.74
3680.71/922.38	c  N dy 10075   3272794       150     12750         0     82809     89250   1175896     38.70     40.89
3707.85/929.13	c  N dy 10165   3292825       150     12750         0    102042     89250   2039889     38.70     41.70
3734.19/935.78	c  N dy 10201   3313136       150     12750         0    121479     89250   2910972     38.70     40.81
3767.71/944.10	c  N dy 10281   3333187       150     12750         0    140712     89250   3773098     38.70     41.65
3795.25/951.00	c  N dy 10313   3353246       150     12750         0     83331     89250   1164122     38.69     40.81
3817.20/956.50	c  N dy 10378   3373274       150     12750         0    102489     89250   2028633     38.69     41.02
3843.54/963.14	c  N dy 10440   3393338       150     12750         0    121703     89250   2884958     38.69     40.75
3870.68/969.98	c  N dy 10466   3413431       150     12750         0    140848     89250   3741648     38.69     40.75
3905.41/978.66	c  N dy 10546   3433823       150     12750         0     82935     89250   1113158     38.69     40.84
3927.36/984.10	c  N dy 10603   3453914       150     12750         0    102178     89250   1976279     38.69     41.99
3956.13/991.38	c  N dy 10702   3473966       150     12750         0    121416     89250   2844126     38.70     41.49
3989.21/999.60	c  N dy 10739   3495863       150     12750         0    142327     89250   3779638     38.70     40.84
4028.32/1009.45	c  N dy 10811   3520098       150     12750         0     87045     89250   1257087     38.69     40.81
4053.86/1015.85	c  N dy 10876   3542423       150     12750         0    108324     89250   2214398     38.69     40.77
4082.20/1022.99	c  N dy 10934   3562516       150     12750         0    127542     89250   3071090     38.69     42.13
4118.91/1032.14	c  N dy 11009   3582527       150     12750         0    146727     89250   3935428     38.70     42.53
4158.06/1041.95	c  N dy 11074   3602619       150     12750         0     86548     89250   1206985     38.69     41.74
4185.15/1048.77	c  N dy 11124   3623719       150     12750         0    106751     89250   2113226     38.69     40.74
4216.29/1056.59	c  N dy 11214   3643736       150     12750         0    125932     89250   2977341     38.70     40.80
4258.61/1067.20	c  N dy 11258   3671349       150     12750         0    152272     89250   4154324     38.69     40.80
4296.50/1076.62	c  N dy 11318   3693378       150     12750         0     93034     89250   1464313     38.69     40.97
4325.63/1083.95	c  S st 11418   3712409       150     12750         0    111293     89250   2285801     38.70   no data
4326.83/1084.26	c  S st 11418   3712913       150     12750         0    111790     89250   2307568     38.70   no data
4326.83/1084.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4327.23/1084.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
4327.23/1084.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4327.23/1084.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4327.23/1084.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4327.23/1084.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4327.23/1084.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4327.23/1084.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4327.63/1084.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4381.11/1097.88	c lits-rem:       707  cl-subs:     3126  v-elim:      0  v-fix:    0  time: 13.45 s
4381.11/1097.88	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
4381.53/1097.91	c vivif2 --  cl tried   108664 cl shrink        0 lits rem          0 time: 0.03
4383.10/1098.31	c asymm  cl-useful: 0/981/12750 lits-rem:0 time: 0.39
4383.10/1098.31	c calculated reachability. Time: 0.00
4383.10/1098.31	c  N dy 11418   3712913       150     12750         0    108664     89250   2137090     38.70   no data
4411.84/1105.58	c  N dy 11489   3733202       150     12750         0    128125     89250   3011651     38.70     40.88
4444.17/1113.65	c  F st 11566   3751563       150     12750         0    145723     89250   3801807     38.70   no data
4447.79/1114.53	c  N st 11570   3753597       150     12750         0    147672     89250   3889941     38.70   no data
4483.68/1123.52	c  N dy 11647   3773617       150     12750         0     85540     89250   1091608     38.70     40.90
4507.63/1129.53	c  N dy 11714   3793708       150     12750         0    104776     89250   1954310     38.70     40.91
4543.95/1138.65	c  N dy 11817   3814982       150     12750         0    125136     89250   2871350     38.71     40.98
4581.05/1147.94	c  N dy 11889   3836430       150     12750         0    145603     89250   3790702     38.71     41.02
4622.56/1158.31	c  N dy 11965   3857721       150     12750         0     83715     89250    972429     38.71     40.98
4644.12/1163.76	c  N dy 12026   3877734       150     12750         0    102824     89250   1833766     38.71     44.76
4672.04/1170.72	c  N dy 12095   3897836       150     12750         0    122092     89250   2698384     38.71     40.76
4704.77/1178.99	c  N dy 12163   3918676       150     12750         0    142074     89250   3596541     38.72     40.90
4741.50/1188.15	c  N dy 12217   3939596       150     12750         0    162078     89250   4494984     38.72     41.07
4768.62/1194.91	c  N dy 12278   3959666       150     12750         0     98068     89250   1584377     38.72     43.21
4795.37/1201.62	c  N dy 12337   3980036       150     12750         0    117553     89250   2462518     38.72     40.78

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

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

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


[startup+0 s]
/proc/loadavg: 7.77 8.02 8.05 1/290 20255
/proc/meminfo: memFree=27785080/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 406 0 0 0 0 0 0 0 18 0 4 0 651586382 52396032 347 33554432000 4194304 4580107 140733451688224 18446744073709551615 47718274201522 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 12792 347 299 95 0 7774 0
[pid=20255/tid=20256] ppid=20253 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651586382 52396032 347 33554432000 4194304 4580107 140733451688224 18446744073709551615 210204703729 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651586382 52396032 347 33554432000 4194304 4580107 140733451688224 18446744073709551615 47718274201520 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 651586382 52396032 347 33554432000 4194304 4580107 140733451688224 18446744073709551615 47718274201512 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.061161 s]
/proc/loadavg: 7.77 8.02 8.05 1/290 20255
/proc/meminfo: memFree=27785080/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=282588 CPUtime=0.21 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 2093 0 0 0 21 0 0 0 18 0 4 0 651586382 289370112 2009 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 70647 2009 357 95 0 65629 0
[pid=20255/tid=20256] ppid=20253 vsize=282588 CPUtime=0.04 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 389 0 0 0 4 0 0 0 20 0 4 0 651586382 289370112 2009 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=282588 CPUtime=0.05 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 397 0 0 0 5 0 0 0 18 0 4 0 651586382 289370112 2009 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=282588 CPUtime=0.05 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 502 0 0 0 5 0 0 0 18 0 4 0 651586382 289370112 2009 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 282588

[startup+0.261127 s]
/proc/loadavg: 7.77 8.02 8.05 1/290 20255
/proc/meminfo: memFree=27785080/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=283720 CPUtime=1.01 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 2685 0 0 0 101 0 0 0 18 0 4 0 651586382 290529280 2252 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 70930 2252 358 95 0 65912 0
[pid=20255/tid=20256] ppid=20253 vsize=283720 CPUtime=0.24 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 418 0 0 0 24 0 0 0 20 0 4 0 651586382 290529280 2252 33554432000 4194304 4580107 140733451688224 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=283720 CPUtime=0.25 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 423 0 0 0 25 0 0 0 18 0 4 0 651586382 290529280 2252 33554432000 4194304 4580107 140733451688224 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=283720 CPUtime=0.25 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 1018 0 0 0 25 0 0 0 18 0 4 0 651586382 290529280 2252 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 283720

[startup+0.32309 s]
/proc/loadavg: 7.77 8.02 8.05 1/290 20255
/proc/meminfo: memFree=27785080/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=285168 CPUtime=1.25 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 3198 0 0 0 125 0 0 0 18 0 4 0 651586382 292012032 2765 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 71386 2892 364 95 0 66368 0
[pid=20255/tid=20256] ppid=20253 vsize=285676 CPUtime=0.3 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) D 20253 20255 20027 0 -1 4202560 908 0 0 0 30 0 0 0 20 0 4 0 651586382 292532224 2969 33554432000 4194304 4580107 140733451688224 18446744073709551615 210204308165 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=285812 CPUtime=0.31 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) D 20253 20255 20027 0 -1 4202560 579 0 0 0 31 0 0 0 18 0 4 0 651586382 292671488 3011 33554432000 4194304 4580107 140733451688224 18446744073709551615 210204308513 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=285812 CPUtime=0.31 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 1088 0 0 0 31 0 0 0 18 0 4 0 651586382 292671488 3129 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 285168

[startup+0.701056 s]
/proc/loadavg: 7.77 8.02 8.05 1/290 20255
/proc/meminfo: memFree=27785080/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=291108 CPUtime=2.76 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 7880 0 0 0 275 1 0 0 18 0 4 0 651586382 298094592 5467 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 72777 5467 376 95 0 67759 0
[pid=20255/tid=20256] ppid=20253 vsize=291108 CPUtime=0.68 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 1956 0 0 0 68 0 0 0 18 0 4 0 651586382 298094592 5467 33554432000 4194304 4580107 140733451688224 18446744073709551615 4321122 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=291108 CPUtime=0.68 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 1934 0 0 0 68 0 0 0 18 0 4 0 651586382 298094592 5467 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=291108 CPUtime=0.69 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 1661 0 0 0 69 0 0 0 18 0 4 0 651586382 298094592 5467 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 291108

[startup+1.50092 s]
/proc/loadavg: 7.77 8.02 8.05 10/302 20272
/proc/meminfo: memFree=27724096/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=292360 CPUtime=5.96 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 12980 0 0 0 593 3 0 0 19 0 4 0 651586382 299376640 6221 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 73090 6221 377 95 0 68072 0
[pid=20255/tid=20256] ppid=20253 vsize=292360 CPUtime=1.47 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 3155 0 0 0 147 0 0 0 19 0 4 0 651586382 299376640 6221 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=292360 CPUtime=1.49 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 3247 0 0 0 148 1 0 0 19 0 4 0 651586382 299376640 6222 33554432000 4194304 4580107 140733451688224 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=292360 CPUtime=1.48 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 2986 0 0 0 148 0 0 0 20 0 4 0 651586382 299376640 6222 33554432000 4194304 4580107 140733451688224 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 292360

[startup+3.10066 s]
/proc/loadavg: 7.77 8.02 8.05 9/302 20272
/proc/meminfo: memFree=27711820/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=289944 CPUtime=12.34 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 29413 0 0 0 1228 6 0 0 23 0 4 0 651586382 296902656 16642 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 72486 16642 378 95 0 67468 0
[pid=20255/tid=20256] ppid=20253 vsize=289944 CPUtime=3.06 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 6120 0 0 0 305 1 0 0 23 0 4 0 651586382 296902656 16642 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=289944 CPUtime=3.09 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 8283 0 0 0 307 2 0 0 23 0 4 0 651586382 296902656 16642 33554432000 4194304 4580107 140733451688224 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=289944 CPUtime=3.09 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 7872 0 0 0 308 1 0 0 25 0 4 0 651586382 296902656 16642 33554432000 4194304 4580107 140733451688224 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 289944

[startup+6.30112 s]
/proc/loadavg: 7.79 8.02 8.05 9/302 20272
/proc/meminfo: memFree=27581464/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=311424 CPUtime=25.11 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 41770 0 0 0 2501 10 0 0 25 0 4 0 651586382 318898176 20814 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 77856 20814 378 95 0 72838 0
[pid=20255/tid=20256] ppid=20253 vsize=311424 CPUtime=6.22 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 10784 0 0 0 620 2 0 0 25 0 4 0 651586382 318898176 20814 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=311424 CPUtime=6.28 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 10797 0 0 0 625 3 0 0 25 0 4 0 651586382 318898176 20814 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=311424 CPUtime=6.28 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 9959 0 0 0 627 1 0 0 25 0 4 0 651586382 318898176 20814 33554432000 4194304 4580107 140733451688224 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 311424

[startup+12.7011 s]
/proc/loadavg: 7.81 8.02 8.05 9/302 20272
/proc/meminfo: memFree=27473112/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=317980 CPUtime=50.65 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 65635 0 0 0 5049 16 0 0 25 0 4 0 651586382 325611520 27545 33554432000 4194304 4580107 140733451688224 18446744073709551615 4295687 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 79495 27545 378 95 0 74477 0
[pid=20255/tid=20256] ppid=20253 vsize=317980 CPUtime=12.56 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 16242 0 0 0 1252 4 0 0 25 0 4 0 651586382 325611520 27545 33554432000 4194304 4580107 140733451688224 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=317980 CPUtime=12.69 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 16349 0 0 0 1264 5 0 0 25 0 4 0 651586382 325611520 27545 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=317980 CPUtime=12.68 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 16286 0 0 0 1266 2 0 0 25 0 4 0 651586382 325611520 27545 33554432000 4194304 4580107 140733451688224 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 317980

[startup+25.5119 s]
/proc/loadavg: 7.99 8.05 8.06 9/302 20273
/proc/meminfo: memFree=27378096/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=320364 CPUtime=101.78 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 101893 0 0 0 10151 27 0 0 25 0 4 0 651586382 328052736 37210 33554432000 4194304 4580107 140733451688224 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 80091 37210 378 95 0 75073 0
[pid=20255/tid=20256] ppid=20253 vsize=320364 CPUtime=25.25 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 25333 0 0 0 2519 6 0 0 25 0 4 0 651586382 328052736 37210 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=320364 CPUtime=25.5 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 25148 0 0 0 2543 7 0 0 25 0 4 0 651586382 328052736 37210 33554432000 4194304 4580107 140733451688224 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=320364 CPUtime=25.5 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 24770 0 0 0 2544 6 0 0 25 0 4 0 651586382 328052736 37210 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 320364

[startup+51.1006 s]
/proc/loadavg: 7.99 8.05 8.05 9/302 20274
/proc/meminfo: memFree=27270932/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=352728 CPUtime=203.9 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 146502 0 0 0 20351 39 0 0 25 0 4 0 651586382 361193472 44385 33554432000 4194304 4580107 140733451688224 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 88182 44385 378 95 0 83164 0
[pid=20255/tid=20256] ppid=20253 vsize=352728 CPUtime=50.61 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 31381 0 0 0 5053 8 0 0 25 0 4 0 651586382 361193472 44385 33554432000 4194304 4580107 140733451688224 18446744073709551615 4406350 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=352728 CPUtime=51.08 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 38125 0 0 0 5098 10 0 0 25 0 4 0 651586382 361193472 44385 33554432000 4194304 4580107 140733451688224 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=352728 CPUtime=51.09 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 37577 0 0 0 5099 10 0 0 25 0 4 0 651586382 361193472 44385 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 352728

[startup+102.301 s]
/proc/loadavg: 8.10 8.07 8.06 9/302 20275
/proc/meminfo: memFree=27183600/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=443500 CPUtime=408.24 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 214265 0 0 0 40763 61 0 0 25 0 4 0 651586382 454144000 52635 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 110875 52635 378 95 0 105857 0
[pid=20255/tid=20256] ppid=20253 vsize=443500 CPUtime=101.36 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 36555 0 0 0 10126 10 0 0 25 0 4 0 651586382 454144000 52635 33554432000 4194304 4580107 140733451688224 18446744073709551615 4316661 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=443500 CPUtime=102.28 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 57841 0 0 0 10211 17 0 0 25 0 4 0 651586382 454144000 52635 33554432000 4194304 4580107 140733451688224 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=443500 CPUtime=102.28 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 60113 0 0 0 10212 16 0 0 25 0 4 0 651586382 454144000 52635 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.24
Current children cumulated vsize (KiB) 443500

[startup+162.301 s]

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

[pid=20255] ppid=20253 vsize=620508 CPUtime=2563.3 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 637421 0 0 0 256090 240 0 0 25 0 4 0 651586382 635400192 101007 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 155127 101007 378 95 0 150109 0
[pid=20255/tid=20256] ppid=20253 vsize=620508 CPUtime=636.4 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 93086 0 0 0 63603 37 0 0 25 0 4 0 651586382 635400192 101007 33554432000 4194304 4580107 140733451688224 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=620508 CPUtime=642.29 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 178404 0 0 0 64166 63 0 0 25 0 4 0 651586382 635400192 101007 33554432000 4194304 4580107 140733451688224 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=620508 CPUtime=642.29 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 186657 0 0 0 64159 70 0 0 25 0 4 0 651586382 635400192 101007 33554432000 4194304 4580107 140733451688224 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2563.3
Current children cumulated vsize (KiB) 620508

[startup+702.301 s]
/proc/loadavg: 8.21 8.13 8.10 9/302 20291
/proc/meminfo: memFree=26597968/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=686456 CPUtime=2802.74 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 675635 0 0 0 280018 256 0 0 25 0 4 0 651586382 702930944 114089 33554432000 4194304 4580107 140733451688224 18446744073709551615 4406408 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 171614 114089 378 95 0 166596 0
[pid=20255/tid=20256] ppid=20253 vsize=686456 CPUtime=695.83 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 102071 0 0 0 69542 41 0 0 25 0 4 0 651586382 702930944 114089 33554432000 4194304 4580107 140733451688224 18446744073709551615 4321079 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=686456 CPUtime=702.29 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 187634 0 0 0 70162 67 0 0 25 0 4 0 651586382 702930944 114089 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=686456 CPUtime=702.29 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 196741 0 0 0 70154 75 0 0 25 0 4 0 651586382 702930944 114089 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2802.74
Current children cumulated vsize (KiB) 686456

[startup+762.301 s]
/proc/loadavg: 8.19 8.14 8.10 9/302 20292
/proc/meminfo: memFree=26603004/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=744576 CPUtime=3042.19 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 710197 0 0 0 303949 270 0 0 25 0 4 0 651586382 762445824 117802 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 186144 117802 378 95 0 181126 0
[pid=20255/tid=20256] ppid=20253 vsize=744576 CPUtime=755.3 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 111928 0 0 0 75484 46 0 0 25 0 4 0 651586382 762445824 117802 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=744576 CPUtime=762.29 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 196378 0 0 0 76159 70 0 0 25 0 4 0 651586382 762445824 117802 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=744576 CPUtime=762.29 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 206879 0 0 0 76149 80 0 0 25 0 4 0 651586382 762445824 117802 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3042.19
Current children cumulated vsize (KiB) 744576

[startup+822.301 s]
/proc/loadavg: 8.13 8.12 8.09 9/302 20294
/proc/meminfo: memFree=26500048/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=743392 CPUtime=3281.64 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 744693 0 0 0 327879 285 0 0 25 0 4 0 651586382 761233408 121310 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 185848 121310 378 95 0 180830 0
[pid=20255/tid=20256] ppid=20253 vsize=743392 CPUtime=814.74 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 118436 0 0 0 81425 49 0 0 25 0 4 0 651586382 761233408 121310 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=743392 CPUtime=822.29 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 203079 0 0 0 82155 74 0 0 25 0 4 0 651586382 761233408 121310 33554432000 4194304 4580107 140733451688224 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=743392 CPUtime=822.29 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 220279 0 0 0 82145 84 0 0 25 0 4 0 651586382 761233408 121310 33554432000 4194304 4580107 140733451688224 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3281.64
Current children cumulated vsize (KiB) 743392

[startup+882.301 s]
/proc/loadavg: 8.09 8.11 8.09 9/302 20296
/proc/meminfo: memFree=26489472/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=775264 CPUtime=3521.11 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 775500 0 0 0 351809 302 0 0 25 0 4 0 651586382 793870336 131802 33554432000 4194304 4580107 140733451688224 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 193816 131802 378 95 0 188798 0
[pid=20255/tid=20256] ppid=20253 vsize=775264 CPUtime=874.2 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 127566 0 0 0 87367 53 0 0 25 0 4 0 651586382 793870336 131803 33554432000 4194304 4580107 140733451688224 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=775264 CPUtime=882.3 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 212493 0 0 0 88150 80 0 0 25 0 4 0 651586382 793870336 131803 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=775264 CPUtime=882.3 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 222779 0 0 0 88145 85 0 0 25 0 4 0 651586382 793870336 131803 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3521.11
Current children cumulated vsize (KiB) 775264

[startup+942.301 s]
/proc/loadavg: 8.03 8.09 8.08 9/302 20297
/proc/meminfo: memFree=26433624/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=891432 CPUtime=3760.53 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 800237 0 0 0 375738 315 0 0 25 0 4 0 651586382 912826368 135651 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 222858 135651 378 95 0 217840 0
[pid=20255/tid=20256] ppid=20253 vsize=891432 CPUtime=933.63 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 137118 0 0 0 93305 58 0 0 25 0 4 0 651586382 912826368 135651 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294818 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=891432 CPUtime=942.29 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 218218 0 0 0 94147 82 0 0 25 0 4 0 651586382 912826368 135651 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=891432 CPUtime=942.29 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 228940 0 0 0 94141 88 0 0 25 0 4 0 651586382 912826368 135651 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3760.53
Current children cumulated vsize (KiB) 891432

[startup+1002.31 s]
/proc/loadavg: 8.01 8.07 8.08 9/302 20299
/proc/meminfo: memFree=26170568/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=890180 CPUtime=4000.02 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 832351 0 0 0 399673 329 0 0 25 0 4 0 651586382 911544320 142407 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 222545 142407 378 95 0 217527 0
[pid=20255/tid=20256] ppid=20253 vsize=890180 CPUtime=993.09 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 146540 0 0 0 99247 62 0 0 25 0 4 0 651586382 911544320 142407 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=890180 CPUtime=1002.31 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 228061 0 0 0 100145 86 0 0 25 0 4 0 651586382 911544320 142407 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=890180 CPUtime=1002.31 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 238651 0 0 0 100137 94 0 0 25 0 4 0 651586382 911544320 142407 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4000.02
Current children cumulated vsize (KiB) 890180

[startup+1062.3 s]
/proc/loadavg: 8.00 8.06 8.07 9/302 20300
/proc/meminfo: memFree=26258920/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=835532 CPUtime=4239.43 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 858466 0 0 0 423598 345 0 0 25 0 4 0 651586382 855584768 137258 33554432000 4194304 4580107 140733451688224 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 208883 137258 378 95 0 203865 0
[pid=20255/tid=20256] ppid=20253 vsize=835532 CPUtime=1052.52 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 152320 0 0 0 105186 66 0 0 25 0 4 0 651586382 855584768 137258 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=835532 CPUtime=1062.29 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 237267 0 0 0 106138 91 0 0 25 0 4 0 651586382 855584768 137258 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=835532 CPUtime=1062.29 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 243875 0 0 0 106133 96 0 0 25 0 4 0 651586382 855584768 137258 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4239.43
Current children cumulated vsize (KiB) 835532

[startup+1122.3 s]
/proc/loadavg: 8.04 8.06 8.07 9/302 20302
/proc/meminfo: memFree=26175176/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=751572 CPUtime=4478.88 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 888965 0 0 0 447529 359 0 0 25 0 4 0 651586382 769609728 140168 33554432000 4194304 4580107 140733451688224 18446744073709551615 4331917 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 187893 140168 378 95 0 182875 0
[pid=20255/tid=20256] ppid=20253 vsize=751572 CPUtime=1111.98 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 160294 0 0 0 111129 69 0 0 25 0 4 0 651586382 769609728 140168 33554432000 4194304 4580107 140733451688224 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=751572 CPUtime=1122.29 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 244360 0 0 0 112134 95 0 0 25 0 4 0 651586382 769609728 140168 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=751572 CPUtime=1122.29 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 253073 0 0 0 112129 100 0 0 25 0 4 0 651586382 769609728 140168 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4478.88
Current children cumulated vsize (KiB) 751572

[startup+1182.3 s]
/proc/loadavg: 8.06 8.06 8.07 9/302 20304
/proc/meminfo: memFree=26238736/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=734616 CPUtime=4718.34 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 912410 0 0 0 471461 373 0 0 25 0 4 0 651586382 752246784 136895 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 183654 136895 378 95 0 178636 0
[pid=20255/tid=20256] ppid=20253 vsize=734616 CPUtime=1171.44 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 164041 0 0 0 117073 71 0 0 25 0 4 0 651586382 752246784 136895 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=734616 CPUtime=1182.3 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 249245 0 0 0 118132 98 0 0 25 0 4 0 651586382 752246784 136895 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=734616 CPUtime=1182.3 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 261903 0 0 0 118124 106 0 0 25 0 4 0 651586382 752246784 136895 33554432000 4194304 4580107 140733451688224 18446744073709551615 4320696 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4718.34
Current children cumulated vsize (KiB) 734616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.11 8.07 8.07 9/302 20304
/proc/meminfo: memFree=26184392/32951124 swapFree=63649232/67111528
[pid=20255] ppid=20253 vsize=849580 CPUtime=4800.17 cores=1,3,5,7
/proc/20255/stat : 20255 (strangenight2-m) R 20253 20255 20027 0 -1 4202496 921622 0 0 0 479639 378 0 0 25 0 4 0 651586382 869969920 144468 33554432000 4194304 4580107 140733451688224 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20255/statm: 212395 144468 378 95 0 207377 0
[pid=20255/tid=20256] ppid=20253 vsize=849580 CPUtime=1191.74 cores=1,3,5,7
/proc/20255/task/20256/stat : 20256 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 164812 0 0 0 119103 71 0 0 25 0 4 0 651586382 869969920 144470 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20255/tid=20257] ppid=20253 vsize=849580 CPUtime=1202.8 cores=1,3,5,7
/proc/20255/task/20257/stat : 20257 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 251313 0 0 0 120181 99 0 0 25 0 4 0 651586382 869969920 144470 33554432000 4194304 4580107 140733451688224 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20255/tid=20258] ppid=20253 vsize=849580 CPUtime=1202.8 cores=1,3,5,7
/proc/20255/task/20258/stat : 20258 (strangenight2-m) R 20253 20255 20027 0 -1 4202560 264455 0 0 0 120173 107 0 0 25 0 4 0 651586382 869969920 144470 33554432000 4194304 4580107 140733451688224 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 849580

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.84
CPU time (s): 4800.24
CPU user time (s): 4796.43
CPU system time (s): 3.81142
CPU usage (%): 399.074
Max. virtual memory (cumulated for all children) (KiB): 984796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.43
system time used= 3.81142
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 921626
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= 1266
involuntary context switches= 33394

runsolver used 3.01854 second user time and 8.06877 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 21:04:39
IDJOB=3366256
IDBENCH=82665
IDSOLVER=1844
FILE ID=node130/3366256-1305399879
RUNJOBID= node130-1305397468-20046
PBS_JOBID= 13324461
Free space on /tmp= 73428 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S1737989193-079-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366256-1305399879/watcher-3366256-1305399879 -o /tmp/evaluation-result-3366256-1305399879/solver-3366256-1305399879 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366256-1305399879.cnf

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

MD5SUM BENCH= a959d408d44dc22efc55e46b642f9083
RANDOM SEED=999113275

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27785360 kB
Buffers:        253504 kB
Cached:        3588504 kB
SwapCached:      10248 kB
Active:        1134820 kB
Inactive:      3760428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27785360 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            7232 kB
Writeback:           0 kB
AnonPages:     1050780 kB
Mapped:          13116 kB
Slab:           182728 kB
PageTables:      25500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51460860 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= 73416 MiB
End job on node130 at 2011-05-14 21:24:44