Trace number 3175059

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-1-mt? (TO) 4800.23 1201.76

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S1781430408-009-UNKNOWN.cnf
MD5SUM64eaf16e48e921b573c32a7e8a6347cd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.56261
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of clauses21000
Sum of the clauses size63000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 321000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175059-1304080452.cnf'
0.00/0.00	c -- header says num vars:           5000
0.00/0.00	c -- header says num clauses:       21000
0.00/0.04	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.00/0.04	c -- vars added       5000
0.00/0.04	c Parsing time:  0.04 s
0.00/0.04	c  N st     0         0      5000     21000         0         0     63000         0   no data   no data  --
0.00/0.04	c asymm  cl-useful: 0/21000/21000 lits-rem:0 time: 0.05
0.00/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.02
0.00/0.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.00/0.07	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.00/0.35	c lits-rem:         0  cl-subs:        0  v-elim:    161  v-fix:    0  time:  0.13 s
0.00/0.35	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.35	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.00/0.35	c calculated reachability. Time: 0.00
0.00/0.35	c Calc default polars -  time:   0.00 s pos:    2212 undec:     579 neg:    2209
0.00/0.35	c =========================================================================================
0.00/0.35	c types(t): F = full restart, N = normal restart
0.00/0.35	c types(t): S = simplification begin/end, E = solution found
0.00/0.35	c restart types(rt): st = static, dy = dynamic
0.00/0.35	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.35	c  B st     0         0      4839     20796         0         0     63313         0   no data   no data  --
0.00/0.81	c  N dy    22      4009      4839     20796         0      4007     63313    444042     66.36     70.37  --
0.22/0.91	c  N dy    45      8124      4839     20796         0      5625     63313    412585     66.80     70.73  --
5.01/1.27	c  N dy    66     12329      4839     20796         0      5581     63313    257390     65.81     69.67  --
6.34/1.69	c  N dy    92     16364      4839     20796         0      9616     63313    686080     66.46     70.52  --
8.33/2.10	c  N dy   120     20367      4839     20796         0      7996     63313    383543     66.86     70.78  --
9.93/2.53	c  N dy   146     24464      4839     20796         0     12093     63313    798943     66.73     70.62  --
9.93/2.59	c  F st   149     25000      4839     20796         0     12629     63313    852667     66.70     61.27  --
12.32/3.15	c  N dy   155     30000      4839     20796         0     10820     63313    611375     66.70   no data  --
12.32/3.15	c  S st   155     30000      4839     20796         0     10820     63313    611375     66.70   no data  --
12.72/3.20	c  S st   155     30505      4839     20796         0     11325     63313    653195     66.70   no data  --
12.72/3.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.72/3.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.72/3.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
12.72/3.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.72/3.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.72/3.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.00 s
12.72/3.26	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
22.30/5.65	c lits-rem:        83  cl-subs:        2  v-elim:      0  v-fix:    0  time:  9.50 s
22.30/5.68	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.10
22.30/5.68	c calculated reachability. Time: 0.00
22.30/5.68	c  N dy   155     30505      4839     20796         0     11323     63313    652917     66.70   no data  --
24.31/6.16	c  N dy   185     34562      4839     20796         0     15380     63313   1076375     67.06     70.79  --
26.30/6.62	c  N dy   208     38643      4839     20796         0     11556     63313    546234     67.04     88.40  --
28.30/7.10	c  N dy   230     42843      4839     20796         0     15756     63313   1001314     66.98     72.04  --
29.51/7.45	c  S st   244     45758      4839     20796         0      9717     63313    241177     66.81     58.20  --
29.89/7.50	c  S st   244     46259      4839     20796         0     10218     63313    285301     66.81   no data  --
29.89/7.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.89/7.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.89/7.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
29.89/7.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.89/7.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.89/7.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.00 s
29.89/7.53	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
32.29/8.16	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.52 s
32.29/8.17	c vivif2 --  cl tried    20796 cl shrink        0 lits rem          0 time: 0.00
32.29/8.17	c vivif2 --  cl tried    10216 cl shrink        0 lits rem          0 time: 0.02
32.29/8.19	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.09
32.29/8.19	c calculated reachability. Time: 0.00
32.29/8.19	c  N dy   244     46259      4839     20796         0     10216     63313    285156     66.81   no data  --
34.29/8.65	c  N dy   268     50429      4839     20796         0     14385     63313    722094     66.77     71.25  --
36.28/9.12	c  N dy   290     54460      4839     20796         0     18416     63313   1140477     66.72     70.53  --
38.31/9.60	c  N dy   316     58561      4839     20796         0     12539     63313    432741     66.68     74.23  --
40.28/10.10	c  N dy   348     62684      4839     20796         0     16661     63313    870810     66.98     71.08  --
42.30/10.62	c  N dy   372     66716      4839     20796         0     20693     63313   1294436     67.03     70.76  --
43.47/10.96	c  S st   391     69388      4839     20796         0     12378     63313    316988     67.03   no data  --
43.87/11.02	c  S st   391     69890      4839     20796         0     12880     63313    358842     67.03   no data  --
43.87/11.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
43.87/11.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.87/11.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
43.87/11.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.87/11.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.87/11.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.00 s
43.87/11.06	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
48.67/12.25	c lits-rem:         6  cl-subs:        1  v-elim:      0  v-fix:    0  time:  4.76 s
48.67/12.25	c vivif2 --  cl tried    20796 cl shrink        0 lits rem          0 time: 0.00
48.67/12.26	c vivif2 --  cl tried    12879 cl shrink        0 lits rem          0 time: 0.02
48.67/12.28	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.10
48.67/12.28	c calculated reachability. Time: 0.00
48.67/12.28	c  N dy   391     69890      4839     20796         0     12879     63313    358589     67.03   no data  --
51.08/12.85	c  N dy   419     74700      4839     20796         0     17689     63313    867339     67.04     71.52  --
53.46/13.47	c  N dy   449     79561      4839     20796         0     22550     63313   1363546     67.00     72.96  --
56.25/14.11	c  N dy   483     84680      4839     20796         0     15676     63313    559099     67.04     71.52  --
57.45/14.46	c  F st   503     87500      4839     20796         0     18495     63313    848940     67.04   no data  --
59.06/14.88	c  N st   508     90795      4839     20796         0     21789     63313   1229573     67.04   no data  --
62.25/15.67	c  N dy   531     96632      4839     20796         0     14631     63313    347039     66.99     74.72  --
65.44/16.46	c  N dy   574    102942      4839     20796         0     20941     63313   1022506     67.10     70.65  --
66.64/16.71	c  S st   585    104835      4839     20796         0     22834     63313   1216263     67.06     54.68  --
66.64/16.78	c  S st   585    105345      4839     20796         0     23344     63313   1256151     67.06   no data  --
66.64/16.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
66.64/16.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
67.04/16.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.09
67.04/16.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.04/16.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.04/16.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.01 s
67.04/16.88	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
76.23/19.11	c lits-rem:        14  cl-subs:        3  v-elim:      0  v-fix:    0  time:  8.88 s
76.23/19.11	c vivif2 --  cl tried    20796 cl shrink        0 lits rem          0 time: 0.01
76.23/19.12	c vivif2 --  cl tried    23341 cl shrink        0 lits rem          0 time: 0.06
76.23/19.16	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.16
76.23/19.16	c calculated reachability. Time: 0.00
76.23/19.16	c  N dy   585    105345      4839     20796         0     23341     63313   1255570     67.06   no data  --
80.22/20.10	c  N dy   629    112105      4839     20796         0     16102     63313    408285     67.12     70.67  --
83.82/21.02	c  N dy   676    119311      4839     20796         0     23308     63313   1152363     67.11     73.96  --
87.81/22.08	c  N dy   729    127007      4839     20796         0     16002     63313    299377     67.32     85.99  --
92.21/23.11	c  N dy   779    135272      4839     20796         0     24266     63313   1147240     67.26     70.97  --
97.00/24.34	c  N dy   832    143919      4839     20796         0     16916     63313    299077     67.25     71.72  --
101.80/25.53	c  N dy   891    153141      4839     20796         0     26137     63313   1264834     67.27     72.34  --
104.59/26.23	c  S st   915    158018      4839     20796         0     31014     63313   1783043     67.22   no data  --
104.99/26.31	c  S st   915    158521      4839     20796         0     31517     63313   1820312     67.22   no data  --
104.99/26.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
104.99/26.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.99/26.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.10
105.39/26.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.39/26.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.39/26.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.00 s
105.39/26.43	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
118.57/29.77	c lits-rem:        19  cl-subs:        8  v-elim:      0  v-fix:    0  time: 13.30 s
118.57/29.77	c vivif2 --  cl tried    20796 cl shrink        0 lits rem          0 time: 0.01
118.57/29.79	c vivif2 --  cl tried    31509 cl shrink        0 lits rem          0 time: 0.08
118.96/29.84	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.21
118.96/29.84	c calculated reachability. Time: 0.00
118.96/29.84	c  N dy   915    158521      4839     20796         0     31509     63313   1818617     67.22   no data  --
124.96/31.30	c  N dy   986    168904      4839     20796         0     24891     63313   1028177     67.30     71.84  --
131.35/32.99	c  N dy  1057    179953      4839     20796         0     35938     63313   2182469     67.36     71.32  --
137.74/34.53	c  N dy  1130    191466      4839     20796         0     29452     63313   1417067     67.41     71.21  --
144.92/36.37	c  N dy  1209    203691      4839     20796         0     22683     63313    607065     67.49     71.20  --
152.54/38.25	c  N dy  1279    216753      4839     20796         0     35743     63313   1983908     67.41     71.78  --
160.51/40.28	c  N dy  1364    230592      4839     20796         0     29580     63313   1237734     67.49     72.04  --
164.90/41.38	c  S st  1409    237783      4839     20796         0     36771     63313   2000408     67.53   no data  --
165.32/41.48	c  S st  1409    238292      4839     20796         0     37280     63313   2038930     67.53   no data  --
165.32/41.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
165.32/41.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
165.72/41.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.11
166.09/41.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.09/41.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.09/41.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.00 s
166.09/41.60	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
179.67/45.05	c lits-rem:        13  cl-subs:        3  v-elim:      0  v-fix:    0  time: 13.76 s
179.67/45.05	c vivif2 --  cl tried    20796 cl shrink        0 lits rem          0 time: 0.01
179.67/45.08	c vivif2 --  cl tried    37277 cl shrink        0 lits rem          0 time: 0.09
180.07/45.14	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.25
180.07/45.14	c calculated reachability. Time: 0.00
180.07/45.14	c  N dy  1409    238292      4839     20796         0     37277     63313   2038706     67.53   no data  --
188.86/47.39	c  N dy  1500    253599      4839     20796         0     31586     63313   1341508     67.55     83.31  --
199.25/49.93	c  N dy  1586    269810      4839     20796         0     25802     63313    643102     67.48     73.73  --
210.03/52.62	c  N dy  1695    287082      4839     20796         0     43073     63313   2480135     67.51     71.82  --
221.22/55.45	c  N dy  1811    305421      4839     20796         0     38412     63313   1875286     67.59     71.93  --
221.62/55.59	c  F st  1818    306252      4839     20796         0     39243     63313   1964985     67.61     62.00  --
233.60/58.57	c  N dy  1909    325062      4839     20796         0     34050     63313   1311020     67.64     71.89  --
247.18/61.90	c  N dy  2032    345156      4839     20796         0     29146     63313    693847     67.69     74.79  --
254.77/63.84	c  S st  2112    357438      4839     20796         0     41426     63313   2004583     67.68     58.74  --
255.17/63.94	c  S st  2112    357942      4839     20796         0     41930     63313   2047054     67.68   no data  --
255.17/63.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
255.17/63.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
255.17/63.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.13
255.57/64.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
255.57/64.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
255.57/64.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.00 s
255.57/64.06	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.01 s
272.75/68.37	c lits-rem:        19  cl-subs:        6  v-elim:      0  v-fix:    0  time: 17.16 s
272.75/68.37	c vivif2 --  cl tried    20796 cl shrink        0 lits rem          0 time: 0.00
272.75/68.39	c vivif2 --  cl tried    41924 cl shrink        0 lits rem          0 time: 0.10
273.15/68.47	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.30
273.15/68.47	c calculated reachability. Time: 0.00
273.15/68.47	c  N dy  2112    357942      4839     20796         0     41924     63313   2045516     67.68   no data  --
287.12/71.94	c  N dy  2246    377985      4839     20796         0     35967     63313   1310824     67.77     72.48  --
301.11/75.49	c  N dy  2362    398126      4839     20796         0     29108     63313    490216     67.78     72.26  --
314.71/78.85	c  N dy  2487    418344      4839     20796         0     49325     63313   2607371     67.78     75.16  --
328.29/82.27	c  N dy  2607    438396      4839     20796         0     41380     63313   1677487     67.78     72.49  --
343.05/85.97	c  N dy  2736    458419      4839     20796         0     32406     63313    634136     67.80     73.03  --
357.03/89.40	c  N dy  2852    478436      4839     20796         0     52421     63313   2747298     67.79     73.20  --
371.01/92.96	c  N dy  2970    498563      4839     20796         0     42542     63313   1608461     67.81     72.88  --
386.59/96.88	c  N dy  3089    518600      4839     20796         0     31581     63313    356582     67.81     71.69  --
398.97/99.91	c  S st  3202    536914      4839     20796         0     49893     63313   2276875     67.81     62.49  --
399.37/100.02	c  S st  3202    537418      4839     20796         0     50397     63313   2317845     67.81   no data  --
399.37/100.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
399.37/100.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
399.37/100.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.14
399.77/100.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
399.77/100.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
399.77/100.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.00 s
399.77/100.15	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
422.93/105.99	c lits-rem:         8  cl-subs:        4  v-elim:      0  v-fix:    0  time: 23.29 s
423.34/106.00	c vivif2 --  cl tried    20796 cl shrink        0 lits rem          0 time: 0.00
423.34/106.02	c vivif2 --  cl tried    50393 cl shrink        0 lits rem          0 time: 0.11
423.74/106.10	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.32
423.74/106.11	c calculated reachability. Time: 0.00
423.74/106.11	c  N dy  3202    537418      4839     20796         0     50393     63313   2317319     67.81   no data  --
438.91/109.92	c  N dy  3326    557420      4839     20796         0     38398     63313    976010     67.84     71.85  --
453.70/113.66	c  N dy  3455    577611      4839     20796         0     58588     63313   3114502     67.87     74.15  --
468.49/117.34	c  N dy  3562    597752      4839     20796         0     45727     63313   1636313     67.84     71.55  --
484.86/121.40	c  N dy  3687    617859      4839     20796         0     65830     63313   3771223     67.86     72.40  --
499.65/125.13	c  N dy  3825    637985      4839     20796         0     51955     63313   2220835     67.93     71.63  --
517.23/129.52	c  N dy  3950    658504      4839     20796         0     37479     63313    577804     67.96     71.95  --
532.39/133.35	c  N dy  4071    678650      4839     20796         0     57619     63313   2702138     67.95     75.59  --
549.96/137.75	c  N dy  4200    698726      4839     20796         0     41704     63313    923141     67.97     73.07  --
565.93/141.78	c  N dy  4319    718826      4839     20796         0     61801     63313   3049050     67.98     90.28  --
583.51/146.13	c  N dy  4436    738858      4839     20796         0     44837     63313   1183342     68.01     72.36  --
599.89/150.30	c  N dy  4557    758915      4839     20796         0     64893     63313   3320292     68.02     72.25  --
617.47/154.70	c  N dy  4684    779206      4839     20796         0     47183     63313   1326672     68.06     72.56  --
635.04/159.08	c  N dy  4817    799305      4839     20796         0     67280     63313   3453369     68.10     86.44  --
641.83/160.78	c  S st  4862    806128      4839     20796         0     74101     63313   4167333     68.10     60.74  --
642.64/160.93	c  S st  4862    806629      4839     20796         0     74602     63313   4202980     68.10   no data  --
642.64/160.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
642.64/160.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
643.04/161.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.22
643.43/161.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
643.43/161.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
643.43/161.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.00 s
643.43/161.18	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
900.28/225.46	c lits-rem:         1  cl-subs:       14  v-elim:      0  v-fix:    0  time: 256.37 s
900.28/225.46	c vivif2 --  cl tried    20796 cl shrink        0 lits rem          0 time: 0.00
900.68/225.51	c vivif2 --  cl tried    74588 cl shrink        0 lits rem          0 time: 0.20
901.08/225.64	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.51
901.08/225.64	c calculated reachability. Time: 0.00
901.08/225.64	c  N dy  4862    806629      4839     20796         0     74588     63313   4199931     68.10   no data  --
916.67/229.56	c  N dy  4978    826676      4839     20796         0     55636     63313   2102707     68.10     72.14  --
934.64/234.09	c  N dy  5094    846869      4839     20796         0     75828     63313   4249343     68.10     74.13  --
951.01/238.14	c  N dy  5222    866975      4839     20796         0     55937     63313   2045174     68.13     72.51  --
968.98/242.66	c  N dy  5341    886984      4839     20796         0     75945     63313   4186539     68.13     71.78  --
986.15/246.91	c  N dy  5459    907041      4839     20796         0     55004     63313   1833560     68.13     73.48  --
1004.95/251.62	c  N dy  5578    927059      4839     20796         0     75019     63313   3990565     68.15     72.18  --
1023.31/256.22	c  N dy  5695    947071      4839     20796         0     53033     63313   1516058     68.14     86.54  --
1041.68/260.86	c  N dy  5822    967175      4839     20796         0     73136     63313   3658224     68.15     73.78  --
1061.67/265.86	c  N dy  5952    987389      4839     20796         0     50349     63313   1140736     68.17     73.45  --
1080.02/270.40	c  N dy  6078   1007442      4839     20796         0     70402     63313   3267536     68.18     75.69  --
1100.79/275.65	c  N dy  6195   1027454      4839     20796         0     46415     63313    621847     68.17     80.97  --
1118.37/280.03	c  N dy  6322   1047738      4839     20796         0     66697     63313   2781742     68.19     73.10  --
1139.54/285.33	c  N dy  6440   1067965      4839     20796         0     86921     63313   4950586     68.21     75.93  --
1143.93/286.47	c  F st  6459   1071876      4839     20796         0     45845     63313    463944     68.21   no data  --
1157.12/289.79	c  N dy  6533   1088007      4839     20796         0     61972     63313   2242083     68.21     74.34  --
1177.49/294.80	c  N dy  6645   1108024      4839     20796         0     81985     63313   4368716     68.20     72.42  --
1197.46/299.85	c  N dy  6767   1128435      4839     20796         0     56402     63313   1488019     68.21     71.89  --
1217.03/304.70	c  N dy  6904   1148492      4839     20796         0     76455     63313   3632695     68.24     71.94  --
1239.01/310.28	c  N dy  7028   1168540      4839     20796         0     49505     63313    657955     68.25     85.73  --
1256.98/314.74	c  N dy  7157   1188719      4839     20796         0     69680     63313   2790846     68.25     73.81  --
1278.95/320.22	c  N dy  7278   1208876      4839     20796         0     89837     63313   4933743     68.26     72.08  --
1280.15/320.55	c  S st  7287   1209944      4839     20796         0     90905     63313   5054875     68.27   no data  --
1280.95/320.74	c  S st  7287   1210444      4839     20796         0     91405     63313   5098368     68.27   no data  --
1280.95/320.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1280.95/320.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1281.36/320.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.27
1282.15/321.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1282.15/321.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1282.15/321.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.01 s
1282.15/321.04	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1694.40/424.23	c lits-rem:         0  cl-subs:       18  v-elim:      0  v-fix:    0  time: 411.63 s
1694.40/424.23	c vivif2 --  cl tried    20796 cl shrink        0 lits rem          0 time: 0.01
1694.40/424.29	c vivif2 --  cl tried    91387 cl shrink        0 lits rem          0 time: 0.24
1695.18/424.45	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.63
1695.18/424.45	c calculated reachability. Time: 0.00
1695.18/424.45	c  N dy  7287   1210444      4839     20796         0     91387     63313   5094926     68.27   no data  --
1713.55/429.04	c  N dy  7411   1230504      4839     20796         0     63450     63313   2076279     68.29     72.77  --
1734.35/434.21	c  N dy  7535   1250640      4839     20796         0     83583     63313   4210756     68.30     72.55  --
1755.50/439.50	c  N dy  7664   1270691      4839     20796         0     54637     63313   1006703     68.31     72.42  --
1773.90/444.11	c  N dy  7786   1291175      4839     20796         0     75119     63313   3215021     68.31     72.64  --
1797.04/449.94	c  N dy  7920   1311321      4839     20796         0     95258     63313   5373350     68.35     76.95  --
1816.61/454.86	c  N dy  8051   1331517      4839     20796         0     65460     63313   2069057     68.36     72.72  --
1838.18/460.22	c  N dy  8191   1351606      4839     20796         0     85545     63313   4222904     68.39    106.92  --
1861.78/466.15	c  N dy  8315   1371697      4839     20796         0     54638     63313    797364     68.39     72.34  --
1880.53/470.89	c  N dy  8454   1391826      4839     20796         0     74765     63313   2947812     68.41     73.55  --
1903.70/476.63	c  N dy  8567   1411977      4839     20796         0     94915     63313   5105259     68.41     72.43  --
1925.66/482.10	c  N dy  8701   1432045      4839     20796         0     62983     63313   1579598     68.43     82.92  --
1946.84/487.43	c  N dy  8840   1452253      4839     20796         0     83188     63313   3741329     68.45     72.07  --
1971.63/493.66	c  N dy  8972   1472339      4839     20796         0    103271     63313   5899223     68.46     80.96  --
1991.18/498.54	c  N dy  9096   1492404      4839     20796         0     70345     63313   2272536     68.47     72.25  --
2013.55/504.10	c  N dy  9221   1512452      4839     20796         0     90392     63313   4421567     68.48     73.15  --
2038.31/510.34	c  N dy  9341   1532788      4839     20796         0     56731     63313    721492     68.48     72.41  --
2057.49/515.18	c  N dy  9470   1552985      4839     20796         0     76925     63313   2891857     68.49     72.79  --
2081.86/521.24	c  N dy  9601   1573330      4839     20796         0     97265     63313   5078284     68.51     72.51  --
2105.82/527.25	c  N dy  9732   1593357      4839     20796         0     62293     63313   1213620     68.53     72.29  --
2126.20/532.33	c  N dy  9857   1613416      4839     20796         0     82350     63313   3373983     68.54     73.78  --
2150.97/538.54	c  N dy  9986   1633507      4839     20796         0    102441     63313   5507131     68.55     73.03  --
2173.75/544.27	c  N dy 10107   1653536      4839     20796         0     66486     63313   1574273     68.56     72.82  --
2194.90/549.55	c  N dy 10236   1673611      4839     20796         0     86559     63313   3731398     68.57     72.70  --
2220.86/556.00	c  N dy 10367   1693782      4839     20796         0    106729     63313   5901023     68.59     72.21  --
2239.66/560.75	c  S st 10470   1710446      4839     20796         0     66392     63313   1431925     68.59     63.19  --
2240.03/560.89	c  S st 10470   1710952      4839     20796         0     66898     63313   1475186     68.59   no data  --
2240.03/560.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2240.03/560.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2240.43/560.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.20
2240.83/561.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2240.83/561.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2240.83/561.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.01 s
2240.83/561.01	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2254.82/564.50	c lits-rem:         9  cl-subs:        2  v-elim:      0  v-fix:    0  time: 13.91 s
2254.82/564.50	c vivif2 --  cl tried    20796 cl shrink        0 lits rem          0 time: 0.00
2254.82/564.52	c vivif2 --  cl tried    66896 cl shrink        0 lits rem          0 time: 0.08
2255.22/564.63	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.44
2255.22/564.63	c calculated reachability. Time: 0.00
2255.22/564.63	c  N dy 10470   1710952      4839     20796         0     66896     63313   1474928     68.59   no data  --
2275.99/569.85	c  N dy 10594   1731024      4839     20796         0     86966     63313   3625975     68.60     72.74  --
2301.17/576.18	c  N dy 10716   1751062      4839     20796         0    107003     63313   5790314     68.61     87.35  --
2324.32/581.98	c  N dy 10834   1771077      4839     20796         0     69018     63313   1623818     68.61     72.38  --
2345.89/587.37	c  N dy 10962   1791093      4839     20796         0     89033     63313   3804170     68.63    108.39  --
2372.66/594.01	c  N dy 11083   1811139      4839     20796         0    109077     63313   5954729     68.63     75.83  --
2397.03/600.15	c  N dy 11202   1831273      4839     20796         0     70213     63313   1647716     68.64     72.64  --
2419.41/605.76	c  N dy 11328   1851357      4839     20796         0     90296     63313   3805229     68.65     88.76  --
2447.36/612.73	c  N dy 11466   1871518      4839     20796         0    110451     63313   5974301     68.66     74.64  --
2471.33/618.78	c  N dy 11594   1891531      4839     20796         0     70464     63313   1582340     68.68     72.32  --
2492.90/624.11	c  N dy 11729   1911606      4839     20796         0     90538     63313   3741551     68.69     72.92  --
2517.66/630.33	c  N dy 11854   1931685      4839     20796         0    110616     63313   5899259     68.71     74.64  --
2541.63/636.33	c  N dy 11978   1951994      4839     20796         0     69933     63313   1430830     68.71     73.17  --
2562.40/641.50	c  N dy 12115   1972175      4839     20796         0     90113     63313   3603419     68.73     74.44  --
2587.57/647.87	c  N dy 12243   1992334      4839     20796         0    110269     63313   5764081     68.74     73.34  --
2612.75/654.20	c  N dy 12370   2012374      4839     20796         0     68310     63313   1139657     68.75     73.86  --
2633.10/659.26	c  N dy 12492   2032435      4839     20796         0     88371     63313   3288312     68.75     81.04  --
2657.46/665.32	c  N dy 12611   2052483      4839     20796         0    108415     63313   5436379     68.76     83.37  --
2684.23/672.04	c  N dy 12729   2072570      4839     20796         0     65505     63313    753234     68.76     73.11  --
2703.81/676.99	c  N dy 12863   2092592      4839     20796         0     85526     63313   2884574     68.77     72.66  --
2728.17/683.02	c  N dy 13001   2112635      4839     20796         0    105568     63313   5034014     68.78     73.05  --
2755.74/689.97	c  N dy 13115   2132645      4839     20796         0    125571     63313   7181787     68.78     75.04  --
2776.51/695.15	c  N dy 13239   2152662      4839     20796         0     81596     63313   2378189     68.78     74.95  --
2799.27/700.83	c  N dy 13359   2172727      4839     20796         0    101654     63313   4548665     68.79     72.88  --
2826.44/707.64	c  N dy 13487   2192729      4839     20796         0    121654     63313   6690349     68.80     73.21  --
2848.01/713.09	c  S st 13602   2210954      4839     20796         0     74885     63313   1557357     68.82   no data  --
2848.81/713.23	c  S st 13602   2211457      4839     20796         0     75388     63313   1596599     68.82   no data  --
2848.81/713.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2848.81/713.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2848.81/713.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
2849.21/713.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2849.21/713.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2849.21/713.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.00 s
2849.21/713.36	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2866.39/717.63	c lits-rem:        31  cl-subs:        1  v-elim:      0  v-fix:    0  time: 17.04 s
2866.39/717.63	c vivif2 --  cl tried    20796 cl shrink        0 lits rem          0 time: 0.01
2866.39/717.65	c vivif2 --  cl tried    75387 cl shrink        0 lits rem          0 time: 0.08
2866.79/717.77	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.47
2866.79/717.77	c calculated reachability. Time: 0.00
2866.79/717.77	c  N dy 13602   2211457      4839     20796         0     75387     63313   1596527     68.82   no data  --
2888.36/723.15	c  N dy 13728   2231535      4839     20796         0     95463     63313   3754513     68.83     73.94  --
2914.32/729.66	c  N dy 13861   2251722      4839     20796         0    115647     63313   5941186     68.84     74.00  --
2942.30/736.63	c  N dy 13989   2271758      4839     20796         0     69693     63313    895018     68.85     72.50  --
2962.65/741.78	c  N dy 14122   2291853      4839     20796         0     89783     63313   3056806     68.87     77.19  --
2987.82/748.01	c  N dy 14257   2311894      4839     20796         0    109821     63313   5247972     68.88     88.63  --
3016.18/755.17	c  N dy 14385   2331943      4839     20796         0    129869     63313   7407146     68.89     72.74  --
3038.15/760.68	c  N dy 14508   2351982      4839     20796         0     82918     63313   2194978     68.89     73.24  --
3061.71/766.50	c  N dy 14637   2372006      4839     20796         0    102942     63313   4343810     68.89     75.59  --
3090.47/773.75	c  N dy 14770   2392063      4839     20796         0    122998     63313   6523964     68.91     76.10  --
3118.83/780.83	c  N dy 14890   2412257      4839     20796         0     75200     63313   1282402     68.91     73.33  --
3142.00/786.61	c  N dy 15010   2432284      4839     20796         0     95224     63313   3434341     68.92     73.37  --
3169.56/793.58	c  N dy 15132   2452358      4839     20796         0    115294     63313   5589859     68.93     75.06  --
3202.32/801.75	c  N dy 15259   2472414      4839     20796         0    135347     63313   7723152     68.93     73.91  --
3226.69/807.82	c  N dy 15390   2492606      4839     20796         0     86546     63313   2402164     68.94     74.93  --
3253.05/814.40	c  N dy 15496   2513033      4839     20796         0    106970     63313   4613935     68.93     72.86  --
3285.43/822.53	c  N dy 15629   2533169      4839     20796         0    127104     63313   6782047     68.95     73.50  --
3316.57/830.35	c  N dy 15752   2553215      4839     20796         0     77149     63313   1287608     68.95     73.91  --
3341.73/836.60	c  N dy 15883   2573279      4839     20796         0     97212     63313   3441483     68.96     72.66  --
3370.90/843.90	c  N dy 16005   2593294      4839     20796         0    117226     63313   5577760     68.97     72.71  --
3404.84/852.44	c  N dy 16127   2613465      4839     20796         0    137395     63313   7736561     68.97     74.89  --
3430.03/858.71	c  N dy 16243   2633483      4839     20796         0     86424     63313   2184434     68.97     86.01  --
3455.18/865.00	c  N dy 16371   2653805      4839     20796         0    106741     63313   4388848     68.98     72.71  --
3483.16/872.04	c  N dy 16492   2673900      4839     20796         0    126833     63313   6564223     68.98     72.62  --
3513.51/879.68	c  N dy 16627   2694197      4839     20796         0     75139     63313    876358     69.00     73.48  --
3531.87/884.20	c  S st 16722   2711459      4839     20796         0     92400     63313   2746272     69.00     68.92  --
3532.27/884.39	c  S st 16722   2711964      4839     20796         0     92905     63313   2785892     69.00   no data  --
3532.67/884.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3532.67/884.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3532.67/884.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.26
3533.07/884.58	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3533.07/884.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3533.07/884.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.00 s
3533.07/884.58	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3579.42/896.13	c lits-rem:         7  cl-subs:        9  v-elim:      0  v-fix:    0  time: 46.09 s
3579.42/896.14	c vivif2 --  cl tried    20796 cl shrink        0 lits rem          0 time: 0.00
3579.42/896.17	c vivif2 --  cl tried    92896 cl shrink        0 lits rem          0 time: 0.15
3580.20/896.33	c asymm  cl-useful: 0/20796/20796 lits-rem:0 time: 0.61
3580.20/896.33	c calculated reachability. Time: 0.00
3580.20/896.33	c  N dy 16722   2711964      4839     20796         0     92896     63313   2784103     69.00   no data  --
3604.97/902.53	c  N dy 16851   2732023      4839     20796         0    112950     63313   4951223     69.01     72.80  --
3633.72/909.72	c  N dy 16964   2752056      4839     20796         0    132983     63313   7098180     69.00     73.14  --
3661.69/916.75	c  N dy 17080   2772068      4839     20796         0     79999     63313   1281102     69.01     73.02  --
3684.46/922.45	c  N dy 17204   2792403      4839     20796         0    100334     63313   3446911     69.01     73.16  --
3710.82/929.09	c  N dy 17326   2812516      4839     20796         0    120443     63313   5607404     69.02     73.48  --
3742.00/936.87	c  N dy 17460   2832544      4839     20796         0    140470     63313   7798819     69.03     72.71  --
3767.55/943.29	c  N dy 17576   2852692      4839     20796         0     86623     63313   1889751     69.03     72.79  --
3791.50/949.24	c  N dy 17708   2872754      4839     20796         0    106682     63313   4062168     69.05     74.58  --
3819.07/956.18	c  N dy 17835   2892784      4839     20796         0    126711     63313   6237786     69.06     73.74  --
3851.43/964.21	c  N dy 17957   2912811      4839     20796         0    146735     63313   8377071     69.06     86.31  --
3874.99/970.13	c  N dy 18079   2932907      4839     20796         0     91835     63313   2375048     69.07     73.05  --
3900.18/976.44	c  N dy 18211   2953042      4839     20796         0    111968     63313   4556634     69.08     76.49  --
3928.92/983.68	c  N dy 18330   2973269      4839     20796         0    132193     63313   6708193     69.08     72.94  --
3962.48/992.06	c  N dy 18449   2993375      4839     20796         0     76310     63313    589092     69.08     73.49  --
3984.44/997.54	c  N dy 18574   3013748      4839     20796         0     96678     63313   2760914     69.09     73.14  --
4010.81/1004.11	c  N dy 18703   3033807      4839     20796         0    116734     63313   4919199     69.09     73.60  --
4039.97/1011.49	c  N dy 18820   3053821      4839     20796         0    136746     63313   7082038     69.09     75.31  --
4072.33/1019.55	c  N dy 18941   3073919      4839     20796         0     79849     63313    878395     69.10     72.85  --
4094.70/1025.15	c  N dy 19060   3094002      4839     20796         0     99931     63313   3039559     69.10     73.66  --
4123.86/1032.41	c  N dy 19198   3114496      4839     20796         0    120422     63313   5278986     69.11     73.21  --
4160.21/1041.55	c  N dy 19332   3134643      4839     20796         0    140569     63313   7459487     69.12     75.87  --
4198.16/1051.06	c  N dy 19459   3154659      4839     20796         0     82589     63313   1068846     69.12     88.29  --
4224.92/1057.77	c  N dy 19590   3174725      4839     20796         0    102651     63313   3236458     69.13     91.96  --
4257.27/1065.84	c  N dy 19719   3194925      4839     20796         0    122850     63313   5417164     69.14     74.48  --
4288.84/1073.70	c  S st 19833   3211965      4839     20796         0    139889     63313   7275855     69.15     63.37  --
4290.04/1074.03	c  S st 19833   3212467      4839     20796         0    140391     63313   7318783     69.15   no data  --
4290.04/1074.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4290.04/1074.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4290.44/1074.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.46
4292.02/1074.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4292.02/1074.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4292.02/1074.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4839 time:  0.01 s
4292.02/1074.52	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.01 s

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.06 8.08 7.97 1/172 23390
/proc/meminfo: memFree=29778024/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 598275833 52465664 352 33554432000 4194304 4650419 140736440659456 18446744073709551615 47564440176562 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 12809 352 303 112 0 7774 0
[pid=23390/tid=23391] ppid=23388 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 598275833 52465664 352 33554432000 4194304 4650419 140736440659456 18446744073709551615 47564440176560 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 598275833 52465664 352 33554432000 4194304 4650419 140736440659456 18446744073709551615 47564440176566 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 598275833 52465664 352 33554432000 4194304 4650419 140736440659456 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0723061 s]
/proc/loadavg: 8.06 8.08 7.97 1/172 23390
/proc/meminfo: memFree=29778024/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=354732 CPUtime=0.22 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 7518 0 0 0 21 1 0 0 18 0 4 0 598275833 363245568 6473 33554432000 4194304 4650419 140736440659456 18446744073709551615 4444044 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 88683 6503 386 112 0 83648 0
[pid=23390/tid=23391] ppid=23388 vsize=357764 CPUtime=0.85 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 3736 0 0 0 85 0 0 0 19 0 4 0 598275833 366350336 8522 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=357764 CPUtime=0.85 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 3106 0 0 0 85 0 0 0 19 0 4 0 598275833 366350336 8522 33554432000 4194304 4650419 140736440659456 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=357764 CPUtime=0.83 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 2064 0 0 0 83 0 0 0 19 0 4 0 598275833 366350336 8522 33554432000 4194304 4650419 140736440659456 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 354732

[startup+0.970098 s]
/proc/loadavg: 8.06 8.08 7.97 1/172 23390
/proc/meminfo: memFree=29778024/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=357764 CPUtime=3.82 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 13175 0 0 0 379 3 0 0 19 0 4 0 598275833 366350336 8973 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 89441 8973 392 112 0 84406 0
[pid=23390/tid=23391] ppid=23388 vsize=357764 CPUtime=0.94 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 3870 0 0 0 94 0 0 0 19 0 4 0 598275833 366350336 8973 33554432000 4194304 4650419 140736440659456 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=357764 CPUtime=0.95 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 3210 0 0 0 95 0 0 0 19 0 4 0 598275833 366350336 8973 33554432000 4194304 4650419 140736440659456 18446744073709551615 4333753 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=357764 CPUtime=0.93 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 2168 0 0 0 93 0 0 0 19 0 4 0 598275833 366350336 8974 33554432000 4194304 4650419 140736440659456 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 357764

[startup+1.07008 s]
/proc/loadavg: 8.06 8.08 7.97 1/172 23390
/proc/meminfo: memFree=29778024/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=357764 CPUtime=4.22 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 13601 0 0 0 419 3 0 0 19 0 4 0 598275833 366350336 9399 33554432000 4194304 4650419 140736440659456 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 89441 9399 392 112 0 84406 0
[pid=23390/tid=23391] ppid=23388 vsize=357764 CPUtime=1.04 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 3982 0 0 0 104 0 0 0 19 0 4 0 598275833 366350336 9399 33554432000 4194304 4650419 140736440659456 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=357764 CPUtime=1.05 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 3316 0 0 0 105 0 0 0 19 0 4 0 598275833 366350336 9399 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=357764 CPUtime=1.03 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 2270 0 0 0 103 0 0 0 19 0 4 0 598275833 366350336 9399 33554432000 4194304 4650419 140736440659456 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 357764

[startup+1.17006 s]
/proc/loadavg: 8.06 8.08 7.97 1/172 23390
/proc/meminfo: memFree=29778024/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=358260 CPUtime=4.61 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 15094 0 0 0 458 3 0 0 19 0 4 0 598275833 366858240 8266 33554432000 4194304 4650419 140736440659456 18446744073709551615 4335219 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 89565 8266 392 112 0 84530 0
[pid=23390/tid=23391] ppid=23388 vsize=358260 CPUtime=1.14 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 4454 0 0 0 114 0 0 0 19 0 4 0 598275833 366858240 8266 33554432000 4194304 4650419 140736440659456 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=358260 CPUtime=1.15 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 3421 0 0 0 115 0 0 0 19 0 4 0 598275833 366858240 8266 33554432000 4194304 4650419 140736440659456 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=358260 CPUtime=1.14 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 2722 0 0 0 113 1 0 0 19 0 4 0 598275833 366858240 8266 33554432000 4194304 4650419 140736440659456 18446744073709551615 4333935 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 358260

[startup+1.501 s]
/proc/loadavg: 8.06 8.08 7.97 1/172 23390
/proc/meminfo: memFree=29778024/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=358432 CPUtime=5.94 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 16766 0 0 0 591 3 0 0 20 0 4 0 598275833 367034368 9069 33554432000 4194304 4650419 140736440659456 18446744073709551615 4333937 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 89608 9070 392 112 0 84573 0
[pid=23390/tid=23391] ppid=23388 vsize=358432 CPUtime=1.47 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 4828 0 0 0 147 0 0 0 20 0 4 0 598275833 367034368 9070 33554432000 4194304 4650419 140736440659456 18446744073709551615 4306767 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=358432 CPUtime=1.48 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 4019 0 0 0 148 0 0 0 19 0 4 0 598275833 367034368 9070 33554432000 4194304 4650419 140736440659456 18446744073709551615 4363398 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=358432 CPUtime=1.47 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 3064 0 0 0 146 1 0 0 20 0 4 0 598275833 367034368 9070 33554432000 4194304 4650419 140736440659456 18446744073709551615 4364346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 358432

[startup+3.1007 s]
/proc/loadavg: 8.22 8.11 7.98 9/184 23407
/proc/meminfo: memFree=29688124/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=359840 CPUtime=12.32 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 25974 0 0 0 1227 5 0 0 25 0 4 0 598275833 368476160 9685 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 89960 9685 393 112 0 84925 0
[pid=23390/tid=23391] ppid=23388 vsize=359840 CPUtime=3.08 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 7234 0 0 0 307 1 0 0 25 0 4 0 598275833 368476160 9685 33554432000 4194304 4650419 140736440659456 18446744073709551615 4363448 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=359840 CPUtime=3.09 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 6219 0 0 0 308 1 0 0 25 0 4 0 598275833 368476160 9685 33554432000 4194304 4650419 140736440659456 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=359840 CPUtime=3.06 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 5395 0 0 0 305 1 0 0 25 0 4 0 598275833 368476160 9686 33554432000 4194304 4650419 140736440659456 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 359840

[startup+6.30709 s]
/proc/loadavg: 8.22 8.11 7.98 9/184 23407
/proc/meminfo: memFree=29547888/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=364184 CPUtime=25.13 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 50668 0 0 0 2502 11 0 0 25 0 4 0 598275833 372924416 26182 33554432000 4194304 4650419 140736440659456 18446744073709551615 4363458 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 91046 26182 394 112 0 86011 0
[pid=23390/tid=23391] ppid=23388 vsize=364184 CPUtime=6.28 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 11694 0 0 0 626 2 0 0 25 0 4 0 598275833 372924416 26182 33554432000 4194304 4650419 140736440659456 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=364184 CPUtime=6.29 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 13846 0 0 0 627 2 0 0 25 0 4 0 598275833 372924416 26182 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=364184 CPUtime=6.24 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 13421 0 0 0 621 3 0 0 25 0 4 0 598275833 372924416 26182 33554432000 4194304 4650419 140736440659456 18446744073709551615 4328259 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) 364184

[startup+12.7009 s]
/proc/loadavg: 8.26 8.12 7.99 9/184 23407
/proc/meminfo: memFree=29501496/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=364684 CPUtime=50.67 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 83078 0 0 0 5049 18 0 0 25 0 4 0 598275833 373436416 37020 33554432000 4194304 4650419 140736440659456 18446744073709551615 4328518 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 91171 37028 394 112 0 86136 0
[pid=23390/tid=23391] ppid=23388 vsize=364684 CPUtime=12.67 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 22049 0 0 0 1263 4 0 0 25 0 4 0 598275833 373436416 37031 33554432000 4194304 4650419 140736440659456 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=364684 CPUtime=12.68 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 22879 0 0 0 1264 4 0 0 25 0 4 0 598275833 373436416 37031 33554432000 4194304 4650419 140736440659456 18446744073709551615 256415088395 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=364684 CPUtime=12.61 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 20450 0 0 0 1257 4 0 0 25 0 4 0 598275833 373436416 37037 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 364684

[startup+25.5005 s]
/proc/loadavg: 8.22 8.12 7.99 9/184 23408
/proc/meminfo: memFree=29390396/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=365464 CPUtime=101.8 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 137522 0 0 0 10150 30 0 0 25 0 4 0 598275833 374235136 50274 33554432000 4194304 4650419 140736440659456 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 91366 50274 394 112 0 86331 0
[pid=23390/tid=23391] ppid=23388 vsize=365464 CPUtime=25.47 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 36273 0 0 0 2540 7 0 0 25 0 4 0 598275833 374235136 50274 33554432000 4194304 4650419 140736440659456 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=365464 CPUtime=25.48 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 35107 0 0 0 2541 7 0 0 25 0 4 0 598275833 374235136 50274 33554432000 4194304 4650419 140736440659456 18446744073709551615 4333866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=365464 CPUtime=25.34 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 34322 0 0 0 2527 7 0 0 25 0 4 0 598275833 374235136 50274 33554432000 4194304 4650419 140736440659456 18446744073709551615 4366073 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 365464

[startup+51.1006 s]
/proc/loadavg: 8.14 8.11 7.99 9/184 23409
/proc/meminfo: memFree=29250944/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=418384 CPUtime=204.05 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 220619 0 0 0 20351 54 0 0 25 0 4 0 598275833 428425216 64226 33554432000 4194304 4650419 140736440659456 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 104596 64226 394 112 0 99561 0
[pid=23390/tid=23391] ppid=23388 vsize=418384 CPUtime=51.06 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 57594 0 0 0 5092 14 0 0 25 0 4 0 598275833 428425216 64226 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365216 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=418384 CPUtime=51.08 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 57850 0 0 0 5095 13 0 0 25 0 4 0 598275833 428425216 64226 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=418384 CPUtime=50.8 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 52139 0 0 0 5068 12 0 0 25 0 4 0 598275833 428425216 64226 33554432000 4194304 4650419 140736440659456 18446744073709551615 4333248 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 418384

[startup+102.301 s]
/proc/loadavg: 8.10 8.10 7.99 9/184 23410
/proc/meminfo: memFree=29161748/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=636764 CPUtime=408.56 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 349049 0 0 0 40768 88 0 0 25 0 4 0 598275833 652046336 75601 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 159191 75601 394 112 0 154156 0
[pid=23390/tid=23391] ppid=23388 vsize=636764 CPUtime=102.25 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 91407 0 0 0 10202 23 0 0 25 0 4 0 598275833 652046336 75601 33554432000 4194304 4650419 140736440659456 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=636764 CPUtime=102.28 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 95000 0 0 0 10205 23 0 0 25 0 4 0 598275833 652046336 75601 33554432000 4194304 4650419 140736440659456 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=636764 CPUtime=101.71 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 83369 0 0 0 10152 19 0 0 25 0 4 0 598275833 652046336 75601 33554432000 4194304 4650419 140736440659456 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 636764

[startup+162.301 s]

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

[pid=23390] ppid=23388 vsize=955568 CPUtime=2805.27 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 1294349 0 0 0 280106 421 0 0 25 0 4 0 598275833 978501632 165936 33554432000 4194304 4650419 140736440659456 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 238892 165936 394 112 0 233857 0
[pid=23390/tid=23391] ppid=23388 vsize=955568 CPUtime=702.2 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 348358 0 0 0 70104 116 0 0 25 0 4 0 598275833 978501632 165936 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=955568 CPUtime=702.29 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 303130 0 0 0 70124 105 0 0 25 0 4 0 598275833 978501632 165936 33554432000 4194304 4650419 140736440659456 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=955568 CPUtime=698.45 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 356125 0 0 0 69739 106 0 0 25 0 4 0 598275833 978501632 165936 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.27
Current children cumulated vsize (KiB) 955568

[startup+762.3 s]
/proc/loadavg: 8.20 8.19 8.09 9/184 23430
/proc/meminfo: memFree=28510632/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=1084112 CPUtime=3044.93 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 1380595 0 0 0 304041 452 0 0 25 0 4 0 598275833 1110130688 180796 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 271028 180796 394 112 0 265993 0
[pid=23390/tid=23391] ppid=23388 vsize=1084112 CPUtime=762.2 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 370456 0 0 0 76094 126 0 0 25 0 4 0 598275833 1110130688 180796 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=1084112 CPUtime=762.29 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 326659 0 0 0 76115 114 0 0 25 0 4 0 598275833 1110130688 180796 33554432000 4194304 4650419 140736440659456 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=1084112 CPUtime=758.12 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 376109 0 0 0 75700 112 0 0 25 0 4 0 598275833 1110130688 180796 33554432000 4194304 4650419 140736440659456 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.93
Current children cumulated vsize (KiB) 1084112

[startup+822.301 s]
/proc/loadavg: 8.23 8.20 8.09 9/184 23432
/proc/meminfo: memFree=28496200/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=1138276 CPUtime=3284.61 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 1424767 0 0 0 327987 474 0 0 25 0 4 0 598275833 1165594624 181174 33554432000 4194304 4650419 140736440659456 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 284569 181174 394 112 0 279534 0
[pid=23390/tid=23391] ppid=23388 vsize=1138276 CPUtime=822.19 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 377683 0 0 0 82090 129 0 0 25 0 4 0 598275833 1165594624 181174 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=1138276 CPUtime=822.3 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 328015 0 0 0 82115 115 0 0 25 0 4 0 598275833 1165594624 181174 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=1138276 CPUtime=817.81 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 390585 0 0 0 81662 119 0 0 25 0 4 0 598275833 1165594624 181174 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476220 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.61
Current children cumulated vsize (KiB) 1138276

[startup+882.301 s]
/proc/loadavg: 8.21 8.20 8.09 9/184 23434
/proc/meminfo: memFree=28501988/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=1049180 CPUtime=3524.28 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 1469669 0 0 0 351935 493 0 0 25 0 4 0 598275833 1074360320 180228 33554432000 4194304 4650419 140736440659456 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 262295 180228 394 112 0 257260 0
[pid=23390/tid=23391] ppid=23388 vsize=1049180 CPUtime=882.18 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 386684 0 0 0 88087 131 0 0 25 0 4 0 598275833 1074360320 180228 33554432000 4194304 4650419 140736440659456 18446744073709551615 4360375 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=1049180 CPUtime=882.29 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 335159 0 0 0 88112 117 0 0 25 0 4 0 598275833 1074360320 180228 33554432000 4194304 4650419 140736440659456 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=1049180 CPUtime=877.48 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 401065 0 0 0 87623 125 0 0 25 0 4 0 598275833 1074360320 180228 33554432000 4194304 4650419 140736440659456 18446744073709551615 4366691 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 1049180

[startup+942.301 s]
/proc/loadavg: 8.19 8.19 8.09 10/184 23435
/proc/meminfo: memFree=28483096/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=1103592 CPUtime=3763.97 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 1546206 0 0 0 375871 526 0 0 25 0 4 0 598275833 1130078208 184629 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 275898 184629 394 112 0 270863 0
[pid=23390/tid=23391] ppid=23388 vsize=1103592 CPUtime=942.19 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 407188 0 0 0 94078 141 0 0 25 0 4 0 598275833 1130078208 184630 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=1103592 CPUtime=942.3 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 353361 0 0 0 94104 126 0 0 25 0 4 0 598275833 1130078208 184630 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=1103592 CPUtime=937.15 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 421524 0 0 0 93583 132 0 0 25 0 4 0 598275833 1130078208 184630 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 1103592

[startup+1002.3 s]
/proc/loadavg: 8.17 8.18 8.09 9/184 23437
/proc/meminfo: memFree=28483192/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=1101852 CPUtime=4003.62 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 1622684 0 0 0 399802 560 0 0 25 0 4 0 598275833 1128296448 185261 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 275463 185261 394 112 0 270428 0
[pid=23390/tid=23391] ppid=23388 vsize=1101852 CPUtime=1002.17 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 427341 0 0 0 100068 149 0 0 25 0 4 0 598275833 1128296448 185261 33554432000 4194304 4650419 140736440659456 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=1101852 CPUtime=1002.3 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 372849 0 0 0 100094 136 0 0 25 0 4 0 598275833 1128296448 185261 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=1101852 CPUtime=996.82 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 438451 0 0 0 99542 140 0 0 25 0 4 0 598275833 1128296448 185261 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 1101852

[startup+1062.31 s]
/proc/loadavg: 8.16 8.17 8.09 9/184 23438
/proc/meminfo: memFree=28354692/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=1222296 CPUtime=4243.31 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 1773054 0 0 0 423737 594 0 0 25 0 4 0 598275833 1251631104 216427 33554432000 4194304 4650419 140736440659456 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 305574 216427 394 112 0 300539 0
[pid=23390/tid=23391] ppid=23388 vsize=1222296 CPUtime=1062.18 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 489722 0 0 0 106057 161 0 0 25 0 4 0 598275833 1251631104 216427 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=1222296 CPUtime=1062.31 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 379165 0 0 0 106092 139 0 0 25 0 4 0 598275833 1251631104 216427 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=1222296 CPUtime=1056.5 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 501233 0 0 0 105500 150 0 0 25 0 4 0 598275833 1251631104 216427 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.31
Current children cumulated vsize (KiB) 1222296

[startup+1122.3 s]
/proc/loadavg: 8.09 8.15 8.09 9/184 23440
/proc/meminfo: memFree=28294404/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=1222296 CPUtime=4482.97 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 2018301 0 0 0 447665 632 0 0 25 0 4 0 598275833 1251631104 229511 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 305574 229511 394 112 0 300539 0
[pid=23390/tid=23391] ppid=23388 vsize=1222296 CPUtime=1122.17 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 566169 0 0 0 112045 172 0 0 25 0 4 0 598275833 1251631104 229511 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=1222296 CPUtime=1122.3 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 379165 0 0 0 112091 139 0 0 25 0 4 0 598275833 1251631104 229511 33554432000 4194304 4650419 140736440659456 18446744073709551615 4431673 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=1222296 CPUtime=1116.17 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 587831 0 0 0 111454 163 0 0 25 0 4 0 598275833 1251631104 229511 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.97
Current children cumulated vsize (KiB) 1222296

[startup+1182.3 s]
/proc/loadavg: 8.03 8.12 8.08 9/184 23442
/proc/meminfo: memFree=28264840/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=1222656 CPUtime=4722.64 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 2238108 0 0 0 471589 675 0 0 25 0 4 0 598275833 1251999744 234692 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 305664 234692 394 112 0 300629 0
[pid=23390/tid=23391] ppid=23388 vsize=1222656 CPUtime=1182.16 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 576317 0 0 0 118043 173 0 0 25 0 4 0 598275833 1251999744 234692 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=1222656 CPUtime=1182.31 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 397506 0 0 0 118079 152 0 0 25 0 4 0 598275833 1251999744 234692 33554432000 4194304 4650419 140736440659456 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=1222656 CPUtime=1175.84 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 684343 0 0 0 117406 178 0 0 25 0 4 0 598275833 1251999744 234692 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.64
Current children cumulated vsize (KiB) 1222656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 8.11 8.08 9/184 23442
/proc/meminfo: memFree=28226632/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=1222656 CPUtime=4800.16 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 2312015 0 0 0 479328 688 0 0 25 0 4 0 598275833 1251999744 239371 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 305664 239371 394 112 0 300629 0
[pid=23390/tid=23391] ppid=23388 vsize=1222656 CPUtime=1201.57 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 576317 0 0 0 119984 173 0 0 25 0 4 0 598275833 1251999744 239372 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=1222656 CPUtime=1201.71 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 402166 0 0 0 120017 154 0 0 25 0 4 0 598275833 1251999744 239372 33554432000 4194304 4650419 140736440659456 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=1222656 CPUtime=1195.15 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 720489 0 0 0 119331 184 0 0 25 0 4 0 598275833 1251999744 239372 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 1222656

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

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

[startup+1201.7 s]
/proc/loadavg: 8.02 8.11 8.08 9/184 23442
/proc/meminfo: memFree=28226632/32950928 swapFree=67111364/67111528
[pid=23390] ppid=23388 vsize=1222656 CPUtime=4800.16 cores=0,2,4,6
/proc/23390/stat : 23390 (strangenight1-m) R 23388 23390 23268 0 -1 4202496 2312015 0 0 0 479328 688 0 0 25 0 4 0 598275833 1251999744 239371 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23390/statm: 305664 239371 394 112 0 300629 0
[pid=23390/tid=23391] ppid=23388 vsize=1222656 CPUtime=1201.57 cores=0,2,4,6
/proc/23390/task/23391/stat : 23391 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 576317 0 0 0 119984 173 0 0 25 0 4 0 598275833 1251999744 239372 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23390/tid=23392] ppid=23388 vsize=1222656 CPUtime=1201.71 cores=0,2,4,6
/proc/23390/task/23392/stat : 23392 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 402166 0 0 0 120017 154 0 0 25 0 4 0 598275833 1251999744 239372 33554432000 4194304 4650419 140736440659456 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23390/tid=23393] ppid=23388 vsize=1222656 CPUtime=1195.15 cores=0,2,4,6
/proc/23390/task/23393/stat : 23393 (strangenight1-m) R 23388 23390 23268 0 -1 4202560 720489 0 0 0 119331 184 0 0 25 0 4 0 598275833 1251999744 239372 33554432000 4194304 4650419 140736440659456 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 1222656

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.23
CPU user time (s): 4793.31
CPU system time (s): 6.92695
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 1222656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.31
system time used= 6.92695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2312017
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= 2542
involuntary context switches= 35740

runsolver used 1.82972 second user time and 4.74428 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 14:34:12
IDJOB=3175059
IDBENCH=82677
IDSOLVER=1588
FILE ID=node115/3175059-1304080452
RUNJOBID= node115-1304079247-23286
PBS_JOBID= 13170529
Free space on /tmp= 72732 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v5000-c21000-S1781430408-009-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175059-1304080452/watcher-3175059-1304080452 -o /tmp/evaluation-result-3175059-1304080452/solver-3175059-1304080452 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175059-1304080452.cnf

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

MD5SUM BENCH= 64eaf16e48e921b573c32a7e8a6347cd
RANDOM SEED=1707044713

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29778056 kB
Buffers:        784120 kB
Cached:        1899396 kB
SwapCached:          0 kB
Active:         105340 kB
Inactive:      2641816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29778056 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6648 kB
Writeback:          20 kB
AnonPages:       63344 kB
Mapped:          14768 kB
Slab:           362172 kB
PageTables:       4500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187132 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= 72720 MiB
End job on node115 at 2011-04-29 14:54:15