Trace number 3366243

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.33 1201.74

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S1101422472-003-UNKNOWN.cnf
MD5SUM1a4e1674582e40801444509cae2068da
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark27.5668
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366243-1307635784.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:       12750
0.00/0.01	c -- clauses added:            0 learnts,        12750 normals,            0 xors
0.00/0.01	c -- vars added        150
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       150     12750         0         0     89250         0   no data   no data
1.16/0.32	c asymm  cl-useful: 0/12750/12750 lits-rem:0 time: 0.30
1.16/0.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.16/0.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.16/0.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.16/0.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.16/0.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1.16/0.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.16/0.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1.16/0.36	c Finding binary XORs  T:     0.00 s  found:       0
1.16/0.37	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.16/0.37	c calculated reachability. Time: 0.00
1.16/0.37	c Calc default polars -  time:   0.00 s pos:      88 undec:       1 neg:      61
1.16/0.37	c =========================================================================================
1.16/0.37	c types(t): F = full restart, N = normal restart
1.16/0.37	c types(t): S = simplification begin/end, E = solution found
1.16/0.37	c restart types(rt): st = static, dy = dynamic
1.16/0.37	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.16/0.37	c  B st     0         0       150     12750         0         0     89250         0   no data   no data
2.37/0.63	c  N dy     8      5913       150     12750         0      3261     89250    119250     38.04     40.28
3.17/0.84	c  N dy    29     10336       150     12750         0      7509     89250    309919     39.06     41.17
3.97/1.05	c  N dy    37     14530       150     12750         0      7473     89250    271453     38.92     40.98
5.16/1.32	c  N dy    52     19195       150     12750         0      6536     89250    193290     39.07     41.26
6.36/1.64	c  F st    59     25000       150     12750         0     12089     89250    439640     38.73     39.20
6.36/1.64	c  N st    59     25000       150     12750         0     12089     89250    439640     38.73     39.20
7.56/1.93	c  N dy    65     30005       150     12750         0     10375     89250    336011     38.73   no data
7.56/1.93	c  S st    65     30005       150     12750         0     10375     89250    336011     38.73   no data
7.56/1.97	c  S st    65     30506       150     12750         0     10865     89250    357897     38.73   no data
7.56/1.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.56/1.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.56/1.98	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
7.56/1.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.56/1.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.56/1.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
7.56/1.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.56/1.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.96/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.77/2.29	c lits-rem:        84  cl-subs:      466  v-elim:      0  v-fix:    0  time:  0.29 s
10.36/2.68	c asymm  cl-useful: 0/11765/12750 lits-rem:0 time: 0.39
10.36/2.68	c calculated reachability. Time: 0.00
10.36/2.68	c  N dy    65     30506       150     12750         0     10399     89250    331240     38.73   no data
11.96/3.08	c  N dy    77     36521       150     12750         0      8597     89250    218570     38.72     40.86
14.35/3.67	c  N dy    90     44830       150     12750         0     16550     89250    573367     38.67     40.84
14.75/3.76	c  S st    97     45760       150     12750         0      8864     89250    200277     38.73     39.20
15.15/3.80	c  S st    97     46261       150     12750         0      9354     89250    221926     38.73   no data
15.15/3.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.15/3.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
15.15/3.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.15/3.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.15/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
15.15/3.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.15/3.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.15/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.87	c lits-rem:         1  cl-subs:       61  v-elim:      0  v-fix:    0  time:  0.06 s
15.15/3.87	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
15.15/3.88	c vivif2 --  cl tried     9293 cl shrink        0 lits rem          0 time: 0.00
15.55/3.91	c asymm  cl-useful: 0/985/12750 lits-rem:0 time: 0.03
15.55/3.91	c calculated reachability. Time: 0.00
15.55/3.91	c  N dy    97     46261       150     12750         0      9293     89250    218316     38.73   no data
16.36/4.17	c  N dy   116     50351       150     12750         0     13202     89250    393814     38.81     40.94
17.57/4.46	c  N dy   136     54399       150     12750         0     17081     89250    567481     38.89     41.55
18.74/4.78	c  N dy   150     59097       150     12750         0     12021     89250    306044     38.88     41.42
19.94/5.09	c  N dy   167     63626       150     12750         0     16379     89250    502281     38.93     41.28
21.55/5.48	c  N dy   173     68594       150     12750         0     10604     89250    213358     38.85     40.94
21.96/5.53	c  S st   179     69393       150     12750         0     11375     89250    248124     38.87   no data
21.96/5.57	c  S st   179     69895       150     12750         0     11860     89250    269450     38.87   no data
21.96/5.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.96/5.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
21.96/5.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.96/5.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.96/5.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.96/5.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
21.96/5.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.96/5.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
21.96/5.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.74/5.70	c lits-rem:        34  cl-subs:      106  v-elim:      0  v-fix:    0  time:  0.11 s
22.74/5.70	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
22.74/5.71	c vivif2 --  cl tried    11754 cl shrink        0 lits rem          0 time: 0.00
24.34/6.12	c asymm  cl-useful: 0/11147/12750 lits-rem:0 time: 0.41
24.34/6.12	c calculated reachability. Time: 0.00
24.34/6.12	c  N dy   179     69895       150     12750         0     11754     89250    263050     38.87   no data
25.94/6.57	c  N dy   185     76552       150     12750         0     18099     89250    552381     38.82     40.93
27.93/7.07	c  N dy   200     83111       150     12750         0     12913     89250    285710     38.84     40.91
29.13/7.37	c  F st   208     87500       150     12750         0     17116     89250    470251     38.77     36.01
29.53/7.47	c  N st   211     88687       150     12750         0     18247     89250    521085     38.77   no data
32.33/8.16	c  N dy   220     97097       150     12750         0     13869     89250    297986     38.74     40.88
34.73/8.77	c  N dy   238    104844       150     12750         0     21226     89250    626054     38.67     34.27
34.73/8.77	c  S st   238    104844       150     12750         0     21226     89250    626054     38.67     34.27
35.14/8.83	c  S st   238    105347       150     12750         0     21710     89250    648149     38.67   no data
35.14/8.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.14/8.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
35.14/8.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.14/8.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.14/8.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.14/8.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
35.14/8.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.14/8.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.14/8.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.32/9.65	c lits-rem:       295  cl-subs:     1089  v-elim:      0  v-fix:    0  time:  0.78 s
38.32/9.66	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
38.32/9.66	c vivif2 --  cl tried    20621 cl shrink        0 lits rem          0 time: 0.01
38.72/9.77	c asymm  cl-useful: 0/1603/12750 lits-rem:0 time: 0.11
38.72/9.77	c calculated reachability. Time: 0.00
38.72/9.77	c  N dy   238    105347       150     12750         0     20621     89250    591544     38.67   no data
41.91/10.54	c  N dy   269    113216       150     12750         0     14781     89250    306651     38.71     41.38
45.91/11.55	c  N dy   291    124264       150     12750         0     25351     89250    776717     38.61     40.69
48.73/12.22	c  N dy   297    132320       150     12750         0     18711     89250    451853     38.53     40.62
51.91/13.02	c  N dy   326    141344       150     12750         0     27350     89250    834800     38.52     40.62
55.09/13.83	c  N dy   361    150685       150     12750         0     21029     89250    523823     38.56     40.83
57.89/14.50	c  S st   374    158020       150     12750         0     28047     89250    837008     38.52     38.27
57.89/14.58	c  S st   374    158523       150     12750         0     28535     89250    858222     38.52   no data
57.89/14.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.89/14.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
57.89/14.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.89/14.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.89/14.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.89/14.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
57.89/14.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.29/14.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.29/14.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.88/16.06	c lits-rem:       845  cl-subs:     1408  v-elim:      0  v-fix:    0  time:  1.44 s
63.88/16.06	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
63.88/16.07	c vivif2 --  cl tried    27127 cl shrink        0 lits rem          0 time: 0.01
64.69/16.29	c asymm  cl-useful: 0/3771/12750 lits-rem:0 time: 0.22
64.69/16.29	c calculated reachability. Time: 0.00
64.69/16.29	c  N dy   374    158523       150     12750         0     27127     89250    782291     38.52   no data
69.08/17.30	c  N dy   399    169439       150     12750         0     21314     89250    503343     38.50     40.79
73.07/18.39	c  N dy   446    180573       150     12750         0     32021     89250    983693     38.57     40.88
84.65/21.25	c  N dy   478    208976       150     12750         0     23695     89250    546786     38.32     40.42
90.25/22.69	c  N dy   511    222393       150     12750         0     36589     89250   1122562     38.31     40.41
97.06/24.31	c  N dy   568    236657       150     12750         0     31126     89250    841296     38.32     40.35
97.43/24.45	c  S st   570    237786       150     12750         0     32218     89250    889153     38.32   no data
97.83/24.54	c  S st   570    238288       150     12750         0     32713     89250    910562     38.32   no data
97.83/24.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
97.83/24.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
97.83/24.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
97.83/24.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.83/24.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.83/24.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
97.83/24.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.83/24.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
98.24/24.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.45/26.47	c lits-rem:       213  cl-subs:     1478  v-elim:      0  v-fix:    0  time:  1.87 s
105.45/26.47	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
105.45/26.48	c vivif2 --  cl tried    31235 cl shrink        0 lits rem          0 time: 0.01
106.63/26.72	c asymm  cl-useful: 0/3024/12750 lits-rem:0 time: 0.24
106.63/26.72	c calculated reachability. Time: 0.00
106.63/26.72	c  N dy   570    238288       150     12750         0     31235     89250    832391     38.32   no data
113.82/28.53	c  N dy   628    255081       150     12750         0     27269     89250    641529     38.34     40.69
123.02/30.89	c  N dy   680    276330       150     12750         0     26512     89250    573877     38.33     40.50
131.40/32.97	c  N dy   742    293970       150     12750         0     43377     89250   1321442     38.33     42.58
136.61/34.26	c  F st   785    306252       150     12750         0     33166     89250    833964     38.34     38.39
139.78/35.04	c  N dy   798    313037       150     12750         0     39635     89250   1121641     38.34     40.37
149.39/37.46	c  N dy   883    333209       150     12750         0     36015     89250    929055     38.37     40.55
159.75/40.07	c  N dy   970    353337       150     12750         0     31384     89250    690375     38.41     40.49
161.75/40.53	c  S st   985    357432       150     12750         0     35304     89250    864221     38.41   no data
162.15/40.62	c  S st   985    357935       150     12750         0     35790     89250    885475     38.41   no data
162.15/40.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
162.15/40.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
162.15/40.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
162.15/40.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
162.15/40.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
162.15/40.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
162.15/40.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
162.15/40.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
162.15/40.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
168.94/42.37	c lits-rem:       239  cl-subs:     1197  v-elim:      0  v-fix:    0  time:  1.69 s
168.94/42.37	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
168.94/42.38	c vivif2 --  cl tried    34593 cl shrink        0 lits rem          0 time: 0.01
170.14/42.64	c asymm  cl-useful: 0/2617/12750 lits-rem:0 time: 0.26
170.14/42.64	c calculated reachability. Time: 0.00
170.14/42.64	c  N dy   985    357935       150     12750         0     34593     89250    820655     38.41   no data
180.15/45.15	c  N dy  1048    378000       150     12750         0     28921     89250    546066     38.42     40.46
192.12/48.11	c  N dy  1124    398975       150     12750         0     49034     89250   1444010     38.45     40.55
204.90/51.36	c  N dy  1162    421274       150     12750         0     44474     89250   1215598     38.43     40.84
216.48/54.20	c  N dy  1208    441314       150     12750         0     36866     89250    833193     38.40     40.43
228.49/57.23	c  N dy  1276    461403       150     12750         0     28322     89250    426042     38.36     41.14
238.85/59.82	c  N dy  1339    481930       150     12750         0     48021     89250   1299131     38.35     40.63
250.05/62.65	c  N dy  1415    501978       150     12750         0     38542     89250    846930     38.37     41.24
262.42/65.71	c  N dy  1497    522012       150     12750         0     57786     89250   1707813     38.40     40.68
269.61/67.57	c  S st  1529    536902       150     12750         0     42310     89250    975065     38.37     39.24
270.01/67.68	c  S st  1529    537408       150     12750         0     42805     89250    997204     38.37   no data
270.01/67.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
270.41/67.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
270.41/67.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
270.41/67.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
270.41/67.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.41/67.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
270.41/67.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
270.41/67.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
270.41/67.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
279.60/70.02	c lits-rem:       400  cl-subs:     1530  v-elim:      0  v-fix:    0  time:  2.28 s
279.60/70.02	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
279.60/70.04	c vivif2 --  cl tried    41275 cl shrink        0 lits rem          0 time: 0.01
280.80/70.33	c asymm  cl-useful: 0/2256/12750 lits-rem:0 time: 0.29
280.80/70.33	c calculated reachability. Time: 0.00
280.80/70.33	c  N dy  1529    537408       150     12750         0     41275     89250    919942     38.37   no data
292.78/73.33	c  N dy  1552    557583       150     12750         0     60540     89250   1782881     38.32     40.56
303.96/76.13	c  N dy  1619    577855       150     12750         0     49327     89250   1258856     38.32     40.57
317.14/79.40	c  N dy  1702    598021       150     12750         0     37050     89250    678841     38.35     40.39
329.13/82.46	c  N dy  1770    618120       150     12750         0     56275     89250   1536161     38.36     42.06
341.91/85.65	c  N dy  1843    638384       150     12750         0     43113     89250    912908     38.37     40.70
355.91/89.12	c  N dy  1943    658483       150     12750         0     62420     89250   1779069     38.40     40.45
370.27/92.77	c  N dy  2019    679464       150     12750         0     48989     89250   1143476     38.41     40.70
387.45/97.05	c  N dy  2117    701220       150     12750         0     35362     89250    504465     38.44     40.81
399.44/100.07	c  N dy  2201    721908       150     12750         0     55195     89250   1390221     38.46     40.79
414.62/103.83	c  N dy  2248    742750       150     12750         0     39712     89250    660751     38.46     40.48
428.60/107.37	c  N dy  2311    763358       150     12750         0     59440     89250   1538375     38.46     40.70
444.19/111.24	c  N dy  2367    783773       150     12750         0     42592     89250    755961     38.47     40.56
457.76/114.63	c  N dy  2458    803984       150     12750         0     61913     89250   1616003     38.49     40.71
459.36/115.04	c  S st  2461    806113       150     12750         0     63946     89250   1705536     38.48     38.47
460.16/115.20	c  S st  2461    806615       150     12750         0     64430     89250   1726967     38.48   no data
460.16/115.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
460.16/115.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
460.16/115.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
460.16/115.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
460.16/115.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
460.16/115.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
460.16/115.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
460.16/115.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
460.56/115.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
495.71/124.16	c lits-rem:       630  cl-subs:     2805  v-elim:      0  v-fix:    0  time:  8.85 s
495.71/124.16	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
495.71/124.18	c vivif2 --  cl tried    61625 cl shrink        0 lits rem          0 time: 0.02
496.93/124.42	c asymm  cl-useful: 0/1082/12750 lits-rem:0 time: 0.24
496.93/124.42	c calculated reachability. Time: 0.00
496.93/124.42	c  N dy  2461    806615       150     12750         0     61625     89250   1574176     38.48   no data
513.69/128.70	c  N dy  2538    826730       150     12750         0     43619     89250    770056     38.50     40.58
527.68/132.11	c  N dy  2600    847272       150     12750         0     63320     89250   1647401     38.50     40.53
543.64/136.19	c  N dy  2679    868066       150     12750         0     44964     89250    798238     38.51     40.55
557.63/139.65	c  N dy  2760    888102       150     12750         0     64191     89250   1657103     38.52     40.57
572.80/143.46	c  N dy  2804    908397       150     12750         0     44277     89250    732292     38.50     40.55
587.18/147.00	c  N dy  2823    930826       150     12750         0     65610     89250   1666606     38.46     40.48
603.16/151.01	c  N dy  2873    951173       150     12750         0     44973     89250    737653     38.45     40.57
616.74/154.48	c  N dy  2953    971241       150     12750         0     64189     89250   1597088     38.46     40.58
636.33/159.38	c  N dy  3019    995447       150     12750         0     46206     89250    759108     38.46     40.50
648.30/162.35	c  N dy  3036   1015854       150     12750         0     65674     89250   1628853     38.43     40.46
666.67/166.91	c  N dy  3100   1035878       150     12750         0     42792     89250    571230     38.43     40.58
680.27/170.31	c  N dy  3188   1056090       150     12750         0     62165     89250   1438528     38.45     40.59
693.44/173.63	c  F st  3246   1071878       150     12750         0     77264     89250   2112103     38.45     37.77
697.83/174.76	c  N dy  3252   1077075       150     12750         0     82241     89250   2337665     38.45   no data
712.61/178.45	c  N dy  3296   1097570       150     12750         0     58747     89250   1243341     38.43     40.71
729.41/182.61	c  N dy  3350   1118080       150     12750         0     78400     89250   2117297     38.43     40.55
746.98/187.01	c  N dy  3445   1138132       150     12750         0     53625     89250    985065     38.45     40.48
762.95/191.00	c  N dy  3539   1158183       150     12750         0     72877     89250   1847699     38.47     41.91
786.11/196.90	c  N dy  3635   1178523       150     12750         0     47352     89250    669102     38.49     41.05
804.50/201.43	c  N dy  3726   1198716       150     12750         0     66746     89250   1533939     38.50     40.58
815.28/204.14	c  S st  3763   1209922       150     12750         0     77468     89250   2010174     38.50   no data
816.08/204.35	c  S st  3763   1210423       150     12750         0     77960     89250   2031597     38.50   no data
816.08/204.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
816.48/204.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
816.48/204.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
816.48/204.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
816.48/204.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
816.48/204.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
816.48/204.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
816.48/204.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
816.48/204.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
882.78/221.06	c lits-rem:       768  cl-subs:     3338  v-elim:      0  v-fix:    0  time: 16.57 s
882.78/221.06	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
882.78/221.08	c vivif2 --  cl tried    74622 cl shrink        0 lits rem          0 time: 0.02
884.37/221.45	c asymm  cl-useful: 0/1765/12750 lits-rem:0 time: 0.37
884.37/221.46	c calculated reachability. Time: 0.00
884.37/221.46	c  N dy  3763   1210423       150     12750         0     74622     89250   1850270     38.50   no data
905.17/226.65	c  N dy  3812   1230519       150     12750         0     47944     89250    661211     38.50     40.97
921.13/230.67	c  N dy  3876   1251830       150     12750         0     68319     89250   1571949     38.50     40.65
940.72/235.58	c  N dy  3959   1271902       150     12750         0     87562     89250   2431696     38.50     41.22
971.49/243.27	c  N dy  4004   1306597       150     12750         0     73688     89250   1775173     38.46     40.59
1005.82/251.82	c  N dy  4080   1336891       150     12750         0     54937     89250    911468     38.46     40.50
1022.99/256.15	c  N dy  4163   1357072       150     12750         0     74243     89250   1774273     38.47     40.59
1045.78/261.86	c  N dy  4225   1378046       150     12750         0     94303     89250   2669923     38.47     40.50
1062.13/265.97	c  N dy  4288   1398108       150     12750         0     64754     89250   1316859     38.48     40.54
1081.71/270.82	c  N dy  4356   1419422       150     12750         0     85193     89250   2226660     38.47     40.51
1101.28/275.78	c  N dy  4409   1439656       150     12750         0     54766     89250    837110     38.48     40.70
1116.86/279.69	c  N dy  4481   1459848       150     12750         0     74121     89250   1698564     38.48     40.51
1142.03/285.96	c  N dy  4533   1485409       150     12750         0     98548     89250   2787343     38.47     40.52
1159.21/290.20	c  N dy  4624   1505509       150     12750         0     67063     89250   1359621     38.48     41.12
1178.01/294.98	c  N dy  4696   1525810       150     12750         0     86502     89250   2226561     38.49     40.71
1200.35/300.52	c  N dy  4773   1545864       150     12750         0     53993     89250    740087     38.50     40.86
1218.34/305.06	c  N dy  4847   1568408       150     12750         0     75570     89250   1703082     38.50     40.53
1239.90/310.49	c  N dy  4913   1589814       150     12750         0     96107     89250   2618828     38.50     40.56
1258.67/315.10	c  N dy  4965   1609993       150     12750         0     62754     89250   1094819     38.50     40.75
1276.25/319.52	c  N dy  5028   1630053       150     12750         0     81930     89250   1948741     38.50     42.92
1299.82/325.49	c  N dy  5127   1650130       150     12750         0    101192     89250   2808317     38.51     40.66
1319.80/330.48	c  N dy  5223   1670163       150     12750         0     66783     89250   1239793     38.52     40.58
1339.37/335.39	c  N dy  5311   1690483       150     12750         0     86256     89250   2111191     38.53     40.56
1364.53/341.66	c  S st  5409   1710423       150     12750         0    105388     89250   2968606     38.54     38.81
1365.73/341.96	c  S st  5409   1710927       150     12750         0    105879     89250   2990272     38.54   no data
1365.73/341.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1366.13/342.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1366.13/342.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1366.13/342.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1366.13/342.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1366.13/342.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1366.13/342.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1366.13/342.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1366.54/342.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1464.79/366.75	c lits-rem:       916  cl-subs:     5173  v-elim:      0  v-fix:    0  time: 24.60 s
1464.79/366.75	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
1464.79/366.79	c vivif2 --  cl tried   100706 cl shrink        0 lits rem          0 time: 0.03
1466.39/367.17	c asymm  cl-useful: 0/1157/12750 lits-rem:0 time: 0.39
1466.39/367.18	c calculated reachability. Time: 0.00
1466.39/367.18	c  N dy  5409   1710927       150     12750         0    100706     89250   2705820     38.54   no data
1486.76/372.22	c  N dy  5471   1732234       150     12750         0     66621     89250   1196767     38.54     40.86
1505.93/377.01	c  N dy  5552   1752333       150     12750         0     85837     89250   2053171     38.55     40.92
1529.53/382.97	c  N dy  5606   1773033       150     12750         0    105633     89250   2932158     38.54     40.71
1549.48/387.92	c  N dy  5689   1793119       150     12750         0     69405     89250   1287835     38.55     40.81
1573.07/393.84	c  N dy  5764   1813299       150     12750         0     88722     89250   2149927     38.55     40.63
1602.21/401.14	c  N dy  5840   1833346       150     12750         0    107915     89250   3006690     38.56     41.13
1623.77/406.51	c  N dy  5899   1854127       150     12750         0     71287     89250   1334266     38.56     40.78
1644.15/411.69	c  N dy  5989   1874130       150     12750         0     90477     89250   2193138     38.57     41.30
1673.72/419.00	c  N dy  6084   1897772       150     12750         0    113157     89250   3215789     38.58     41.05
1689.29/422.98	c  N dy  6099   1917949       150     12750         0     74968     89250   1465901     38.56     40.84
1710.06/428.16	c  N dy  6180   1937959       150     12750         0     94133     89250   2324055     38.57     40.82
1736.83/434.85	c  N dy  6273   1957989       150     12750         0    113366     89250   3184929     38.58     41.03
1756.81/439.84	c  N dy  6361   1978048       150     12750         0     74171     89250   1395928     38.59     40.85
1777.17/444.93	c  N dy  6426   1998456       150     12750         0     93736     89250   2272248     38.59     40.90
1803.13/451.46	c  N dy  6507   2018528       150     12750         0    112996     89250   3133107     38.59     42.36
1823.52/456.54	c  N dy  6572   2038538       150     12750         0     72738     89250   1295313     38.60     40.67
1844.28/461.71	c  N dy  6663   2058562       150     12750         0     91986     89250   2157275     38.61     40.77
1868.24/467.74	c  N dy  6731   2078690       150     12750         0    111244     89250   3024338     38.61     40.82
1889.03/472.96	c  N dy  6773   2099064       150     12750         0     70337     89250   1153388     38.60     40.81
1908.99/477.99	c  N dy  6844   2119595       150     12750         0     90046     89250   2037394     38.60     40.95
1936.55/484.81	c  N dy  6940   2140311       150     12750         0    109952     89250   2932317     38.61     40.75
1962.52/491.31	c  N dy  7024   2160318       150     12750         0     67769     89250   1008171     38.62     42.62
1983.69/496.65	c  N dy  7115   2180517       150     12750         0     87123     89250   1877841     38.63     40.99
2010.06/503.27	c  N dy  7177   2204104       150     12750         0    109599     89250   2882515     38.63     40.77
2019.64/505.66	c  S st  7203   2210927       150     12750         0    116141     89250   3175484     38.63     36.39
2020.85/505.96	c  S st  7203   2211432       150     12750         0    116633     89250   3197537     38.63   no data
2020.85/505.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2021.26/506.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2021.26/506.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2021.26/506.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2021.26/506.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2021.26/506.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2021.26/506.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2021.26/506.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2021.67/506.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2125.91/532.26	c lits-rem:       840  cl-subs:     5865  v-elim:      0  v-fix:    0  time: 26.11 s
2125.91/532.26	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2126.31/532.30	c vivif2 --  cl tried   110768 cl shrink        0 lits rem          0 time: 0.04
2127.90/532.70	c asymm  cl-useful: 0/1060/12750 lits-rem:0 time: 0.40
2127.90/532.71	c calculated reachability. Time: 0.00
2127.90/532.71	c  N dy  7203   2211432       150     12750         0    110768     89250   2881164     38.63   no data
2152.26/538.85	c  N dy  7258   2231500       150     12750         0     67893     89250    984153     38.63     42.66
2170.65/543.49	c  N dy  7329   2251517       150     12750         0     87040     89250   1841467     38.63     40.69
2195.41/549.66	c  N dy  7410   2271566       150     12750         0    106254     89250   2704010     38.64     40.97
2227.78/557.77	c  N dy  7445   2293275       150     12750         0     63881     89250    769326     38.63     40.97
2270.51/568.43	c  N dy  7455   2337391       150     12750         0    105554     89250   2628003     38.59     40.89
2303.26/576.60	c  N dy  7508   2362736       150     12750         0     65964     89250    837397     38.58     40.88
2321.63/581.25	c  N dy  7579   2382920       150     12750         0     85269     89250   1700110     38.58     40.86
2347.19/587.69	c  N dy  7653   2405175       150     12750         0    106619     89250   2655058     38.59     40.69
2377.18/595.17	c  N dy  7700   2427611       150     12750         0    128022     89250   3609014     38.58     40.69
2397.14/600.16	c  N dy  7762   2447688       150     12750         0     82330     89250   1529937     38.58     40.91
2420.31/605.97	c  N dy  7845   2467767       150     12750         0    101595     89250   2392641     38.59     40.73
2449.86/613.30	c  N dy  7894   2491363       150     12750         0    124149     89250   3398900     38.59     40.64
2475.03/619.65	c  N dy  7970   2512421       150     12750         0     78348     89250   1311881     38.59     40.65
2497.79/625.31	c  N dy  8060   2533139       150     12750         0     98252     89250   2208532     38.60     41.02
2522.58/631.54	c  N dy  8086   2554758       150     12750         0    118866     89250   3131137     38.59     40.74
2555.71/639.87	c  N dy  8174   2575404       150     12750         0     71654     89250    977803     38.59     40.66
2578.49/645.55	c  N dy  8219   2598995       150     12750         0     94218     89250   1979618     38.58     40.85
2606.45/652.58	c  N dy  8285   2620374       150     12750         0    114669     89250   2891705     38.58     40.93
2654.78/664.66	c  N dy  8379   2656259       150     12750         0     81013     89250   1359191     38.58     40.96
2676.75/670.16	c  N dy  8421   2676414       150     12750         0    100125     89250   2208034     38.57     40.94
2705.52/677.39	c  N dy  8512   2696417       150     12750         0    119318     89250   3070354     38.58     40.71
2730.27/683.56	c  S st  8587   2711432       150     12750         0    133748     89250   3719519     38.59   no data
2731.88/683.95	c  S st  8587   2711932       150     12750         0    134235     89250   3741331     38.59   no data
2731.88/683.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2732.28/684.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
2732.28/684.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2732.28/684.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2732.28/684.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2732.28/684.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2732.28/684.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2732.28/684.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2732.68/684.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2882.08/721.54	c lits-rem:      1185  cl-subs:     7929  v-elim:      0  v-fix:    0  time: 37.36 s
2882.08/721.54	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2882.08/721.59	c vivif2 --  cl tried   126306 cl shrink        0 lits rem          0 time: 0.04
2884.07/722.00	c asymm  cl-useful: 0/908/12750 lits-rem:0 time: 0.41
2884.07/722.00	c calculated reachability. Time: 0.00
2884.07/722.00	c  N dy  8587   2711932       150     12750         0    126306     89250   3332077     38.59   no data
2914.02/729.58	c  N dy  8670   2732177       150     12750         0     77035     89250   1160847     38.59     40.72
2937.59/735.43	c  N dy  8758   2752349       150     12750         0     96334     89250   2026115     38.60     40.69
2963.97/742.09	c  N dy  8836   2772477       150     12750         0    115591     89250   2891576     38.60     40.80
2995.13/749.89	c  N dy  8911   2793002       150     12750         0    135288     89250   3776713     38.60     40.64
3019.49/755.99	c  N dy  8991   2813278       150     12750         0     84943     89250   1474160     38.61     40.70
3043.86/762.00	c  N dy  9084   2833298       150     12750         0    104126     89250   2335139     38.62     40.66
3073.41/769.49	c  N dy  9155   2855046       150     12750         0    124935     89250   3264522     38.62     40.88
3103.38/776.99	c  N dy  9211   2875128       150     12750         0     73380     89250    919429     38.62     40.95
3124.95/782.38	c  N dy  9288   2896099       150     12750         0     93480     89250   1821027     38.62     40.72
3154.11/789.66	c  N dy  9412   2917153       150     12750         0    113648     89250   2730652     38.63     40.84
3186.46/797.76	c  N dy  9505   2937278       150     12750         0    132941     89250   3600179     38.64     40.86
3218.02/805.60	c  N dy  9553   2961192       150     12750         0     83952     89250   1353145     38.63     40.70
3241.59/811.54	c  N dy  9650   2981256       150     12750         0    103192     89250   2220669     38.64     40.83
3276.74/820.32	c  N dy  9763   3001752       150     12750         0    122838     89250   3105662     38.65     40.75
3313.89/829.67	c  N dy  9821   3021760       150     12750         0    141998     89250   3964904     38.65     43.88
3341.85/836.66	c  N dy  9887   3041899       150     12750         0     88514     89250   1525994     38.65     40.69
3370.63/843.87	c  N dy  9934   3062089       150     12750         0    107895     89250   2394349     38.65     40.78
3404.96/852.40	c  N dy  9992   3082277       150     12750         0    127180     89250   3255539     38.65     40.69
3441.31/861.57	c  N dy 10076   3102712       150     12750         0    146826     89250   4139816     38.65     40.70
3463.28/867.07	c  N dy 10136   3122961       150     12750         0     92484     89250   1671481     38.66     40.69
3488.87/873.44	c  N dy 10212   3143078       150     12750         0    111804     89250   2537367     38.66     40.72
3521.61/881.60	c  N dy 10269   3165545       150     12750         0    133310     89250   3500351     38.66     40.99
3553.17/889.58	c  N dy 10319   3185736       150     12750         0     77924     89250    986233     38.66     40.80
3576.34/895.36	c  N dy 10398   3206937       150     12750         0     98281     89250   1899684     38.66     40.78
3581.93/896.72	c  S st 10408   3211933       150     12750         0    103062     89250   2112967     38.66     38.56
3583.13/897.01	c  S st 10408   3212437       150     12750         0    103552     89250   2134134     38.66   no data
3583.13/897.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3583.13/897.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3583.13/897.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3583.13/897.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3583.13/897.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3583.13/897.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3583.13/897.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3583.53/897.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3583.53/897.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3631.86/909.24	c lits-rem:       502  cl-subs:     3134  v-elim:      0  v-fix:    0  time: 12.07 s
3631.86/909.24	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
3631.86/909.27	c vivif2 --  cl tried   100418 cl shrink        0 lits rem          0 time: 0.03
3633.46/909.70	c asymm  cl-useful: 0/1114/12750 lits-rem:0 time: 0.43
3633.87/909.70	c calculated reachability. Time: 0.00
3633.87/909.70	c  N dy 10408   3212437       150     12750         0    100418     89250   1966477     38.66   no data
3669.02/918.60	c  N dy 10499   3233779       150     12750         0    120892     89250   2887071     38.66     40.93
3706.95/928.06	c  N dy 10582   3253877       150     12750         0    140092     89250   3749307     38.67     44.82
3740.51/936.49	c  N dy 10670   3273926       150     12750         0     83646     89250   1209723     38.67     42.82
3763.28/942.15	c  N dy 10742   3293951       150     12750         0    102823     89250   2069127     38.68     41.16
3791.64/949.20	c  N dy 10793   3315964       150     12750         0    123873     89250   3013937     38.68     40.78
3823.59/957.24	c  N dy 10831   3337112       150     12750         0    144108     89250   3918266     38.67     40.74
3852.76/964.55	c  N dy 10896   3357707       150     12750         0     87222     89250   1341209     38.67     40.76
3876.32/970.46	c  N dy 10946   3378497       150     12750         0    107093     89250   2230126     38.67     41.24
3905.89/977.89	c  N dy 11035   3398511       150     12750         0    126222     89250   3090016     38.68     42.14
3939.84/986.36	c  N dy 11100   3418517       150     12750         0    145314     89250   3945938     38.68     41.04
3972.62/994.57	c  N dy 11182   3440454       150     12750         0     88840     89250   1377043     38.68     40.74
4002.15/1001.94	c  N dy 11284   3463760       150     12750         0    111120     89250   2379455     38.69     40.76
4029.73/1008.84	c  N dy 11329   3484403       150     12750         0    130955     89250   3270192     38.69     41.02
4064.89/1017.63	c  N dy 11395   3505464       150     12750         0    151089     89250   4177205     38.69     40.79
4092.03/1024.43	c  N dy 11475   3525573       150     12750         0     91875     89250   1482451     38.69     40.73
4121.19/1031.73	c  N dy 11532   3549539       150     12750         0    114778     89250   2506676     38.69     40.82
4156.76/1040.70	c  N dy 11596   3569821       150     12750         0    134196     89250   3378071     38.69     40.86
4195.89/1050.49	c  N dy 11623   3591137       150     12750         0    154494     89250   4290733     38.69     40.83
4227.84/1058.48	c  N dy 11688   3611686       150     12750         0     94773     89250   1573879     38.69     40.73
4263.00/1067.20	c  N dy 11776   3632400       150     12750         0    114658     89250   2467804     38.69     40.86
4297.37/1075.86	c  N dy 11839   3654876       150     12750         0    136129     89250   3433100     38.69     40.74
4336.49/1085.70	c  N dy 11925   3675103       150     12750         0    155492     89250   4301198     38.69     40.79
4364.85/1092.76	c  N dy 11995   3695229       150     12750         0     94408     89250   1520098     38.70     40.83
4386.82/1098.26	c  S st 12062   3712438       150     12750         0    110859     89250   2257010     38.70     37.84
4388.02/1098.57	c  S st 12062   3712941       150     12750         0    111350     89250   2278999     38.70   no data
4388.02/1098.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4388.42/1098.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
4388.42/1098.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4388.42/1098.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4388.42/1098.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4388.42/1098.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4388.42/1098.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4388.42/1098.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4388.82/1098.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4439.15/1111.30	c lits-rem:       461  cl-subs:     3331  v-elim:      0  v-fix:    0  time: 12.56 s
4439.15/1111.30	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
4439.15/1111.33	c vivif2 --  cl tried   108019 cl shrink        0 lits rem          0 time: 0.03
4440.76/1111.72	c asymm  cl-useful: 0/1005/12750 lits-rem:0 time: 0.40
4440.76/1111.73	c calculated reachability. Time: 0.00
4440.76/1111.73	c  N dy 12062   3712941       150     12750         0    108019     89250   2099897     38.70   no data
4471.51/1119.49	c  N dy 12135   3733727       150     12750         0    127994     89250   2994357     38.70     40.84
4501.07/1126.86	c  F st 12178   3751562       150     12750         0    145022     89250   3756177     38.70   no data
4508.28/1128.64	c  N st 12183   3754859       150     12750         0    148163     89250   3897364     38.70   no data
4549.40/1138.90	c  N dy 12286   3774948       150     12750         0     86142     89250   1118857     38.70     42.64
4572.17/1144.60	c  N dy 12349   3794989       150     12750         0    105297     89250   1975791     38.70     43.24
4601.33/1151.99	c  N dy 12434   3815112       150     12750         0    124602     89250   2846982     38.71     40.98
4637.28/1160.93	c  N dy 12545   3835141       150     12750         0    143797     89250   3716476     38.71     43.49
4676.82/1170.80	c  N dy 12630   3855259       150     12750         0    163096     89250   4584722     38.72     40.91
4703.19/1177.42	c  N dy 12703   3876469       150     12750         0    101044     89250   1750158     38.72     40.77
4739.15/1186.49	c  N dy 12747   3905875       150     12750         0    129070     89250   3011805     38.71     40.83
4776.31/1195.73	c  N dy 12848   3926187       150     12750         0    148607     89250   3897649     38.72     41.38

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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 7.51 8.03 7.45 3/174 27490
/proc/meminfo: memFree=32130532/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 875178055 52396032 347 33554432000 4194304 4580107 140735431167008 18446744073709551615 47565362558898 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 12792 347 299 95 0 7774 0
[pid=27490/tid=27491] ppid=27488 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 875178055 52396032 347 33554432000 4194304 4580107 140735431167008 18446744073709551615 47565362558898 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 875178055 52396032 347 33554432000 4194304 4580107 140735431167008 18446744073709551615 47565362558898 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 875178055 52396032 347 33554432000 4194304 4580107 140735431167008 18446744073709551615 274474023921 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.162772 s]
/proc/loadavg: 7.51 8.03 7.45 3/174 27490
/proc/meminfo: memFree=32130532/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=282736 CPUtime=0.61 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 2313 0 0 0 61 0 0 0 25 0 4 0 875178055 289521664 2215 33554432000 4194304 4580107 140735431167008 18446744073709551615 274473628705 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 70684 2215 358 95 0 65666 0
[pid=27490/tid=27491] ppid=27488 vsize=282736 CPUtime=0.15 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 491 0 0 0 15 0 0 0 25 0 4 0 875178055 289521664 2215 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=282736 CPUtime=0.15 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 439 0 0 0 15 0 0 0 25 0 4 0 875178055 289521664 2215 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=282736 CPUtime=0.14 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 590 0 0 0 14 0 0 0 25 0 4 0 875178055 289521664 2215 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 282736

[startup+0.200764 s]
/proc/loadavg: 7.51 8.03 7.45 3/174 27490
/proc/meminfo: memFree=32130532/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=282868 CPUtime=0.77 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 2381 0 0 0 77 0 0 0 25 0 4 0 875178055 289656832 2283 33554432000 4194304 4580107 140735431167008 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 70717 2283 358 95 0 65699 0
[pid=27490/tid=27491] ppid=27488 vsize=282868 CPUtime=0.19 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 493 0 0 0 19 0 0 0 25 0 4 0 875178055 289656832 2283 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=282868 CPUtime=0.19 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 445 0 0 0 19 0 0 0 25 0 4 0 875178055 289656832 2283 33554432000 4194304 4580107 140735431167008 18446744073709551615 4293968 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=282868 CPUtime=0.18 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 647 0 0 0 18 0 0 0 25 0 4 0 875178055 289656832 2283 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 282868

[startup+0.300748 s]
/proc/loadavg: 7.51 8.03 7.45 3/174 27490
/proc/meminfo: memFree=32130532/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=283872 CPUtime=1.16 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 2755 0 0 0 116 0 0 0 25 0 4 0 875178055 290684928 2307 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 70968 2307 358 95 0 65950 0
[pid=27490/tid=27491] ppid=27488 vsize=283872 CPUtime=0.29 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 498 0 0 0 29 0 0 0 25 0 4 0 875178055 290684928 2307 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=283872 CPUtime=0.29 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 454 0 0 0 29 0 0 0 25 0 4 0 875178055 290684928 2307 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=283872 CPUtime=0.28 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 1000 0 0 0 28 0 0 0 25 0 4 0 875178055 290684928 2307 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 283872

[startup+0.700678 s]
/proc/loadavg: 7.51 8.03 7.45 3/174 27490
/proc/meminfo: memFree=32130532/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=290892 CPUtime=2.77 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 7753 0 0 0 276 1 0 0 25 0 4 0 875178055 297873408 5435 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 72723 5435 376 95 0 67705 0
[pid=27490/tid=27491] ppid=27488 vsize=290892 CPUtime=0.69 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 1996 0 0 0 69 0 0 0 25 0 4 0 875178055 297873408 5435 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=290892 CPUtime=0.69 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 1949 0 0 0 69 0 0 0 25 0 4 0 875178055 297873408 5436 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=290892 CPUtime=0.68 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 1596 0 0 0 68 0 0 0 25 0 4 0 875178055 297873408 5436 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 290892

[startup+1.50054 s]
/proc/loadavg: 7.51 8.03 7.45 9/184 27507
/proc/meminfo: memFree=31980804/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=292152 CPUtime=5.96 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 12749 0 0 0 595 1 0 0 25 0 4 0 875178055 299163648 6076 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 73038 6077 377 95 0 68020 0
[pid=27490/tid=27491] ppid=27488 vsize=292152 CPUtime=1.48 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 3244 0 0 0 148 0 0 0 25 0 4 0 875178055 299163648 6077 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=292152 CPUtime=1.49 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 3220 0 0 0 149 0 0 0 25 0 4 0 875178055 299163648 6077 33554432000 4194304 4580107 140735431167008 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=292152 CPUtime=1.47 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 2839 0 0 0 147 0 0 0 25 0 4 0 875178055 299163648 6077 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 292152

[startup+3.10026 s]
/proc/loadavg: 7.51 8.03 7.45 9/184 27507
/proc/meminfo: memFree=31957352/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=303280 CPUtime=12.35 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 28500 0 0 0 1231 4 0 0 25 0 4 0 875178055 310558720 16098 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294612 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 75820 16098 378 95 0 70802 0
[pid=27490/tid=27491] ppid=27488 vsize=303280 CPUtime=3.08 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 6270 0 0 0 308 0 0 0 25 0 4 0 875178055 310558720 16098 33554432000 4194304 4580107 140735431167008 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=303280 CPUtime=3.09 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 8138 0 0 0 308 1 0 0 25 0 4 0 875178055 310558720 16098 33554432000 4194304 4580107 140735431167008 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=303280 CPUtime=3.07 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 7278 0 0 0 306 1 0 0 25 0 4 0 875178055 310558720 16098 33554432000 4194304 4580107 140735431167008 18446744073709551615 4451663 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 303280

[startup+6.30069 s]
/proc/loadavg: 7.55 8.03 7.46 9/184 27507
/proc/meminfo: memFree=31880320/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=314336 CPUtime=25.13 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 41341 0 0 0 2507 6 0 0 25 0 4 0 875178055 321880064 19097 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 78584 19097 378 95 0 73566 0
[pid=27490/tid=27491] ppid=27488 vsize=314336 CPUtime=6.29 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 11078 0 0 0 628 1 0 0 25 0 4 0 875178055 321880064 19097 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294400 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=314336 CPUtime=6.28 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 10720 0 0 0 627 1 0 0 25 0 4 0 875178055 321880064 19097 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=314336 CPUtime=6.25 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 9786 0 0 0 624 1 0 0 25 0 4 0 875178055 321880064 19097 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 314336

[startup+12.7006 s]
/proc/loadavg: 7.58 8.03 7.46 9/184 27507
/proc/meminfo: memFree=31854172/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=334400 CPUtime=50.7 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 64999 0 0 0 5060 10 0 0 25 0 4 0 875178055 342425600 27568 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 83600 27568 378 95 0 78582 0
[pid=27490/tid=27491] ppid=27488 vsize=334400 CPUtime=12.69 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 16723 0 0 0 1267 2 0 0 25 0 4 0 875178055 342425600 27568 33554432000 4194304 4580107 140735431167008 18446744073709551615 4322517 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=334400 CPUtime=12.69 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 16798 0 0 0 1266 3 0 0 25 0 4 0 875178055 342425600 27568 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=334400 CPUtime=12.61 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 15920 0 0 0 1259 2 0 0 25 0 4 0 875178055 342425600 27568 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 334400

[startup+25.5003 s]
/proc/loadavg: 7.68 8.03 7.47 9/184 27508
/proc/meminfo: memFree=31542840/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=337256 CPUtime=101.83 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 98491 0 0 0 10164 19 0 0 25 0 4 0 875178055 345350144 36977 33554432000 4194304 4580107 140735431167008 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 84314 36977 378 95 0 79296 0
[pid=27490/tid=27491] ppid=27488 vsize=337256 CPUtime=25.49 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 26066 0 0 0 2545 4 0 0 25 0 4 0 875178055 345350144 36977 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=337256 CPUtime=25.49 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 24171 0 0 0 2544 5 0 0 25 0 4 0 875178055 345350144 36977 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=337256 CPUtime=25.35 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 23042 0 0 0 2530 5 0 0 25 0 4 0 875178055 345350144 36977 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 337256

[startup+51.1008 s]
/proc/loadavg: 7.85 8.04 7.48 9/184 27508
/proc/meminfo: memFree=31383168/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=402620 CPUtime=204.1 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 149531 0 0 0 20377 33 0 0 25 0 4 0 875178055 412282880 46922 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 100655 46922 378 95 0 95637 0
[pid=27490/tid=27491] ppid=27488 vsize=402620 CPUtime=51.09 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 41041 0 0 0 5101 8 0 0 25 0 4 0 875178055 412282880 46922 33554432000 4194304 4580107 140735431167008 18446744073709551615 4416782 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=402620 CPUtime=51.08 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 37234 0 0 0 5100 8 0 0 25 0 4 0 875178055 412282880 46922 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=402620 CPUtime=50.82 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 34065 0 0 0 5074 8 0 0 25 0 4 0 875178055 412282880 46922 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 402620

[startup+102.301 s]
/proc/loadavg: 8.01 8.05 7.51 9/184 27510
/proc/meminfo: memFree=31183584/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=431844 CPUtime=408.65 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 217275 0 0 0 40811 54 0 0 25 0 4 0 875178055 442208256 53385 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 107961 53385 378 95 0 102943 0
[pid=27490/tid=27491] ppid=27488 vsize=431844 CPUtime=102.28 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 56581 0 0 0 10216 12 0 0 25 0 4 0 875178055 442208256 53386 33554432000 4194304 4580107 140735431167008 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=431844 CPUtime=102.29 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 54732 0 0 0 10215 14 0 0 25 0 4 0 875178055 442208256 53386 33554432000 4194304 4580107 140735431167008 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=431844 CPUtime=101.75 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 50819 0 0 0 10163 12 0 0 25 0 4 0 875178055 442208256 53386 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 431844

[startup+162.3 s]

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

[pid=27490] ppid=27488 vsize=654816 CPUtime=2565.7 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 659299 0 0 0 256356 214 0 0 25 0 4 0 875178055 670531584 110447 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 163704 110447 378 95 0 158686 0
[pid=27490/tid=27491] ppid=27488 vsize=654816 CPUtime=642.24 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 166057 0 0 0 64171 53 0 0 25 0 4 0 875178055 670531584 110447 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=654816 CPUtime=642.29 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 171575 0 0 0 64172 57 0 0 25 0 4 0 875178055 670531584 110447 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=654816 CPUtime=638.84 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 167814 0 0 0 63831 53 0 0 25 0 4 0 875178055 670531584 110447 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.7
Current children cumulated vsize (KiB) 654816

[startup+702.301 s]
/proc/loadavg: 8.07 8.09 7.78 9/184 27526
/proc/meminfo: memFree=30493436/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=709132 CPUtime=2805.38 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 692470 0 0 0 280310 228 0 0 25 0 4 0 875178055 726151168 109923 33554432000 4194304 4580107 140735431167008 18446744073709551615 4451663 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 177283 109924 378 95 0 172265 0
[pid=27490/tid=27491] ppid=27488 vsize=709132 CPUtime=702.23 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 175221 0 0 0 70167 56 0 0 25 0 4 0 875178055 726151168 109924 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=709132 CPUtime=702.3 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 178498 0 0 0 70170 60 0 0 25 0 4 0 875178055 726151168 109924 33554432000 4194304 4580107 140735431167008 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=709132 CPUtime=698.52 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 177910 0 0 0 69794 58 0 0 25 0 4 0 875178055 726151168 109924 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 709132

[startup+762.301 s]
/proc/loadavg: 8.10 8.10 7.80 9/184 27527
/proc/meminfo: memFree=30453060/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=727656 CPUtime=3045.07 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 728330 0 0 0 304264 243 0 0 25 0 4 0 875178055 745119744 115038 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 181914 115038 378 95 0 176896 0
[pid=27490/tid=27491] ppid=27488 vsize=727656 CPUtime=762.23 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 186598 0 0 0 76162 61 0 0 25 0 4 0 875178055 745119744 115039 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=727656 CPUtime=762.3 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 185495 0 0 0 76167 63 0 0 25 0 4 0 875178055 745119744 115039 33554432000 4194304 4580107 140735431167008 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=727656 CPUtime=758.2 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 187713 0 0 0 75758 62 0 0 25 0 4 0 875178055 745119744 115039 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 727656

[startup+822.301 s]
/proc/loadavg: 8.03 8.08 7.81 9/184 27530
/proc/meminfo: memFree=30422608/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=730152 CPUtime=3284.73 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 767070 0 0 0 328215 258 0 0 25 0 4 0 875178055 747675648 117089 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 182538 117089 378 95 0 177520 0
[pid=27490/tid=27491] ppid=27488 vsize=730152 CPUtime=822.23 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 196622 0 0 0 82157 66 0 0 25 0 4 0 875178055 747675648 117089 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=730152 CPUtime=822.3 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 195750 0 0 0 82163 67 0 0 25 0 4 0 875178055 747675648 117089 33554432000 4194304 4580107 140735431167008 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=730152 CPUtime=817.87 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 199596 0 0 0 81721 66 0 0 25 0 4 0 875178055 747675648 117089 33554432000 4194304 4580107 140735431167008 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.73
Current children cumulated vsize (KiB) 730152

[startup+882.307 s]
/proc/loadavg: 8.05 8.08 7.82 9/184 27532
/proc/meminfo: memFree=30376160/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=865800 CPUtime=3524.42 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 799165 0 0 0 352170 272 0 0 25 0 4 0 875178055 886579200 123568 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 216450 123568 378 95 0 211432 0
[pid=27490/tid=27491] ppid=27488 vsize=865800 CPUtime=882.23 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 207338 0 0 0 88154 69 0 0 25 0 4 0 875178055 886579200 123568 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=865800 CPUtime=882.3 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 202041 0 0 0 88160 70 0 0 25 0 4 0 875178055 886579200 123568 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=865800 CPUtime=877.56 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 205252 0 0 0 87687 69 0 0 25 0 4 0 875178055 886579200 123568 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 865800

[startup+942.301 s]
/proc/loadavg: 8.13 8.09 7.84 9/184 27533
/proc/meminfo: memFree=30367420/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=811744 CPUtime=3764.08 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 832459 0 0 0 376123 285 0 0 25 0 4 0 875178055 831225856 129458 33554432000 4194304 4580107 140735431167008 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 202936 129458 378 95 0 197918 0
[pid=27490/tid=27491] ppid=27488 vsize=811744 CPUtime=942.21 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 216997 0 0 0 94148 73 0 0 25 0 4 0 875178055 831225856 129458 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=811744 CPUtime=942.3 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 207899 0 0 0 94158 72 0 0 25 0 4 0 875178055 831225856 129458 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=811744 CPUtime=937.22 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 214907 0 0 0 93649 73 0 0 25 0 4 0 875178055 831225856 129458 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 811744

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 7.85 9/184 27535
/proc/meminfo: memFree=30322840/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=733332 CPUtime=4003.75 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 872666 0 0 0 400075 300 0 0 25 0 4 0 875178055 750931968 127125 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 183333 127125 378 95 0 178315 0
[pid=27490/tid=27491] ppid=27488 vsize=733332 CPUtime=1002.22 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 226887 0 0 0 100145 77 0 0 25 0 4 0 875178055 750931968 127125 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=733332 CPUtime=1002.3 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 217802 0 0 0 100156 74 0 0 25 0 4 0 875178055 750931968 127125 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=733332 CPUtime=996.9 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 225117 0 0 0 99612 78 0 0 25 0 4 0 875178055 750931968 127125 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 733332

[startup+1062.3 s]
/proc/loadavg: 8.11 8.09 7.86 9/184 27536
/proc/meminfo: memFree=30268712/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=833376 CPUtime=4243.43 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 909583 0 0 0 424027 316 0 0 25 0 4 0 875178055 853377024 126793 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 208344 126793 378 95 0 203326 0
[pid=27490/tid=27491] ppid=27488 vsize=833376 CPUtime=1062.21 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 236938 0 0 0 106141 80 0 0 25 0 4 0 875178055 853377024 126793 33554432000 4194304 4580107 140735431167008 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=833376 CPUtime=1062.3 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 227094 0 0 0 106151 79 0 0 25 0 4 0 875178055 853377024 126793 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=833376 CPUtime=1056.57 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 233037 0 0 0 105578 79 0 0 25 0 4 0 875178055 853377024 126793 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 833376

[startup+1122.3 s]
/proc/loadavg: 8.10 8.08 7.87 9/184 27538
/proc/meminfo: memFree=30208872/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=763072 CPUtime=4483.09 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 938253 0 0 0 447981 328 0 0 25 0 4 0 875178055 781385728 126808 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 190768 126808 378 95 0 185750 0
[pid=27490/tid=27491] ppid=27488 vsize=763072 CPUtime=1122.2 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 239850 0 0 0 112138 82 0 0 25 0 4 0 875178055 781385728 126808 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=763072 CPUtime=1122.3 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 236535 0 0 0 112148 82 0 0 25 0 4 0 875178055 781385728 126808 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=763072 CPUtime=1116.24 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 242527 0 0 0 111541 83 0 0 25 0 4 0 875178055 781385728 126808 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 763072

[startup+1182.3 s]
/proc/loadavg: 8.09 8.08 7.89 9/184 27540
/proc/meminfo: memFree=30212656/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=844160 CPUtime=4722.77 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 967395 0 0 0 471938 339 0 0 25 0 4 0 875178055 864419840 128998 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 211040 128998 378 95 0 206022 0
[pid=27490/tid=27491] ppid=27488 vsize=844160 CPUtime=1182.2 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 249415 0 0 0 118134 86 0 0 25 0 4 0 875178055 864419840 128998 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=844160 CPUtime=1182.31 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 244080 0 0 0 118146 85 0 0 25 0 4 0 875178055 864419840 128998 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=844160 CPUtime=1175.92 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 247929 0 0 0 117507 85 0 0 25 0 4 0 875178055 864419840 128998 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.77
Current children cumulated vsize (KiB) 844160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.08 7.89 9/184 27540
/proc/meminfo: memFree=30226032/32950928 swapFree=67079488/67111528
[pid=27490] ppid=27488 vsize=829932 CPUtime=4800.27 cores=0,2,4,6
/proc/27490/stat : 27490 (strangenight2-m) R 27488 27490 27203 0 -1 4202496 976357 0 0 0 479685 342 0 0 25 0 4 0 875178055 849850368 127455 33554432000 4194304 4580107 140735431167008 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27490/statm: 207483 127455 378 95 0 202465 0
[pid=27490/tid=27491] ppid=27488 vsize=829932 CPUtime=1201.61 cores=0,2,4,6
/proc/27490/task/27491/stat : 27491 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 250734 0 0 0 120075 86 0 0 25 0 4 0 875178055 849850368 127455 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27490/tid=27492] ppid=27488 vsize=829932 CPUtime=1201.71 cores=0,2,4,6
/proc/27490/task/27492/stat : 27492 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 247446 0 0 0 120085 86 0 0 25 0 4 0 875178055 849850368 127455 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=829932 CPUtime=1195.21 cores=0,2,4,6
/proc/27490/task/27493/stat : 27493 (strangenight2-m) R 27488 27490 27203 0 -1 4202560 250653 0 0 0 119435 86 0 0 25 0 4 0 875178055 849850368 127455 33554432000 4194304 4580107 140735431167008 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 829932

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): 1201.74
CPU time (s): 4800.33
CPU user time (s): 4796.88
CPU system time (s): 3.44948
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 922652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.88
system time used= 3.44948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 976358
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= 910
involuntary context switches= 30140

runsolver used 2.03169 second user time and 4.46832 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-09 18:09:44
IDJOB=3366243
IDBENCH=82652
IDSOLVER=1844
FILE ID=node125/3366243-1307635784
RUNJOBID= node125-1307633375-27221
PBS_JOBID= 13549397
Free space on /tmp= 74064 MiB

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

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

MD5SUM BENCH= 1a4e1674582e40801444509cae2068da
RANDOM SEED=1254492299

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32131208 kB
Buffers:        197284 kB
Cached:         386952 kB
SwapCached:       3400 kB
Active:         322340 kB
Inactive:       302260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32131208 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:            6640 kB
Writeback:           0 kB
AnonPages:       38604 kB
Mapped:          13740 kB
Slab:           129892 kB
PageTables:       4260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   193356 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= 74052 MiB
End job on node125 at 2011-06-09 18:29:48